@import url(https://fonts.googleapis.com/css2?family=Open+Sans&family=Rubik:wght@300&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}@-webkit-keyframes popup{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}@keyframes popup{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}@-webkit-keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes appear{0%{opacity:0}to{opacity:1}}@-webkit-keyframes blinking{50%{opacity:.3}0%{opacity:1}}@keyframes blinking{50%{opacity:.3}0%{opacity:1}}body{font-family:"Open Sans",sans-serif}a{text-decoration:none}.loginWrap{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;font-size:150%;text-align:center;position:absolute;left:0;top:0;background:url(/images/agit_back.jpg);background-color:#484848;background-size:700px;background-blend-mode:soft-light}.login,.loginWrap{-webkit-animation-name:appear;animation-name:appear;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s}.login{box-shadow:3px 3px 17px rgba(0,0,0,.6);padding:0;background-color:#f5f5f5;border-radius:5px;opacity:.9;position:relative;border-radius:9px 42px 9px;overflow:hidden;max-width:100%;width:450px;-webkit-animation-delay:1s;animation-delay:1s}.form-row{justify-content:space-between;padding:18px;margin:10px}.form-row,.logIcon{display:flex;align-items:center}.logIcon{justify-content:center;width:53px;height:51px;background-color:#e78d39}.logIcon img{width:22px}.login:hover{opacity:1}.login h1{background-color:#c7d6d7;margin:0;padding:12px 40px;font-size:42px}.login input{font-size:18px;padding:14px;border:1px solid grey;margin:0}.login input[type=password],.login input[type=text]{overflow:hidden;border-radius:0 25px 0 0}.login input[type=password]:focus,.login input[type=password]:focus-visible,.login input[type=text]:focus,.login input[type=text]:focus-visible{outline-width:0;border:1px solid #000}.login input[type=submit]{width:100%;font-size:20px;border:0;background-color:#e78d39;cursor:pointer;transition:all .15s ease-in}.login input[type=submit]:hover{background-color:#ac5300;color:#fff}.errorMessage{color:red;font-style:italic;padding:10px;font-size:19px;background-color:#fff}.login input[type=submit].backToLogin{background-color:orange}.login input[type=submit].backToLogin:hover{background-color:#ff8c00;color:#000}.appWrap{display:grid;grid-template-columns:210px 1fr;max-height:100%;overflow:hidden;background:linear-gradient(144deg,#f5f5f5,#cfcfcf);-webkit-animation-name:popup;animation-name:popup;-webkit-animation-duration:.54s;animation-duration:.54s;-webkit-animation-timing-function:cubic-bezier(.77,0,.175,1);animation-timing-function:cubic-bezier(.77,0,.175,1)}header{border-left:1px solid grey;background-color:#e2e2e2;height:100vh;box-shadow:inset -2px 0 15px rgba(0,0,0,.2)}header div{text-align:center;font-weight:400;padding:11px;margin:0;display:flex;justify-content:space-evenly}header h1{display:block;font-size:14px}header .logo img{height:82px}header button.active{background-color:#db8f46}nav button{border:none;margin:0;padding:12px;cursor:pointer;width:100%;font-weight:700;font-size:38px;display:block;background-color:transparent;transition:all .2s ease-in}nav button img{width:20px}nav button:hover{background:linear-gradient(20deg,#d4d2b6,#c8cf5c);box-shadow:-2px 0 5px rgba(0,0,0,.2);padding-left:15px}.menu button{display:flex;font-size:14px;align-items:center;border-bottom:1px solid #a9a9a9}.menu button>div{text-align:left}.search{position:relative;display:block}.back{font-size:25px;position:absolute;left:0;top:0;padding:5px 25px;cursor:pointer}.back img{width:30px}.back:hover{-webkit-filter:opacity(.75);filter:opacity(.75)}.tableWrap{max-height:99vh;padding:0 3vw;overflow:auto}.tableInfo{display:flex;align-items:center;justify-content:space-between;padding:2px 20px}.tableInfo h1{font-size:23px;margin-right:10px}.userName .user{font-weight:700;font-size:120%;padding:3px;color:green}.mainTable{border-collapse:collapse;position:relative;font-size:12px;background-color:#fff}input,select,textarea{padding:6px 4px;width:95%;box-sizing:border-box;border:unset;border-bottom:1px solid grey}textarea{width:95%;min-height:55px;background-color:#f4f6f4}.mainTable .tableHead,.mainTable .tableRow{position:relative;display:grid;transition:all .3s ease-in-out}.historyHead,.historyItem,.mainTable .tableHead,.mainTable .tableRow{grid-template-columns:43px minmax(70px,.3fr) minmax(20px,1fr) minmax(20px,.5fr) minmax(30px,.6fr) minmax(30px,1fr) minmax(30px,.6fr) minmax(30px,1fr) minmax(20px,.75fr) minmax(20px,.5fr)}.mainTable .tableHead{border-left:1px solid grey}.mainTable .tableRow{border-left:1px solid #d2d2d2}.mainTable .tableBody{display:flex;flex-direction:column}.mainTable .tableHead{position:-webkit-sticky;position:sticky;top:0;background-color:#d1d1d1;z-index:2}.mainTable .tableHead>div{border:1px solid grey;border-left-width:0;padding:8px 3px;text-align:center;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 13px rgba(0,0,0,.07)}.mainTable .tableHead>div.active{font-weight:700;border-bottom:5px solid green}.mainTable .tableRow:hover{background-color:#dfdfdf;cursor:pointer}.mainTable .tableRow>div{border-bottom:1px solid #d2d2d2;border-right:1px solid #d2d2d2;display:flex;align-items:center;justify-content:center;min-height:24px}.mainTable .tableRow .rowFlags{position:absolute;left:-25px;top:50%;transform:translateY(-50%);border:none;box-shadow:none;display:flex;justify-content:center;align-items:center;width:20px}.mainTable .tableRow>div.rowOptions{display:none;background-color:#fff;grid-column:1/11;justify-content:flex-start;padding:0}.mainTable .tableRow>div.rowOptions:hover{background-color:#fff}.mainTable .tableRow>div.rowOptions.visible{display:flex}.deletedView .mainTable{opacity:.7;-webkit-filter:brightness(.9);filter:brightness(.9)}.optionButton{text-align:center;padding:7px;margin:.5px;min-width:100px;font-size:12px;color:#000;font-weight:400;background:linear-gradient(42deg,#dfdfdf,#d7d7d7);border:2px double #cfcfcf}.optionButton:hover{background:linear-gradient(20deg,#d4d2b6,#c8cf5c);box-shadow:-2px 0 5px rgba(0,0,0,.2);font-weight:700}.mobileHeading{display:none}.mainTable .tableRow>div{padding:3px}.approvedsolution .content,.description .content{font-size:12px;line-height:12px}.mainTable .tableHead>div{cursor:pointer;transition:.14s ease-in}.mainTable .tableHead>div:hover{background-color:#328845;color:#fff}.tableWrap.boxes .mainTable .tableRow{grid-template-columns:1fr 1fr;margin:10px;border:1px solid #daa520}.tableWrap.boxes .mainTable .tableHead{display:none}.tableWrap.boxes .mobileHeading{display:block;font-size:12px;color:grey}.tableWrap.boxes .content{min-height:15px}.tableWrap.boxes .id{font-weight:700}.tableWrap.boxes .mainTable .tableRow>div{display:block}.tableWrap.boxes .mainTable .tableRow{background-color:#ebebeb}.tableWrap.boxes .mainTable .tableRow:hover{background-color:#f3f1dc;cursor:pointer}@media screen and (max-width:1060px){.appWrap{grid-template-columns:70px 1fr}.buttonText,header h1{display:none}.mainTable .tableRow{grid-template-columns:1fr 1fr;margin:10px;border:1px solid #daa520}.mainTable .tableHead{display:none}.mobileHeading{display:block;font-size:12px;color:grey}.content{min-height:15px}.id{font-weight:700}.mainTable .tableRow>div{display:block}.mainTable .tableRow{background-color:#ebebeb}.mainTable .tableRow:hover{background-color:#f3f1dc;cursor:pointer}header .logo img{height:42px}}.modalWrapper{display:flex;background-color:rgba(0,0,0,.24);background:linear-gradient(45deg,rgba(0,0,0,.24),rgba(0,0,0,.34));position:fixed;left:0;justify-content:center;align-items:center;top:0;width:100vw;height:100vh;-webkit-animation-name:appear;animation-name:appear;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.modal{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;width:950px;max-width:100vw;overflow:hidden;box-shadow:0 0 5px rgba(0,0,0,.3);border-radius:5px;transition:opacity .25s ease-in,box-shadow .35 ease-in;-webkit-animation-name:popup;animation-name:popup;-webkit-animation-duration:.54s;animation-duration:.54s;-webkit-animation-timing-function:cubic-bezier(.77,0,.175,1);animation-timing-function:cubic-bezier(.77,0,.175,1);transition:width .5s ease-in,height .5s ease-in}.modal.fullScreen{left:0!important;top:0!important;width:100%;height:100%;max-height:100%}.modal form.newItem{padding:10px}.modal .modalHeading{display:flex}.modal h2{width:100%;margin:0;padding:10px;font-size:23px;text-align:center;background-color:#e2e2e2}.modalWindowOption{width:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:24px;transition:all .4s ease-in-out}.modalWindowOption:hover{background:linear-gradient(20deg,#d4d2b6,#c8cf5c);box-shadow:-2px 0 5px rgba(0,0,0,.2)}.modal h2:hover{cursor:move}.modal .added{padding:32px 12px;font-weight:700;text-align:center;-webkit-animation-name:appear();animation-name:appear();-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.modal input,.modal select,.modal textarea{margin-top:10px;font-size:18px}.modal input:hover,.modal select:hover{background-color:#eaeaea}.modal textarea{min-height:100px}.modal input[type=submit],a{font-weight:700;text-align:center;color:#000}.modal .buttons{display:flex;justify-content:stretch}.modal .buttons>*{padding:10px;border:unset;width:100%;font-size:18px}.modal .buttons>:hover{background:linear-gradient(20deg,#d4d2b6,#c8cf5c);box-shadow:-2px 0 5px rgba(0,0,0,.2);cursor:pointer}.modal .formBody{max-height:80vh;overflow:auto;margin:1px;-webkit-padding-start:23px;padding-inline-start:23px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px}.formBody li{padding:5px}.modal label p{font-size:18px}.solution{grid-column:1/3}.formBody p{margin:2px}.itemDetails{padding:15px;display:grid;grid-template-columns:60px 1fr 2fr 1fr 1fr;grid-gap:9px}.itemDetails .itemHeading{background-color:#e1e1e1;padding:3px}.mainTable .tableRow[data-resolved="0"] .id{background-color:#f3cfbe}.mainTable .tableRow[data-resolved="0"] .rowFlags{color:red;-webkit-animation-name:blinking;animation-name:blinking;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mainTable .tableRow[data-resolved="1"] .id{background-color:#cffacf;font-weight:700}.mainTable .tableRow[data-resolved="1"] .rowFlags{color:#89b489}.historyList{padding:5px;margin:10px;max-height:70vh;overflow-y:auto}.historyHead{display:grid;font-size:11px;background-color:#e2e2e2}.historyItem{display:grid;font-size:12px;color:grey}.historyItem:hover{background-color:beige}.historyHead>div,.historyItem>div{padding:1px 8px;border:1px solid #8c8c8c;margin:-.5px}.historyItem.current{font-weight:700;background-color:gold}.historyItem span{opacity:.7;letter-spacing:-.5px;margin-bottom:2px}.newHistory{font-weight:700;color:#000}
/*# sourceMappingURL=main.795f91d8.chunk.css.map */