:root{--backgroundColor: #f4f7f8;--toolbarBackgroundColor: #a6a6a6;--toolbarColor: black;--controlBackgroundColor: #333132;--activeComponentBorderColor: transparent;--toggleCheckedColor: #5a74e9;--toggleUncheckedColor: #ec4242;--toggleDisabledColor: #a09898;--toggleCheckedBackgroundColor: #c0cccd;--toggleUncheckedBackgroundColor: var(--controlBackgroundColor);--listItemBackgroundColor: #eeeeee;--listColor: black;--listItemSelectedColor: black;--listItemSelectedBackgroundColor: #bec0f3;--listItemHoverColor: black;--listItemHoverBackgroundColor: #c5c6df;--listItemPadding: 10px}html,body{height:100%;margin:0;font-family:Roboto,Helvetica Neue,sans-serif;background-color:#f4f7f8;overflow-y:hidden}.toolbar{background-color:var(--toolbarBackgroundColor);display:flex;flex-direction:row;flex-wrap:wrap;background-color:#fff;box-shadow:#1b1f230a 0 1px,#ffffff40 0 1px inset;justify-content:center;padding:10px;gap:25px;align-items:flex-end}.toolbar .toolbarItem{display:flex;flex-direction:column}.toolbar .toolbarItem .label{font-weight:200;font-size:12px;display:inline-block;text-transform:uppercase}.toolbar .toolbarItem input[type=date]{display:block;width:100%;height:30px;font-size:14px;background-color:#f1f1f1;background-image:none;border:1px solid #eeeeee;border-radius:4px;box-shadow:#00000026 0 3px 3px}.toolbar button{display:flex;flex-direction:column;align-items:center;background-color:#f1f1f1;color:#000;font-weight:400;text-align:center;cursor:pointer;border-radius:4px;padding:6px 12px;border:1px solid transparent;box-shadow:#00000026 0 3px 3px;text-transform:uppercase}.toolbar button:hover{cursor:pointer;background-color:#e5e5e5}.toolbar button icon{height:30px;width:30px}.toolbar button:disabled{cursor:not-allowed;pointer-events:all!important;opacity:.4}.justifyCenterContent{justify-content:center!important}.textCenter{text-align:center}.textRight{text-align:right}.textLeft{text-align:left}.elementToClick{cursor:pointer}table.standard{border-collapse:collapse;width:100%}table.standard td,table.standard th{padding-left:3px;padding-right:3px;font-size:10px;border-bottom:1px solid #ccc;padding-top:.5rem;padding-bottom:.5rem}table.standard td:nth-child(1),table.standard th:nth-child(1){padding-left:20px}table.standard td:last-child,table.standard th:last-child{padding-right:20px}table.standard tr{background-color:#fff}table.standard tr:has(th){top:-20px;position:sticky;background-color:#fff;z-index:1;font-size:10px}table.standard tr:has(td).clickable:hover{background-color:var(--listItemHoverBackgroundColor);color:var(--listItemHoverColor);cursor:pointer}table.standard th{text-transform:uppercase;font-weight:200}table.standard .left{text-align:left}table.standard .right{text-align:right}.footerContent{margin-top:20px}.footerButton{font-weight:700;width:150px;font-size:16px;margin:15px 15px 0;padding:5px;display:inline-block;text-align:center;cursor:pointer}.tableContainer{width:100%}.tableScrollWithButtons{height:61vh;overflow-y:auto;overflow-x:hidden;margin-top:20px}.tableScrollWithoutButtons{height:65vh;overflow-y:auto;overflow-x:hidden;margin-top:20px}.table{width:100%;font-size:12px;border-spacing:0;padding:10px}.table th,.table td{border-bottom:1px solid #ccc;padding-top:.5rem;padding-bottom:.5rem}.table .thCenter{text-align:center;font-weight:200}.table .thLeft{font-weight:200;text-align:left}.table .thRight{font-weight:200;text-align:right}.table .tdCenter{text-align:center}.formCol{flex:0 0 auto;width:auto;padding:2px}.formElement{padding:20px 6px}.formLabel{font-weight:200;font-size:12px;display:inline-block}.formInput{display:block;width:100%;height:30px;font-size:14px;background-color:#f1f1f1;background-image:none;border:1px solid #eeeeee;border-radius:4px;box-shadow:#00000026 0 3px 3px}:focus{border:1px solid #dfdfdf;outline:none}.formInput[disabled]{background-color:#eee;opacity:1;cursor:not-allowed}.containerInputSearch{display:block;width:100%;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;background-color:#eee;border:1px solid #eeeeee;border-radius:4px;padding:1px;box-shadow:#00000026 0 3px 3px}.containerInputSearch input{height:25px;background-color:#eee;flex:1 1 auto;font-size:14px;border:none;line-height:1.5;outline:none}.formSelect{display:block;width:100%;height:30px;font-size:14px;line-height:1.5;border-radius:4px;background-color:#eee;border:1px solid #eeeeee;box-shadow:#00000026 0 3px 3px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}input[type=checkbox].toggle{--size: 25px;position:relative;margin-left:6px;margin-right:calc(var(--size));--offset: 3px;max-width:calc(var(--size) * 2);height:0;top:-4px;vertical-align:top}input[type=checkbox].toggle:before{content:"";background-color:var(--toggleUncheckedBackgroundColor, #333132);border-radius:25px;position:relative;display:block;width:calc(var(--size) * 2);height:var(--size);top:calc(calc(var(--size) + var(--borderWidth)) * -1);left:-4px;transition:background-color .5s}input[type=checkbox].toggle:after{content:"";background-color:var(--toggleUncheckedColor);border-radius:25px;position:absolute;display:block;width:calc(var(--size) - 2px);height:calc(var(--size) - 2px);top:1px;left:calc(var(--offset) * -1);transition:background-color .3s,left .3s}input[type=checkbox].toggle:checked:before{background-color:var(--toggleCheckedBackgroundColor)}input[type=checkbox].toggle:checked:after{background-color:var(--toggleCheckedColor);left:calc(var(--size) - var(--offset))}input[type=checkbox].toggle:disabled:after{background-color:var(--toggleDisabledColor)}.formDateSeparator{width:10px;text-align:center;padding-top:25px;font-size:20px}.button{display:inline-block;font-weight:400;text-align:center;cursor:pointer;border-radius:4px;padding:6px 12px;border:1px solid transparent;box-shadow:#00000026 0 3px 3px}.button:hover:not([disabled]){background-color:#e5e5e5}button:disabled{cursor:not-allowed;pointer-events:all!important;opacity:.4}.clickableColumn{cursor:pointer}.selectableItem.selected{background-color:#00aeef;color:#1c3039}.selectableItem:hover{background-color:#23c3ff;cursor:pointer;color:#1c3039}.container{display:flex}.containerColumn{display:flex;flex-direction:column}.containerRow{display:flex;flex-direction:row}.transactionShippingAddress{width:140px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-block-start:0em;margin-block-end:0em}.isCredit{color:red}#volumenByItemContent .expander.contentHidden .content,#volumenByShipToContent .expander.contentHidden .content,#volumenByItemContent .expander .header .arrow-left,#volumenByShipToContent .expander .header .arrow-left{display:none}.logoImage{height:60px}.leftMenuIcon{height:30px}.tableIcon{height:20px}.buttonBottonIcon{margin-left:5px;height:17px;vertical-align:middle}.buttonIcon{height:15px;vertical-align:middle}.searchIcon{height:17px;margin-right:2px}.scrollbarCustom{scrollbar-width:thin;scrollbar-color:#727072 transparent}.scrollbarCustom::-webkit-scrollbar{width:8px}.scrollbarCustom::-webkit-scrollbar-track{background:transparent}.scrollbarCustom::-webkit-scrollbar-thumb{background-color:#727072;border-radius:20px}.snackBarInstall{margin-bottom:10lvh!important;background-color:#697172eb;color:#fff}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=search]:focus,input[type=number]:focus,input[type=datetime-local]:focus,input[type=time]:focus,input[type=date]:focus,input[eval]:focus,button:focus,textarea:focus,input[type=text]:active,input[type=email]:active,input[type=password]:active,input[type=tel]:active,input[type=search]:active,input[type=number]:active,input[type=datetime-local]:active,input[type=time]:active,input[type=date]:active,input[eval]:active,button:active,textarea:active{border-color:var(--activeComponentBorderColor)}.properties .property input:not([type=checkbox]):not([type=radio]){height:29px;box-sizing:border-box}.properties .property:has(input[required])>.title{position:relative;padding-right:13px}.properties .property:has(input[required])>.title:after{content:"*";position:absolute;color:red;display:block;font-size:24px;right:1px;top:0}.properties .property:has(filterListSelect[required])>.title{position:relative;padding-right:13px}.properties .property:has(filterListSelect[required])>.title:after{content:"*";position:absolute;color:red;display:block;font-size:24px;right:1px;top:0}.properties .property:has(time[required],date[required],dateTime[required])>.title{position:relative;padding-right:13px}.properties .property:has(time[required],date[required],dateTime[required])>.title:after{content:"*";position:absolute;color:red;display:block;font-size:24px;right:1px;top:0}.properties .property:has(.error) input,.properties .property:has(.error) date,.properties .property:has(.error) time,.properties .property:has(.error) dateTime{border-color:red!important}.properties .property .error{color:red}.properties:not(.horizontal){display:table;border-collapse:separate;border-spacing:4px}.properties:not(.horizontal) .property{display:table-row}.properties:not(.horizontal) .property .title{display:table-cell;padding-right:8px;height:28px;white-space:nowrap;vertical-align:middle}.properties:not(.horizontal) .property>*:nth-child(2){display:table-cell;box-sizing:border-box;vertical-align:middle}.properties:not(.horizontal) .property>*:nth-child(2)>.filterListSelect{width:unset;background-color:unset;border:unset;color:unset}.properties:not(.horizontal) .property>*:nth-child(3){display:table-cell;box-sizing:border-box;vertical-align:middle}.properties:not(.horizontal) .property>*:nth-child(4){display:table-cell;box-sizing:border-box;vertical-align:middle}.properties:not(.horizontal) .property>*:nth-child(5){display:table-cell;box-sizing:border-box;vertical-align:middle}.properties.horizontal{display:flex;flex-direction:row;justify-content:space-between;gap:5px}.properties.horizontal .property .title{display:inline-block}.properties.horizontal .property>*:nth-child(2){display:block}cpModalWindow .window-footer{display:flex;flex-direction:row;gap:5px;justify-content:right}modalWindow dialog{border:none;background-color:#fff;box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;padding:10px;--controlBackgroundColor: white}modalWindow dialog .filterList-Title{color:#000;box-sizing:border-box;font-size:18px!important;justify-content:left!important}filterListSelect{display:block;width:100%;min-height:30px;font-size:14px;background-color:#f1f1f1;background-image:none;border:1px solid #eeeeee;border-radius:4px;box-shadow:#00000026 0 3px 3px;border:solid 1px transparent}filterListSelect:focus,filterListSelect:active{border-color:var(--activeComponentBorderColor)}filterListDialog modalWindow dialog{position:relative;overflow:visible!important}filterListDialog modalWindow dialog .window-content{height:100%}filterListDialog modalWindow dialog .window-footer button{position:absolute;top:-20px;right:-20px;background:#434443;color:#fff;border-radius:50px;height:40px;width:40px;cursor:pointer;font-weight:700;font-size:16px;color:transparent}filterListDialog modalWindow dialog .window-footer button:after{content:"X";font-weight:700;font-size:16px;position:absolute;color:#fff;top:10px;right:12px}listFilter{display:block;width:100%;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;background-color:#eee;border:1px solid #eeeeee;border-radius:4px;padding:1px;box-shadow:#00000026 0 3px 3px;position:relative}listFilter input{height:25px;background-color:#eee;flex:1 1 auto;font-size:14px;border:none;line-height:1.5;outline:none}listFilter input:focus{border:none;outline:none}listFilter:after{content:"";position:absolute;right:4px;top:5px;background-image:url(/assets/icons/search-icon.png);background-size:contain;background-repeat:no-repeat;vertical-align:middle;width:20px;height:20px}time,date,dateTime{background-color:#eee;border:1px solid transparent;padding:1px;padding-block:1px;padding-inline:2px;--listItemSelectedColor: white;--listItemSelectedBackgroundColor: #0075ff}time:first-child,date:first-child,dateTime:first-child{outline:none;color:var(--controlColor)}time button,date button,dateTime button{border:none}time .calendarPopOver,date .calendarPopOver,dateTime .calendarPopOver{border:1px black solid}time timeselector .timeSelector .hours .hour,date timeselector .timeSelector .hours .hour,dateTime timeselector .timeSelector .hours .hour{background-color:transparent!important;color:#000}time timeselector .timeSelector .hours .hour:hover,date timeselector .timeSelector .hours .hour:hover,dateTime timeselector .timeSelector .hours .hour:hover{color:var(--listItemHoverColor)!important;background-color:var(--listItemHoverBackgroundColor)!important}time timeselector .timeSelector .hours .hour.selected,date timeselector .timeSelector .hours .hour.selected,dateTime timeselector .timeSelector .hours .hour.selected{color:var(--listItemSelectedColor)!important;background-color:var(--listItemSelectedBackgroundColor)!important}time timeselector .timeSelector .minutes .minute,date timeselector .timeSelector .minutes .minute,dateTime timeselector .timeSelector .minutes .minute{background-color:transparent!important;color:#000}time timeselector .timeSelector .minutes .minute:hover,date timeselector .timeSelector .minutes .minute:hover,dateTime timeselector .timeSelector .minutes .minute:hover{color:var(--listItemHoverColor)!important;background-color:var(--listItemHoverBackgroundColor)!important}time timeselector .timeSelector .minutes .minute.selected,date timeselector .timeSelector .minutes .minute.selected,dateTime timeselector .timeSelector .minutes .minute.selected{color:var(--listItemSelectedColor)!important;background-color:var(--listItemSelectedBackgroundColor)!important}time:focus-within,date:focus-within,dateTime:focus-within{border-color:var(--activeComponentBorderColor)}time .date,date .date,dateTime .date{box-shadow:#00000026 0 3px 3px;border-radius:4px;overflow:clip}time .date.disabled,date .date.disabled,dateTime .date.disabled{color:#545454;background-color:#efefef4d;border:solid 1px rgba(118,118,118,.3)}time calendartemplate .day.unavailable,date calendartemplate .day.unavailable,dateTime calendartemplate .day.unavailable{color:silver!important}time calendartemplate .day.notInMonth,date calendartemplate .day.notInMonth,dateTime calendartemplate .day.notInMonth{color:#a9a9a9!important;opacity:1!important}time.invalid .date,date.invalid .date,dateTime.invalid .date{border:solid 1px red}dateTime .date{border:none!important}dateTime.disabled .date{background-color:#f1f1f1}dateTime timeselector .timeSelector .hours{border-left:1px solid black;padding-left:4px}.paginator{padding:5px 5px 5px 52px;display:flex;flex-direction:row;gap:20px;background-color:#f4f7f8}.globalListItem{font-size:14px;background-color:var(--listItemBackgroundColor);color:var(--listColor);padding:var(--listItemPadding, 10px);white-space:nowrap}.globalListItem.highlighted{background-color:var(--listItemSelectedBackgroundColor)}.globalListItem.selected{background-color:var(--listItemSelectedBackgroundColor);color:var(--listItemSelectedColor, white)}.globalListItem:hover{background-color:var(--listItemHoverBackgroundColor);color:var(--listItemHoverColor, white);cursor:pointer}body.mobile .selectAccount:hover,body.mobile .selectAccount.selected{background-color:#6a7172;color:#fff;cursor:default}body.mobile cpModalWindow .window-footer{display:flex;flex-direction:row;gap:10px;justify-content:center}body.mobile cpModalWindow button{background:#333132;color:#fff;border:none;padding:5px 15px}
