:root{--font-op:"Open Sans",sans-serif}@font-face{font-family:OpenSans-Regular;src:url(../fonts/OpenSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans-SemiBold;src:url(../fonts/OpenSans-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:OpenSans-Bold;src:url(../fonts/OpenSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:OpenSans-ExtraBold;src:url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");font-weight:900;font-style:normal}*,:after,:before{box-sizing:inherit}body,html{box-sizing:border-box;font-size:14px}body{margin:0;background-color:#fff;overflow:hidden;font-family:var(--font-op)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px transparent;border-radius:5px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}button{outline:none;background-color:#fff;cursor:pointer}.bgColorWhite{background-color:var(--section-bg)}li{list-style-type:none}table th,table thead td{font-family:OpenSans-SemiBold;font-size:13px}table tbody td{font-size:12px;font-family:OpenSans-Regular}table tbody{overflow:hidden}[contenteditable]{outline:0 solid transparent}.page-layout{display:flex;height:100%}.pageTitle{flex:0 0 auto;color:#333;width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:20px}.pageTitleBtn{display:flex;justify-content:flex-end;align-items:flex-end;height:40px;margin-top:-10px}.float-right{float:right}.overflow-auto{overflow:auto}.alignCenter{justify-content:center;align-items:center;display:flex}.justify-space-between{justify-content:space-between}.justify-content{justify-content:center}.inline-flex{display:inline-flex}#msg-div{height:40px;visibility:hidden;width:100%;color:#fff;text-align:center;border-radius:2px;padding:10px;position:fixed;font-family:OpenSans-Regular;z-index:99;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#msg-div.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 2s;animation:fadein .5s,fadeout .5s 2s}.msg-div.info{background-color:#00529b}.msg-div.success{background-color:#4f8a10}.msg-div.warning{background-color:#9f6000}.msg-div.error{background-color:#600}.deepBlue{color:var(--deepblue)}.loadingContainer,.wellPopupSpinner{width:100%;height:100%;position:absolute}.loadingContainer{visibility:hidden}.loadingIcon{border-radius:50%;border:3px solid #f6bfb0;border-bottom-color:#ea623e;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;display:inline-block;left:calc(50% - 10px);top:calc(50% - 10px);position:absolute;height:20px;width:20px;z-index:2}.showLoadingIcon{visibility:visible!important;z-index:99}.loadingText{top:-30px;width:100%;height:100%;color:#fff;position:absolute;align-items:center;text-align:center;z-index:2}.inContainer.loadingText{top:calc(50% - 10px)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}::placeholder{color:#a8a8a8;font-size:11px}.mainContainer{flex-flow:column nowrap;justify-content:flex-start;height:100%;width:100%;display:flex;min-width:0;position:relative}.jobHeader{width:50%;font-size:24px;padding-left:2px}.jobHeader .headerText{width:80%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;word-break:break-all}.jmTitle{padding:20px 20px 0;display:flex;height:65px;justify-content:space-between}.jmTableContainer{display:flex;flex:1 1 auto;width:100%;height:calc(100% - 105px);padding:20px}.jobHeader{display:flex}.pageHeadingIcon{width:35px;height:35px;margin:0 0 0 -10px}.subHeader span{margin:0 10px;font-weight:300;font-size:14px}.subHeader{flex:1 1 auto}.pageHeader{flex:none;display:flex;align-items:center;font-size:24px}.btnContainer{flex:1 1 auto;text-align:end}.mlc-page{height:100vh;width:100vw;overflow:hidden}.page-content{height:calc(100% - 40px);width:100%;position:relative}.header{display:flex;justify-content:space-between;align-items:center;color:var(--navigation-bar-color);font-size:16px;height:40px;padding:0 20px 0 0;background-color:var(--logo-container-bg);font-weight:700}.header-username{cursor:pointer;font-family:OpenSans-SemiBold}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.btnDisabled,input:disabled{cursor:not-allowed!important;background-color:#f9f9f9}input[type=datetime-local],input[type=number],input[type=password],input[type=text],select,textarea{padding:6px 8px;font-size:12px;letter-spacing:.4px;line-height:1.2;box-sizing:border-box;outline:none;color:var(--input-field);width:100%;border:1px solid var(--border-color);background-color:transparent}select option{color:var(--input-field);background-color:var(--section-bg)}input[type=checkbox],select{cursor:pointer}input:focus{text-decoration:none}.btn{border-radius:0;user-select:none;text-align:center;cursor:pointer;letter-spacing:.4px;outline:none;height:35px}.primaryBtn:hover{box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)}.primaryBtn{border:none;color:#fff;padding:6px 15px;font-size:12px;min-width:70px;background-color:var(--button-bg);border-radius:3px;height:35px}.primaryBtn:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.btn-sm{height:30px}.btn-md{height:35px}.btn-lg{height:40px}.primaryBtn.small{height:30px}.pageHeaderWrapper{display:flex;width:50%}.pageHeaderName{font-size:13px;font-weight:400;margin:auto auto auto 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.haliLogoContainer{padding:0 15px;background-color:var(--logo-container-bg)}.haliburtonLogo{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANkAAAA6CAYAAAA9bvxaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZmNiNmIwNS1mNDEyLWQzNDItYjE4Yy0yYWU4ZGVmYzY3ZjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjBEQkNDMjQyQkUyMTFFQUJGNzhEMTlGRUZCQzhEQjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjBEQkNDMjMyQkUyMTFFQUJGNzhEMTlGRUZCQzhEQjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTM4ZDRjYjktN2M1MS0yNDRkLTg3OGMtMDBhOWI0Zjc2NTJiIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTNmYWFiMDgtZDkyZi0xMWU4LTgwYzUt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) no-repeat 0 0;background-size:contain;width:150px;height:40px;min-width:150px}.breadcrumb{padding:0 10px;border-left:var(--breadcrumb-first-border-left)}.breadcrumb:first-child{border-left:var(--breadcrumb-first-border-left-none)}.side-icon{display:inline-block;width:100%;height:100%;background-size:contain;vertical-align:middle}.cursor-pointer{cursor:pointer}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.displayBlock{display:block!important}.width5{width:5%}.width6{width:6%}.width10{width:10%}.width11{width:11%}.width12{width:12%}.width14{width:14%}.width15{width:15%}.width16{width:16%}.width17{width:17%}.width18{width:18%}.width19{width:19%}.width20{width:20%}.width21{width:21%}.width23{width:23%}.width24{width:24%}.width25{width:25%}.width28{width:28%}.width30{width:30%}.width35{width:35%}.height-50{height:50%}.fullHeight{height:100%}.mr8{margin-right:8px}.mr10{margin-right:10px}.mr20{margin-right:20px}.mr35{margin-right:35px}.ml10{margin-left:10px}.ml5{margin-left:5px}.ml20{margin-left:20px}.user-selection{user-select:none}.ml24{margin-left:24px}.ml30{margin-left:30px}.pad5{padding:5px!important}.pr0{padding-right:0!important}.pr30{padding-right:30px!important}.pr17{padding-right:17px!important}.pl10{padding-left:10px}.pt5{padding:5px 0 0!important}.pt20{padding:20px}.padding-0{padding:0!important}.fontSize15{font-size:15px!important}.fontSize18{font-size:18px!important}.visibilityHidden{visibility:hidden!important}.overflowHidden{overflow:hidden}.noBorder{border:none!important}.noBorderRight{border-right:none!important}.borderError{border:1px solid #c00!important}.noBorderBottom{border-bottom:none!important}.borderBottom{border-bottom:1px solid #e9e9ee}.darkGrey{color:#bbb!important}.hide{display:none!important}.show{display:block!important}.show-flex{display:flex!important}.separator{margin-left:10px;vertical-align:middle}.leftNavBar>.leftIconBar{list-style-type:none;padding:0;margin:0}.leftIconBar>div{text-align:center;border-bottom:1px solid var(--border-color);display:flex;height:45px;background-color:var(--icon-div);vertical-align:middle;padding:0}.leftIconBar>div.active,.leftIconBar>div:hover{background-color:var(--input-border)}.cursorPointer,.linkItemDiv{cursor:pointer}.smart-search-color{background:var(--popup-hover-bg)}.leftIconBar>div.active .navicon-svg{fill:var(--icon-color-active)!important}.backToDashboard .navicon-svg,.dashboardMode .navicon-svg{fill:var(--dashboard-icon-color)!important}.backToDashboard{width:100%;bottom:36px;position:fixed;border-top:1px solid var(--border-color)}.expandedSidebar{visibility:visible;opacity:1;width:130px;padding:12px 0 10px 10px}.navExpandBtnDiv{margin-top:auto}.navExpandBtnDiv.textAlignEnd{text-align:end;width:210px}.rotateExpandBtn{transform:rotate(180deg)}.left-part{width:42px;flex:0 0 auto;height:calc(100% - 40px);background-color:var(--navigation-leftbar-bg);display:flex;flex-flow:column nowrap;overflow-y:auto;overflow-x:hidden;transition:width .2s}.left-part.is-expanded{width:210px}.linkTitle{height:100%;padding:0 10px;flex:1 1 auto;font-weight:600;font-size:12px;color:var(--navigation-menu-label);letter-spacing:.6px;display:none;align-items:center;white-space:nowrap}.left-part.is-expanded .linkTitle{display:flex}.right-part{flex:1 1 auto;min-width:0;display:flex}.modal,.right-part{width:100%;height:100%}.modal{position:fixed;z-index:1;overflow:hidden;display:none;top:0;bottom:0;left:0;right:0;transition:all .3s;background-color:var(--modal-bg-popup)}.modalContainer{opacity:1;box-shadow:2px 2px 4px 7px rgba(0,0,0,.2);position:absolute;width:800px;background-color:var(--userpreference-outside-bg);top:calc(50% - 225px);left:calc(50% - 350px);height:400px;margin:0 auto;transition:all .3s ease;padding:30px}.modalHeader{height:50px;position:relative;line-height:50px;z-index:0;font-size:18px;font-family:OpenSans-SemiBold;color:#000}.modalContent{height:calc(100% - 100px);overflow-y:auto;display:flex;font-size:14px;flex-flow:column;overflow-x:hidden;padding:20px 0}.modalContent table{width:100%;border-collapse:collapse;table-layout:fixed}.modalContent table tbody tr{height:35px;border-bottom:1px solid #e8e8e8;background:#fff}.modalContent table td{word-break:break-word;vertical-align:middle}.modalContent input{border:1px solid #e6e6e6}.modalContent .smModalTable tbody tr{border-bottom:none}.smModalTable td:first-child{color:#000;font-size:13px;font-family:OpenSans-SemiBold}.smModalTable tbody td{height:30px;line-height:30px;padding:6px 15px}.addCurveModalContainer{height:300px;width:600px;top:calc(50% - 150px);left:calc(50% - 300px)}.selectedRow{background-color:rgba(133,182,255,.1)!important;border:1px solid #4db5ff!important;border-radius:3px}.modalTable .col-95{width:75%}.modalBtnContainer{display:flex;text-align:right;padding:15px 0;justify-content:flex-end;gap:5px}.colDivider{width:2%;border-right:none!important;padding:8px!important;text-overflow:clip!important;min-width:20px}.colDivider .spanDivider{display:inline-block;height:100%;width:1%;border:1px solid #e6e6e6;vertical-align:middle}.smModalContainer .modalHeader{display:flex;padding:0;line-height:normal}.smModalContainer .modalBtnContainer,.smModalContainer .modalHeader{display:flex;height:50px;border-bottom:none}.custom-dropdown{position:relative;display:inline-block;vertical-align:middle;height:100%;width:100%}.custom-dropdown select{background-color:#fff;color:#000;border:1px solid #e6e6e6;margin:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}.custom-dropdown option{padding:5px;background-color:#fff}.custom-dropdown select::-ms-expand{display:none}.custom-dropdown:after,.custom-dropdown:before{content:"";position:absolute;pointer-events:none}.custom-dropdown:after{content:"\25BC";right:10px;top:0;font-size:10px}.custom-dropdown:before{width:30px;right:0;top:0;bottom:0;background-color:var(--deepblue)}.custom-dropdown:after{color:#fff}#popoverDiv{width:200px;height:auto;min-height:35px;max-height:150px;overflow-y:auto;border-radius:4px;padding:5px 0 7px;border:1px solid #ddd;color:var(--dark-white);background-color:var(--section-bg);border:1px solid var(--border-color);box-shadow:2px 2px 4px var(--border-color)}#popoverDiv div{padding:5px 10px;font-size:14px;cursor:pointer}#popoverDiv div:hover{background-color:var(--popup-hover-bg)}.smTable{width:100%;height:100%;text-align:left;border-collapse:separate;border-spacing:0;display:flex;flex-flow:column;border:1px solid #e6e6e6;background-color:var(--section-bg)}.smTable thead{flex:0 0 auto}.smTable thead td{height:35px;align-items:center;text-align:left;display:flex;word-break:break-word;color:#000;font-family:OpenSans-SemiBold}.smTable tbody{flex:1 1 auto;font-size:12px;overflow-y:overlay}.smTable tbody td,.smTable tbody th{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;word-break:break-all;color:var(--table-data)}.smTable tr{display:flex;background-color:var(--section-bg)}.smTable td,.smTable th{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);height:35px;padding:7px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smTable td:last-child,.smTable th:last-child{border-right:none}.tableMainHeader{flex:0 0 auto;display:flex;height:60px;background-color:#fff;border-bottom:1px solid #e9e9e9}.visible{visibility:visible!important}.curvedetails{padding:20px;height:calc(100% - 105px);position:relative;flex:1 1 auto}#curvemappingpage .curvedetails{display:flex}.curveList{width:42%}.pasonMapping{width:56%;margin-left:2%;position:relative}.curveListHeader{height:60px;border:1px solid #e6e6e6;border-bottom:none;padding:12px;line-height:2}.addBtnSpan{display:inline-block;width:16px;height:16px;vertical-align:sub;margin-right:4px}.curveMappingTable{width:100%;height:calc(100% - 60px);text-align:left;border-collapse:separate;border-spacing:0;display:flex;flex-flow:column;border:1px solid #e6e6e6}.curveMappingTable tr{display:flex}.curveMappingTable td{font-size:12px}.curveMappingTable td,.curveMappingTable th{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;word-break:break-all;height:35px;padding:7px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:12px 16px;z-index:2;height:200px;width:88%;margin-top:35px;overflow-y:auto}.dropdown-content .sources,.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}.dropdown:hover .dropdown-content{display:block}.closeIconDiv{margin-right:-10px;margin-top:-15px;flex:1 1 auto}.outlineNone div{outline:none}.sepertrSpan{height:15px;display:inline-block;border:1px solid #e6e6e6}.no-data{width:100%!important;text-align:center!important}#addLogMapTemplate #goBack{margin-top:20px}.borderNone{border:none!important}.borderRightNone{border-right:none!important}.unitCategoryMainContainer{flex-flow:row nowrap;justify-content:flex-start;height:100%;width:100%}.unitCategorypageHeader{flex:0 0 auto;display:flex;font-size:24px}.unitCategorysubHeader span{margin:0 10px;font-weight:300;font-size:14px}.unitCategorysubHeader{flex:1 1 auto}.unitCategorybtnContainer{flex:1 1 auto;text-align:end}.unitcategorydetails{display:flex;padding:20px;flex:1 1 auto;height:calc(100% - 120px)}.unitCategoryList{width:100%}.pasonMappingHeader,.unitCategoryListHeader{height:60px;border:1px solid #e6e6e6;padding:12px;font-size:18px}.pasonMappingHeader{border-bottom:none}.unitCategoryTable input{border:none}.unitCategoryListHeader button{float:right}.unitCategoryListHeader{line-height:2}.unitCategoryTable{width:100%;height:calc(100% - 60px);text-align:left;border-collapse:separate;border-spacing:0;display:flex;flex-flow:column;border:1px solid #e6e6e6;border-top:none}.unitCategoryTable tr{display:flex}.unitCategoryTable td,.unitCategoryTable th{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;word-break:break-all;height:35px;padding:7px 12px;text-align:left}.unitCategoryTable td:last-child,.unitCategoryTable th:last-child{border-right:none}#unitCategoryListRow input{padding:0;border:none}.unitCategoryTable tbody{overflow-y:overlay;flex:1 1 auto}.unitCategoryTable tbody td{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;word-break:break-all;color:#333}.unitMappingRow td div{outline:none}.curveListHeader .curveHeader,.pasonMappingHeader .curveHeader{color:#333;font-size:18px;vertical-align:-webkit-baseline-middle;width:calc(100% - 250px);display:inline-block}.modalContent.smModalContent{height:calc(100% - 115px)}.smModalTable input,.smModalTable select{border:1px solid #e6e6e6;padding:0 10px;height:100%}.addUnitTitle{flex:0 0 auto;text-transform:capitalize}.errorText{width:85%;text-align:left;color:#c00;font-family:OpenSans-SemiBold;font-size:12px;line-height:2;overflow:auto;height:35px;margin-right:12px}.emptyData{text-align:center;font-size:13px;width:100%;margin:0;position:absolute;top:50%;visibility:hidden;height:100%}.stickyHeader{position:sticky;z-index:1;top:-1px}#chooseLogErr{color:#c00}#errorPage .pageHeadingIcon{margin:0;width:22px;height:22px}#errorPage .pageHeadingIcon svg{width:22px;height:22px;fill:var(--deepblue)}.error-content{width:100%;height:100%;padding:20px;font-size:14px;font-weight:700;color:var(--table-data);background-color:var(--section-bg);border:20px solid var(--page-bg);display:flex;align-items:center;justify-content:center}.error-content .error-msg{width:230px;text-align:center}.error-content .error-number{display:flex;align-items:center;justify-content:center;color:var(--deepblue)}.error-content .error-number .navicon-svg{height:30px}.error-content .headerText{font-size:1.6rem}.convert{overflow:hidden}.radioInput{height:13px!important}#settingsPage .modalTable{width:60%}#settingsPage label,.settingsModalContainer label{width:100px;display:inline-block}.headerWrapper{display:flex;justify-content:space-between;width:100%;border-bottom:1px solid #e6e6e6}.footer-container{text-align:right;padding:0 20px;font-style:italic;font-size:12px;position:fixed;right:0;bottom:2px}.emptyRow td{width:100%;text-align:center}.check-container{width:12px;height:12px;display:flex;position:relative;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.check-container input{opacity:0;cursor:pointer}.checkmark{top:0;left:0;height:12px;width:12px;position:absolute;color:#686e69;background-color:var(--checkbox-fill);border:1px solid #686e69}.checkmark:after{content:"";position:absolute;display:none}.check-container input:checked~.checkmark:after{display:block}.check-container .checkmark:after{left:3px;top:0;width:4px;height:8px;border:1px solid var(--icon-deepblue);border-width:0 1px 1px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.textSpan{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;word-break:break-all}.vertDotWrapper{height:29px;display:flex;margin-top:1px}.vertDotWrapper .dotMenuWrapper{width:15px;height:33px;display:block;cursor:pointer;position:relative;margin:-7px 10px 0 -11px}.vertDotWrapper .dotMenu,.vertDotWrapper .dotMenu:after,.vertDotWrapper .dotMenu:before{background-color:#333}.vertDotWrapper .dotMenu{margin:13px 0 0 5px;position:absolute;border-radius:50%;font-size:0;padding:2px}.vertDotWrapper .dotMenu:after,.vertDotWrapper .dotMenu:before{position:absolute;top:0;content:"";border-radius:50%;font-size:0;padding:2px}.vertDotWrapper .dotMenu:before{top:-6px;left:0}.vertDotWrapper .dotMenu:after{top:6px;left:0}#popoverDiv.contextMenu{padding:10px 0;border:1px solid #d2bfbf}#popoverDiv span.rowIcon{display:inline-block}#popoverDiv span.rowIcon.editIcon{margin-top:1px}#popoverDiv div.deleteBtn,#popoverDiv div.editBtn{display:flex}#customToolTip{width:auto;height:auto;max-height:80%;overflow-y:auto;font-size:12px;padding:2px 6px;border:1px solid #333;background-color:#fff}#jsBlock{display:none}.flex-table{display:flex;flex-flow:column;width:100%;height:100%;padding-bottom:10px}.flex-table thead{flex:none}.flex-table tbody{flex:1 1 auto;min-height:0;overflow-y:overlay}.flex-table tr{display:grid;align-items:center}.flex-table tbody tr:nth-child(2n){background-color:var(--tr-even)}#version-wrap{display:flex;gap:20px;color:var(--text-color)}.custom_dropdown .svg-align{top:9px;right:5px;width:12px;height:12px;position:absolute}.homeContentWraper .card-icon svg{width:60px;height:60px;fill:var(--icon-deepblue)}.arrowUp{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid var(--arrow-color);margin-left:20px;z-index:3;opacity:0;visibility:hidden;position:absolute;display:block;right:0}#incomingAlarm{position:absolute;right:15px;top:35px}#incomingAlarm .arrowUp{right:20px;opacity:1;visibility:visible;pointer-events:all}.newAlarmContainer{position:relative;display:block;top:6px;left:4px;background-color:var(--section-bg);border:1px solid var(--border-color);z-index:2;border-radius:3px;width:375px}.newAlarmDiv{display:flex;gap:10px;width:100%;justify-content:space-between}.criticalContainer{border-left:7px solid #b80d0e;padding:5px;cursor:pointer}.majorContainer{border-left:7px solid #e65e4e;padding:5px;cursor:pointer}.minorContainer{border-left:7px solid #f88f4a;padding:5px;cursor:pointer}.warningContainer{border-left:7px solid #f8cd3c;padding:5px;cursor:pointer}.infoContainer{border-left:7px solid #4187a6;padding:5px;cursor:pointer}.alarmListContainer{display:flex;align-items:flex-end;justify-content:space-between}.lightGrey{color:var(--alarm-text-color)}.fontbold{font-weight:600}.criticalColor{color:#b80d0e}.majorColor{color:#e65e4e}.minorColor{color:#f88f4a}.warningColor{color:#f8cd3c}.infoColor{color:#4187a6}.mt4{margin-top:4px}.mt-7{margin-top:-7px}.green{color:#0f0}.listContainer{padding-top:7px;padding-bottom:5px;border-bottom:1px solid var(--border-color)}.filter-drop-shadow{-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.3));filter:drop-shadow(0 0 2px rgba(0,0,0,.3))}.filterSvg{width:20px;height:20px;fill:var(--icon-deepblue)}.modalConfirmPopupContainer{opacity:1;box-shadow:2px 2px 4px 7px rgba(0,0,0,.2);position:absolute;width:900px;background-color:#fff;top:calc(50% - 225px);left:calc(50% - 450px);height:450px;margin:0 auto;transition:all .3s ease;padding:30px}.text-wrap{overflow-wrap:anywhere}svg{width:15px;height:15px}.app-store-icon,.help-icon,.theme-icon{width:20px;height:20px}.dashboard-icon{width:26px;height:20px}.app-store-icon,.dashboard-icon,.help-icon,.pagereload-icon,.theme-icon{fill:#fff;cursor:pointer}#versionDisplay{display:none;position:absolute;left:0;bottom:0;background:var(--section-bg);z-index:999999;box-shadow:2px -1px 10px -4px #000;line-height:1.5em;pointer-events:none;user-select:none;padding:10px;color:var(--card-content-color)}.custom-calnder{cursor:pointer}.calnder-input{position:relative!important;z-index:1!important}.errorbutton{margin-top:10px}.errorpg-message{width:30%}.errorpg-message,.sessionout-message{text-align:center;font-size:20px!important;margin:195px auto auto;fill:var(--deepblue)!important}.sessionout-message{width:45%}.warn-icon{width:40px;height:40px;fill:var(--icon-color)}.errMsg{color:var(--deepblue);font-size:20px;font-weight:100}.disp-flex{display:flex}.full-version{padding:10px 15px;box-shadow:0 2px 3px 3px rgba(0,0,0,.1);position:absolute;bottom:18px;text-align:left;right:20px;width:175px;color:var(--text-color);background-color:var(--section-bg)}.sessionExpiryContainer{width:600px;position:relative;-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.3));filter:drop-shadow(0 0 2px rgba(0,0,0,.3));z-index:1;background:var(--page-bg);color:var(--deepblue);padding:20px}.pop-header-row{display:flex;justify-content:space-between;align-content:center}.pop-header-left,.pop-header-right{display:flex;gap:6px;align-items:center}.session-title{font-size:16px}.sessionExpiryBody{margin-top:15px;background-color:var(--section-bg);overflow:auto;padding:10px}.pagereload-icon{width:25px;height:25px}.popupErrorMessage{background-color:#b80d0e;position:absolute;height:250px;width:500px;right:200px;top:calc(50% - 100px);left:calc(50% - 250px);z-index:99999;padding:10px;color:#fff;font-family:Open Sans,sans-serif}.popupErrorMessage .message-header{font-size:16px;margin-bottom:10px;text-align:center}.popupErrorMessage .message-content{font-size:14px}.alertbody{font-size:28px;font-family:OpenSans-SemiBold;background-color:var(--userpreference-outside-bg)}.alert-button,.popupErrorMessage .message-body{display:flex;align-items:center}.alert-button{margin-left:200px}#sessionclose{margin-left:5px}.message-textes{margin-left:10px;text-align:center}.icon-alert{width:150px;height:150px;margin-left:260px}.settings-icon{display:inline-block;width:20px;height:20px;cursor:pointer;vertical-align:middle;fill:var(--red)}#dataqualitySettings{padding:10px 20px}.settings-text{padding:5px;cursor:pointer;color:var(--input-field)}.bg-lightgrey{background-color:var(--userpreference-outside-bg)}.header-settings{display:flex;font-size:14px;width:50%;align-items:center;justify-content:flex-end;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:8px}.logout-text{padding:5px;cursor:pointer;color:var(--input-field)}.logoutContainer{right:20px;background-color:var(--section-bg);width:110px;display:none;position:absolute;z-index:2;box-shadow:0 2px 3px 3px rgba(0,0,0,.10196078431372549);margin-top:9px;border-radius:0 0 4px 4px}.logoutContainer:hover{background-color:var(--popup-hover-bg)}#logout{padding:10px 20px}#loginDelay,#logoutDelay{display:flex;position:absolute;width:100%;height:100%;z-index:99;margin-top:0}#loginDelay{background:url(../images/halliburton_login_bg.png) no-repeat;background-size:cover}#logoutDelay{background-color:var(--section-bg)}#loginDelay .loading-wrapper,#logoutDelay .loading-wrapper{margin:auto;display:flex;flex-direction:column;font-size:18px;align-items:center;gap:5px}.user-icon{display:inline-block;width:20px;height:20px;background-size:contain;vertical-align:middle;margin-right:-9px}.user-icon-svg{height:20px;width:20px;fill:var(--color-pallet-primary-02)}#loginDelay .loading-wrapper{color:#fff}#logoutDelay .loading-wrapper{color:var(--input-field)}.logoutLoading{border-bottom:3px solid #f6bfb0;border-top:3px solid #f6bfb0;border-radius:50%;border-color:#ea623e #f6bfb0;border-style:solid;border-width:3px;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite;height:50px;width:50px}.popup{display:none;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center}.popup-content{background-color:#fff;padding:20px;border-radius:8px;text-align:center;width:300px}.popup-icon img{width:50px;height:50px;margin-bottom:15px}.popup-buttons{display:flex;justify-content:space-around}