{
    "default": {
        "capacitiveTouchscreen": "true",
        "dropShadow": "false",
        "resolution": {
            "width": 1024,
            "height": 768
        },
        "color": {
            "black": "#1A1A18",
            "gray": "#B1BDC8",
            "graySoft": "#E1E8EE",
            "grayMedium": "#8796A4",
            "grayDark": "#45516A",
            "grayHover": "#7A8794",
            "grayLight": "#EAEFF4",
            "grayBorder": "#C7D3DE",
            "green": "#4AC966",
            "greenLight": "#A7F7B9",
            "greenDark": "#33B24F",
            "greenHover": "#2FA64A",
            "greenSelect": "#D5FCDD",
            "greenDisable": "#90D09E",
            "blueDark": "#4E84B6",
            "blueHover": "#4176A7",
            "artixRed": "#C12422",
            "red": "#D61821",
            "redSoft": "#FF4C55",
            "white": "#FFFFFF",
            "background": "#E1E8EE",
            "lightBackground": "#FFFFFF",
            "modalBackground": "#FFFFFF",
            "modalShading": "#4D45516A",
            "shadow": "#8796A4",
            "shadowSoft": "#B1BDC8",
            "info": "#1BA4F1"
        },
        "style": {
            "button": {
                "default": {
                    "text": {
                        "font": {
                            "family": "Lato",
                            "size": 24,
                            "weight": 600
                        },
                        "color": "color.white"
                    },
                    "background": {
                        "color": "color.green",
                        "radius": 4
                    },
                    ":pressed": {
                        "background": {
                            "color": "color.greenDark",
                            "radius": 4
                        }
                    },
                    ":disabled": {
                        "background": {
                            "color": "color.greenDisable",
                            "radius": 4
                        }
                    }
                },
                "keyboardKey": {
                    "text": {
                        "font": {
                            "weight": 900,
                            "size": 28
                        }
                    },
                    "background": {
                        "color": "color.grayMedium"
                    },
                    ":pressed": {
                        "background": {
                            "color": "color.grayHover"
                        }
                    }
                },
                "keyboardEnter": {
                    "text": {
                        "font": {
                            "weight": 900,
                            "size": 28
                        }
                    }
                },
                "icon": {
                    "background": { "color": "color.background" },
                    ":pressed": { "background": { "color": "color.grayBorder" } },
                    ":disabled": { "background": { "color": "color.background" } },
                    "goodsPlaceholder": "./images/no_image.svg" 
                },
                "iconLight": {
                    "background": {
                        "color": "color.lightBackground"
                    },
                    ":pressed": {
                        "background": {
                            "color": "color.grayLight"
                        }
                    }
                },
                "authUsers": "button.iconLight",
                "light": {
                    "text": {
                        "font": {
                            "weight": 700,
                            "size": 20
                        },
                        "color": "color.grayMedium"
                    },
                    "background": {
                        "border": {
                            "width": 2,
                            "color": "color.grayBorder"
                        },
                        "color": "color.white"
                    },
                    ":pressed": {
                        "background": {
                            "border": {
                                "width": 2,
                                "color": "color.grayBorder"
                            },
                            "color": "color.grayLight"
                        },
                        "text": {
                            "color": "color.grayMedium"
                        }
                    },
                    ":disabled": {
                        "background": {
                            "border": {
                                "width": 2,
                                "color": "color.grayBorder"
                            },
                            "color": "color.grayMedium"
                        }
                    }
                },
                "authBack": "button.light",
                "authUp": "button.light",
                "authDown": "button.light",
                "messageBoxOk": "button.default",
                "sideMenuOpen": "button.icon",
                "sideMenuClose": "button.iconLight",
                "sideMenuDelegate": {
                    "text": {
                        "color": "color.black",
                        "font": {
                            "size": 20,
                            "weight": 400
                        }
                    },
                    "background": {
                        "color": "color.white",
                        "radius": 0
                    },
                    ":pressed": {
                        "text": {
                            "color": "color.black"
                        },
                        "background": {
                            "color": "color.grayLight",
                            "radius": 0
                        }
                    }
                },
                "grayMediumButton": {
                    "text": {
                        "font": {
                            "size": 20,
                            "weight": 700
                        },
                        "color": "color.white"
                    },
                    "background": {
                        "color": "color.grayMedium",
                        "radius": 4
                    },
                    ":pressed": {
                        "background": {
                            "color": "color.grayHover",
                            "radius": 4
                        }
                    },
                    ":disabled": {
                        "background": {
                            "color": "color.grayBorder",
                            "radius": 4
                        }
                    }
                },
                "whiteButton": {
                    "text": {
                        "font": {
                            "size": 16,
                            "weight": 600
                        },
                        "color": "color.grayMedium"
                    },
                    "background": {
                        "border": {
                            "width": 2,
                            "color": "color.grayBorder"
                        },
                        "color": "color.white",
                        "radius": 4
                    },
                    ":pressed": {
                        "text": { "color": "color.grayMedium" },
                        "background": {
                            "color": "color.grayLight",
                            "radius": 4
                        }
                    }
                },
                "consultantDelete": {
                    "background": { "color": "color.info" },          
                    ":pressed": { "background": { "color": "color.blueDark" } },
                    "text": {
                        "font": {
                            "size": 16
                        }
                    }                    
                },
                "menuDelegate": "button.grayMediumButton",
                "menuDelegateExit": {
                    "inherit": "button.menuDelegate",
                    "background": {
                        "color": "color.blueDark"
                    },
                    ":pressed": {
                        "background": {
                            "color": "color.blueHover"
                        }
                    }
                },
                "red": {
                    "text": {
                        "font": {
                            "size": 20,
                            "weight": 700
                        }
                    },
                    "background": { "color": "color.redSoft" },
                    ":pressed": { "background": { "color": "color.red" } }
                },
                "green20px600": {
                    "inherit": "button.default",
                    "text": { "font": { "size": 20, "weight": 600 } }
                },
                "positionStorno": {
                    "inherit": "button.red",
                    "layout": {
                        "preferredWidth": 208
                    }
                },
                "positionQuant": {
                    "background": { "color": "color.grayMedium" },
                    ":pressed": { "background": { "color": "color.grayHover" } },
                    ":disabled": { "background": { "color": "color.grayBorder" } }
                },
                "actionPanelDelegate": {
                    "text": {
                        "font": {
                            "size": 16,
                            "weight": 600
                        }
                    },
                    "background": { "color": "color.grayMedium" },
                    ":pressed": { "background": { "color": "color.grayHover" } },
                    ":disabled": { "background": { "color": "color.grayBorder" } }
                },
                "actionPanelDelegate20px600": {
                    "inherit": "button.actionPanelDelegate",
                    "text": { "font": { "size": 20 } }
                },
                "actionPanelDelegate24px600": {
                    "inherit": "button.actionPanelDelegate",
                    "text": { "font": { "size": 24 } }
                },
                "actionPanelDelegateHighlighted": {
                    "inherit": "button.actionPanelDelegate",
                    "background": { "color": "color.blueDark" },
                    ":pressed": { "background": { "color": "color.blueHover" } }
                },
                "actionPanelDelegateHighlighted20px600": {
                    "inherit": "button.actionPanelDelegate20px600",
                    "background": { "color": "color.blueDark" },
                    ":pressed": { "background": { "color": "color.blueHover" } }
                },
                "actionPanelDelegateHighlighted24px600": {
                    "inherit": "button.actionPanelDelegate24px600",
                    "background": { "color": "color.blueDark" },
                    ":pressed": { "background": { "color": "color.blueHover" } }
                },
                "actionPanelDelegateContinue": {
                    "inherit": "button.actionPanelDelegate24px600",
                    "background": { "color": "color.greenDark" },
                    ":pressed": { "background": { "color": "color.greenHover" } },
                    ":disabled": { "background": { "color": "color.greenDisable" } }
                },
                "listNavigationUp": "button.light",
                "listNavigationDown": "button.light",
                "progressBoxCancel": "button.default",
                "choiceBoxYes": "button.default",
                "cancel": {
                    "text": { "color": "color.green" },
                    "background": {
                        "color": "color.white",
                        "border": { "width": 2, "color": "color.green" }
                    },
                    ":pressed": {
                        "text": { "color": "color.green" },
                        "background": {
                            "color": "color.greenLight",
                            "border": { "width": 2, "color": "color.green" }
                        }
                    },
                    ":disabled": {
                        "text": { "color": "color.green" },
                        "background": {
                            "color": "color.grayLight",
                            "border": { "width": 2, "color": "color.green" }
                        }
                    }
                },
                "choiceBoxNo": "button.cancel",
                "scanBarcodeOk": "button.default",
                "scanBarcodeCancel": "button.cancel",
                "scanBarcodeSingleCancel": "button.default",
                "scanQrCodeCancel": "button.grayMediumButton20px600",
                "keyboardCancelButton": {
                    "text": {
                        "font": {
                            "size": 20,
                            "weight": 700
                        }
                    },
                    "background": { "color": "color.blueDark" },
                    ":pressed": { "background": { "color": "color.blueHover" } }
                },
                "keyboardEnter20px700": {
                    "text": { "font": { "weight": 700, "size": 20 } },
                    ":disabled": {
                        "background": {
                            "color": "color.greenDisable",
                            "radius": 4
                        }
                    }
                },
                "pickListBack": "button.grayMediumButton",
                "pickListLeft": "button.grayMediumButton",
                "pickListRight": "button.grayMediumButton",
                "pickListSideMenu": {
                    "text": { "font": { "size": 16, "weight": 600 } },
                    "background": { "color": "color.grayMedium" },
                    ":pressed": { "background": { "color": "color.grayDark" } }
                },
                "inputQuantityChange": {
                    "background": { "color": "color.grayMedium" },
                    ":pressed": { "background": { "color": "color.grayHover" } },
                    ":disabled": { "background": { "color": "color.grayBorder" } }
                },
                "inputQuantityChangeQuick": {
                    "background": {
                        "border": { "width": 2, "color": "color.grayBorder" },
                        "color": "color.white"
                    },
                    ":pressed": { "background": { "color": "color.graySoft" } },
                    ":disabled": { "background": { "color": "color.grayLight" } },
                    "text": { "color": "color.grayDark" }
                },
                "inputQuantityOk": "button.default",
                "inputQuantityCancel": "button.cancel",
                "tableDelegate": {
                    "text": {
                        "color": "color.black",
                        "font": { "size": 16, "weight": 400 }
                    },
                    "background": { "color": "color.white", "radius": 0 },
                    ":pressed": {
                        "text": { "color": "color.black" },
                        "background": { "color": "color.greenSelect", "radius": 0 }
                    }
                },
                "choiceTableRowDelegate": "button.tableDelegate",
                "grayMediumButton20px600": {
                    "inherit": "button.grayMediumButton",
                    "text": { "font": { "size": 20, "weight": 600 } }
                },
                "choiceTableCancel": "button.grayMediumButton20px600",
                "choiceTableOk": "button.green20px600",
                "documentViewerCancel": "button.grayMediumButton20px600",
                "documentViewerOk": "button.green20px600",
                "backBySaleQuant": "button.positionQuant",
                "backBySaleCancel": "button.grayMediumButton20px600",
                "backBySaleOk": {
                    "inherit": "button.red",
                    "text": { "font": { "size": 20, "weight": 600 } }
                },
                "return": {
                    "background": { "color": "color.blueDark" },
                    ":pressed": { "background": { "color": "color.blueHover" } },
                    "text": { "font": { "size": 20, "weight": 600 } }
                },
                "backBySaleAll": "button.blueDark",
                "tmcMultipleChoiceTab": {
                    "background": { "color": "color.grayBorder", "radius": 2 },
                    "text": { "font": { "size": 16, "weight": 600 }, "color": "color.grayDark" },
                    ":pressed": {
                        "background": { "color": "color.white", "radius": 2 },
                        "text": { "font": { "size": 16, "weight": 600 }, "color": "color.grayDark" }
                    }
                },
                "tmcMultipleChoiceDelegate": "button.tableDelegate",
                "tmcMultipleChoiceOk": {
                    "text": { "font": { "weight": 700, "size": 20 } }
                },
                "tmcMultipleChoiceCancel": {
                    "background": { "color": "color.blueDark" },
                    ":pressed": { "background": { "color": "color.blueHover" } },
                    "text": { "font": { "size": 20, "weight": 700 } }
                },
                "tmcMultipleChoiceShowTmcInfo": "button.grayMediumButton",
                "choiceListOk": "button.default",
                "choiceListCancel": "button.cancel",
                "cashManagementOk": "button.default",
                "cashManagementCancel": "button.return",
                "cashManagementDrawer": "button.grayMediumButton20px600",
                "billsVerifyOk": "button.default",
                "billsVerifyCancel": "button.return",
                "orderCancel": "button.grayMediumButton20px600",
                "orderOk": "button.default",
                "orderStorno": "button.return",
                "orderRowDelegate": "button.tableDelegate",
                "textBrowserCancel": "button.grayMediumButton20px600",
                "licenseInfoCancel": "button.grayMediumButton20px600",
                "certificateInfoCancel": "button.grayMediumButton20px600",
                "tmcInfoCancel": "button.grayMediumButton20px600",
                "tmcInfoOk": "button.green20px600",
                "cardInfoCancel": "button.grayMediumButton20px600",
                "webBrowserExit": {
                    "background": { "color": "color.blueDark" },
                    ":pressed": { "background": { "color": "color.blueHover" } }
                },
                "webBrowserCommon": "button.icon",
                "giftsChoiceCancel": "button.grayMediumButton20px600",
                "giftsChoiceOk": "button.green20px600",
                "giftsChoiceQuantityChange": {
                    "background": { "color": "color.grayMedium" },
                    ":pressed": { "background": { "color": "color.grayHover" } },
                    ":disabled": { "background": { "color": "color.gray" } }
                },
                "inputMultiTextOk": { "text": { "font": { "weight": 700, "size": 20 }}},
                "inputMultiTextCancel": {
                    "background": { "color": "color.blueDark" },
                    ":pressed": { "background": { "color": "color.blueHover" } },
                    "text": { "font": { "size": 20, "weight": 700 } }
                },
                "employeeMarkBack": "button.whiteButton",
                "employeeMarkCancel": "button.whiteButton",
                "employeeMarkButton": "button.whiteButton",
                "programInfoCancel": "button.grayMediumButton20px600",
                "testInputDevicesCancel": "button.grayMediumButton20px600",
                "softCheckChoiceCancel": "button.grayMediumButton20px600",
                "softCheckChoiceOk": "button.green20px600",
                "softCheckChoiceTableRowDelegate": "button.tableDelegate"
            },
            "label": {
                "default": {
                    "text": {
                        "font": {
                            "family": "Lato"
                        },
                        "color": "color.black"
                    },
                    "background": {
                        "color": "transparent"
                    }
                },
                "black32px600": { "text": { "font": { "size": 32, "weight": 600 } } },
                "black14px400": { "text": { "font": { "size": 14, "weight": 400 } } },
                "black16px600": { "text": { "font": { "size": 16, "weight": 600 } } },
                "black16px400": { "text": { "font": { "size": 16, "weight": 400 } } },
                "black16px700": { "text": { "font": { "size": 16, "weight": 700 } } },
                "black20px400": { "text": { "font": { "size": 20, "weight": 400 } } },
                "black20px700": { "text": { "font": { "size": 20, "weight": 700 } } },
                "black24px700": { "text": { "font": { "size": 24, "weight": 700 } } },
                "black40px700": { "text": { "font": { "size": 40, "weight": 700 } } },
                "grayDark12px400": {
                    "text": {
                        "font": { "size": 12, "weight": 400 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark14px400": {
                    "text": {
                        "font": { "size": 14, "weight": 400 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark14px600": {
                    "text": {
                        "font": { "size": 14, "weight": 600 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark16px400": {
                    "text": {
                        "font": { "size": 16, "weight": 400 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark16px600": {
                    "text": {
                        "font": { "size": 16, "weight": 600 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark16px700": {
                    "text": {
                        "font": { "size": 16, "weight": 700 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark20px700": {
                    "text": {
                        "font": { "size": 20, "weight": 700 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark20px400": {
                    "text": {
                        "font": { "size": 20, "weight": 400 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark24px700": {
                    "text": {
                        "font": { "size": 24, "weight": 700 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark32px700": {
                    "text": {
                        "font": { "size": 32, "weight": 700 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark32px600": {
                    "text": {
                        "font": { "size": 32, "weight": 600 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark28px600": {
                    "text": {
                        "font": { "size": 28, "weight": 600 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark40px700": {
                    "text": {
                        "font": { "size": 40, "weight": 700 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark40px900": {
                    "text": {
                        "font": { "size": 40, "weight": 900 },
                        "color": "color.grayDark"
                    }
                },
                "grayDark48px900": {
                    "text": {
                        "font": { "size": 48, "weight": 900 },
                        "color": "color.grayDark"
                    }
                },
                "graySoft14px400": {
                    "text": {
                        "font": { "size": 14, "weight": 400 },
                        "color": "color.graySoft"
                    }
                },
                "graySoft14px700": {
                    "text": {
                        "font": { "size": 14, "weight": 700 },
                        "color": "color.graySoft"
                    }
                },
                "grayMedium12px400": {
                    "text": {
                        "font": { "size": 12, "weight": 400 },
                        "color": "color.grayMedium"
                    }
                },
                "grayMedium16px400": {
                    "text": {
                        "font": { "size": 16, "weight": 400 },
                        "color": "color.grayMedium"
                    }
                },
                "grayMedium24px700": {
                    "text": {
                        "font": { "size": 24, "weight": 700 },
                        "color": "color.grayMedium"
                    }
                },
                "greenDark14px600": {
                    "text": {
                        "font": { "size": 14, "weight": 600 },
                        "color": "color.greenDark"
                    }
                },
                "greenDark24px700": {
                    "text": {
                        "font": { "size": 24, "weight": 700 },
                        "color": "color.greenDark"
                    }
                },
                "info14px400": {
                    "text": {
                        "font": {
                            "size": 14,
                            "weight": 400
                        },
                        "color": "color.info"
                    }
                },
                "info16px600": {
                    "text": {
                        "font": { "size": 16, "weight": 600 },
                        "color": "color.info"
                    }
                },
                "startupVersion": {
                    "text": {
                        "font": { "size": 12, "weight": 500 },
                        "color": "color.artixRed"
                    }
                },
                "startupMessage": "label.grayDark16px400",
                "startupCash": "label.grayDark16px700",
                "authUsers": "label.black32px600",
                "authUserName": "label.black20px400",
                "authUserRank": "label.grayDark14px400",
                "keyboardAlternateKey": {
                    "text": {
                        "font": { "size": 28, "weight": 900 },
                        "color": "color.white"
                    },
                    ":pressed": { "text": { "color": "color.green" } }
                },
                "messageBoxMessage": "label.black32px600",
                "topPanelUser": "label.grayDark14px600",
                "topPanelRank": "label.grayDark14px400",
                "bottomPanelVersion": "label.graySoft14px400",
                "bottomPanelDate": "label.graySoft14px400",
                "bottomPanelShift": "label.graySoft14px400",
                "bottomPanelCash": "label.graySoft14px400",
                "bottomPanelClock": "label.graySoft14px700",
                "topPanelUpload": {
                    "text": {
                        "font": { "size": 12, "weight": 600 },
                        "color": "color.grayDark"
                    }
                },
                "notificationAreaCash": {
                    "text": {
                        "font": { "size": 32, "weight": 600 },
                        "color": "color.grayDark"
                    }
                },
                "notificationAreaIpText": "label.black16px400",
                "notificationAreaIpValue": "label.black16px700",
                "notificationAreaIconHeader": { "text": { "font": { "size": 18, "weight": 400 } } },
                "notificationAreaIconDescription": "label.grayDark12px400",
                "notificationAreaIconDescriptionFailed": {
                    "inherit": "label.notificationAreaIconDescription",
                    "text": { "color": "color.redSoft" }
                },
                "notificationAreaUploadText": "label.notificationAreaIconHeader",
                "notificationAreaUploadValue": {
                    "inherit": "label.notificationAreaIconHeader",
                    "text": { "font": { "weight": 700 } }
                },
                "notificationAreaVersion": {
                    "text": {
                        "font": { "size": 14, "weight": 400 },
                        "color": "color.grayMedium"
                    }
                },
                "notificationAreaLicense": "label.notificationAreaVersion",
                "positionDelegateName": {
                    "inherit": "label.black16px600",
                    "layout": {
                        "maximumWidth": 272
                    }
                },
                "positionDelegateSum": "label.black16px700",
                "positionDelegateQuant": "label.grayDark14px400",
                "positionDelegateDisc": {
                    "text": {
                        "font": { "size": 14, "weight": 400 },
                        "color": "color.greenDark"
                    }
                },
                "positionDelegateDiscRate": {
                    "inherit": "label.grayDark12px400",
                    "background": {
                        "color": "color.greenLight",
                        "radius": 4
                    }
                },
                "positionDelegateDiscountTitle": "label.grayDark14px600",
                "positionDelegateDiscountName": "label.grayDark14px400",
                "cardDelegateName": "label.greenDark14px600",
                "cardDelegateBalance": {
                    "text": {
                        "font": { "size": 12, "weight": 700 },
                        "color": "color.white"
                    },
                    "background": {
                        "color": "color.green",
                        "radius": 4
                    }
                },
                "cardDelegateBalanceTitle": "label.grayDark12px400",
                "cardDelegateBalanceValue": {
                    "text": {
                        "font": { "size": 24, "weight": 700 },
                        "color": "color.grayDark"
                    }
                },
                "cardDelegateClientTitle": "label.grayDark12px400",
                "cardDelegateClientValue": "label.grayDark16px700",
                "cardDelegatePhoneTitle": "label.grayDark12px400",
                "cardDelegatePhoneValue": "label.grayDark16px700",
                "styledCardDelegateName": "label.cardDelegateName",
                "styledCardDelegateBalance": "label.grayDark20px700",
                "styledCardDelegateBalanceTitle": "label.grayMedium12px400",
                "styledCardDelegateStatus": "label.grayDark16px700",
                "styledCardDelegateStatusTitle": "label.grayMedium12px400",
                "couponDelegateName": "label.greenDark14px600",
                "couponDelegateDateTitle": "label.grayDark12px400",
                "couponDelegateDateValue": "label.grayDark16px700",
                "couponDelegateCampaignTitle": "label.grayDark12px400",
                "couponDelegateCampaignName": "label.grayDark14px400",
                "giftDelegateName": "label.positionDelegateName",
                "giftDelegateQuant": "label.positionDelegateQuant",
                "giftDelegateCampaignTitle": "label.positionDelegateCampaignTitle",
                "giftDelegateCampaignName": "label.positionDelegateCampaignName",
                "positionsFooterDiscount": "label.grayDark20px700",
                "positionsFooterSum": "label.grayDark20px700",
                "positionsListHeader": {
                    "text": {
                        "font": { "size": 14, "weight": 700 },
                        "color": "color.grayMedium"
                    }
                },
                "documentOpenTotalTitle": "label.grayDark20px700",
                "documentOpenTotalValue": "label.grayDark48px900",
                "documentSubtotalTotalTitle": "label.grayDark20px700",
                "documentSubtotalTotalValue": "label.grayDark48px900",
                "paymentsListTitleName": "label.grayDark20px700",
                "paymentsListTitleAmount": "label.grayDark20px700",
                "paymentsListName": "label.grayDark16px400",
                "paymentsListAmount": "label.grayDark16px600",
                "bonusTitleName": "label.grayDark20px700",
                "bonusOperationName": "label.grayDark16px400",
                "bonusOperationAmount": "label.grayDark16px600",
                "cashButtonDelegate": {
                    "text": {
                        "font": { "size": 24, "weight": 600 },
                        "color": "color.grayDark"
                    }
                },
                "documentClosedTitle": "label.grayDark40px900",
                "scanQrCodeTitle": { "text": { "font": { "size": 40, "weight": 700 } } },
                "scanQrCodeMessage": {
                    "text": {
                        "font": { "size": 24, "weight": 700 },
                        "color": "color.greenDark"
                    }
                },
                "scanQrCodeHint": {
                    "text": {
                        "font": { "size": 16, "weight": 600 },
                        "color": "color.grayMedium"
                    }
                },
                "scanQrCodeCashierMessage": {
                    "text": {
                        "font": { "size": 40, "weight": 900 },
                        "color": "color.grayDark"
                    }
                },
                "scanQrCodeCashierHint": {
                    "text": {
                        "font": { "size": 24, "weight": 600 },
                        "color": "color.green"
                    }
                },
                "scanQrCodeTotalTitle": "label.grayDark20px700",
                "scanQrCodeTotalValue": "label.grayDark48px900",
                "progressBoxTitle": "label.black32px600",
                "progressBoxMessage": "label.grayDark16px400",
                "choiceBoxMessage": "label.black32px600",
                "choiceBoxNote": "label.grayDark16px400",
                "inputDialogMessage": "label.grayDark20px700",
                "shiftCloseTitle": "label.grayDark40px900",
                "shiftCloseMessage": {
                    "text": {
                        "font": { "size": 20, "weight": 400 },
                        "color": "color.grayMedium"
                    }
                },
                "shiftCloseProcess": { "text": { "font": { "size": 28, "weight": 600 } } },
                "pickListDelegateName": "label.black14px400",
                "pickListDelegatePrice": "label.black16px700",
                "pickListDelegateQuantity": {
                    "text": {
                        "font": { "size": 12, "weight": 400 },
                        "color": "color.grayMedium"
                    }
                },
                "pickListHeader20px700": "label.black20px700",
                "pickListHeader20px400": "label.black20px400",
                "inputQuantityMessage": "label.black32px600",
                "inputQuantityName": "label.black20px400",
                "inputQuantityPrice": "label.black20px700",
                "notificationAreaDelegate": {
                    "text": {
                        "font": { "size": 18, "weight": 700 },
                        "color": "color.white"
                    }
                },
                "notificationMessage": {
                    "text": {
                        "font": { "size": 16, "weight": 600 },
                        "color": "color.white"
                    }
                },
                "notificationMore": {
                    "text": {
                        "font": { "size": 12, "weight": 400 },
                        "color": "color.white"
                    }
                },
                "choiceTableMessage": "label.black32px600",
                "choiceTableHeaderDelegate": "label.grayDark12px400",
                "documentViewerTitle": "label.black32px600",
                "documentViewerInfo": "label.black14px400",
                "documentViewerPositionDelegate": "label.black16px400",
                "documentViewerPaymentSum": "label.grayDark20px700",
                "backBySaleDelegate": "label.black16px600",
                "backBySaleTableHeader": "label.grayDark12px400",
                "backBySaleTitle": "label.black32px600",
                "tmcMultipleChoiceTitle": "label.grayDark20px700",
                "modifierValue": "label.info14px400",
                "modifierText": "label.info16px600",
                "simpleChoiceTitle": "label.black32px600",
                "simpleChoiceDelegate": "label.black16px400",
                "priceChoiceTitle": "label.black32px600",
                "priceChoiceTmcName": "label.grayDark16px400",
                "priceChoiceDelegateCode": "label.black16px400",
                "priceChoiceDelegateName": "label.black16px400",
                "priceChoiceDelegatePrice": "label.black24px700",
                "aspectChoiceTitle": "label.black32px600",
                "aspectChoiceDelegate": "label.black16px400",
                "aspectValueChoiceTitle": "label.black32px600",
                "aspectValueChoiceDelegate": "label.black16px400",
                "cashManagementTitle": "label.black32px600",
                "cashManagementTypeTitle": "label.grayDark14px400",
                "cashManagementTypeValue": "label.black24px700",
                "cashManagementSumTitle": "label.grayDark14px400",
                "cashManagementSumValue": "label.black24px700",
                "menuTitle": "label.grayDark28px600",
                "menuCashDrawerLabel": "label.grayDark16px600",
                "menuCashDrawerSum": "label.grayDark48px900",
                "billsVerifyTitle": "label.black32px600",
                "billsVerifyCommon": "label.grayDark20px700",
                "orderTitle": "label.black32px600",
                "orderHeader": "label.grayDark12px400",
                "tmcInfoTitle": "label.black32px600",
                "tmcInfoNameValue": "label.grayDark20px700",
                "tmcInfoPriceValue": "label.grayDark32px700",
                "tmcInfoCommonValue": "label.grayDark24px700",
                "tmcInfoCommonLabel": "label.grayDark14px400",
                "tmcInfoTableLabel": "label.grayDark20px700",
                "tmcInfoColumnLabel": "label.grayDark12px400",
                "tmcInfoTableValue": "label.black16px400",
                "manualDiscountTitle": "label.black32px600",
                "manualDiscountDelegate": "label.black16px400",


                "cardInfoTitle": "label.black32px600",
                "cardInfoBalanceValue": "label.grayDark32px700",
                "cardInfoCommonValue": "label.grayDark24px700",
                "cardInfoCommonLabel": "label.grayDark14px400",
                "cardInfoTableLabel": "label.grayDark20px700",
                "cardInfoColumnLabel": "label.grayDark12px400",
                "cardInfoTableValue": "label.black16px400",


                "certificateInfoTitle": "label.black32px600",
                "certificateInfoBalanceValue": "label.grayDark32px700",
                "certificateInfoCommonValue": "label.grayDark24px700",
                "certificateInfoCanSpend": "label.greenDark24px700",
                "certificateInfoCantSpend": {
                    "text": {
                        "font": { "size": 24, "weight": 700 },
                        "color": "color.redSoft"
                    }
                },
                "certificateInfoCommonLabel": "label.grayDark14px400",

                "textBrowserTitle": "label.black32px600",

                "licenseInfoTitle": "label.black32px600",
                "licenseInfoCommonLabel": "label.grayDark14px400",
                "licenseInfoCommonValue": "label.grayDark24px700",
                "licenseInfoStatusSuccess": {
                "text": {
                    "font": { "size": 16, "weight": 700 },
                    "color": "color.greenDark"
                    }
                },
                "licenseInfoStatusError": {
                    "text": {
                        "font": { "size": 16, "weight": 700 },
                        "color": "color.redSoft"
                    }
                },
                "webBrowserTitle": "label.grayDark20px400",
                "viewCheckNumber": {
                    "text": {
                        "font": { "size": 32, "weight": 600 },
                        "color": "color.black"
                    }
                },
                "viewPositionsCount": {
                    "text": {
                        "font": { "size": 20, "weight": 700 },
                        "color": "color.grayMedium"
                    }
                },
                "viewPositionDelegateName": {
                    "text": {
                        "font": { "size": 20, "weight": 600 },
                        "color": "color.black"
                    }
                },
                "viewPositionDelegateSum": {
                    "text": {
                        "font": { "size": 16, "weight": 700, "strikeout": true, "italic": "true" },
                        "color": "color.grayMedium"
                    }
                },
                "viewPositionDelegateDiscountSum": {
                    "text": {
                        "font": { "size": 22, "weight": 700 },
                        "color": "color.black"
                    }
                },
                "viewPositionDelegateQuantity": {
                    "text": {
                        "font": { "size": 20, "weight": 600 },
                        "color": "color.black"
                    }
                },
                "viewPositionDelegateDiscount": {
                    "text": {
                        "font": { "size": 14, "weight": 700 },
                        "color": "color.white"
                    },
                    "background": {
                        "color": "color.greenDark",
                        "radius": 4
                    }
                },
                "viewDocumentDiscount": "label.grayDark24px700",
                "viewTotal": {
                    "text": {
                        "font": { "size": 32, "weight": 900 },
                        "color": "color.greenDark"
                    }
                },
                "giftsChoiceTitle": "label.black32px600",
                "giftsChoiceQuantityInfo": "label.grayDark16px400",
                "giftsChoiceTableHeader": "label.grayDark12px400",
                "giftsChoiceItemName": {
                    "inherit": "label.black16px600",
                    ":disabled": { "text": { "color": "color.grayMedium" }}
                },
                "giftsChoiceItemCount": "label.grayDark16px400",
                "inputMultiTextTitle": "label.grayDark32px600",
                "inputMultiTextDescription": "label.grayDark20px700",
                "employeeMarkMessageUserName": "label.grayDark40px700",
                "employeeMarkMessageSuccess": "label.greenDark24px700",
                "employeeMarkMessageError": "label.grayDark40px700",
                "employeeMarkMessageRepeat": "label.grayMedium24px700",
                "employeeMarkScanQrTitle": "label.black40px700",
                "employeeMarkScanQrMessage": "label.greenDark24px700",
                "programInfoTitle": "label.black32px600",
                "programInfoVersionTitle": "label.grayDark14px400",
                "programInfoVersionDate": {
                    "text": {
                        "font": { "size": 14, "weight": 300 },
                        "color": "color.grayDark"
                    }
                },
                "programInfoVersionValue": "label.grayDark24px700",
                "programInfoCommonTitle": "label.grayDark20px700",
                "programInfoTableTitle": "label.grayDark12px400",
                "programInfoTableValue": "label.black16px400",
                "testInputDevicesTitle": "label.black32px600",
                "testInputDevicesTableTitle": "label.grayDark12px400",
                "testInputDevicesTableValue": "label.black16px400",
                "softCheckChoiceTitle": "label.black32px600",
                "softCheckChoiceTableHeader": "label.grayDark12px400"
            },
            "textField": {
                "default": {
                    "text": {
                        "font": { "family": "Lato" },
                        "color": "color.black"
                    },
                    "background": {
                        "color": "transparent"
                    },
                    "placeholder": {
                        "font": { "family": "Lato" },
                        "color": "color.grayMedium"
                    }
                },
                "authenticationPassword": {
                    "text": {
                        "font": { "size": 20, "weight": 700 },
                        "color": "color.grayDark"
                    },
                    "placeholder": { "font": { "size": 20, "weight": 700 } }
                },
                "normal": {
                    "text": {
                        "font": { "size": 36, "weight": 900 },
                        "color": "color.grayDark"
                    },
                    "background": { "color": "color.grayBorder", "radius": 4 },
                    ":pressed": {
                        "background": { "color": "color.gray" },
                        "text": { "color": "color.grayDark" }
                    },
                    "placeholder": {
                        "font": { "size": 16, "weight": 400 },
                        "color": "color.grayMedium"
                    }
                },
                "invalidText": {
                    "inherit": "textField.normal",
                    "background": { "color": "color.redSoft" },
                    ":pressed": { "background": { "color": "color.red" } },
                    "placeholder": { "color": "color.white" }
                },
                "documentOpenInput": "textField.normal",
                "documentSubtotalInput": "textField.documentOpenInput",
                "inputDialogTextField": "textField.normal",
                "inputDialogTextFieldInvalid": "textField.invalidText",
                "pickListTextField": "textField.normal",
                "inputQuantityTextField": {
                    "text": {
                        "font": {
                            "size": 36,
                            "weight": 900
                        },
                        "color": "color.grayDark"
                    },
                    "background": {
                        "color": "color.graySoft",
                        "radius": 4
                    },
                    ":disabled": {
                        "background": {
                            "color": "color.graySoft",
                            "radius": 4
                        }
                    }
                },
                "choiceTableInput": "textField.normal",
                "backBySaleEditBackQuantity": {
                    "inherit": "textField.normal",
                    "text": { "font": { "size": 16, "weight": 400 }, "color": "color.black" }
                },
                "tmcMultipleChoiceInput": {
                    "text": { "font": { "size": 36, "weight": 900 }, "color": "color.grayDark" }
                },
                "cashManagementInput": "textField.normal",
                "billsVerifyInput": {
                    "inherit": "textField.normal",
                    "placeholder": { "color": "color.grayDark" }
                },
                "orderInput": "textField.normal",
                "giftsChoiceQuantityTextField": {
                    "text": { "font": { "size": 16, "weight": 400 }},
                    "background": { "color": "color.grayBorder", "radius": 4 },
                    ":disabled": {
                        "text": { "color": "color.grayMedium" },
                        "background": { "color": "color.graySoft", "radius": 4 }
                    }
                },
                "inputMultiText": {
                    "inherit": "textField.normal",
                    ":focus": { "background": { "border": { "width": 2, "color": "color.grayDark" }}}
                },
                "inputMultiTextInvalid": {
                    "inherit": "textField.invalidText",
                    ":focus": { "background": { "border": { "width": 2, "color": "color.grayDark" }}}
                }
            },
            "textEdit": {
                "default": {
                    "text": {
                        "font": {
                            "family": "Lato"
                        },
                        "color": "color.black"
                    }
                },
                "textBrowserMessage": "textField.default"
            },
            "groupBox": {
                "default": {
                    "background": {
                        "color": "color.white"
                    }
                },
                "listDelegate": {
                    ":pressed": {
                        "background": {
                            "color": "color.grayLight"
                        }
                    }
                },
                "authUsersDelegate": "groupBox.listDelegate",
                "bottomPanel": {
                    "background": {
                        "color": "color.grayDark"
                    }
                },
                "styledCardDelegate": {
                    "background": {
                        "color": "color.grayLight"
                    }
                },
                "styledCardInfo": {
                    "background": {
                        "radius": 12,
                        "color": "color.white"
                    }
                },
                "styledCardInfoBackgroundImage": {
                    "background": {
                        "radius": 12,
                        "color": "transparent"
                    },
                    "layout": {
                        "topMargin": 25,
                        "leftMargin": 136
                    }
                },
                "positionDelegate": "groupBox.listDelegate",
                "positionsListBackground": "groupBox.default",
                "positionsFooter": "groupBox.default",
                "positionsListHeader": "groupBox.default",
                "viewPositionsFooter": "groupBox.default",
                "cashButtonDelegate": {
                    "background": {
                        "radius": 4,
                        "border": {
                            "width": 2,
                            "color": "color.gray"
                        }
                    }
                },
                "pickListDelegate": {
                    "background": { "radius": 4, "color": "color.white" },
                    ":pressed": {
                        "background": {
                            "radius": 4,
                            "color": "color.grayLight"
                        }
                    }
                },
                "notificationAreaDelegateError": { "background": { "color": "color.redSoft" } },
                "notificationAreaDelegateInfo": { "background": { "color": "color.info" } },
                "notificationError": {
                    "background": { "color": "color.redSoft", "radius": 4 },
                    ":pressed": { "background": { "color": "color.red", "radius": 4 } }
                },
                "notificationInfo": { "background": { "color": "color.info" } },
                "documentViewerPositionDelegate": "groupBox.listDelegate",
                "documentViewerPayments": { "background": { "color": "color.grayLight", "radius": 4 } },
                "backBySaleBasicDelegate": {
                    "background": { "color": "color.white" },
                    ":pressed": { "background": { "color": "color.grayLight" } }
                },
                "backBySaleChoosedDelegate": {
                    "background": { "color": "color.greenSelect" },
                    ":pressed": { "background": { "color": "color.grayLight" } }
                },
                "tmcMultipleChoiceField": { "background": { "color": "color.grayBorder", "radius": 4 } },
                "choiceListDelegate": { ":pressed": { "background": { "color": "color.greenSelect" } } },
                "invisibleBorderedBox": {
                    "background": {
                        "color": "transparent",
                        "radius": 4,
                        "border": { "width": 1, "color": "color.gray" }
                    }
                },
                "grayLightBox": { "background": { "color": "color.grayLight", "radius": 4 } },
                "menuCashDrawer": "groupBox.invisibleBorderedBox",
                "tmcInfoMainData": "groupBox.grayLightBox",
                "cardInfoMainData": "groupBox.grayLightBox",
                "certificateInfoMainData": "groupBox.grayLightBox",
                "licenseInfoMainData": "groupBox.grayLightBox",
                "tmcInfoCommonData": "groupBox.invisibleBorderedBox",
                "cardInfoCommonData": "groupBox.invisibleBorderedBox",
                "certificateInfoCommonData": "groupBox.invisibleBorderedBox",
                "licenseInfoCommonData": "groupBox.invisibleBorderedBox",
                "viewAdvertisingBox": {
                    "background": {
                        "color": "color.black"
                    },
                    "layout": {
                        "preferredWidth": 556,
                        "preferredHeight": 256
                    }
                },
                "viewReceiptBox": "groupBox.default",
                "giftsChoiceDelegate": { ":pressed": { "background": { "color": "color.greenSelect" }}},
                "programInfoCommonData": "groupBox.invisibleBorderedBox",
                "programInfoMainData": "groupBox.grayLightBox"
            },
            "radioButton": {
                "default": {
                    "text": {
                        "font": { "family": "Lato", "size": 20, "weight": 700 },
                        "color": "color.grayDark"
                    },
                    "indicator": {
                        "background": {
                            "color": "color.grayLight",
                            "border": { "width": 3, "color": "color.grayBorder" }
                        },
                        "content": { "color": "color.grayLight" }
                    },
                    "background": { "color": "color.grayLight" },
                    ":pressed": {
                        "indicator": {
                            "background": {
                                "color": "color.green",
                                "border": { "width": 0 }
                            }
                        },
                        "background": { "color": "color.white" }
                    },
                    ":checked": {
                        "indicator": {
                            "background": {
                                "color": "color.green",
                                "border": { "width": 0 }
                            }
                        }
                    }
                },
                "inputMultiText": "radioButton.default"
            },
            "checkBox": {
                "default": {
                    "text": {
                        "font": { "family": "Lato", "size": 20, "weight": 700 },
                        "color": "color.grayDark"
                    },
                    "indicator": {
                        "background": {
                            "color": "color.grayLight",
                            "radius": 4,
                            "border": { "width": 3, "color": "color.grayBorder" }
                        },
                        "content": { "color": "color.white" }
                    },
                    "background": { "color": "color.grayLight" },
                    ":pressed": {
                        "indicator": {
                            "background": {
                                "color": "color.green",
                                "border": { "width": 0 }
                            }
                        },
                        "background": { "color": "color.white" }
                    },
                    ":checked": {
                        "indicator": {
                            "background": {
                                "color": "color.green",
                                "border": { "width": 0 }
                            }
                        }
                    }
                },
                "inputMultiText": "checkBox.default"
            }
        },
        "icon": {
            "keyboard": {
                "backspace": "./images/keyboard/backspace.svg",
                "shift": "./images/keyboard/shift.svg",
                "capslock": "./images/keyboard/capslock.svg",
                "spacebar": "./images/keyboard/spacebar.svg",
                "hide": "./images/keyboard/hide.svg"
            },
            "dialog": {
                "info": "./images/info.svg",
                "warning": "./images/warning.svg",
                "error": "./images/error.svg",
                "barcode": "./images/barcode.svg",
                "dataMatrix": "./images/dataMatrix.svg",
                "egaisDataMatrix": "./images/egaisDataMatrix.svg"
            },
            "styledCardInfoBackground": "./images/artix_loyalty.svg",
            "artixLogo": "./images/artix_logo.svg",
            "authPos": "./images/pos.svg",
            "authUsers": "./images/users.svg",
            "authArrowDown": "./images/arrow_down.svg",
            "authArrowUp": "./images/arrow_up.svg",
            "menu": {
                "file": "./images/menu/file.svg",
                "money": "./images/menu/money.svg",
                "power": "./images/menu/power.svg",
                "report": "./images/menu/report.svg",
                "sale": "./images/menu/sale.svg",
                "service": "./images/menu/service.svg",
                "shift": "./images/menu/shift.svg",
                "totals": "./images/menu/totals.svg",
                "user": "./images/menu/user.svg",
                "moneyIn": "./images/menu/money_in.svg",
                "moneyOut": "./images/menu/money_out.svg"
            },
            "topPanel": {
                "sideMenu": "./images/top_panel/side_menu.svg",
                "upload": "./images/top_panel/upload.svg",
                "networkGreen": "./images/top_panel/network_green.svg",
                "networkRed": "./images/top_panel/network_red.svg",
                "bonusGreen": "./images/top_panel/bonus_green.svg",
                "bonusRed": "./images/top_panel/bonus_red.svg",
                "egaisGreen": "./images/top_panel/egais_green.svg",
                "egaisRed": "./images/top_panel/egais_red.svg",
                "lmGreen": "./images/top_panel/lm_green.svg",
                "lmRed": "./images/top_panel/lm_red.svg",
                "notificationInfo": "./images/top_panel/notification_info.svg",
                "notificationWarning": "./images/top_panel/notification_warning.svg",
                "notificationError": "./images/top_panel/notification_error.svg"
            },
            "modifier": {
                "quantity": "./images/modifier/quantity.svg",
                "price": "./images/modifier/price.svg",
                "deptNumber": "./images/modifier/dept_number.svg",
                "packingMode": "./images/modifier/packing_mode.svg"
            },
            "imagePlaceholder": "./images/no_image.svg",
            "bottomPanelLogo": "./images/bottom_panel_logo.svg",
            "cross": "./images/cross.svg",
            "plus": "./images/plus.svg",
            "plusDisabled": "./images/plus_disabled.svg",
            "minus": "./images/minus.svg",
            "minusDisabled": "./images/minus_disabled.svg",
            "buy": "./images/buy.svg",
            "view": { "buy": "./images/buy24.svg" },
            "position": {
                "ageRestriction": "./images/position/age_restriction.svg",
                "card": "./images/position/card.svg",
                "coupon": "./images/position/coupon.svg",
                "gift": "./images/position/gift.svg",
                "markUndefined": "./images/position/mark_undefined.svg",
                "markOk": "./images/position/mark_ok.svg",
                "markFailed": "./images/position/mark_failed.svg",
                "marketingAction": "./images/position/marketingAction.svg",
                "packing": "./images/position/packing.svg",
                "quantity": "./images/position/quantity.svg",
                "social": "./images/position/social.svg",
                "consultant": "./images/position/consultant.svg"
            },
            "actionPanel": {
                "arrowBack": "./images/action_panel/arrow_back.svg",
                "arrow": "./images/action_panel/arrow.svg",
                "card": "./images/action_panel/card.svg",
                "catalog": "./images/action_panel/catalog.svg",
                "qrCode": "./images/action_panel/qr_code.svg",
                "rub": "./images/action_panel/rub.svg",
                "search": "./images/action_panel/search.svg"
            },
            "subtotal": {
                "rubNormal": "./images/subtotal/rub_normal.svg",
                "rubPressed": "./images/subtotal/rub_pressed.svg"
            },
            "checkClosed": "./images/check_closed.svg",
            "textFieldClear": "./images/text_field_clear.svg",
            "shiftClose": {
                "ok": "./images/shift_close_ok.svg",
                "error": "./images/shift_close_error.svg"
            },
            "goodsPlaceholder": "./images/no_image.svg",
            "pickListArrowRight": "./images/arrow_right.svg",
            "pickListArrowLeft": "./images/arrow_left.svg",
            "notificationWarning": "./images/notification_warning.svg",
            "filter": "./images/filter.svg",
            "order": {
                "scanned": "./images/order/scanned.svg",
                "necessaryScan": "./images/order/necessary_scan.svg"
            },
            "browser": {
                "exit": "./images/browser/exit.svg",
                "back": "./images/browser/back.svg",
                "backDisabled": "./images/browser/back_disabled.svg",
                "forward": "./images/browser/forward.svg",
                "forwardDisabled": "./images/browser/forward_disabled.svg",
                "reload": "./images/browser/reload.svg",
                "stop": "./images/browser/stop.svg"
            },
            "qrCodePhone": "./images/qrcode_phone.svg",
            "employeeMark": {
                "success": "./images/employee_mark/success.svg",
                "error": "./images/employee_mark/error.svg",
                "icon": "./images/employee_mark/icon.svg"
            },
            "checkBox": "./images/check_box.svg",
            "banner": "./images/banner_artix.svg"
        }
    }
}
