header{z-index:1}body{font-family:Roboto,sans-serif;font-size:16px;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.center_xy{display:grid;place-content:center}.center_x{display:grid;justify-content:center}.margin_0_auto{margin:0 auto}.center_y{display:grid;align-content:center}.centered-panel{background-color:#e5e7eb}.wrapper-2-columns{display:flex;flex-wrap:wrap;margin:1em 0}.left,.right{flex:1 0 50%;white-space:nowrap;text-align:center;padding:0;box-sizing:border-box}.taxes-table,.taxes-table th,.taxes-table td{border:1px solid black;border-collapse:collapse;font-size:12px;color:#00f}.table-header-row{background-color:#d4d4d8;border-collapse:collapse}.taxes-table th{font-weight:700;color:#000}.table-data-row{background-color:#f6f6f8;border-collapse:collapse}.hidden-text{margin-left:2em;visibility:hidden}.show-hidden:hover+.hidden-text{visibility:visible}*{box-sizing:border-box}.dropdown__title{background-color:transparent;border:none;font-family:inherit}nav2{background-color:#639;padding:0 1rem;position:sticky;display:grid;place-items:center;top:100%}nav2>ul{grid-auto-flow:column}nav2>ul>li{margin:0 .5rem}nav2>ul>li a,nav2>ul>li .dropdown__title{text-decoration:none;text-align:center;display:inline-block;color:#fff}nav2>ul>li a:focus,nav2>ul>li .dropdown__title:focus{outline:none}nav2>ul>li>a,nav2>ul>li .dropdown__title{padding:.1rem .5rem;border-top:3px solid transparent;transition:.28s all .12s ease-out}nav2>ul>li>a:hover,nav2>ul>li>a:focus,nav2>ul>li .dropdown__title:hover,nav2>ul>li .dropdown__title:focus{border-top-color:pink;color:pink}nav2 ul{list-style:none;margin:0;padding:0;display:grid}nav2 ul li{padding:0}.dropdown{position:relative}.dropdown .dropdown__title{display:inline-flex;align-items:center}.dropdown .dropdown__title:after{content:"";border:.35rem solid transparent;border-top-color:#ffffff73;margin-left:.25em;transform:translateY(.15em)}.dropdown .dropdown__menu{position:absolute;min-width:23ch;left:50%;top:calc(100% - .25rem);transition:.28s all .12s ease-out;transform:rotateX(-90deg) translate(-50%);transform-origin:top center;visibility:hidden;opacity:.3;padding:.5em 0;background-color:#fff;border-radius:4px;box-shadow:0 .15em .25em #00000040}.dropdown .dropdown__menu a{color:#47246b;display:block;padding:.5em;opacity:0;transition:.28s all .12s ease-out}.dropdown .dropdown__menu a:hover{background-color:#66339926}.dropdown .dropdown__menu a:focus{outline:none;background-color:#66339940}.dropdown:after{content:"";border:.5rem solid transparent;border-bottom-color:#fff;position:absolute;top:calc(100% - 1.25rem);left:50%;transform:translate(-50%);transition:.28s all .12s ease-out;opacity:0;will-change:opacity}.dropdown:hover .dropdown__title,.dropdown:focus-within .dropdown__title{border-top-color:pink}.dropdown:hover .dropdown__menu,.dropdown:focus-within .dropdown__menu{opacity:1;transform:rotateX(0) translate(-50%);visibility:visible}.dropdown:hover .dropdown__menu a,.dropdown:focus-within .dropdown__menu a{opacity:1}.dropdown:hover:after,.dropdown:focus-within:after{opacity:1}[aria-current]:is([aria-current=page])>span{border:2px solid blue;background-color:#ebeaec}ul.navigation1{padding:0;margin:2em 0 0;list-style:none;font-size:.9em;color:#1e40af!important}ul li a{text-decoration:none;font-family:Arial}.navigation1>li>a{line-height:1.6em}.navigation1 .menu{position:relative}.navigation1 .menu .submenu{width:10em;background-color:#f4f4f4;box-shadow:0 1px 1px #a7a5a5;display:none;transition:all 3s ease-in-out}.navigation .menu .submenu:before{content:"";display:block;border-width:0 6px 6px 6px;border-style:solid;border-color:#FFF transparent;top:-6px}.navigation1 .menu .submenu.activesubmenu{display:block}.navigation1 .menu .submenu li{padding:5px;background-color:#fff;line-height:1.2rem;font-family:ArialNarrow;transition:all .5s ease-in-out}.navigation1 .menu .submenu li:hover{background-color:#7c8ae254;border-radius:5px}.navigation1 .menu .submenu li:hover a{color:#fff}a.button,input.button,button.button{display:inline-flex;align-items:center;justify-content:center;background-color:#3e68ff;font-weight:bolder;color:#fff;border-radius:8px;box-shadow:0 3px 5px #0000002e;padding:.25em .75em;min-width:10ch;min-height:22px;max-height:88px;transition:.22s all ease-in-out}a.button:hover,a.button:active,input.button:hover,input.button:active,button.button:hover,button.button:active{background-color:#0037fe}a.button:focus,input.button:focus,button.button:focus{outline-style:solid;outline-color:transparent;box-shadow:0 0 0 4px #0029be}a.button.development,button.button.development{background-color:brown}*,*:before,*:after{box-sizing:border-box}:root{--select-border: #777;--select-focus: blue;--select-arrow: var(--select-border)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;padding:0 1em 0 0;margin:0;width:100%;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;z-index:1;outline:none}select::-ms-expand{display:none}.select{display:grid;grid-template-areas:"select";align-items:center;position:relative;min-width:15ch;max-width:30ch;border:1px solid var(--select-border);border-radius:.25em;padding:.25em .5em;font-size:1.25rem;cursor:pointer;line-height:1.1;background-color:#fff;background-image:linear-gradient(to top,#f9f9f9,#fff 33%)}.select select,.select:after{grid-area:select}.select:not(.select--multiple):after{content:"";justify-self:end;width:.8em;height:.5em;background-color:var(--select-arrow);clip-path:polygon(100% 0%,0 0%,50% 100%)}select:focus+.focus{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border:2px solid var(--select-focus);border-radius:inherit}select[multiple]{padding-right:0;height:6rem}select[multiple] option{white-space:normal;outline-color:var(--select-focus)}.select--disabled{cursor:not-allowed;background-color:#eee;background-image:linear-gradient(to top,#ddd,#eee 33%)}label{font-size:1.125rem;font-weight:500}.select+label{margin-top:2rem}:root{--input-border: #8b8a8b;--input-focus-h: 245;--input-focus-s: 100%;--input-focus-l: 42%}.w-5-em{width:5em}.w-6-em{width:6em}.w-10-em{width:10em}.w-15-em{width:15em}.w-20-em{width:20em}.w-25-em{width:25em}.w-30-em{width:30em}.w-35-em{width:35em}.w-40-em{width:40em}.w-50-em{width:50em}.w-60-em{width:60em}.w-25-percent{width:25%}.w-30-percent{width:30%}.w-40-percent{width:40%}.w-45-percent{width:45%}.w-48-percent{width:48%}.w-50-percent{width:50%}.w-60-percent{width:60%}.w-70-percent{width:70%}.w-80-percent{width:80%}.w-90-percent{width:90%}.input{transition:1.08s box-shadow ease-in-out}.input:focus{border-color:hsl(var(--input-focus-h),var(--input-focus-s),var(--input-focus-l));box-shadow:0 0 0 3px hsla(var(--input-focus-h),var(--input-focus-s),calc(var(--input-focus-l) + 40%),.8);outline:3px solid transparent}.pl-10-percent{padding-left:10%}.pl-20-percent{padding-left:20%}.pl-30-percent{padding-left:30%}.pl-40-percent{padding-left:40%}.pl-50-percent{padding-left:50%}.pl-60-percent{padding-left:60%}.pl-70-percent{padding-left:70%}.pl-80-percent{padding-left:80%}.pl-90-percent{padding-left:90%}.ml-10-percent{margin-left:10%}.ml-20-percent{margin-left:20%}.ml-30-percent{margin-left:30%}.ml-35-percent{margin-left:35%}.ml-40-percent{margin-left:40%}.ml-50-percent{margin-left:50%}.ml-60-percent{margin-left:60%}.ml-70-percent{margin-left:70%}.ml-80-percent{margin-left:80%}.ml-90-percent{padding-left:90%}.cancel{display:inline-flex;align-items:center;justify-content:center;min-height:2em;min-width:6em;border-radius:10px;color:#fff;font-weight:700;background-color:#ff5e00}.cancel:hover,.cancel:active{background-color:#cc0e00}.cancel:focus{outline-style:solid;outline-color:transparent;box-shadow:0 0 0 4px #990a00}.form-80 label,.form-80 input,.form-80 select{font-size:14px;border-radius:4px;line-height:24px}.form-80 label{height:17px;margin-left:1.5em;margin-top:2px;margin-bottom:2px}.form-80 input[type=text],.form-80 input[type=number],.form-80 select{padding:.05em;border-color:#6b7280;border:1px solid;transition:border-color 5s ease;transition:background-color 5s ease;transition:outline 5s ease}.form-80 input[type=text]:focus,.form-80 input[type=number]:focus,.form-80 select:focus{background-color:#ffff008c;border-color:hsl(var(--input-focus-h),var(--input-focus-s),var(--input-focus-l));box-shadow:0 0 0 3px hsla(var(--input-focus-h),var(--input-focus-s),calc(var(--input-focus-l) + 40%),.8);outline:3px solid transparent}.form-80 input[type=text]:hover,.form-80 input[type=number]:hover,.form-80 select:hover{background-color:#ffff003a;border-color:#00f;box-shadow:0 0 0 2px hsla(var(--input-focus-h),var(--input-focus-s),calc(var(--input-focus-l) + 40%),.8);outline:1px solid transparent}.form-80 input[type=checkbox]{width:1em;height:1em;margin-bottom:.2em}.form-80 .options,.form-80 .options label{font-size:12px;line-height:20px}.development{background-color:#d2691e!important}.radio-frame{width:20em;margin-bottom:1em;outline:.5rem solid khaki;border-radius:12px;font:700 1rem sans-serif;margin:2rem;padding:1rem;outline-offset:.5rem}.errors{width:100%;background-color:bisque;border-radius:.5em;margin-top:1em}.errors>div{font-weight:600;margin-left:1em;color:red}.disabl{background-color:#fce7f3}.disabled-input{background-color:#e2e8f0}.non-numeric{background-color:red}.non-numeric-filled{background-color:red!important}input{text-indent:.2em}input[type=text].autocomplete{border:2px solid blue}div.mera,div.gmera{color:#00f;font-weight:600}.range-input{font-size:14px;border-radius:4px;line-height:16px;padding:4px;font-weight:800}.clickable-label{color:#00f;font-weight:600}.modal-overlay{background:#000000b3;width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0}.modal-wrapper{width:600px;height:250px;border-radius:20px;background:#f8f8ff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.close-modal-btn{padding:8px;background:#6a5acd;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:15px;color:#f8f8ff;font-weight:5px;margin-left:auto;margin-top:10px;margin-right:10px;cursor:pointer}.close-btn-wrapper{display:flex}.modal-content{margin:20px auto;width:100%;display:flex;flex-direction:row}.hide{display:none}hd1{text-align:center}.records-table-wrapper{height:100%}.records-table{margin-left:auto;margin-right:auto;border-collapse:collapse}table.records-table th,table.records-table td{border:1px solid #a8a29e;border-collapse:collapse}table.records-table th{background-color:#d4d4d8}table.records-table th a,table.records-table td a{color:#00f;text-decoration:underline}table.records-table th a.no-underline,table.records-table td a.no-underline{text-decoration-line:none}table.records-table tr:nth-child(odd){background-color:#fafafa}table.records-table tr:nth-child(2n){background-color:#f4f4f5}table.records-table tr:hover td{background-color:#add8e6}#goods{transition:all .3s}#goods.pre-animation{opacity:0}.goods-list{width:92%;font-size:12px;margin-left:auto;margin-right:auto;background-color:#d4d4d8}table.goods-list th,table.goods-list td{border:1px solid #cac8c7;border-collapse:collapse}table.goods-list th{background-color:#d4d4d8}table.goods-list th a,table.goods-list td a{color:#00f;text-decoration:underline}table.goods-list tr:nth-child(odd){background-color:#fafafa}table.goods-list tr:nth-child(2n){background-color:#f4f4f5}.user-helper{display:flex;flex-direction:row;position:absolute;border-radius:.3em;background-color:#faebd7;bottom:4em;right:1em}.user-helper div{margin-left:1em;margin-right:1em;border-radius:.5em;background-color:#e2d8cb11}.user-helper i{color:#00f}.lrn{text-indent:.5em;font-style:italic}table.select-classifier{width:90%;margin:0 auto;border:2px solid black;border-collapse:collapse}table.select-classifier tr,table.select-classifier th,table.select-classifier td{border:1px solid black}table.select-classifier th{text-align:center}table.select-classifier td div{margin-left:1em}div.clickable{color:#00f;font-weight:500}table tr.warning td{background-color:#ffcccb}table tr.warning-yellow td{background-color:#ff0}table td.warning,table tr.warning-yellow td.warning{background-color:#ffcccb}table tr td.warning-yellow{background-color:#ff0}table#oilterminal-removal tr.selected td{background-color:#e6e1c5}.gridd{background:#e0dede;display:grid;grid-template-columns:20% 20% 20% 20%;grid-gap:3px;padding:3px;border-radius:.5rem}.gridd>div{background-color:#f8f7f5}.gridd>div>input,.gridd>div>label{font-size:80%;line-height:50%;border-radius:3px;height:1.4rem}.gridd>div>label{font-size:80%;line-height:50%;border-radius:5px;height:1.1rem}.itemA{grid-column-start:1;grid-row:1/1;width:100%}.itemB{grid-column-start:2;grid-row:1/1;width:100%}.itemC{grid-column-start:3;grid-row:1/1;width:100%}.itemD{grid-column-start:4;grid-row:1/1;width:100%}.itemE{grid-column-start:5;grid-row:1/1;width:72%}.inputwidth23em{width:23em}.mt0dot1em{margin-top:.1em}.product-show{background-color:#fafafa}.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:#000;position:absolute;width:15.625em;display:flex;flex-direction:column;z-index:9001;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid gray;border-radius:.263921875em;overflow:hidden;background:#fff;box-shadow:0 1.25em 1.25em -.9375em #0000004d}.qs-datepicker-container *{box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:#000000bf;color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;transition:opacity .3s;display:flex;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{border:none;background:transparent;border-bottom:1px solid white;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid white;border-radius:.263921875em;padding:.5em;margin:0 auto auto;cursor:pointer;background:#80808066}.qs-overlay .qs-submit.qs-disabled{color:gray;border-color:gray;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:flex;flex-wrap:wrap;flex-grow:1}.qs-overlay .qs-overlay-month{display:flex;justify-content:center;align-items:center;width:calc(100% / 3);cursor:pointer;opacity:.5;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:flex;justify-content:space-between;align-items:center;flex-grow:1;flex-shrink:0;background:#d3d3d3;filter:blur(0px);transition:filter .3s}.qs-controls.qs-blur{filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.263921875em;transition:background .15s}.qs-arrow:hover{background:#0000001a}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:after{content:"";border:.390625em solid transparent;position:absolute;top:50%;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:gray;right:50%;transform:translate(25%,-50%)}.qs-arrow.qs-right:after{border-left-color:gray;left:50%;transform:translate(-25%,-50%)}.qs-month-year{font-weight:700;transition:border .2s;border-bottom:1px solid transparent}.qs-month-year:not(.qs-disabled-year-overlay){cursor:pointer}.qs-month-year:not(.qs-disabled-year-overlay):hover{border-bottom:1px solid gray}.qs-month-year:focus,.qs-month-year:active:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:flex;flex-wrap:wrap;padding:.3125em;filter:blur(0px);transition:filter .3s}.qs-squares.qs-blur{filter:blur(5px)}.qs-square{width:calc(100% / 7);height:1.5625em;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .1s;border-radius:.263921875em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:700;text-decoration:underline}.qs-active,.qs-range-start,.qs-range-end{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-range-end:not(.qs-range-0){border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-empty{cursor:default}.qs-day{cursor:default;font-weight:700;color:gray}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}.label-box,.value-box{font-size:12px}.label-box.font-size-110{font-size:110%}.value-box{text-indent:.5em}.label-box{padding-right:1em;text-align:right}.value-box{width:100%;min-height:2em;color:#00f;background-color:#fff;border-radius:.3em;border:1px solid;transition:.4s ease-in-out}.value-box:hover{color:brown;background-color:beige;border-color:#00f;box-shadow:2px 1px 1px #00f}.full-width{margin:.2em auto;width:98%;border:1px}@media screen and (max-width: 1000px){.full-width{flex-direction:column}.label-box{text-align:left}}.wrapper-for-viewer{display:flex;margin:.2em auto;width:98%;border:1px}@media screen and (max-width: 1000px){.wrapper-for-viewer{flex-direction:column}.label-box{text-align:left}}.w-1em{width:1em}.w-2em{width:2em}.w-3em{width:3em}.w-4em{width:4em}.w-5em{width:5em}.w-6em{width:6em}.w-7em{width:7em}.w-8em{width:8em}.w-9em{width:9em}.w-10em{width:10em}.w-11em{width:11em}.w-12em{width:12em}.w-13em{width:13em}.w-14em{width:14em}.w-15em{width:15em}.w-16em{width:16em}.w-17em{width:17em}.w-18em{width:18em}.w-19em{width:19em}.w-20em{width:20em}.w-21em{width:21em}.w-22em{width:22em}.w-23em{width:23em}.w-24em{width:24em}.w-25em{width:25em}.w-26em{width:26em}.w-27em{width:27em}.w-28em{width:28em}.w-29em{width:29em}.w-30em{width:30em}.w-31em{width:31em}.w-32em{width:32em}.w-33em{width:33em}.w-34em{width:34em}.w-35em{width:35em}.w-36em{width:36em}.w-37em{width:37em}.w-38em{width:38em}.w-39em{width:39em}.w-40em{width:40em}.w-41em{width:41em}.w-42em{width:42em}.w-43em{width:43em}.w-44em{width:44em}.w-45em{width:45em}.w-46em{width:46em}.w-47em{width:47em}.w-48em{width:48em}.w-49em{width:49em}.w-50em{width:50em}.w-51em{width:51em}.w-52em{width:52em}.w-53em{width:53em}.w-54em{width:54em}.w-55em{width:55em}.w-56em{width:56em}.w-57em{width:57em}.w-58em{width:58em}.w-59em{width:59em}.w-60em{width:60em}.w-61em{width:61em}.w-62em{width:62em}.w-63em{width:63em}.w-64em{width:64em}.w-65em{width:65em}.w-66em{width:66em}.w-67em{width:67em}.w-68em{width:68em}.w-69em{width:69em}.w-70em{width:70em}.w-71em{width:71em}.w-72em{width:72em}.w-73em{width:73em}.w-74em{width:74em}.w-75em{width:75em}.w-76em{width:76em}.w-77em{width:77em}.w-78em{width:78em}.w-79em{width:79em}.w-80em{width:80em}.w-81em{width:81em}.w-82em{width:82em}.w-83em{width:83em}.w-84em{width:84em}.w-85em{width:85em}.w-86em{width:86em}.w-87em{width:87em}.w-88em{width:88em}.w-89em{width:89em}.w-90em{width:90em}.w-91em{width:91em}.w-92em{width:92em}.w-93em{width:93em}.w-94em{width:94em}.w-95em{width:95em}.w-96em{width:96em}.w-97em{width:97em}.w-98em{width:98em}.w-99em{width:99em}.w-100em{width:100em}.w-105em{width:105em}.w-110em{width:110em}.w-114em{width:114em}.w-115em{width:115em}.text-ident-1em{text-indent:1em}.bg-red{background-color:#fbff00ce}.bg-or-100{background-color:#9e80445e}.search-row{display:flex}.search-row input{padding:4px;background-color:#eff8fa;margin-top:5px;line-height:10px;border-radius:4px;font-size:.75rem}.search-row input:focus{background-color:ivory}.search-row i{font-size:1.5rem;padding-top:.5rem;font-weight:800;color:#310080}td>input{background-color:#eff8fa;margin-top:1px;padding:1px;line-height:10px;border-radius:2px;font-size:.75rem}td>input:focus{background-color:ivory}
