/
var
/
www
/
html
/
freshsugar25
/
include
/
DropdownsStyle
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ $app_dropdowns_style = [ 'parent_type_display_style' => [ 'Accounts' => [ 'backgroundColor' => '#517bf8', ], 'Contacts' => [ 'backgroundColor' => '#36b0ff', ], 'Tasks' => [ 'backgroundColor' => '#00e0e0', ], 'Opportunities' => [ 'backgroundColor' => '#00ba83', ], 'Products' => [ 'backgroundColor' => '#6cdf46', ], 'Quotes' => [ 'backgroundColor' => '#ffd132', ], 'Bugs' => [ 'backgroundColor' => '#ff9445', ], 'Cases' => [ 'backgroundColor' => '#fa374f', ], 'Leads' => [ 'backgroundColor' => '#f476b1', ], 'Project' => [ 'backgroundColor' => '#cd74f2', ], 'ProjectTask' => [ 'backgroundColor' => '#8f5ff5', ], 'Prospects' => [ 'backgroundColor' => '#29388c', ], 'KBContents' => [ 'backgroundColor' => '#145c95', ], 'Notes' => [ 'backgroundColor' => '#00636e', ], 'PurchasedLineItems' => [ 'backgroundColor' => '#056f37', ], 'Purchases' => [ 'backgroundColor' => '#537600', ], 'Escalations' => [ 'backgroundColor' => '#866500', ], 'RevenueLineItems' => [ 'backgroundColor' => '#9b4617', ], ], 'record_type_display_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Accounts' => [ 'backgroundColor' => '#36b0ff', ], 'Opportunities' => [ 'backgroundColor' => '#00e0e0', ], 'Cases' => [ 'backgroundColor' => '#00ba83', ], 'Leads' => [ 'backgroundColor' => '#6cdf46', ], 'Contacts' => [ 'backgroundColor' => '#ffd132', ], 'Products' => [ 'backgroundColor' => '#ff9445', ], 'Quotes' => [ 'backgroundColor' => '#fa374f', ], 'Bugs' => [ 'backgroundColor' => '#f476b1', ], 'Project' => [ 'backgroundColor' => '#cd74f2', ], 'Prospects' => [ 'backgroundColor' => '#8f5ff5', ], 'ProjectTask' => [ 'backgroundColor' => '#29388c', ], 'Tasks' => [ 'backgroundColor' => '#145c95', ], 'KBContents' => [ 'backgroundColor' => '#00636e', ], 'Notes' => [ 'backgroundColor' => '#056f37', ], 'RevenueLineItems' => [ 'backgroundColor' => '#537600', ], ], 'record_type_display_notes_style' => [ 'Accounts' => [ 'backgroundColor' => '#517bf8', ], 'Contacts' => [ 'backgroundColor' => '#36b0ff', ], 'Opportunities' => [ 'backgroundColor' => '#00e0e0', ], 'Tasks' => [ 'backgroundColor' => '#00ba83', ], 'ProductTemplates' => [ 'backgroundColor' => '#6cdf46', ], 'Quotes' => [ 'backgroundColor' => '#ffd132', ], 'Products' => [ 'backgroundColor' => '#ff9445', ], 'Contracts' => [ 'backgroundColor' => '#fa374f', ], 'Emails' => [ 'backgroundColor' => '#f476b1', ], 'Bugs' => [ 'backgroundColor' => '#cd74f2', ], 'Project' => [ 'backgroundColor' => '#8f5ff5', ], 'ProjectTask' => [ 'backgroundColor' => '#29388c', ], 'Prospects' => [ 'backgroundColor' => '#145c95', ], 'Cases' => [ 'backgroundColor' => '#00636e', ], 'Leads' => [ 'backgroundColor' => '#056f37', ], 'Meetings' => [ 'backgroundColor' => '#537600', ], 'Calls' => [ 'backgroundColor' => '#866500', ], 'KBContents' => [ 'backgroundColor' => '#9b4617', ], 'PurchasedLineItems' => [ 'backgroundColor' => '#bb0e1b', ], 'Purchases' => [ 'backgroundColor' => '#a23354', ], 'Escalations' => [ 'backgroundColor' => '#832a83', ], 'RevenueLineItems' => [ 'backgroundColor' => '#4c2d85', ], ], 'field_name_placement_dom_style' => [ 'field_on_side' => [ 'backgroundColor' => '#517bf8', ], 'field_on_top' => [ 'backgroundColor' => '#36b0ff', ], ], 'industry_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Apparel' => [ 'backgroundColor' => '#36b0ff', ], 'Banking' => [ 'backgroundColor' => '#00e0e0', ], 'Biotechnology' => [ 'backgroundColor' => '#00ba83', ], 'Chemicals' => [ 'backgroundColor' => '#6cdf46', ], 'Communications' => [ 'backgroundColor' => '#ffd132', ], 'Construction' => [ 'backgroundColor' => '#ff9445', ], 'Consulting' => [ 'backgroundColor' => '#fa374f', ], 'Education' => [ 'backgroundColor' => '#f476b1', ], 'Electronics' => [ 'backgroundColor' => '#cd74f2', ], 'Energy' => [ 'backgroundColor' => '#8f5ff5', ], 'Engineering' => [ 'backgroundColor' => '#29388c', ], 'Entertainment' => [ 'backgroundColor' => '#145c95', ], 'Environmental' => [ 'backgroundColor' => '#00636e', ], 'Finance' => [ 'backgroundColor' => '#056f37', ], 'Government' => [ 'backgroundColor' => '#537600', ], 'Healthcare' => [ 'backgroundColor' => '#866500', ], 'Hospitality' => [ 'backgroundColor' => '#9b4617', ], 'Insurance' => [ 'backgroundColor' => '#bb0e1b', ], 'Machinery' => [ 'backgroundColor' => '#a23354', ], 'Manufacturing' => [ 'backgroundColor' => '#832a83', ], 'Media' => [ 'backgroundColor' => '#4c2d85', ], 'Not For Profit' => [ 'backgroundColor' => '#c6ddff', ], 'Recreation' => [ 'backgroundColor' => '#c0edff', ], 'Retail' => [ 'backgroundColor' => '#c5fffb', ], 'Shipping' => [ 'backgroundColor' => '#baffcc', ], 'Technology' => [ 'backgroundColor' => '#e4fbb4', ], 'Telecommunications' => [ 'backgroundColor' => '#fff7ad', ], 'Transportation' => [ 'backgroundColor' => '#ffdebc', ], 'Utilities' => [ 'backgroundColor' => '#ffd4d0', ], 'Other' => [ 'backgroundColor' => '#fde2eb', ], ], 'metric_status_dom_style' => [ 'Inactive' => [ 'backgroundColor' => '#517bf8', ], 'Active' => [ 'backgroundColor' => '#36b0ff', ], ], 'checkbox_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], ], 'message_channel_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Chat' => [ 'backgroundColor' => '#36b0ff', ], ], 'taxrate_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Inactive' => [ 'backgroundColor' => '#36b0ff', ], ], 'fts_type_style' => [ 'Elastic' => [ 'backgroundColor' => '#517bf8', ], ], 'embed_report_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Chart' => [ 'backgroundColor' => '#36b0ff', ], 'Data Table' => [ 'backgroundColor' => '#00e0e0', ], 'Chart and Data Table' => [ 'backgroundColor' => '#00ba83', ], ], 'payment_terms_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Net 15' => [ 'backgroundColor' => '#36b0ff', ], 'Net 30' => [ 'backgroundColor' => '#00e0e0', ], ], 'manufacturer_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Inactive' => [ 'backgroundColor' => '#36b0ff', ], ], 'moduleListSingular_style' => [ 'Home' => [ 'backgroundColor' => '#517bf8', ], 'Dashboards' => [ 'backgroundColor' => '#36b0ff', ], 'Styleguide' => [ 'backgroundColor' => '#00e0e0', ], 'Contacts' => [ 'backgroundColor' => '#00ba83', ], 'Accounts' => [ 'backgroundColor' => '#6cdf46', ], 'Opportunities' => [ 'backgroundColor' => '#ffd132', ], 'Cases' => [ 'backgroundColor' => '#ff9445', ], 'Notes' => [ 'backgroundColor' => '#fa374f', ], 'Calls' => [ 'backgroundColor' => '#f476b1', ], 'Emails' => [ 'backgroundColor' => '#cd74f2', ], 'Meetings' => [ 'backgroundColor' => '#8f5ff5', ], 'Tasks' => [ 'backgroundColor' => '#29388c', ], 'Calendar' => [ 'backgroundColor' => '#145c95', ], 'Leads' => [ 'backgroundColor' => '#00636e', ], 'Manufacturers' => [ 'backgroundColor' => '#056f37', ], 'VisualPipeline' => [ 'backgroundColor' => '#537600', ], 'ConsoleConfiguration' => [ 'backgroundColor' => '#866500', ], 'MobileDevices' => [ 'backgroundColor' => '#9b4617', ], 'SugarLive' => [ 'backgroundColor' => '#bb0e1b', ], 'Contracts' => [ 'backgroundColor' => '#a23354', ], 'Quotes' => [ 'backgroundColor' => '#832a83', ], 'Products' => [ 'backgroundColor' => '#4c2d85', ], 'ProductCategories' => [ 'backgroundColor' => '#c6ddff', ], 'ProductBundles' => [ 'backgroundColor' => '#c0edff', ], 'ProductBundleNotes' => [ 'backgroundColor' => '#c5fffb', ], 'RevenueLineItems' => [ 'backgroundColor' => '#baffcc', ], 'WebLogicHooks' => [ 'backgroundColor' => '#e4fbb4', ], 'Reports' => [ 'backgroundColor' => '#fff7ad', ], 'Forecasts' => [ 'backgroundColor' => '#ffdebc', ], 'ForecastWorksheets' => [ 'backgroundColor' => '#ffd4d0', ], 'ForecastManagerWorksheets' => [ 'backgroundColor' => '#fde2eb', ], 'Quotas' => [ 'backgroundColor' => '#f7d0fd', ], 'Teams' => [ 'backgroundColor' => '#e2d4fd', ], 'TeamNotices' => [ 'backgroundColor' => '#517bf8', ], 'Activities' => [ 'backgroundColor' => '#36b0ff', ], 'ActivityStream' => [ 'backgroundColor' => '#00e0e0', ], 'Bugs' => [ 'backgroundColor' => '#00ba83', ], 'Feeds' => [ 'backgroundColor' => '#6cdf46', ], 'iFrames' => [ 'backgroundColor' => '#ffd132', ], 'TimePeriods' => [ 'backgroundColor' => '#ff9445', ], 'TaxRates' => [ 'backgroundColor' => '#fa374f', ], 'ContractTypes' => [ 'backgroundColor' => '#f476b1', ], 'Schedulers' => [ 'backgroundColor' => '#cd74f2', ], 'Campaigns' => [ 'backgroundColor' => '#8f5ff5', ], 'CampaignLog' => [ 'backgroundColor' => '#29388c', ], 'Project' => [ 'backgroundColor' => '#145c95', ], 'ProjectTask' => [ 'backgroundColor' => '#00636e', ], 'Prospects' => [ 'backgroundColor' => '#056f37', ], 'ProspectLists' => [ 'backgroundColor' => '#537600', ], 'CampaignTrackers' => [ 'backgroundColor' => '#866500', ], 'Documents' => [ 'backgroundColor' => '#9b4617', ], 'DocumentRevisions' => [ 'backgroundColor' => '#bb0e1b', ], 'Connectors' => [ 'backgroundColor' => '#a23354', ], 'Notifications' => [ 'backgroundColor' => '#832a83', ], 'Sync' => [ 'backgroundColor' => '#4c2d85', ], 'PdfManager' => [ 'backgroundColor' => '#c6ddff', ], 'DataArchiver' => [ 'backgroundColor' => '#c0edff', ], 'ArchiveRuns' => [ 'backgroundColor' => '#c5fffb', ], 'ExternalUsers' => [ 'backgroundColor' => '#baffcc', ], 'ReportMaker' => [ 'backgroundColor' => '#e4fbb4', ], 'DataSets' => [ 'backgroundColor' => '#fff7ad', ], 'CustomQueries' => [ 'backgroundColor' => '#ffdebc', ], 'pmse_Inbox' => [ 'backgroundColor' => '#ffd4d0', ], 'pmse_Project' => [ 'backgroundColor' => '#fde2eb', ], 'pmse_Business_Rules' => [ 'backgroundColor' => '#f7d0fd', ], 'pmse_Emails_Templates' => [ 'backgroundColor' => '#e2d4fd', ], 'BusinessCenters' => [ 'backgroundColor' => '#517bf8', ], 'Shifts' => [ 'backgroundColor' => '#36b0ff', ], 'ShiftExceptions' => [ 'backgroundColor' => '#00e0e0', ], 'Purchases' => [ 'backgroundColor' => '#00ba83', ], 'PurchasedLineItems' => [ 'backgroundColor' => '#6cdf46', ], 'PushNotifications' => [ 'backgroundColor' => '#ffd132', ], 'Escalations' => [ 'backgroundColor' => '#ff9445', ], 'DocumentTemplates' => [ 'backgroundColor' => '#fa374f', ], 'DocumentMerges' => [ 'backgroundColor' => '#f476b1', ], 'CloudDrivePaths' => [ 'backgroundColor' => '#cd74f2', ], 'WorkFlow' => [ 'backgroundColor' => '#8f5ff5', ], 'EAPM' => [ 'backgroundColor' => '#29388c', ], 'Worksheet' => [ 'backgroundColor' => '#145c95', ], 'Users' => [ 'backgroundColor' => '#00636e', ], 'SugarFavorites' => [ 'backgroundColor' => '#056f37', ], 'Employees' => [ 'backgroundColor' => '#537600', ], 'Administration' => [ 'backgroundColor' => '#866500', ], 'ACLRoles' => [ 'backgroundColor' => '#9b4617', ], 'InboundEmail' => [ 'backgroundColor' => '#bb0e1b', ], 'Releases' => [ 'backgroundColor' => '#a23354', ], 'Queues' => [ 'backgroundColor' => '#832a83', ], 'EmailMarketing' => [ 'backgroundColor' => '#4c2d85', ], 'EmailTemplates' => [ 'backgroundColor' => '#c6ddff', ], 'SNIP' => [ 'backgroundColor' => '#c0edff', ], 'SavedSearch' => [ 'backgroundColor' => '#c5fffb', ], 'UpgradeWizard' => [ 'backgroundColor' => '#baffcc', ], 'Trackers' => [ 'backgroundColor' => '#e4fbb4', ], 'TrackerPerfs' => [ 'backgroundColor' => '#fff7ad', ], 'TrackerSessions' => [ 'backgroundColor' => '#ffdebc', ], 'TrackerQueries' => [ 'backgroundColor' => '#ffd4d0', ], 'FAQ' => [ 'backgroundColor' => '#fde2eb', ], 'Newsletters' => [ 'backgroundColor' => '#f7d0fd', ], 'OAuthKeys' => [ 'backgroundColor' => '#e2d4fd', ], 'OAuthTokens' => [ 'backgroundColor' => '#517bf8', ], 'Filters' => [ 'backgroundColor' => '#36b0ff', ], 'Comments' => [ 'backgroundColor' => '#00e0e0', ], 'CommentLog' => [ 'backgroundColor' => '#00ba83', ], 'Currencies' => [ 'backgroundColor' => '#6cdf46', ], 'ProductTemplates' => [ 'backgroundColor' => '#ffd132', ], 'ProductTypes' => [ 'backgroundColor' => '#ff9445', ], 'Shippers' => [ 'backgroundColor' => '#fa374f', ], 'Subscriptions' => [ 'backgroundColor' => '#f476b1', ], 'UserSignatures' => [ 'backgroundColor' => '#cd74f2', ], 'Feedbacks' => [ 'backgroundColor' => '#8f5ff5', ], 'Tags' => [ 'backgroundColor' => '#29388c', ], 'Categories' => [ 'backgroundColor' => '#145c95', ], 'OutboundEmail' => [ 'backgroundColor' => '#00636e', ], 'EmailParticipants' => [ 'backgroundColor' => '#056f37', ], 'DataPrivacy' => [ 'backgroundColor' => '#537600', ], 'ReportSchedules' => [ 'backgroundColor' => '#866500', ], 'Holidays' => [ 'backgroundColor' => '#9b4617', ], 'ChangeTimers' => [ 'backgroundColor' => '#bb0e1b', ], 'Metrics' => [ 'backgroundColor' => '#a23354', ], 'Messages' => [ 'backgroundColor' => '#832a83', ], 'Audit' => [ 'backgroundColor' => '#4c2d85', ], 'DocuSignEnvelopes' => [ 'backgroundColor' => '#c6ddff', ], 'HintAccountsets' => [ 'backgroundColor' => '#c0edff', ], 'HintNotificationTargets' => [ 'backgroundColor' => '#c5fffb', ], 'HintNewsNotifications' => [ 'backgroundColor' => '#baffcc', ], 'HintEnrichFieldConfigs' => [ 'backgroundColor' => '#e4fbb4', ], 'Geocode' => [ 'backgroundColor' => '#fff7ad', ], 'DRI_Workflows' => [ 'backgroundColor' => '#ffdebc', ], 'DRI_Workflow_Task_Templates' => [ 'backgroundColor' => '#ffd4d0', ], 'DRI_SubWorkflows' => [ 'backgroundColor' => '#fde2eb', ], 'DRI_Workflow_Templates' => [ 'backgroundColor' => '#f7d0fd', ], 'CJ_WebHooks' => [ 'backgroundColor' => '#e2d4fd', ], 'CJ_Forms' => [ 'backgroundColor' => '#517bf8', ], 'DRI_SubWorkflow_Templates' => [ 'backgroundColor' => '#36b0ff', ], 'PubSub_ModuleEvent_PushSubs' => [ 'backgroundColor' => '#00e0e0', ], 'Library' => [ 'backgroundColor' => '#00ba83', ], 'EmailAddresses' => [ 'backgroundColor' => '#6cdf46', ], 'Words' => [ 'backgroundColor' => '#ffd132', ], 'Sugar_Favorites' => [ 'backgroundColor' => '#ff9445', ], 'KBDocuments' => [ 'backgroundColor' => '#fa374f', ], 'KBContents' => [ 'backgroundColor' => '#f476b1', ], 'KBArticles' => [ 'backgroundColor' => '#cd74f2', ], 'KBContentTemplates' => [ 'backgroundColor' => '#8f5ff5', ], 'EmbeddedFiles' => [ 'backgroundColor' => '#29388c', ], ], 'roi_type_dom_style' => [ 'Revenue' => [ 'backgroundColor' => '#517bf8', ], 'Investment' => [ 'backgroundColor' => '#36b0ff', ], 'Expected_Revenue' => [ 'backgroundColor' => '#00e0e0', ], 'Budget' => [ 'backgroundColor' => '#00ba83', ], ], 'purchased_line_items_status_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Future' => [ 'backgroundColor' => '#36b0ff', ], 'Active' => [ 'backgroundColor' => '#00e0e0', ], 'Past' => [ 'backgroundColor' => '#00ba83', ], ], 'moduleIconList_style' => [ 'Home' => [ 'backgroundColor' => '#517bf8', ], 'Contacts' => [ 'backgroundColor' => '#36b0ff', ], 'Accounts' => [ 'backgroundColor' => '#00e0e0', ], 'Opportunities' => [ 'backgroundColor' => '#00ba83', ], 'Cases' => [ 'backgroundColor' => '#6cdf46', ], 'Notes' => [ 'backgroundColor' => '#ffd132', ], 'Calls' => [ 'backgroundColor' => '#ff9445', ], 'Emails' => [ 'backgroundColor' => '#fa374f', ], 'Meetings' => [ 'backgroundColor' => '#f476b1', ], 'Tasks' => [ 'backgroundColor' => '#cd74f2', ], 'Calendar' => [ 'backgroundColor' => '#8f5ff5', ], 'Leads' => [ 'backgroundColor' => '#29388c', ], 'Currencies' => [ 'backgroundColor' => '#145c95', ], 'Contracts' => [ 'backgroundColor' => '#00636e', ], 'Quotes' => [ 'backgroundColor' => '#056f37', ], 'Products' => [ 'backgroundColor' => '#537600', ], 'WebLogicHooks' => [ 'backgroundColor' => '#866500', ], 'ProductCategories' => [ 'backgroundColor' => '#9b4617', ], 'ProductTypes' => [ 'backgroundColor' => '#bb0e1b', ], 'ProductTemplates' => [ 'backgroundColor' => '#a23354', ], 'ProductBundles' => [ 'backgroundColor' => '#832a83', ], 'ProductBundleNotes' => [ 'backgroundColor' => '#4c2d85', ], 'Reports' => [ 'backgroundColor' => '#c6ddff', ], 'Forecasts' => [ 'backgroundColor' => '#c0edff', ], 'ForecastWorksheets' => [ 'backgroundColor' => '#c5fffb', ], 'ForecastManagerWorksheets' => [ 'backgroundColor' => '#baffcc', ], 'Quotas' => [ 'backgroundColor' => '#e4fbb4', ], 'VisualPipeline' => [ 'backgroundColor' => '#fff7ad', ], 'ConsoleConfiguration' => [ 'backgroundColor' => '#ffdebc', ], 'SugarLive' => [ 'backgroundColor' => '#ffd4d0', ], 'Teams' => [ 'backgroundColor' => '#fde2eb', ], 'TeamNotices' => [ 'backgroundColor' => '#f7d0fd', ], 'Manufacturers' => [ 'backgroundColor' => '#e2d4fd', ], 'Activities' => [ 'backgroundColor' => '#517bf8', ], 'Comments' => [ 'backgroundColor' => '#36b0ff', ], 'Subscriptions' => [ 'backgroundColor' => '#00e0e0', ], 'Bugs' => [ 'backgroundColor' => '#00ba83', ], 'Feeds' => [ 'backgroundColor' => '#6cdf46', ], 'iFrames' => [ 'backgroundColor' => '#ffd132', ], 'TimePeriods' => [ 'backgroundColor' => '#ff9445', ], 'TaxRates' => [ 'backgroundColor' => '#fa374f', ], 'ContractTypes' => [ 'backgroundColor' => '#f476b1', ], 'Schedulers' => [ 'backgroundColor' => '#cd74f2', ], 'Project' => [ 'backgroundColor' => '#8f5ff5', ], 'ProjectTask' => [ 'backgroundColor' => '#29388c', ], 'Campaigns' => [ 'backgroundColor' => '#145c95', ], 'CampaignLog' => [ 'backgroundColor' => '#00636e', ], 'CampaignTrackers' => [ 'backgroundColor' => '#056f37', ], 'Documents' => [ 'backgroundColor' => '#537600', ], 'DocumentRevisions' => [ 'backgroundColor' => '#866500', ], 'Connectors' => [ 'backgroundColor' => '#9b4617', ], 'Notifications' => [ 'backgroundColor' => '#bb0e1b', ], 'Sync' => [ 'backgroundColor' => '#a23354', ], 'HintAccountsets' => [ 'backgroundColor' => '#832a83', ], 'HintNotificationTargets' => [ 'backgroundColor' => '#4c2d85', ], 'HintNewsNotifications' => [ 'backgroundColor' => '#c6ddff', ], 'HintEnrichFieldConfigs' => [ 'backgroundColor' => '#c0edff', ], 'ExternalUsers' => [ 'backgroundColor' => '#c5fffb', ], 'ReportMaker' => [ 'backgroundColor' => '#baffcc', ], 'DataSets' => [ 'backgroundColor' => '#e4fbb4', ], 'CustomQueries' => [ 'backgroundColor' => '#fff7ad', ], 'pmse_Inbox' => [ 'backgroundColor' => '#ffdebc', ], 'pmse_Project' => [ 'backgroundColor' => '#ffd4d0', ], 'pmse_Business_Rules' => [ 'backgroundColor' => '#fde2eb', ], 'pmse_Emails_Templates' => [ 'backgroundColor' => '#f7d0fd', ], 'BusinessCenters' => [ 'backgroundColor' => '#e2d4fd', ], 'Shifts' => [ 'backgroundColor' => '#517bf8', ], 'ShiftExceptions' => [ 'backgroundColor' => '#36b0ff', ], 'Purchases' => [ 'backgroundColor' => '#00e0e0', ], 'PurchasedLineItems' => [ 'backgroundColor' => '#00ba83', ], 'MobileDevices' => [ 'backgroundColor' => '#6cdf46', ], 'PushNotifications' => [ 'backgroundColor' => '#ffd132', ], 'Escalations' => [ 'backgroundColor' => '#ff9445', ], 'DocumentTemplates' => [ 'backgroundColor' => '#fa374f', ], 'DocumentMerges' => [ 'backgroundColor' => '#f476b1', ], 'CloudDrivePaths' => [ 'backgroundColor' => '#cd74f2', ], 'WorkFlow' => [ 'backgroundColor' => '#8f5ff5', ], 'EAPM' => [ 'backgroundColor' => '#29388c', ], 'Worksheet' => [ 'backgroundColor' => '#145c95', ], 'Users' => [ 'backgroundColor' => '#00636e', ], 'Employees' => [ 'backgroundColor' => '#056f37', ], 'Administration' => [ 'backgroundColor' => '#537600', ], 'ACLRoles' => [ 'backgroundColor' => '#866500', ], 'InboundEmail' => [ 'backgroundColor' => '#9b4617', ], 'Releases' => [ 'backgroundColor' => '#bb0e1b', ], 'Prospects' => [ 'backgroundColor' => '#a23354', ], 'Queues' => [ 'backgroundColor' => '#832a83', ], 'EmailMarketing' => [ 'backgroundColor' => '#4c2d85', ], 'EmailTemplates' => [ 'backgroundColor' => '#c6ddff', ], 'SNIP' => [ 'backgroundColor' => '#c0edff', ], 'ProspectLists' => [ 'backgroundColor' => '#c5fffb', ], 'SavedSearch' => [ 'backgroundColor' => '#baffcc', ], 'UpgradeWizard' => [ 'backgroundColor' => '#e4fbb4', ], 'Trackers' => [ 'backgroundColor' => '#fff7ad', ], 'TrackerPerfs' => [ 'backgroundColor' => '#ffdebc', ], 'TrackerSessions' => [ 'backgroundColor' => '#ffd4d0', ], 'TrackerQueries' => [ 'backgroundColor' => '#fde2eb', ], 'FAQ' => [ 'backgroundColor' => '#f7d0fd', ], 'Newsletters' => [ 'backgroundColor' => '#e2d4fd', ], 'SugarFavorites' => [ 'backgroundColor' => '#517bf8', ], 'PdfManager' => [ 'backgroundColor' => '#36b0ff', ], 'DataArchiver' => [ 'backgroundColor' => '#00e0e0', ], 'ArchiveRuns' => [ 'backgroundColor' => '#00ba83', ], 'OAuthKeys' => [ 'backgroundColor' => '#6cdf46', ], 'OAuthTokens' => [ 'backgroundColor' => '#ffd132', ], 'Filters' => [ 'backgroundColor' => '#ff9445', ], 'UserSignatures' => [ 'backgroundColor' => '#fa374f', ], 'Shippers' => [ 'backgroundColor' => '#f476b1', ], 'Styleguide' => [ 'backgroundColor' => '#cd74f2', ], 'Feedbacks' => [ 'backgroundColor' => '#8f5ff5', ], 'Tags' => [ 'backgroundColor' => '#29388c', ], 'Categories' => [ 'backgroundColor' => '#145c95', ], 'Dashboards' => [ 'backgroundColor' => '#00636e', ], 'OutboundEmail' => [ 'backgroundColor' => '#056f37', ], 'EmailParticipants' => [ 'backgroundColor' => '#537600', ], 'DataPrivacy' => [ 'backgroundColor' => '#866500', ], 'ReportSchedules' => [ 'backgroundColor' => '#9b4617', ], 'CommentLog' => [ 'backgroundColor' => '#bb0e1b', ], 'Holidays' => [ 'backgroundColor' => '#a23354', ], 'ChangeTimers' => [ 'backgroundColor' => '#832a83', ], 'Metrics' => [ 'backgroundColor' => '#4c2d85', ], 'Messages' => [ 'backgroundColor' => '#c6ddff', ], 'Audit' => [ 'backgroundColor' => '#c0edff', ], 'RevenueLineItems' => [ 'backgroundColor' => '#c5fffb', ], 'DocuSignEnvelopes' => [ 'backgroundColor' => '#baffcc', ], 'Geocode' => [ 'backgroundColor' => '#e4fbb4', ], 'DRI_Workflows' => [ 'backgroundColor' => '#fff7ad', ], 'DRI_Workflow_Task_Templates' => [ 'backgroundColor' => '#ffdebc', ], 'DRI_SubWorkflows' => [ 'backgroundColor' => '#ffd4d0', ], 'DRI_Workflow_Templates' => [ 'backgroundColor' => '#fde2eb', ], 'CJ_WebHooks' => [ 'backgroundColor' => '#f7d0fd', ], 'CJ_Forms' => [ 'backgroundColor' => '#e2d4fd', ], 'DRI_SubWorkflow_Templates' => [ 'backgroundColor' => '#517bf8', ], 'Library' => [ 'backgroundColor' => '#36b0ff', ], 'EmailAddresses' => [ 'backgroundColor' => '#00e0e0', ], 'Words' => [ 'backgroundColor' => '#00ba83', ], 'Sugar_Favorites' => [ 'backgroundColor' => '#6cdf46', ], 'KBDocuments' => [ 'backgroundColor' => '#ffd132', ], 'KBContents' => [ 'backgroundColor' => '#ff9445', ], 'KBArticles' => [ 'backgroundColor' => '#fa374f', ], 'KBContentTemplates' => [ 'backgroundColor' => '#f476b1', ], 'KBLocalizations' => [ 'backgroundColor' => '#cd74f2', ], 'KBRevisions' => [ 'backgroundColor' => '#8f5ff5', ], 'EmbeddedFiles' => [ 'backgroundColor' => '#29388c', ], ], 'message_status_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'In Progress' => [ 'backgroundColor' => '#36b0ff', ], 'Completed' => [ 'backgroundColor' => '#00e0e0', ], ], 'aws_connect_identity_dom_style' => [ 'Connect' => [ 'backgroundColor' => '#517bf8', ], 'SAML' => [ 'backgroundColor' => '#36b0ff', ], ], 'generate_purchase_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Yes' => [ 'backgroundColor' => '#36b0ff', ], 'No' => [ 'backgroundColor' => '#00e0e0', ], 'Completed' => [ 'backgroundColor' => '#00ba83', ], ], 'lead_source_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Cold Call' => [ 'backgroundColor' => '#36b0ff', ], 'Existing Customer' => [ 'backgroundColor' => '#00e0e0', ], 'Self Generated' => [ 'backgroundColor' => '#00ba83', ], 'Employee' => [ 'backgroundColor' => '#6cdf46', ], 'Partner' => [ 'backgroundColor' => '#ffd132', ], 'Public Relations' => [ 'backgroundColor' => '#ff9445', ], 'Direct Mail' => [ 'backgroundColor' => '#fa374f', ], 'Conference' => [ 'backgroundColor' => '#f476b1', ], 'Trade Show' => [ 'backgroundColor' => '#cd74f2', ], 'Web Site' => [ 'backgroundColor' => '#8f5ff5', ], 'Word of mouth' => [ 'backgroundColor' => '#29388c', ], 'Email' => [ 'backgroundColor' => '#145c95', ], 'Campaign' => [ 'backgroundColor' => '#00636e', ], 'Support Portal User Registration' => [ 'backgroundColor' => '#056f37', ], 'Other' => [ 'backgroundColor' => '#537600', ], ], 'file_type_dom_style' => [ 'PDF' => [ 'backgroundColor' => '#517bf8', ], 'CSV' => [ 'backgroundColor' => '#36b0ff', ], 'PDF and CSV' => [ 'backgroundColor' => '#00e0e0', ], ], 'shipper_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Inactive' => [ 'backgroundColor' => '#36b0ff', ], ], 'moduleList_style' => [ 'Home' => [ 'backgroundColor' => '#517bf8', ], 'Contacts' => [ 'backgroundColor' => '#36b0ff', ], 'Accounts' => [ 'backgroundColor' => '#00e0e0', ], 'Opportunities' => [ 'backgroundColor' => '#00ba83', ], 'Cases' => [ 'backgroundColor' => '#6cdf46', ], 'Notes' => [ 'backgroundColor' => '#ffd132', ], 'Calls' => [ 'backgroundColor' => '#ff9445', ], 'Emails' => [ 'backgroundColor' => '#fa374f', ], 'Meetings' => [ 'backgroundColor' => '#f476b1', ], 'Tasks' => [ 'backgroundColor' => '#cd74f2', ], 'Calendar' => [ 'backgroundColor' => '#8f5ff5', ], 'Leads' => [ 'backgroundColor' => '#29388c', ], 'Currencies' => [ 'backgroundColor' => '#145c95', ], 'Contracts' => [ 'backgroundColor' => '#00636e', ], 'Quotes' => [ 'backgroundColor' => '#056f37', ], 'Products' => [ 'backgroundColor' => '#537600', ], 'WebLogicHooks' => [ 'backgroundColor' => '#866500', ], 'ProductCategories' => [ 'backgroundColor' => '#9b4617', ], 'ProductTypes' => [ 'backgroundColor' => '#bb0e1b', ], 'ProductTemplates' => [ 'backgroundColor' => '#a23354', ], 'ProductBundles' => [ 'backgroundColor' => '#832a83', ], 'ProductBundleNotes' => [ 'backgroundColor' => '#4c2d85', ], 'Reports' => [ 'backgroundColor' => '#c6ddff', ], 'Forecasts' => [ 'backgroundColor' => '#c0edff', ], 'ForecastWorksheets' => [ 'backgroundColor' => '#c5fffb', ], 'ForecastManagerWorksheets' => [ 'backgroundColor' => '#baffcc', ], 'VisualPipeline' => [ 'backgroundColor' => '#e4fbb4', ], 'ConsoleConfiguration' => [ 'backgroundColor' => '#fff7ad', ], 'SugarLive' => [ 'backgroundColor' => '#ffdebc', ], 'Quotas' => [ 'backgroundColor' => '#ffd4d0', ], 'Teams' => [ 'backgroundColor' => '#fde2eb', ], 'TeamNotices' => [ 'backgroundColor' => '#f7d0fd', ], 'Manufacturers' => [ 'backgroundColor' => '#e2d4fd', ], 'Activities' => [ 'backgroundColor' => '#517bf8', ], 'Comments' => [ 'backgroundColor' => '#36b0ff', ], 'Subscriptions' => [ 'backgroundColor' => '#00e0e0', ], 'Bugs' => [ 'backgroundColor' => '#00ba83', ], 'Feeds' => [ 'backgroundColor' => '#6cdf46', ], 'iFrames' => [ 'backgroundColor' => '#ffd132', ], 'TimePeriods' => [ 'backgroundColor' => '#ff9445', ], 'TaxRates' => [ 'backgroundColor' => '#fa374f', ], 'ContractTypes' => [ 'backgroundColor' => '#f476b1', ], 'Schedulers' => [ 'backgroundColor' => '#cd74f2', ], 'Project' => [ 'backgroundColor' => '#8f5ff5', ], 'ProjectTask' => [ 'backgroundColor' => '#29388c', ], 'Campaigns' => [ 'backgroundColor' => '#145c95', ], 'CampaignLog' => [ 'backgroundColor' => '#00636e', ], 'CampaignTrackers' => [ 'backgroundColor' => '#056f37', ], 'Documents' => [ 'backgroundColor' => '#537600', ], 'DocumentRevisions' => [ 'backgroundColor' => '#866500', ], 'Connectors' => [ 'backgroundColor' => '#9b4617', ], 'Notifications' => [ 'backgroundColor' => '#bb0e1b', ], 'Sync' => [ 'backgroundColor' => '#a23354', ], 'HintAccountsets' => [ 'backgroundColor' => '#832a83', ], 'HintNotificationTargets' => [ 'backgroundColor' => '#4c2d85', ], 'HintNewsNotifications' => [ 'backgroundColor' => '#c6ddff', ], 'HintEnrichFieldConfigs' => [ 'backgroundColor' => '#c0edff', ], 'ExternalUsers' => [ 'backgroundColor' => '#c5fffb', ], 'ReportMaker' => [ 'backgroundColor' => '#baffcc', ], 'DataSets' => [ 'backgroundColor' => '#e4fbb4', ], 'CustomQueries' => [ 'backgroundColor' => '#fff7ad', ], 'pmse_Inbox' => [ 'backgroundColor' => '#ffdebc', ], 'pmse_Project' => [ 'backgroundColor' => '#ffd4d0', ], 'pmse_Business_Rules' => [ 'backgroundColor' => '#fde2eb', ], 'pmse_Emails_Templates' => [ 'backgroundColor' => '#f7d0fd', ], 'BusinessCenters' => [ 'backgroundColor' => '#e2d4fd', ], 'Shifts' => [ 'backgroundColor' => '#517bf8', ], 'ShiftExceptions' => [ 'backgroundColor' => '#36b0ff', ], 'Purchases' => [ 'backgroundColor' => '#00e0e0', ], 'PurchasedLineItems' => [ 'backgroundColor' => '#00ba83', ], 'MobileDevices' => [ 'backgroundColor' => '#6cdf46', ], 'PushNotifications' => [ 'backgroundColor' => '#ffd132', ], 'Escalations' => [ 'backgroundColor' => '#ff9445', ], 'DocumentTemplates' => [ 'backgroundColor' => '#fa374f', ], 'DocumentMerges' => [ 'backgroundColor' => '#f476b1', ], 'CloudDrivePaths' => [ 'backgroundColor' => '#cd74f2', ], 'WorkFlow' => [ 'backgroundColor' => '#8f5ff5', ], 'EAPM' => [ 'backgroundColor' => '#29388c', ], 'Worksheet' => [ 'backgroundColor' => '#145c95', ], 'Users' => [ 'backgroundColor' => '#00636e', ], 'Employees' => [ 'backgroundColor' => '#056f37', ], 'Administration' => [ 'backgroundColor' => '#537600', ], 'ACLRoles' => [ 'backgroundColor' => '#866500', ], 'InboundEmail' => [ 'backgroundColor' => '#9b4617', ], 'Releases' => [ 'backgroundColor' => '#bb0e1b', ], 'Prospects' => [ 'backgroundColor' => '#a23354', ], 'Queues' => [ 'backgroundColor' => '#832a83', ], 'EmailMarketing' => [ 'backgroundColor' => '#4c2d85', ], 'EmailTemplates' => [ 'backgroundColor' => '#c6ddff', ], 'SNIP' => [ 'backgroundColor' => '#c0edff', ], 'ProspectLists' => [ 'backgroundColor' => '#c5fffb', ], 'SavedSearch' => [ 'backgroundColor' => '#baffcc', ], 'UpgradeWizard' => [ 'backgroundColor' => '#e4fbb4', ], 'Trackers' => [ 'backgroundColor' => '#fff7ad', ], 'TrackerPerfs' => [ 'backgroundColor' => '#ffdebc', ], 'TrackerSessions' => [ 'backgroundColor' => '#ffd4d0', ], 'TrackerQueries' => [ 'backgroundColor' => '#fde2eb', ], 'FAQ' => [ 'backgroundColor' => '#f7d0fd', ], 'Newsletters' => [ 'backgroundColor' => '#e2d4fd', ], 'SugarFavorites' => [ 'backgroundColor' => '#517bf8', ], 'PdfManager' => [ 'backgroundColor' => '#36b0ff', ], 'DataArchiver' => [ 'backgroundColor' => '#00e0e0', ], 'ArchiveRuns' => [ 'backgroundColor' => '#00ba83', ], 'OAuthKeys' => [ 'backgroundColor' => '#6cdf46', ], 'OAuthTokens' => [ 'backgroundColor' => '#ffd132', ], 'Filters' => [ 'backgroundColor' => '#ff9445', ], 'UserSignatures' => [ 'backgroundColor' => '#fa374f', ], 'Shippers' => [ 'backgroundColor' => '#f476b1', ], 'Styleguide' => [ 'backgroundColor' => '#cd74f2', ], 'Feedbacks' => [ 'backgroundColor' => '#8f5ff5', ], 'Tags' => [ 'backgroundColor' => '#29388c', ], 'Categories' => [ 'backgroundColor' => '#145c95', ], 'Dashboards' => [ 'backgroundColor' => '#00636e', ], 'OutboundEmail' => [ 'backgroundColor' => '#056f37', ], 'EmailParticipants' => [ 'backgroundColor' => '#537600', ], 'DataPrivacy' => [ 'backgroundColor' => '#866500', ], 'ReportSchedules' => [ 'backgroundColor' => '#9b4617', ], 'CommentLog' => [ 'backgroundColor' => '#bb0e1b', ], 'Holidays' => [ 'backgroundColor' => '#a23354', ], 'ChangeTimers' => [ 'backgroundColor' => '#832a83', ], 'Metrics' => [ 'backgroundColor' => '#4c2d85', ], 'Messages' => [ 'backgroundColor' => '#c6ddff', ], 'Audit' => [ 'backgroundColor' => '#c0edff', ], 'RevenueLineItems' => [ 'backgroundColor' => '#c5fffb', ], 'DocuSignEnvelopes' => [ 'backgroundColor' => '#baffcc', ], 'Geocode' => [ 'backgroundColor' => '#e4fbb4', ], 'DRI_Workflows' => [ 'backgroundColor' => '#fff7ad', ], 'DRI_Workflow_Task_Templates' => [ 'backgroundColor' => '#ffdebc', ], 'DRI_SubWorkflows' => [ 'backgroundColor' => '#ffd4d0', ], 'DRI_Workflow_Templates' => [ 'backgroundColor' => '#fde2eb', ], 'CJ_WebHooks' => [ 'backgroundColor' => '#f7d0fd', ], 'CJ_Forms' => [ 'backgroundColor' => '#e2d4fd', ], 'DRI_SubWorkflow_Templates' => [ 'backgroundColor' => '#517bf8', ], 'PubSub_ModuleEvent_PushSubs' => [ 'backgroundColor' => '#36b0ff', ], 'Library' => [ 'backgroundColor' => '#00e0e0', ], 'EmailAddresses' => [ 'backgroundColor' => '#00ba83', ], 'Words' => [ 'backgroundColor' => '#6cdf46', ], 'Sugar_Favorites' => [ 'backgroundColor' => '#ffd132', ], 'KBDocuments' => [ 'backgroundColor' => '#ff9445', ], 'KBContents' => [ 'backgroundColor' => '#fa374f', ], 'KBArticles' => [ 'backgroundColor' => '#f476b1', ], 'KBContentTemplates' => [ 'backgroundColor' => '#cd74f2', ], 'EmbeddedFiles' => [ 'backgroundColor' => '#8f5ff5', ], ], 'opportunity_relationship_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Primary Decision Maker' => [ 'backgroundColor' => '#36b0ff', ], 'Business Decision Maker' => [ 'backgroundColor' => '#00e0e0', ], 'Business Evaluator' => [ 'backgroundColor' => '#00ba83', ], 'Technical Decision Maker' => [ 'backgroundColor' => '#6cdf46', ], 'Technical Evaluator' => [ 'backgroundColor' => '#ffd132', ], 'Executive Sponsor' => [ 'backgroundColor' => '#ff9445', ], 'Influencer' => [ 'backgroundColor' => '#fa374f', ], 'Other' => [ 'backgroundColor' => '#f476b1', ], ], 'message_direction_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Inbound' => [ 'backgroundColor' => '#36b0ff', ], 'Outbound' => [ 'backgroundColor' => '#00e0e0', ], ], 'checkbox_massupdate_dom_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], ], 'case_relationship_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Primary Contact' => [ 'backgroundColor' => '#36b0ff', ], 'Alternate Contact' => [ 'backgroundColor' => '#00e0e0', ], ], 'notifications_status_dom_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], ], 'service_level_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'T1' => [ 'backgroundColor' => '#36b0ff', ], 'T2' => [ 'backgroundColor' => '#00e0e0', ], 'T3' => [ 'backgroundColor' => '#00ba83', ], 'T4' => [ 'backgroundColor' => '#6cdf46', ], ], 'opportunity_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Existing Business' => [ 'backgroundColor' => '#36b0ff', ], 'New Business' => [ 'backgroundColor' => '#00e0e0', ], ], 'optout_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'false' => [ 'backgroundColor' => '#36b0ff', ], 'true' => [ 'backgroundColor' => '#00e0e0', ], ], 'user_type_group_bool_dom_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], ], 'activity_dom_style' => [ 'Call' => [ 'backgroundColor' => '#517bf8', ], 'Meeting' => [ 'backgroundColor' => '#36b0ff', ], 'Task' => [ 'backgroundColor' => '#00e0e0', ], 'Email' => [ 'backgroundColor' => '#00ba83', ], 'Note' => [ 'backgroundColor' => '#6cdf46', ], ], 'campaign_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Telesales' => [ 'backgroundColor' => '#36b0ff', ], 'Mail' => [ 'backgroundColor' => '#00e0e0', ], 'Email' => [ 'backgroundColor' => '#00ba83', ], 'Print' => [ 'backgroundColor' => '#6cdf46', ], 'Web' => [ 'backgroundColor' => '#ffd132', ], 'Radio' => [ 'backgroundColor' => '#ff9445', ], 'Television' => [ 'backgroundColor' => '#fa374f', ], 'NewsLetter' => [ 'backgroundColor' => '#f476b1', ], ], 'extapi_meeting_password_style' => [ 'WebEx' => [ 'backgroundColor' => '#517bf8', ], ], 'pricing_formula_dom_style' => [ 'Fixed' => [ 'backgroundColor' => '#517bf8', ], 'ProfitMargin' => [ 'backgroundColor' => '#36b0ff', ], 'PercentageMarkup' => [ 'backgroundColor' => '#00e0e0', ], 'PercentageDiscount' => [ 'backgroundColor' => '#00ba83', ], 'IsList' => [ 'backgroundColor' => '#6cdf46', ], ], 'case_priority_dom_style' => [ 'P1' => [ 'backgroundColor' => '#517bf8', ], 'P2' => [ 'backgroundColor' => '#36b0ff', ], 'P3' => [ 'backgroundColor' => '#00e0e0', ], ], 'issue_resolution_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Accepted' => [ 'backgroundColor' => '#36b0ff', ], 'Duplicate' => [ 'backgroundColor' => '#00e0e0', ], 'Closed' => [ 'backgroundColor' => '#00ba83', ], 'Out of Date' => [ 'backgroundColor' => '#6cdf46', ], 'Invalid' => [ 'backgroundColor' => '#ffd132', ], ], 'salutation_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Mr.' => [ 'backgroundColor' => '#36b0ff', ], 'Ms.' => [ 'backgroundColor' => '#00e0e0', ], 'Mrs.' => [ 'backgroundColor' => '#00ba83', ], 'Dr.' => [ 'backgroundColor' => '#6cdf46', ], 'Prof.' => [ 'backgroundColor' => '#ffd132', ], 'Mx.' => [ 'backgroundColor' => '#ff9445', ], ], 'dom_cal_day_min_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], 3 => [ 'backgroundColor' => '#00ba83', ], 4 => [ 'backgroundColor' => '#6cdf46', ], 5 => [ 'backgroundColor' => '#ffd132', ], 6 => [ 'backgroundColor' => '#ff9445', ], 7 => [ 'backgroundColor' => '#fa374f', ], ], 'case_status_dom_style' => [ 'New' => [ 'backgroundColor' => '#517bf8', ], 'Assigned' => [ 'backgroundColor' => '#36b0ff', ], 'Closed' => [ 'backgroundColor' => '#00e0e0', ], 'Pending Input' => [ 'backgroundColor' => '#00ba83', ], 'Rejected' => [ 'backgroundColor' => '#6cdf46', ], 'Duplicate' => [ 'backgroundColor' => '#ffd132', ], ], 'business_day_status_dom_style' => [ 'Open' => [ 'backgroundColor' => '#517bf8', ], 'Open 24 Hours' => [ 'backgroundColor' => '#36b0ff', ], 'Closed' => [ 'backgroundColor' => '#00e0e0', ], ], 'dom_cal_month_short_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], 3 => [ 'backgroundColor' => '#00ba83', ], 4 => [ 'backgroundColor' => '#6cdf46', ], 5 => [ 'backgroundColor' => '#ffd132', ], 6 => [ 'backgroundColor' => '#ff9445', ], 7 => [ 'backgroundColor' => '#fa374f', ], 8 => [ 'backgroundColor' => '#f476b1', ], 9 => [ 'backgroundColor' => '#cd74f2', ], 10 => [ 'backgroundColor' => '#8f5ff5', ], 11 => [ 'backgroundColor' => '#29388c', ], 12 => [ 'backgroundColor' => '#145c95', ], ], 'quote_relationship_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Primary Decision Maker' => [ 'backgroundColor' => '#36b0ff', ], 'Business Decision Maker' => [ 'backgroundColor' => '#00e0e0', ], 'Business Evaluator' => [ 'backgroundColor' => '#00ba83', ], 'Technical Decision Maker' => [ 'backgroundColor' => '#6cdf46', ], 'Technical Evaluator' => [ 'backgroundColor' => '#ffd132', ], 'Executive Sponsor' => [ 'backgroundColor' => '#ff9445', ], 'Influencer' => [ 'backgroundColor' => '#fa374f', ], 'Other' => [ 'backgroundColor' => '#f476b1', ], ], 'source_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Internal' => [ 'backgroundColor' => '#36b0ff', ], 'Forum' => [ 'backgroundColor' => '#00e0e0', ], 'Web' => [ 'backgroundColor' => '#00ba83', ], 'InboundEmail' => [ 'backgroundColor' => '#6cdf46', ], 'Twitter' => [ 'backgroundColor' => '#ffd132', ], 'Portal' => [ 'backgroundColor' => '#ff9445', ], ], 'dom_report_types_style' => [ 'tabular' => [ 'backgroundColor' => '#517bf8', ], 'summary' => [ 'backgroundColor' => '#36b0ff', ], 'detailed_summary' => [ 'backgroundColor' => '#00e0e0', ], 'Matrix' => [ 'backgroundColor' => '#00ba83', ], ], 'project_duration_units_dom_style' => [ 'Days' => [ 'backgroundColor' => '#517bf8', ], 'Hours' => [ 'backgroundColor' => '#36b0ff', ], ], 'product_category_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Accounts' => [ 'backgroundColor' => '#36b0ff', ], 'Activities' => [ 'backgroundColor' => '#00e0e0', ], 'Bug Tracker' => [ 'backgroundColor' => '#00ba83', ], 'Calendar' => [ 'backgroundColor' => '#6cdf46', ], 'Calls' => [ 'backgroundColor' => '#ffd132', ], 'Campaigns' => [ 'backgroundColor' => '#ff9445', ], 'Cases' => [ 'backgroundColor' => '#fa374f', ], 'Contacts' => [ 'backgroundColor' => '#f476b1', ], 'Currencies' => [ 'backgroundColor' => '#cd74f2', ], 'Dashboard' => [ 'backgroundColor' => '#8f5ff5', ], 'Documents' => [ 'backgroundColor' => '#29388c', ], 'Emails' => [ 'backgroundColor' => '#145c95', ], 'Feeds' => [ 'backgroundColor' => '#00636e', ], 'Forecasts' => [ 'backgroundColor' => '#056f37', ], 'Help' => [ 'backgroundColor' => '#537600', ], 'Home' => [ 'backgroundColor' => '#866500', ], 'Leads' => [ 'backgroundColor' => '#9b4617', ], 'Meetings' => [ 'backgroundColor' => '#bb0e1b', ], 'Notes' => [ 'backgroundColor' => '#a23354', ], 'Opportunities' => [ 'backgroundColor' => '#832a83', ], 'Outlook Plugin' => [ 'backgroundColor' => '#4c2d85', ], 'Product Catalog' => [ 'backgroundColor' => '#c6ddff', ], 'Products' => [ 'backgroundColor' => '#c0edff', ], 'RevenueLineItems' => [ 'backgroundColor' => '#c5fffb', ], 'Projects' => [ 'backgroundColor' => '#baffcc', ], 'Quotes' => [ 'backgroundColor' => '#e4fbb4', ], 'Releases' => [ 'backgroundColor' => '#fff7ad', ], 'RSS' => [ 'backgroundColor' => '#ffdebc', ], 'Studio' => [ 'backgroundColor' => '#ffd4d0', ], 'Upgrade' => [ 'backgroundColor' => '#fde2eb', ], 'Users' => [ 'backgroundColor' => '#f7d0fd', ], 'OutboundEmail' => [ 'backgroundColor' => '#e2d4fd', ], ], 'campaign_status_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Planning' => [ 'backgroundColor' => '#36b0ff', ], 'Active' => [ 'backgroundColor' => '#00e0e0', ], 'Inactive' => [ 'backgroundColor' => '#00ba83', ], 'Complete' => [ 'backgroundColor' => '#6cdf46', ], 'In Queue' => [ 'backgroundColor' => '#ffd132', ], 'Sending' => [ 'backgroundColor' => '#ff9445', ], ], 'case_type_dom_style' => [ 'Administration' => [ 'backgroundColor' => '#517bf8', ], 'Product' => [ 'backgroundColor' => '#36b0ff', ], 'User' => [ 'backgroundColor' => '#00e0e0', ], ], 'web_to_lead_redirect_type_dom_style' => [ 'GET' => [ 'backgroundColor' => '#517bf8', ], 'POST' => [ 'backgroundColor' => '#36b0ff', ], ], 'fts_transport_list_style' => [ 'http' => [ 'backgroundColor' => '#517bf8', ], 'https' => [ 'backgroundColor' => '#36b0ff', ], ], 'dom_meridiem_lowercase_style' => [ 'am' => [ 'backgroundColor' => '#517bf8', ], 'pm' => [ 'backgroundColor' => '#36b0ff', ], ], 'gender_list_style' => [ 'male' => [ 'backgroundColor' => '#517bf8', ], 'female' => [ 'backgroundColor' => '#36b0ff', ], 'other' => [ 'backgroundColor' => '#00e0e0', ], ], 'user_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Inactive' => [ 'backgroundColor' => '#36b0ff', ], ], 'external_user_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Inactive' => [ 'backgroundColor' => '#36b0ff', ], ], 'support_term_dom_style' => [ '+6 months' => [ 'backgroundColor' => '#517bf8', ], '+1 year' => [ 'backgroundColor' => '#36b0ff', ], '+2 years' => [ 'backgroundColor' => '#00e0e0', ], ], 'quote_type_dom_style' => [ 'Quotes' => [ 'backgroundColor' => '#517bf8', ], 'Orders' => [ 'backgroundColor' => '#36b0ff', ], ], 'sales_status_dom_style' => [ 'New' => [ 'backgroundColor' => '#517bf8', ], 'In Progress' => [ 'backgroundColor' => '#36b0ff', ], 'Closed Won' => [ 'backgroundColor' => '#00e0e0', ], 'Closed Lost' => [ 'backgroundColor' => '#00ba83', ], ], 'task_priority_dom_style' => [ 'High' => [ 'backgroundColor' => '#517bf8', ], 'Medium' => [ 'backgroundColor' => '#36b0ff', ], 'Low' => [ 'backgroundColor' => '#00e0e0', ], ], 'bug_resolution_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Accepted' => [ 'backgroundColor' => '#36b0ff', ], 'Duplicate' => [ 'backgroundColor' => '#00e0e0', ], 'Fixed' => [ 'backgroundColor' => '#00ba83', ], 'Out of Date' => [ 'backgroundColor' => '#6cdf46', ], 'Invalid' => [ 'backgroundColor' => '#ffd132', ], 'Later' => [ 'backgroundColor' => '#ff9445', ], ], 'bug_status_dom_style' => [ 'New' => [ 'backgroundColor' => '#517bf8', ], 'Assigned' => [ 'backgroundColor' => '#36b0ff', ], 'Closed' => [ 'backgroundColor' => '#00e0e0', ], 'Pending' => [ 'backgroundColor' => '#00ba83', ], 'Rejected' => [ 'backgroundColor' => '#6cdf46', ], ], 'changetimer_parent_type_style' => [ 'Cases' => [ 'backgroundColor' => '#517bf8', ], ], 'project_status_dom_style' => [ 'Draft' => [ 'backgroundColor' => '#517bf8', ], 'In Review' => [ 'backgroundColor' => '#36b0ff', ], 'Published' => [ 'backgroundColor' => '#00e0e0', ], ], 'notifymail_sendtype_style' => [ 'SMTP' => [ 'backgroundColor' => '#517bf8', ], ], 'commit_stage_dom_style' => [ 'include' => [ 'backgroundColor' => '#517bf8', ], 'upside' => [ 'backgroundColor' => '#36b0ff', ], 'exclude' => [ 'backgroundColor' => '#00e0e0', ], ], 'order_stage_dom_style' => [ 'Pending' => [ 'backgroundColor' => '#517bf8', ], 'Confirmed' => [ 'backgroundColor' => '#36b0ff', ], 'On Hold' => [ 'backgroundColor' => '#00e0e0', ], 'Shipped' => [ 'backgroundColor' => '#00ba83', ], 'Cancelled' => [ 'backgroundColor' => '#6cdf46', ], ], 'appearance_options_style' => [ 'system_default' => [ 'backgroundColor' => '#517bf8', ], 'light' => [ 'backgroundColor' => '#36b0ff', ], 'dark' => [ 'backgroundColor' => '#00e0e0', ], ], 'meeting_type_dom_style' => [ 'Other' => [ 'backgroundColor' => '#517bf8', ], 'Sugar' => [ 'backgroundColor' => '#36b0ff', ], ], 'dataprivacy_status_dom_style' => [ 'Open' => [ 'backgroundColor' => '#517bf8', ], 'Closed' => [ 'backgroundColor' => '#36b0ff', ], 'Rejected' => [ 'backgroundColor' => '#00e0e0', ], ], 'issue_priority_dom_style' => [ 'Urgent' => [ 'backgroundColor' => '#517bf8', ], 'High' => [ 'backgroundColor' => '#36b0ff', ], 'Medium' => [ 'backgroundColor' => '#00e0e0', ], 'Low' => [ 'backgroundColor' => '#00ba83', ], ], 'lead_status_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'New' => [ 'backgroundColor' => '#36b0ff', ], 'Assigned' => [ 'backgroundColor' => '#00e0e0', ], 'In Process' => [ 'backgroundColor' => '#00ba83', ], 'Converted' => [ 'backgroundColor' => '#6cdf46', ], 'Recycled' => [ 'backgroundColor' => '#ffd132', ], 'Dead' => [ 'backgroundColor' => '#ff9445', ], ], 'commit_stage_binary_dom_style' => [ 'include' => [ 'backgroundColor' => '#517bf8', ], 'exclude' => [ 'backgroundColor' => '#36b0ff', ], ], 'dom_cal_day_of_week_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], 3 => [ 'backgroundColor' => '#00ba83', ], 4 => [ 'backgroundColor' => '#6cdf46', ], 5 => [ 'backgroundColor' => '#ffd132', ], 6 => [ 'backgroundColor' => '#ff9445', ], ], 'reminder_time_options_style' => [-1 => [ 'backgroundColor' => '#517bf8', ], 60 => [ 'backgroundColor' => '#36b0ff', ], 300 => [ 'backgroundColor' => '#00e0e0', ], 600 => [ 'backgroundColor' => '#00ba83', ], 900 => [ 'backgroundColor' => '#6cdf46', ], 1800 => [ 'backgroundColor' => '#ffd132', ], 3600 => [ 'backgroundColor' => '#ff9445', ], 7200 => [ 'backgroundColor' => '#fa374f', ], 10800 => [ 'backgroundColor' => '#f476b1', ], 18000 => [ 'backgroundColor' => '#cd74f2', ], 86400 => [ 'backgroundColor' => '#8f5ff5', ], ], 'commit_stage_custom_dom_style' => [ 'include' => [ 'backgroundColor' => '#517bf8', ], 'upside' => [ 'backgroundColor' => '#36b0ff', ], 'exclude' => [ 'backgroundColor' => '#00e0e0', ], ], 'layouts_dom_style' => [ 'Standard' => [ 'backgroundColor' => '#517bf8', ], 'Invoice' => [ 'backgroundColor' => '#36b0ff', ], ], 'user_type_bool_dom_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], ], 'call_direction_dom_style' => [ 'Inbound' => [ 'backgroundColor' => '#517bf8', ], 'Outbound' => [ 'backgroundColor' => '#36b0ff', ], ], 'sales_probability_dom_style' => [ 'Prospecting' => [ 'backgroundColor' => '#517bf8', ], 'Qualification' => [ 'backgroundColor' => '#36b0ff', ], 'Needs Analysis' => [ 'backgroundColor' => '#00e0e0', ], 'Value Proposition' => [ 'backgroundColor' => '#00ba83', ], 'Id. Decision Makers' => [ 'backgroundColor' => '#6cdf46', ], 'Perception Analysis' => [ 'backgroundColor' => '#ffd132', ], 'Proposal/Price Quote' => [ 'backgroundColor' => '#ff9445', ], 'Negotiation/Review' => [ 'backgroundColor' => '#fa374f', ], 'Closed Won' => [ 'backgroundColor' => '#f476b1', ], 'Closed Lost' => [ 'backgroundColor' => '#cd74f2', ], ], 'dom_cal_day_short_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], 3 => [ 'backgroundColor' => '#00ba83', ], 4 => [ 'backgroundColor' => '#6cdf46', ], 5 => [ 'backgroundColor' => '#ffd132', ], 6 => [ 'backgroundColor' => '#ff9445', ], 7 => [ 'backgroundColor' => '#fa374f', ], ], 'employee_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Terminated' => [ 'backgroundColor' => '#36b0ff', ], 'Leave of Absence' => [ 'backgroundColor' => '#00e0e0', ], ], 'in_total_group_stages_style' => [ 'Draft' => [ 'backgroundColor' => '#517bf8', ], 'Negotiation' => [ 'backgroundColor' => '#36b0ff', ], 'Delivered' => [ 'backgroundColor' => '#00e0e0', ], 'On Hold' => [ 'backgroundColor' => '#00ba83', ], 'Confirmed' => [ 'backgroundColor' => '#6cdf46', ], 'Closed Accepted' => [ 'backgroundColor' => '#ffd132', ], 'Closed Lost' => [ 'backgroundColor' => '#ff9445', ], 'Closed Dead' => [ 'backgroundColor' => '#fa374f', ], ], 'dom_meridiem_uppercase_style' => [ 'AM' => [ 'backgroundColor' => '#517bf8', ], 'PM' => [ 'backgroundColor' => '#36b0ff', ], ], 'quote_stage_dom_style' => [ 'Draft' => [ 'backgroundColor' => '#517bf8', ], 'Negotiation' => [ 'backgroundColor' => '#36b0ff', ], 'Delivered' => [ 'backgroundColor' => '#00e0e0', ], 'On Hold' => [ 'backgroundColor' => '#00ba83', ], 'Confirmed' => [ 'backgroundColor' => '#6cdf46', ], 'Closed Accepted' => [ 'backgroundColor' => '#ffd132', ], 'Closed Lost' => [ 'backgroundColor' => '#ff9445', ], 'Closed Dead' => [ 'backgroundColor' => '#fa374f', ], ], 'project_task_utilization_options_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 25 => [ 'backgroundColor' => '#36b0ff', ], 50 => [ 'backgroundColor' => '#00e0e0', ], 75 => [ 'backgroundColor' => '#00ba83', ], 100 => [ 'backgroundColor' => '#6cdf46', ], ], 'tax_class_dom_style' => [ 'Taxable' => [ 'backgroundColor' => '#517bf8', ], 'Non-Taxable' => [ 'backgroundColor' => '#36b0ff', ], ], 'active_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Inactive' => [ 'backgroundColor' => '#36b0ff', ], 'Retired' => [ 'backgroundColor' => '#00e0e0', ], ], 'meeting_status_dom_style' => [ 'Planned' => [ 'backgroundColor' => '#517bf8', ], 'Held' => [ 'backgroundColor' => '#36b0ff', ], 'Not Held' => [ 'backgroundColor' => '#00e0e0', ], 'Deferred' => [ 'backgroundColor' => '#00ba83', ], ], 'product_template_status_dom_style' => [ 'Available' => [ 'backgroundColor' => '#517bf8', ], 'Unavailable' => [ 'backgroundColor' => '#36b0ff', ], ], 'record_type_display_emailparticipants_style' => [ 'Accounts' => [ 'backgroundColor' => '#517bf8', ], 'Contacts' => [ 'backgroundColor' => '#36b0ff', ], 'Employees' => [ 'backgroundColor' => '#00e0e0', ], 'Leads' => [ 'backgroundColor' => '#00ba83', ], 'Prospects' => [ 'backgroundColor' => '#6cdf46', ], 'Users' => [ 'backgroundColor' => '#ffd132', ], ], 'issue_status_dom_style' => [ 'New' => [ 'backgroundColor' => '#517bf8', ], 'Assigned' => [ 'backgroundColor' => '#36b0ff', ], 'Closed' => [ 'backgroundColor' => '#00e0e0', ], 'Pending' => [ 'backgroundColor' => '#00ba83', ], 'Rejected' => [ 'backgroundColor' => '#6cdf46', ], ], 'user_type_portal_bool_dom_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], ], 'bug_priority_dom_style' => [ 'Urgent' => [ 'backgroundColor' => '#517bf8', ], 'High' => [ 'backgroundColor' => '#36b0ff', ], 'Medium' => [ 'backgroundColor' => '#00e0e0', ], 'Low' => [ 'backgroundColor' => '#00ba83', ], ], 'newsletter_frequency_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Weekly' => [ 'backgroundColor' => '#36b0ff', ], 'Monthly' => [ 'backgroundColor' => '#00e0e0', ], 'Quarterly' => [ 'backgroundColor' => '#00ba83', ], 'Annually' => [ 'backgroundColor' => '#6cdf46', ], ], 'cases_source_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Internal' => [ 'backgroundColor' => '#36b0ff', ], 'Forum' => [ 'backgroundColor' => '#00e0e0', ], 'Web' => [ 'backgroundColor' => '#00ba83', ], 'InboundEmail' => [ 'backgroundColor' => '#6cdf46', ], 'Twitter' => [ 'backgroundColor' => '#ffd132', ], 'Portal' => [ 'backgroundColor' => '#ff9445', ], 'Phone' => [ 'backgroundColor' => '#fa374f', ], 'Chat' => [ 'backgroundColor' => '#f476b1', ], 'Chatbot' => [ 'backgroundColor' => '#cd74f2', ], ], 'dataprivacy_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Request for Data Privacy Policy' => [ 'backgroundColor' => '#36b0ff', ], 'Send Personal Information being processed' => [ 'backgroundColor' => '#00e0e0', ], 'Rectify Information' => [ 'backgroundColor' => '#00ba83', ], 'Request to Erase Information' => [ 'backgroundColor' => '#6cdf46', ], 'Export Information' => [ 'backgroundColor' => '#ffd132', ], 'Restrict Processing' => [ 'backgroundColor' => '#ff9445', ], 'Object to Processing' => [ 'backgroundColor' => '#fa374f', ], 'Consent to Process' => [ 'backgroundColor' => '#f476b1', ], 'Withdraw Consent' => [ 'backgroundColor' => '#cd74f2', ], 'Other' => [ 'backgroundColor' => '#8f5ff5', ], ], 'dom_cal_month_long_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], 3 => [ 'backgroundColor' => '#00ba83', ], 4 => [ 'backgroundColor' => '#6cdf46', ], 5 => [ 'backgroundColor' => '#ffd132', ], 6 => [ 'backgroundColor' => '#ff9445', ], 7 => [ 'backgroundColor' => '#fa374f', ], 8 => [ 'backgroundColor' => '#f476b1', ], 9 => [ 'backgroundColor' => '#cd74f2', ], 10 => [ 'backgroundColor' => '#8f5ff5', ], 11 => [ 'backgroundColor' => '#29388c', ], 12 => [ 'backgroundColor' => '#145c95', ], ], 'dataprivacy_priority_dom_style' => [ 'Low' => [ 'backgroundColor' => '#517bf8', ], 'Medium' => [ 'backgroundColor' => '#36b0ff', ], 'High' => [ 'backgroundColor' => '#00e0e0', ], ], 'dom_cal_day_long_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], 3 => [ 'backgroundColor' => '#00ba83', ], 4 => [ 'backgroundColor' => '#6cdf46', ], 5 => [ 'backgroundColor' => '#ffd132', ], 6 => [ 'backgroundColor' => '#ff9445', ], 7 => [ 'backgroundColor' => '#fa374f', ], ], 'sales_status_with_quote_dom_style' => [ 'New' => [ 'backgroundColor' => '#517bf8', ], 'In Progress' => [ 'backgroundColor' => '#36b0ff', ], 'Closed Won' => [ 'backgroundColor' => '#00e0e0', ], 'Closed Lost' => [ 'backgroundColor' => '#00ba83', ], 'Converted to Quote' => [ 'backgroundColor' => '#6cdf46', ], ], 'user_type_dom_style' => [ 'RegularUser' => [ 'backgroundColor' => '#517bf8', ], 'Administrator' => [ 'backgroundColor' => '#36b0ff', ], ], 'project_priority_options_style' => [ 'High' => [ 'backgroundColor' => '#517bf8', ], 'Medium' => [ 'backgroundColor' => '#36b0ff', ], 'Low' => [ 'backgroundColor' => '#00e0e0', ], ], 'dataprivacy_business_purpose_dom_style' => [ 'Business Communications' => [ 'backgroundColor' => '#517bf8', ], 'Marketing Communications by company' => [ 'backgroundColor' => '#36b0ff', ], 'Marketing Communications by partners' => [ 'backgroundColor' => '#00e0e0', ], ], 'sales_stage_dom_style' => [ 'Prospecting' => [ 'backgroundColor' => '#517bf8', ], 'Qualification' => [ 'backgroundColor' => '#36b0ff', ], 'Needs Analysis' => [ 'backgroundColor' => '#00e0e0', ], 'Value Proposition' => [ 'backgroundColor' => '#00ba83', ], 'Id. Decision Makers' => [ 'backgroundColor' => '#6cdf46', ], 'Perception Analysis' => [ 'backgroundColor' => '#ffd132', ], 'Proposal/Price Quote' => [ 'backgroundColor' => '#ff9445', ], 'Negotiation/Review' => [ 'backgroundColor' => '#fa374f', ], 'Closed Won' => [ 'backgroundColor' => '#f476b1', ], 'Closed Lost' => [ 'backgroundColor' => '#cd74f2', ], ], 'project_task_status_options_style' => [ 'Not Started' => [ 'backgroundColor' => '#517bf8', ], 'In Progress' => [ 'backgroundColor' => '#36b0ff', ], 'Completed' => [ 'backgroundColor' => '#00e0e0', ], 'Pending Input' => [ 'backgroundColor' => '#00ba83', ], 'Deferred' => [ 'backgroundColor' => '#6cdf46', ], ], 'license_type_dom_style' => [ 'CURRENT' => [ 'backgroundColor' => '#517bf8', ], 'SUGAR_SERVE' => [ 'backgroundColor' => '#36b0ff', ], 'SUGAR_SELL' => [ 'backgroundColor' => '#00e0e0', ], ], 'call_status_dom_style' => [ 'Planned' => [ 'backgroundColor' => '#517bf8', ], 'In Progress' => [ 'backgroundColor' => '#36b0ff', ], 'Held' => [ 'backgroundColor' => '#00e0e0', ], 'Not Held' => [ 'backgroundColor' => '#00ba83', ], 'Deferred' => [ 'backgroundColor' => '#6cdf46', ], ], 'messenger_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'MSN' => [ 'backgroundColor' => '#36b0ff', ], 'Yahoo!' => [ 'backgroundColor' => '#00e0e0', ], 'AOL' => [ 'backgroundColor' => '#00ba83', ], ], 'bug_type_dom_style' => [ 'Defect' => [ 'backgroundColor' => '#517bf8', ], 'Feature' => [ 'backgroundColor' => '#36b0ff', ], ], 'product_status_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Quotes' => [ 'backgroundColor' => '#36b0ff', ], 'Orders' => [ 'backgroundColor' => '#00e0e0', ], 'Ship' => [ 'backgroundColor' => '#00ba83', ], ], 'task_status_dom_style' => [ 'Not Started' => [ 'backgroundColor' => '#517bf8', ], 'In Progress' => [ 'backgroundColor' => '#36b0ff', ], 'Completed' => [ 'backgroundColor' => '#00e0e0', ], 'Pending Input' => [ 'backgroundColor' => '#00ba83', ], 'Deferred' => [ 'backgroundColor' => '#6cdf46', ], 'Not Applicable' => [ 'backgroundColor' => '#ffd132', ], ], 'project_task_priority_options_style' => [ 'High' => [ 'backgroundColor' => '#517bf8', ], 'Medium' => [ 'backgroundColor' => '#36b0ff', ], 'Low' => [ 'backgroundColor' => '#00e0e0', ], ], 'wflow_action_type_dom_style' => [ 'update' => [ 'backgroundColor' => '#517bf8', ], 'update_rel' => [ 'backgroundColor' => '#36b0ff', ], 'new' => [ 'backgroundColor' => '#00e0e0', ], ], 'dom_email_errors_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 2 => [ 'backgroundColor' => '#36b0ff', ], ], 'query_groupby_calc_type_dom_style' => [ 'SUM' => [ 'backgroundColor' => '#517bf8', ], 'AVG' => [ 'backgroundColor' => '#36b0ff', ], 'COUNT' => [ 'backgroundColor' => '#00e0e0', ], 'STDDEV' => [ 'backgroundColor' => '#00ba83', ], 'VARIANCE' => [ 'backgroundColor' => '#6cdf46', ], ], 'bselect_type_dom_style' => [ 'bool_true' => [ 'backgroundColor' => '#517bf8', ], 'bool_false' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_rel_type_dom_style' => [ 'all' => [ 'backgroundColor' => '#517bf8', ], 'filter' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_user_type_dom_style' => [ 'current_user' => [ 'backgroundColor' => '#517bf8', ], 'rel_user' => [ 'backgroundColor' => '#36b0ff', ], 'rel_user_custom' => [ 'backgroundColor' => '#00e0e0', ], 'specific_team' => [ 'backgroundColor' => '#00ba83', ], 'specific_role' => [ 'backgroundColor' => '#6cdf46', ], 'specific_user' => [ 'backgroundColor' => '#ffd132', ], ], 'dom_email_direction_style' => [ 'Unknown' => [ 'backgroundColor' => '#517bf8', ], 'Outbound' => [ 'backgroundColor' => '#36b0ff', ], 'Inbound' => [ 'backgroundColor' => '#00e0e0', ], 'Internal' => [ 'backgroundColor' => '#00ba83', ], ], 'query_calc_type_dom_style' => [ 'Standard' => [ 'backgroundColor' => '#517bf8', ], 'Math' => [ 'backgroundColor' => '#36b0ff', ], ], 'query_type_dom_style' => [ 'Main Query' => [ 'backgroundColor' => '#517bf8', ], ], 'document_template_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'mailmerge' => [ 'backgroundColor' => '#36b0ff', ], 'eula' => [ 'backgroundColor' => '#00e0e0', ], 'nda' => [ 'backgroundColor' => '#00ba83', ], 'license' => [ 'backgroundColor' => '#6cdf46', ], ], 'wflow_set_type_dom_style' => [ 'Basic' => [ 'backgroundColor' => '#517bf8', ], 'Advanced' => [ 'backgroundColor' => '#36b0ff', ], ], 'query_column_type_dom_style' => [ 'Display' => [ 'backgroundColor' => '#517bf8', ], 'Calculation' => [ 'backgroundColor' => '#36b0ff', ], ], 'dom_email_distribution_for_auto_create_style' => [ 'roundRobin' => [ 'backgroundColor' => '#517bf8', ], 'leastBusy' => [ 'backgroundColor' => '#36b0ff', ], 'none' => [ 'backgroundColor' => '#00e0e0', ], ], 'document_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Draft' => [ 'backgroundColor' => '#36b0ff', ], 'FAQ' => [ 'backgroundColor' => '#00e0e0', ], 'Expired' => [ 'backgroundColor' => '#00ba83', ], 'Under Review' => [ 'backgroundColor' => '#6cdf46', ], 'Pending' => [ 'backgroundColor' => '#ffd132', ], ], 'document_category_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Marketing' => [ 'backgroundColor' => '#36b0ff', ], 'Knowledge Base' => [ 'backgroundColor' => '#00e0e0', ], 'Sales' => [ 'backgroundColor' => '#00ba83', ], ], 'report_maker_status_dom_style' => [ 'Single Module' => [ 'backgroundColor' => '#517bf8', ], 'Multi Module' => [ 'backgroundColor' => '#36b0ff', ], ], 'dom_email_link_type_style' => [ 'sugar' => [ 'backgroundColor' => '#517bf8', ], 'mailto' => [ 'backgroundColor' => '#36b0ff', ], ], 'dom_email_states_style' => [ 'Draft' => [ 'backgroundColor' => '#517bf8', ], 'Archived' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_address_type_dom_style' => [ 'to' => [ 'backgroundColor' => '#517bf8', ], 'cc' => [ 'backgroundColor' => '#36b0ff', ], 'bcc' => [ 'backgroundColor' => '#00e0e0', ], ], 'wflow_adv_team_type_dom_style' => [ 'team_id' => [ 'backgroundColor' => '#517bf8', ], 'team_set_id' => [ 'backgroundColor' => '#36b0ff', ], 'current_team' => [ 'backgroundColor' => '#00e0e0', ], ], 'wflow_record_type_dom_style' => [ 'All' => [ 'backgroundColor' => '#517bf8', ], 'New' => [ 'backgroundColor' => '#36b0ff', ], 'Update' => [ 'backgroundColor' => '#00e0e0', ], ], 'query_calc_calc_type_dom_style' => [ 'SUM' => [ 'backgroundColor' => '#517bf8', ], 'AVG' => [ 'backgroundColor' => '#36b0ff', ], 'MAX' => [ 'backgroundColor' => '#00e0e0', ], 'MIN' => [ 'backgroundColor' => '#00ba83', ], 'COUNT' => [ 'backgroundColor' => '#6cdf46', ], 'STDDEV' => [ 'backgroundColor' => '#ffd132', ], 'VARIANCE' => [ 'backgroundColor' => '#ff9445', ], ], 'wflow_relfilter_type_dom_style' => [ 'all' => [ 'backgroundColor' => '#517bf8', ], 'any' => [ 'backgroundColor' => '#36b0ff', ], ], 'dom_email_server_type_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'imap' => [ 'backgroundColor' => '#36b0ff', ], ], 'query_groupby_qualifier_start_dom_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], -1 => [ 'backgroundColor' => '#36b0ff', ], -2 => [ 'backgroundColor' => '#00e0e0', ], -3 => [ 'backgroundColor' => '#00ba83', ], -4 => [ 'backgroundColor' => '#6cdf46', ], -5 => [ 'backgroundColor' => '#ffd132', ], -6 => [ 'backgroundColor' => '#ff9445', ], -7 => [ 'backgroundColor' => '#fa374f', ], -8 => [ 'backgroundColor' => '#f476b1', ], -9 => [ 'backgroundColor' => '#cd74f2', ], -10 => [ 'backgroundColor' => '#8f5ff5', ], -12 => [ 'backgroundColor' => '#29388c', ], -18 => [ 'backgroundColor' => '#145c95', ], -24 => [ 'backgroundColor' => '#00636e', ], ], 'dom_email_distribution_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'direct' => [ 'backgroundColor' => '#36b0ff', ], 'roundRobin' => [ 'backgroundColor' => '#00e0e0', ], 'leastBusy' => [ 'backgroundColor' => '#00ba83', ], ], 'wflow_address_type_to_only_dom_style' => [ 'to' => [ 'backgroundColor' => '#517bf8', ], ], 'query_groupby_qualifier_qty_dom_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 2 => [ 'backgroundColor' => '#36b0ff', ], 3 => [ 'backgroundColor' => '#00e0e0', ], 4 => [ 'backgroundColor' => '#00ba83', ], 5 => [ 'backgroundColor' => '#6cdf46', ], 6 => [ 'backgroundColor' => '#ffd132', ], 7 => [ 'backgroundColor' => '#ff9445', ], 8 => [ 'backgroundColor' => '#fa374f', ], 9 => [ 'backgroundColor' => '#f476b1', ], 10 => [ 'backgroundColor' => '#cd74f2', ], 12 => [ 'backgroundColor' => '#8f5ff5', ], 18 => [ 'backgroundColor' => '#29388c', ], 24 => [ 'backgroundColor' => '#145c95', ], ], 'query_groupby_type_dom_style' => [ 'Field' => [ 'backgroundColor' => '#517bf8', ], 'Time' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_address_type_invite_dom_style' => [ 'to' => [ 'backgroundColor' => '#517bf8', ], 'cc' => [ 'backgroundColor' => '#36b0ff', ], 'bcc' => [ 'backgroundColor' => '#00e0e0', ], 'invite_only' => [ 'backgroundColor' => '#00ba83', ], ], 'dom_mailbox_type_style' => [ 'pick' => [ 'backgroundColor' => '#517bf8', ], 'createcase' => [ 'backgroundColor' => '#36b0ff', ], 'bounce' => [ 'backgroundColor' => '#00e0e0', ], ], 'dom_email_editor_option_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'html' => [ 'backgroundColor' => '#36b0ff', ], 'plain' => [ 'backgroundColor' => '#00e0e0', ], ], 'wflow_source_type_dom_style' => [ 'Normal Message' => [ 'backgroundColor' => '#517bf8', ], 'Custom Template' => [ 'backgroundColor' => '#36b0ff', ], 'System Default' => [ 'backgroundColor' => '#00e0e0', ], ], 'document_subcategory_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Marketing Collateral' => [ 'backgroundColor' => '#36b0ff', ], 'Product Brochures' => [ 'backgroundColor' => '#00e0e0', ], 'FAQ' => [ 'backgroundColor' => '#00ba83', ], ], 'dataset_att_display_type_dom_style' => [ 'Normal' => [ 'backgroundColor' => '#517bf8', ], 'Scalar' => [ 'backgroundColor' => '#36b0ff', ], ], 'mselect_multi_type_dom_style' => [ 'in' => [ 'backgroundColor' => '#517bf8', ], 'not_in' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_alert_type_dom_style' => [ 'Email' => [ 'backgroundColor' => '#517bf8', ], 'Invite' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_adv_enum_type_dom_style' => [ 'retreat' => [ 'backgroundColor' => '#517bf8', ], 'advance' => [ 'backgroundColor' => '#36b0ff', ], ], 'dataset_layout_type_dom_style' => [ 'Column' => [ 'backgroundColor' => '#517bf8', ], ], 'font_size_dom_style' => [-5 => [ 'backgroundColor' => '#517bf8', ], -4 => [ 'backgroundColor' => '#36b0ff', ], -3 => [ 'backgroundColor' => '#00e0e0', ], -2 => [ 'backgroundColor' => '#00ba83', ], -1 => [ 'backgroundColor' => '#6cdf46', ], 'Default' => [ 'backgroundColor' => '#ffd132', ], 1 => [ 'backgroundColor' => '#ff9445', ], 2 => [ 'backgroundColor' => '#fa374f', ], 3 => [ 'backgroundColor' => '#f476b1', ], 4 => [ 'backgroundColor' => '#cd74f2', ], 5 => [ 'backgroundColor' => '#8f5ff5', ], ], 'dselect_type_dom_style' => [ 'Equals' => [ 'backgroundColor' => '#517bf8', ], 'Less Than' => [ 'backgroundColor' => '#36b0ff', ], 'More Than' => [ 'backgroundColor' => '#00e0e0', ], 'Does not Equal' => [ 'backgroundColor' => '#00ba83', ], ], 'width_type_dom_style' => [ '%' => [ 'backgroundColor' => '#517bf8', ], 'px' => [ 'backgroundColor' => '#36b0ff', ], ], 'query_display_type_dom_style' => [ 'Default' => [ 'backgroundColor' => '#517bf8', ], 'Custom' => [ 'backgroundColor' => '#36b0ff', ], 'Hidden' => [ 'backgroundColor' => '#00e0e0', ], ], 'wflow_relate_type_dom_style' => [ 'Self' => [ 'backgroundColor' => '#517bf8', ], 'Manager' => [ 'backgroundColor' => '#36b0ff', ], ], 'dataset_att_format_type_dom_style' => [ 'Text' => [ 'backgroundColor' => '#517bf8', ], 'Accounting' => [ 'backgroundColor' => '#36b0ff', ], 'Date' => [ 'backgroundColor' => '#00e0e0', ], 'Datetime' => [ 'backgroundColor' => '#00ba83', ], ], 'dom_switch_bool_style' => [ 'on' => [ 'backgroundColor' => '#517bf8', ], 'off' => [ 'backgroundColor' => '#36b0ff', ], '' => [ 'backgroundColor' => '#00e0e0', ], ], 'dom_email_status_style' => [ 'archived' => [ 'backgroundColor' => '#517bf8', ], 'closed' => [ 'backgroundColor' => '#36b0ff', ], 'draft' => [ 'backgroundColor' => '#00e0e0', ], 'read' => [ 'backgroundColor' => '#00ba83', ], 'replied' => [ 'backgroundColor' => '#6cdf46', ], 'sent' => [ 'backgroundColor' => '#ffd132', ], 'send_error' => [ 'backgroundColor' => '#ff9445', ], 'unread' => [ 'backgroundColor' => '#fa374f', ], ], 'dom_email_archived_status_style' => [ 'archived' => [ 'backgroundColor' => '#517bf8', ], ], 'scheduler_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Inactive' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_action_datetime_type_dom_style' => [ 'Triggered Date' => [ 'backgroundColor' => '#517bf8', ], 'Existing Value' => [ 'backgroundColor' => '#36b0ff', ], ], 'report_color_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'black' => [ 'backgroundColor' => '#36b0ff', ], 'green' => [ 'backgroundColor' => '#00e0e0', ], 'blue' => [ 'backgroundColor' => '#00ba83', ], 'red' => [ 'backgroundColor' => '#6cdf46', ], 'white' => [ 'backgroundColor' => '#ffd132', ], 'DarkGreen' => [ 'backgroundColor' => '#ff9445', ], 'LightGray' => [ 'backgroundColor' => '#fa374f', ], 'DodgerBlue' => [ 'backgroundColor' => '#f476b1', ], 'LightBlue' => [ 'backgroundColor' => '#cd74f2', ], ], 'dataset_att_format_type_scalar_dom_style' => [ 'Year' => [ 'backgroundColor' => '#517bf8', ], 'Quarter' => [ 'backgroundColor' => '#36b0ff', ], 'Month' => [ 'backgroundColor' => '#00e0e0', ], 'Week' => [ 'backgroundColor' => '#00ba83', ], 'Day' => [ 'backgroundColor' => '#6cdf46', ], ], 'dataset_output_default_dom_style' => [ 'table' => [ 'backgroundColor' => '#517bf8', ], ], 'forecast_type_dom_style' => [ 'Direct' => [ 'backgroundColor' => '#517bf8', ], 'Rollup' => [ 'backgroundColor' => '#36b0ff', ], ], 'dataset_style_dom' => [ 'normal' => 'Normal', 'bold' => 'Bold', 'italic' => 'Italic', ], 'dataset_style_dom_style' => [ 'normal' => [ 'backgroundColor' => '#517bf8', ], 'bold' => [ 'backgroundColor' => '#36b0ff', ], 'italic' => [ 'backgroundColor' => '#00e0e0', ], ], 'wflow_adv_user_type_dom_style' => [ 'assigned_user_id' => [ 'backgroundColor' => '#517bf8', ], 'modified_user_id' => [ 'backgroundColor' => '#36b0ff', ], 'created_by' => [ 'backgroundColor' => '#00e0e0', ], 'current_user' => [ 'backgroundColor' => '#00ba83', ], ], 'custom_layout_dom_style' => [ 'Disabled' => [ 'backgroundColor' => '#517bf8', ], 'Enabled' => [ 'backgroundColor' => '#36b0ff', ], ], 'query_groupby_qualifier_dom_style' => [ 'Day' => [ 'backgroundColor' => '#517bf8', ], 'Week' => [ 'backgroundColor' => '#36b0ff', ], 'Month' => [ 'backgroundColor' => '#00e0e0', ], 'Quarter' => [ 'backgroundColor' => '#00ba83', ], 'Year' => [ 'backgroundColor' => '#6cdf46', ], ], 'schedulers_times_dom_style' => [ 'not run' => [ 'backgroundColor' => '#517bf8', ], 'ready' => [ 'backgroundColor' => '#36b0ff', ], 'in progress' => [ 'backgroundColor' => '#00e0e0', ], 'failed' => [ 'backgroundColor' => '#00ba83', ], 'completed' => [ 'backgroundColor' => '#6cdf46', ], 'no curl' => [ 'backgroundColor' => '#ffd132', ], ], 'dom_email_bool_style' => [ 'bool_true' => [ 'backgroundColor' => '#517bf8', ], 'bool_false' => [ 'backgroundColor' => '#36b0ff', ], ], 'query_calc_leftright_type_dom_style' => [ 'Field' => [ 'backgroundColor' => '#517bf8', ], 'Value' => [ 'backgroundColor' => '#36b0ff', ], 'Group' => [ 'backgroundColor' => '#00e0e0', ], ], 'scheduler_period_dom_style' => [ 'min' => [ 'backgroundColor' => '#517bf8', ], 'hour' => [ 'backgroundColor' => '#36b0ff', ], ], 'dtselect_type_dom_style' => [ 'More Than' => [ 'backgroundColor' => '#517bf8', ], 'Less Than' => [ 'backgroundColor' => '#36b0ff', ], ], 'bopselect_type_dom_style' => [ 'Equals' => [ 'backgroundColor' => '#517bf8', ], ], 'dom_email_types_style' => [ 'out' => [ 'backgroundColor' => '#517bf8', ], 'archived' => [ 'backgroundColor' => '#36b0ff', ], 'draft' => [ 'backgroundColor' => '#00e0e0', ], 'inbound' => [ 'backgroundColor' => '#00ba83', ], 'campaign' => [ 'backgroundColor' => '#6cdf46', ], ], 'query_groupby_axis_dom_style' => [ 'Rows' => [ 'backgroundColor' => '#517bf8', ], 'Columns' => [ 'backgroundColor' => '#36b0ff', ], ], 'query_calc_oper_dom_style' => [ '+' => [ 'backgroundColor' => '#517bf8', ], '-' => [ 'backgroundColor' => '#36b0ff', ], '*' => [ 'backgroundColor' => '#00e0e0', ], '/' => [ 'backgroundColor' => '#00ba83', ], ], 'dom_meeting_accept_options_style' => [ 'accept' => [ 'backgroundColor' => '#517bf8', ], 'decline' => [ 'backgroundColor' => '#36b0ff', ], 'tentative' => [ 'backgroundColor' => '#00e0e0', ], ], 'dom_int_bool_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 0 => [ 'backgroundColor' => '#36b0ff', ], ], 'mselect_type_dom_style' => [ 'Equals' => [ 'backgroundColor' => '#517bf8', ], 'in' => [ 'backgroundColor' => '#36b0ff', ], ], 'dom_meeting_accept_status_style' => [ 'accept' => [ 'backgroundColor' => '#517bf8', ], 'decline' => [ 'backgroundColor' => '#36b0ff', ], 'tentative' => [ 'backgroundColor' => '#00e0e0', ], 'none' => [ 'backgroundColor' => '#00ba83', ], ], 'tselect_type_dom_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 14440 => [ 'backgroundColor' => '#36b0ff', ], 28800 => [ 'backgroundColor' => '#00e0e0', ], 43200 => [ 'backgroundColor' => '#00ba83', ], 86400 => [ 'backgroundColor' => '#6cdf46', ], 172800 => [ 'backgroundColor' => '#ffd132', ], 259200 => [ 'backgroundColor' => '#ff9445', ], 345600 => [ 'backgroundColor' => '#fa374f', ], 432000 => [ 'backgroundColor' => '#f476b1', ], 604800 => [ 'backgroundColor' => '#cd74f2', ], 1209600 => [ 'backgroundColor' => '#8f5ff5', ], 1814400 => [ 'backgroundColor' => '#29388c', ], 2592000 => [ 'backgroundColor' => '#145c95', ], 5184000 => [ 'backgroundColor' => '#00636e', ], 7776000 => [ 'backgroundColor' => '#056f37', ], 10368000 => [ 'backgroundColor' => '#537600', ], 12960000 => [ 'backgroundColor' => '#866500', ], 15552000 => [ 'backgroundColor' => '#9b4617', ], ], 'report_align_dom_style' => [ 'left' => [ 'backgroundColor' => '#517bf8', ], 'center' => [ 'backgroundColor' => '#36b0ff', ], 'right' => [ 'backgroundColor' => '#00e0e0', ], ], 'cselect_type_dom_style' => [ 'Equals' => [ 'backgroundColor' => '#517bf8', ], 'Does not Equal' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_array_type_dom_style' => [ 'future' => [ 'backgroundColor' => '#517bf8', ], 'past' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_type_dom_style' => [ 'Normal' => [ 'backgroundColor' => '#517bf8', ], 'Time' => [ 'backgroundColor' => '#36b0ff', ], ], 'pipeline_chart_dom_style' => [ 'fun' => [ 'backgroundColor' => '#517bf8', ], 'hbar' => [ 'backgroundColor' => '#36b0ff', ], ], 'duration_hours_intervals_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], 3 => [ 'backgroundColor' => '#00ba83', ], 4 => [ 'backgroundColor' => '#6cdf46', ], 5 => [ 'backgroundColor' => '#ffd132', ], 6 => [ 'backgroundColor' => '#ff9445', ], 7 => [ 'backgroundColor' => '#fa374f', ], 8 => [ 'backgroundColor' => '#f476b1', ], 9 => [ 'backgroundColor' => '#cd74f2', ], 10 => [ 'backgroundColor' => '#8f5ff5', ], 11 => [ 'backgroundColor' => '#29388c', ], 12 => [ 'backgroundColor' => '#145c95', ], ], 'filter_checkbox_dom_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], ], 'email_settings_num_dom_style' => [ 10 => [ 'backgroundColor' => '#517bf8', ], 20 => [ 'backgroundColor' => '#36b0ff', ], 50 => [ 'backgroundColor' => '#00e0e0', ], ], 'chart_types_style' => [ 'hBarF' => [ 'backgroundColor' => '#517bf8', ], 'hGBarF' => [ 'backgroundColor' => '#36b0ff', ], 'vBarF' => [ 'backgroundColor' => '#00e0e0', ], 'vGBarF' => [ 'backgroundColor' => '#00ba83', ], 'pieF' => [ 'backgroundColor' => '#6cdf46', ], 'funnelF' => [ 'backgroundColor' => '#ffd132', ], 'lineF' => [ 'backgroundColor' => '#ff9445', ], 'donutF' => [ 'backgroundColor' => '#fa374f', ], 'treemapF' => [ 'backgroundColor' => '#f476b1', ], ], 'duration_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 900 => [ 'backgroundColor' => '#36b0ff', ], 1800 => [ 'backgroundColor' => '#00e0e0', ], 2700 => [ 'backgroundColor' => '#00ba83', ], 3600 => [ 'backgroundColor' => '#6cdf46', ], 5400 => [ 'backgroundColor' => '#ffd132', ], 7200 => [ 'backgroundColor' => '#ff9445', ], 10800 => [ 'backgroundColor' => '#fa374f', ], 21600 => [ 'backgroundColor' => '#f476b1', ], 86400 => [ 'backgroundColor' => '#cd74f2', ], 172800 => [ 'backgroundColor' => '#8f5ff5', ], 259200 => [ 'backgroundColor' => '#29388c', ], 604800 => [ 'backgroundColor' => '#145c95', ], ], 'pipeline_records_per_column_style' => [ 10 => [ 'backgroundColor' => '#517bf8', ], 15 => [ 'backgroundColor' => '#36b0ff', ], 20 => [ 'backgroundColor' => '#00e0e0', ], ], 'repeat_selector_dom_style' => [ 'None' => [ 'backgroundColor' => '#517bf8', ], 'Each' => [ 'backgroundColor' => '#36b0ff', ], 'On' => [ 'backgroundColor' => '#00e0e0', ], ], 'dri_workflow_task_templates_task_due_date_type_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'days_from_created' => [ 'backgroundColor' => '#36b0ff', ], 'days_from_stage_started' => [ 'backgroundColor' => '#00e0e0', ], 'days_from_previous_activity_completed' => [ 'backgroundColor' => '#00ba83', ], 'days_from_parent_date_field' => [ 'backgroundColor' => '#6cdf46', ], 'days_from_specific_activity_completed' => [ 'backgroundColor' => '#ffd132', ], ], 'release_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Inactive' => [ 'backgroundColor' => '#36b0ff', ], ], 'dri_workflows_state_list_style' => [ 'not_started' => [ 'backgroundColor' => '#517bf8', ], 'in_progress' => [ 'backgroundColor' => '#36b0ff', ], 'completed' => [ 'backgroundColor' => '#00e0e0', ], 'cancelled' => [ 'backgroundColor' => '#00ba83', ], ], 'email_settings_for_ssl_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], ], 'ai_icp_fit_score_classification_dropdown_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], '03_does_not_match_customers' => [ 'backgroundColor' => '#36b0ff', ], '02_no_match' => [ 'backgroundColor' => '#00e0e0', ], '01_matches_customers' => [ 'backgroundColor' => '#00ba83', ], ], 'first_response_met_sla_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Yes' => [ 'backgroundColor' => '#36b0ff', ], 'No' => [ 'backgroundColor' => '#00e0e0', ], ], 'dri_workflow_task_templates_due_date_field_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], ], 'escalation_source_dom_style' => [ 'Customer Requested' => [ 'backgroundColor' => '#517bf8', ], 'Internally Requested' => [ 'backgroundColor' => '#36b0ff', ], ], 'escalation_status_dom_style' => [ 'New' => [ 'backgroundColor' => '#517bf8', ], 'In Progress' => [ 'backgroundColor' => '#36b0ff', ], 'Closed' => [ 'backgroundColor' => '#00e0e0', ], ], 'ai_conv_score_classification_dropdown_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], '01_not_likely' => [ 'backgroundColor' => '#36b0ff', ], '02_less_likely' => [ 'backgroundColor' => '#00e0e0', ], '03_neutral' => [ 'backgroundColor' => '#00ba83', ], '04_more_likely' => [ 'backgroundColor' => '#6cdf46', ], '05_very_likely' => [ 'backgroundColor' => '#ffd132', ], ], 'docusign_envelope_status_list_style' => [ 'created' => [ 'backgroundColor' => '#517bf8', ], 'completed' => [ 'backgroundColor' => '#36b0ff', ], 'declined' => [ 'backgroundColor' => '#00e0e0', ], 'delivered' => [ 'backgroundColor' => '#00ba83', ], 'sent' => [ 'backgroundColor' => '#6cdf46', ], 'signed' => [ 'backgroundColor' => '#ffd132', ], 'voided' => [ 'backgroundColor' => '#ff9445', ], ], 'purchase_history_sort_dom_style' => [ 'end_date:desc' => [ 'backgroundColor' => '#517bf8', ], 'start_date:asc' => [ 'backgroundColor' => '#36b0ff', ], 'total_revenue:desc' => [ 'backgroundColor' => '#00e0e0', ], 'total_revenue:asc' => [ 'backgroundColor' => '#00ba83', ], ], 'calendar_type_list_style' => [ 'main' => [ 'backgroundColor' => '#517bf8', ], ], 'reportschedule_time_interval_dom_style' => [ 3600 => [ 'backgroundColor' => '#517bf8', ], 21600 => [ 'backgroundColor' => '#36b0ff', ], 43200 => [ 'backgroundColor' => '#00e0e0', ], 86400 => [ 'backgroundColor' => '#00ba83', ], 604800 => [ 'backgroundColor' => '#6cdf46', ], 1209600 => [ 'backgroundColor' => '#ffd132', ], 2419200 => [ 'backgroundColor' => '#ff9445', ], ], 'escalation_reason_dom_style' => [ 'Inactivity' => [ 'backgroundColor' => '#517bf8', ], 'Lack of Progress' => [ 'backgroundColor' => '#36b0ff', ], 'Customer-Imposed Deadline' => [ 'backgroundColor' => '#00e0e0', ], 'Account at Risk' => [ 'backgroundColor' => '#00ba83', ], ], 'sugar7_dashlet_reports_auto_refresh_options_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 15 => [ 'backgroundColor' => '#36b0ff', ], 30 => [ 'backgroundColor' => '#00e0e0', ], 45 => [ 'backgroundColor' => '#00ba83', ], 60 => [ 'backgroundColor' => '#6cdf46', ], 120 => [ 'backgroundColor' => '#ffd132', ], ], 'campainglog_activity_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'targeted' => [ 'backgroundColor' => '#36b0ff', ], 'send error' => [ 'backgroundColor' => '#00e0e0', ], 'invalid email' => [ 'backgroundColor' => '#00ba83', ], 'link' => [ 'backgroundColor' => '#6cdf46', ], 'viewed' => [ 'backgroundColor' => '#ffd132', ], 'removed' => [ 'backgroundColor' => '#ff9445', ], 'lead' => [ 'backgroundColor' => '#fa374f', ], 'contact' => [ 'backgroundColor' => '#f476b1', ], 'blocked' => [ 'backgroundColor' => '#cd74f2', ], ], 'docusign_recipient_type_list_style' => [ 'signer' => [ 'backgroundColor' => '#517bf8', ], 'carbon_copy' => [ 'backgroundColor' => '#36b0ff', ], 'certified_delivery' => [ 'backgroundColor' => '#00e0e0', ], ], 'dri_workflow_templates_available_modules_list_style' => [ 'Leads' => [ 'backgroundColor' => '#517bf8', ], 'Accounts' => [ 'backgroundColor' => '#36b0ff', ], 'Contacts' => [ 'backgroundColor' => '#00e0e0', ], 'Cases' => [ 'backgroundColor' => '#00ba83', ], 'Opportunities' => [ 'backgroundColor' => '#6cdf46', ], ], 'link_target_dom_style' => [ '_blank' => [ 'backgroundColor' => '#517bf8', ], '_self' => [ 'backgroundColor' => '#36b0ff', ], ], 'processes_auto_save_interval_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 30000 => [ 'backgroundColor' => '#36b0ff', ], 60000 => [ 'backgroundColor' => '#00e0e0', ], 120000 => [ 'backgroundColor' => '#00ba83', ], 180000 => [ 'backgroundColor' => '#6cdf46', ], 240000 => [ 'backgroundColor' => '#ffd132', ], 300000 => [ 'backgroundColor' => '#ff9445', ], ], 'lead_conv_activity_opt_style' => [ 'move' => [ 'backgroundColor' => '#517bf8', ], 'donothing' => [ 'backgroundColor' => '#36b0ff', ], ], 'date_range_operator_dom_style' => [ 'last_year' => [ 'backgroundColor' => '#517bf8', ], 'last_month' => [ 'backgroundColor' => '#36b0ff', ], 'last_30_days' => [ 'backgroundColor' => '#00e0e0', ], 'last_7_days' => [ 'backgroundColor' => '#00ba83', ], 'this_month' => [ 'backgroundColor' => '#6cdf46', ], 'this_year' => [ 'backgroundColor' => '#ffd132', ], 'next_7_days' => [ 'backgroundColor' => '#ff9445', ], 'next_30_days' => [ 'backgroundColor' => '#fa374f', ], 'next_month' => [ 'backgroundColor' => '#f476b1', ], 'next_year' => [ 'backgroundColor' => '#cd74f2', ], ], 'aws_end_chat_button_width_style' => [ 100 => [ 'backgroundColor' => '#517bf8', ], 110 => [ 'backgroundColor' => '#36b0ff', ], 120 => [ 'backgroundColor' => '#00e0e0', ], 130 => [ 'backgroundColor' => '#00ba83', ], 140 => [ 'backgroundColor' => '#6cdf46', ], 150 => [ 'backgroundColor' => '#ffd132', ], ], 'currency_status_dom_style' => [ 'Active' => [ 'backgroundColor' => '#517bf8', ], 'Inactive' => [ 'backgroundColor' => '#36b0ff', ], ], 'custom_fields_importable_dom_style' => [ 'true' => [ 'backgroundColor' => '#517bf8', ], 'false' => [ 'backgroundColor' => '#36b0ff', ], 'required' => [ 'backgroundColor' => '#00e0e0', ], ], 'docusign_recipient_selection_list_style' => [ 'show' => [ 'backgroundColor' => '#517bf8', ], 'dont_show' => [ 'backgroundColor' => '#36b0ff', ], ], 'chart_strings_style' => [ 'expandlegend' => [ 'backgroundColor' => '#517bf8', ], 'collapselegend' => [ 'backgroundColor' => '#36b0ff', ], 'clickfordrilldown' => [ 'backgroundColor' => '#00e0e0', ], 'drilldownoptions' => [ 'backgroundColor' => '#00ba83', ], 'detailview' => [ 'backgroundColor' => '#6cdf46', ], 'piechart' => [ 'backgroundColor' => '#ffd132', ], 'groupchart' => [ 'backgroundColor' => '#ff9445', ], 'stackedchart' => [ 'backgroundColor' => '#fa374f', ], 'barchart' => [ 'backgroundColor' => '#f476b1', ], 'horizontalbarchart' => [ 'backgroundColor' => '#cd74f2', ], 'linechart' => [ 'backgroundColor' => '#8f5ff5', ], 'noData' => [ 'backgroundColor' => '#29388c', ], 'print' => [ 'backgroundColor' => '#145c95', ], 'pieWedgeName' => [ 'backgroundColor' => '#00636e', ], ], 'forecasts_options_dataset_style' => [ 'likely' => [ 'backgroundColor' => '#517bf8', ], 'best' => [ 'backgroundColor' => '#36b0ff', ], 'worst' => [ 'backgroundColor' => '#00e0e0', ], ], 'calendar_views_options_style' => [ 'day' => [ 'backgroundColor' => '#517bf8', ], 'week' => [ 'backgroundColor' => '#36b0ff', ], 'workWeek' => [ 'backgroundColor' => '#00e0e0', ], 'expandedMonth' => [ 'backgroundColor' => '#00ba83', ], 'agenda' => [ 'backgroundColor' => '#6cdf46', ], 'timeline' => [ 'backgroundColor' => '#ffd132', ], 'monthSchedule' => [ 'backgroundColor' => '#ff9445', ], ], 'dashboard_view_name_list_style' => [ 'record' => [ 'backgroundColor' => '#517bf8', ], 'records' => [ 'backgroundColor' => '#36b0ff', ], 'activities' => [ 'backgroundColor' => '#00e0e0', ], 'multi-line' => [ 'backgroundColor' => '#00ba83', ], 'omnichannel' => [ 'backgroundColor' => '#6cdf46', ], 'home' => [ 'backgroundColor' => '#ffd132', ], 'focus' => [ 'backgroundColor' => '#ff9445', ], ], 'dri_workflow_task_templates_due_date_criteria_list_style' => [ 'Absolute' => [ 'backgroundColor' => '#517bf8', ], 'Percentage' => [ 'backgroundColor' => '#36b0ff', ], ], 'wflow_fire_order_dom_style' => [ 'alerts_actions' => [ 'backgroundColor' => '#517bf8', ], 'actions_alerts' => [ 'backgroundColor' => '#36b0ff', ], ], 'repeat_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Daily' => [ 'backgroundColor' => '#36b0ff', ], 'Weekly' => [ 'backgroundColor' => '#00e0e0', ], 'Monthly' => [ 'backgroundColor' => '#00ba83', ], 'Yearly' => [ 'backgroundColor' => '#6cdf46', ], ], 'dashlet_auto_refresh_options_admin_style' => [-1 => [ 'backgroundColor' => '#517bf8', ], 30 => [ 'backgroundColor' => '#36b0ff', ], 60 => [ 'backgroundColor' => '#00e0e0', ], 180 => [ 'backgroundColor' => '#00ba83', ], 300 => [ 'backgroundColor' => '#6cdf46', ], 600 => [ 'backgroundColor' => '#ffd132', ], ], 'repeat_ordinal_dom_style' => [ 'first' => [ 'backgroundColor' => '#517bf8', ], 'second' => [ 'backgroundColor' => '#36b0ff', ], 'third' => [ 'backgroundColor' => '#00e0e0', ], 'fourth' => [ 'backgroundColor' => '#00ba83', ], 'fifth' => [ 'backgroundColor' => '#6cdf46', ], 'last' => [ 'backgroundColor' => '#ffd132', ], ], 'parent_type_display_escalations_style' => [ 'Cases' => [ 'backgroundColor' => '#517bf8', ], 'Bugs' => [ 'backgroundColor' => '#36b0ff', ], 'Accounts' => [ 'backgroundColor' => '#00e0e0', ], 'Opportunities' => [ 'backgroundColor' => '#00ba83', ], ], 'fts_field_config_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 2 => [ 'backgroundColor' => '#36b0ff', ], ], 'import_delimeter_options_style' => [ ',' => [ 'backgroundColor' => '#517bf8', ], ';' => [ 'backgroundColor' => '#36b0ff', ], '\\t' => [ 'backgroundColor' => '#00e0e0', ], '.' => [ 'backgroundColor' => '#00ba83', ], ':' => [ 'backgroundColor' => '#6cdf46', ], '|' => [ 'backgroundColor' => '#ffd132', ], 'other' => [ 'backgroundColor' => '#ff9445', ], ], 'import_enclosure_options_style' => [ '\'' => [ 'backgroundColor' => '#517bf8', ], '"' => [ 'backgroundColor' => '#36b0ff', ], '' => [ 'backgroundColor' => '#00e0e0', ], 'other' => [ 'backgroundColor' => '#00ba83', ], ], 'repeat_interval_number_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 2 => [ 'backgroundColor' => '#36b0ff', ], 3 => [ 'backgroundColor' => '#00e0e0', ], 4 => [ 'backgroundColor' => '#00ba83', ], 5 => [ 'backgroundColor' => '#6cdf46', ], 6 => [ 'backgroundColor' => '#ffd132', ], 7 => [ 'backgroundColor' => '#ff9445', ], 8 => [ 'backgroundColor' => '#fa374f', ], 9 => [ 'backgroundColor' => '#f476b1', ], 10 => [ 'backgroundColor' => '#cd74f2', ], 11 => [ 'backgroundColor' => '#8f5ff5', ], 12 => [ 'backgroundColor' => '#29388c', ], 13 => [ 'backgroundColor' => '#145c95', ], 14 => [ 'backgroundColor' => '#00636e', ], 15 => [ 'backgroundColor' => '#056f37', ], 16 => [ 'backgroundColor' => '#537600', ], 17 => [ 'backgroundColor' => '#866500', ], 18 => [ 'backgroundColor' => '#9b4617', ], 19 => [ 'backgroundColor' => '#bb0e1b', ], 20 => [ 'backgroundColor' => '#a23354', ], 21 => [ 'backgroundColor' => '#832a83', ], 22 => [ 'backgroundColor' => '#4c2d85', ], 23 => [ 'backgroundColor' => '#c6ddff', ], 24 => [ 'backgroundColor' => '#c0edff', ], 25 => [ 'backgroundColor' => '#c5fffb', ], 26 => [ 'backgroundColor' => '#baffcc', ], 27 => [ 'backgroundColor' => '#e4fbb4', ], 28 => [ 'backgroundColor' => '#fff7ad', ], 29 => [ 'backgroundColor' => '#ffdebc', ], 30 => [ 'backgroundColor' => '#ffd4d0', ], 31 => [ 'backgroundColor' => '#fde2eb', ], 32 => [ 'backgroundColor' => '#f7d0fd', ], 33 => [ 'backgroundColor' => '#e2d4fd', ], 34 => [ 'backgroundColor' => '#517bf8', ], 35 => [ 'backgroundColor' => '#36b0ff', ], 36 => [ 'backgroundColor' => '#00e0e0', ], 37 => [ 'backgroundColor' => '#00ba83', ], 38 => [ 'backgroundColor' => '#6cdf46', ], 39 => [ 'backgroundColor' => '#ffd132', ], 40 => [ 'backgroundColor' => '#ff9445', ], 41 => [ 'backgroundColor' => '#fa374f', ], 42 => [ 'backgroundColor' => '#f476b1', ], 43 => [ 'backgroundColor' => '#cd74f2', ], 44 => [ 'backgroundColor' => '#8f5ff5', ], 45 => [ 'backgroundColor' => '#29388c', ], 46 => [ 'backgroundColor' => '#145c95', ], 47 => [ 'backgroundColor' => '#00636e', ], 48 => [ 'backgroundColor' => '#056f37', ], 49 => [ 'backgroundColor' => '#537600', ], 50 => [ 'backgroundColor' => '#866500', ], 51 => [ 'backgroundColor' => '#9b4617', ], 52 => [ 'backgroundColor' => '#bb0e1b', ], 53 => [ 'backgroundColor' => '#a23354', ], 54 => [ 'backgroundColor' => '#832a83', ], 55 => [ 'backgroundColor' => '#4c2d85', ], 56 => [ 'backgroundColor' => '#c6ddff', ], 57 => [ 'backgroundColor' => '#c0edff', ], 58 => [ 'backgroundColor' => '#c5fffb', ], 59 => [ 'backgroundColor' => '#baffcc', ], 60 => [ 'backgroundColor' => '#e4fbb4', ], 61 => [ 'backgroundColor' => '#fff7ad', ], 62 => [ 'backgroundColor' => '#ffdebc', ], 63 => [ 'backgroundColor' => '#ffd4d0', ], 64 => [ 'backgroundColor' => '#fde2eb', ], 65 => [ 'backgroundColor' => '#f7d0fd', ], 66 => [ 'backgroundColor' => '#e2d4fd', ], 67 => [ 'backgroundColor' => '#517bf8', ], 68 => [ 'backgroundColor' => '#36b0ff', ], 69 => [ 'backgroundColor' => '#00e0e0', ], 70 => [ 'backgroundColor' => '#00ba83', ], 71 => [ 'backgroundColor' => '#6cdf46', ], 72 => [ 'backgroundColor' => '#ffd132', ], 73 => [ 'backgroundColor' => '#ff9445', ], 74 => [ 'backgroundColor' => '#fa374f', ], 75 => [ 'backgroundColor' => '#f476b1', ], 76 => [ 'backgroundColor' => '#cd74f2', ], 77 => [ 'backgroundColor' => '#8f5ff5', ], 78 => [ 'backgroundColor' => '#29388c', ], 79 => [ 'backgroundColor' => '#145c95', ], 80 => [ 'backgroundColor' => '#00636e', ], 81 => [ 'backgroundColor' => '#056f37', ], 82 => [ 'backgroundColor' => '#537600', ], 83 => [ 'backgroundColor' => '#866500', ], 84 => [ 'backgroundColor' => '#9b4617', ], 85 => [ 'backgroundColor' => '#bb0e1b', ], 86 => [ 'backgroundColor' => '#a23354', ], 87 => [ 'backgroundColor' => '#832a83', ], 88 => [ 'backgroundColor' => '#4c2d85', ], 89 => [ 'backgroundColor' => '#c6ddff', ], 90 => [ 'backgroundColor' => '#c0edff', ], 91 => [ 'backgroundColor' => '#c5fffb', ], 92 => [ 'backgroundColor' => '#baffcc', ], 93 => [ 'backgroundColor' => '#e4fbb4', ], 94 => [ 'backgroundColor' => '#fff7ad', ], 95 => [ 'backgroundColor' => '#ffdebc', ], 96 => [ 'backgroundColor' => '#ffd4d0', ], 97 => [ 'backgroundColor' => '#fde2eb', ], 98 => [ 'backgroundColor' => '#f7d0fd', ], 99 => [ 'backgroundColor' => '#e2d4fd', ], ], 'repeat_end_types_style' => [ 'Until' => [ 'backgroundColor' => '#517bf8', ], 'Occurrences' => [ 'backgroundColor' => '#36b0ff', ], ], 'date_range_search_dom_style' => [ '=' => [ 'backgroundColor' => '#517bf8', ], 'not_equal' => [ 'backgroundColor' => '#36b0ff', ], 'greater_than' => [ 'backgroundColor' => '#00e0e0', ], 'less_than' => [ 'backgroundColor' => '#00ba83', ], 'last_7_days' => [ 'backgroundColor' => '#6cdf46', ], 'next_7_days' => [ 'backgroundColor' => '#ffd132', ], 'last_30_days' => [ 'backgroundColor' => '#ff9445', ], 'next_30_days' => [ 'backgroundColor' => '#fa374f', ], 'last_month' => [ 'backgroundColor' => '#f476b1', ], 'this_month' => [ 'backgroundColor' => '#cd74f2', ], 'next_month' => [ 'backgroundColor' => '#8f5ff5', ], 'last_year' => [ 'backgroundColor' => '#29388c', ], 'this_year' => [ 'backgroundColor' => '#145c95', ], 'next_year' => [ 'backgroundColor' => '#00636e', ], 'between' => [ 'backgroundColor' => '#056f37', ], ], 'repeat_intervals_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Daily' => [ 'backgroundColor' => '#36b0ff', ], 'Weekly' => [ 'backgroundColor' => '#00e0e0', ], 'Monthly' => [ 'backgroundColor' => '#00ba83', ], 'Yearly' => [ 'backgroundColor' => '#6cdf46', ], ], 'dri_workflow_templates_assignee_rule_list_style' => [ 'none' => [ 'backgroundColor' => '#517bf8', ], 'create' => [ 'backgroundColor' => '#36b0ff', ], 'stage_start' => [ 'backgroundColor' => '#00e0e0', ], 'previous_activity_completed' => [ 'backgroundColor' => '#00ba83', ], ], 'numeric_range_search_dom_style' => [ '=' => [ 'backgroundColor' => '#517bf8', ], 'not_equal' => [ 'backgroundColor' => '#36b0ff', ], 'greater_than' => [ 'backgroundColor' => '#00e0e0', ], 'greater_than_equals' => [ 'backgroundColor' => '#00ba83', ], 'less_than' => [ 'backgroundColor' => '#6cdf46', ], 'less_than_equals' => [ 'backgroundColor' => '#ffd132', ], 'between' => [ 'backgroundColor' => '#ff9445', ], ], 'prospect_list_type_dom_style' => [ 'default' => [ 'backgroundColor' => '#517bf8', ], 'seed' => [ 'backgroundColor' => '#36b0ff', ], 'exempt_domain' => [ 'backgroundColor' => '#00e0e0', ], 'exempt_address' => [ 'backgroundColor' => '#00ba83', ], 'exempt' => [ 'backgroundColor' => '#6cdf46', ], 'test' => [ 'backgroundColor' => '#ffd132', ], ], 'module_colors_dom_style' => [ 'army' => [ 'backgroundColor' => '#517bf8', ], 'coral' => [ 'backgroundColor' => '#36b0ff', ], 'green' => [ 'backgroundColor' => '#00e0e0', ], 'orange' => [ 'backgroundColor' => '#00ba83', ], 'ocean' => [ 'backgroundColor' => '#6cdf46', ], 'pacific' => [ 'backgroundColor' => '#ffd132', ], 'pink' => [ 'backgroundColor' => '#ff9445', ], 'purple' => [ 'backgroundColor' => '#fa374f', ], 'red' => [ 'backgroundColor' => '#f476b1', ], 'teal' => [ 'backgroundColor' => '#cd74f2', ], 'yellow' => [ 'backgroundColor' => '#8f5ff5', ], ], 'contract_status_dom_style' => [ 'notstarted' => [ 'backgroundColor' => '#517bf8', ], 'inprogress' => [ 'backgroundColor' => '#36b0ff', ], 'signed' => [ 'backgroundColor' => '#00e0e0', ], ], 'dashlet_auto_refresh_options_style' => [-1 => [ 'backgroundColor' => '#517bf8', ], 30 => [ 'backgroundColor' => '#36b0ff', ], 60 => [ 'backgroundColor' => '#00e0e0', ], 180 => [ 'backgroundColor' => '#00ba83', ], 300 => [ 'backgroundColor' => '#6cdf46', ], 600 => [ 'backgroundColor' => '#ffd132', ], ], 'email_marketing_status_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'active' => [ 'backgroundColor' => '#36b0ff', ], 'inactive' => [ 'backgroundColor' => '#00e0e0', ], ], 'module_display_type_dom_style' => [ 'abbreviation' => [ 'backgroundColor' => '#517bf8', ], 'icon' => [ 'backgroundColor' => '#36b0ff', ], ], 'metric_context_list_style' => [ 'service_console' => [ 'backgroundColor' => '#517bf8', ], 'renewals_console' => [ 'backgroundColor' => '#36b0ff', ], ], 'sugar7_dashlet_auto_refresh_options_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 5 => [ 'backgroundColor' => '#00e0e0', ], 10 => [ 'backgroundColor' => '#00ba83', ], 15 => [ 'backgroundColor' => '#6cdf46', ], 30 => [ 'backgroundColor' => '#ffd132', ], ], 'service_duration_unit_dom_style' => [ 'year' => [ 'backgroundColor' => '#517bf8', ], 'month' => [ 'backgroundColor' => '#36b0ff', ], 'day' => [ 'backgroundColor' => '#00e0e0', ], ], 'dri_workflow_templates_target_assignee_list_style' => [ 'current_user' => [ 'backgroundColor' => '#517bf8', ], 'parent_assignee' => [ 'backgroundColor' => '#36b0ff', ], ], 'dashlet_limit_options_style' => [ 5 => [ 'backgroundColor' => '#517bf8', ], 10 => [ 'backgroundColor' => '#36b0ff', ], 15 => [ 'backgroundColor' => '#00e0e0', ], 20 => [ 'backgroundColor' => '#00ba83', ], ], 'aws_end_chat_button_height_style' => [ 30 => [ 'backgroundColor' => '#517bf8', ], 35 => [ 'backgroundColor' => '#36b0ff', ], 40 => [ 'backgroundColor' => '#00e0e0', ], 45 => [ 'backgroundColor' => '#00ba83', ], ], 'forecasts_chart_options_group_style' => [ 'forecast' => [ 'backgroundColor' => '#517bf8', ], 'sales_stage' => [ 'backgroundColor' => '#36b0ff', ], 'probability' => [ 'backgroundColor' => '#00e0e0', ], ], 'sentiment_score_dom_style' => [ 'Positive' => [ 'backgroundColor' => '#517bf8', ], 'Negative' => [ 'backgroundColor' => '#36b0ff', ], 'Neutral' => [ 'backgroundColor' => '#00e0e0', ], ], 'navigation_paradigms_style' => [ 'm' => [ 'backgroundColor' => '#517bf8', ], 'gm' => [ 'backgroundColor' => '#36b0ff', ], ], 'campainglog_target_type_dom_style' => [ 'Contacts' => [ 'backgroundColor' => '#517bf8', ], 'Users' => [ 'backgroundColor' => '#36b0ff', ], 'Prospects' => [ 'backgroundColor' => '#00e0e0', ], 'Leads' => [ 'backgroundColor' => '#00ba83', ], 'Accounts' => [ 'backgroundColor' => '#6cdf46', ], ], 'process_definition_status_dom_style' => [ 'ACTIVE' => [ 'backgroundColor' => '#517bf8', ], 'INACTIVE' => [ 'backgroundColor' => '#36b0ff', ], ], 'shift_exception_type_dom_style' => [ 'time_off' => [ 'backgroundColor' => '#517bf8', ], 'event' => [ 'backgroundColor' => '#36b0ff', ], 'other' => [ 'backgroundColor' => '#00e0e0', ], ], 'dom_imaptype_options_style' => [ 'google_oauth2' => [ 'backgroundColor' => '#517bf8', ], 'exchange_online' => [ 'backgroundColor' => '#36b0ff', ], 'other' => [ 'backgroundColor' => '#00e0e0', ], ], 'sweetspot_theme_options_style' => [ 'default' => [ 'backgroundColor' => '#517bf8', ], 'light' => [ 'backgroundColor' => '#36b0ff', ], 'dark' => [ 'backgroundColor' => '#00e0e0', ], ], 'duration_intervals_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 15 => [ 'backgroundColor' => '#36b0ff', ], 30 => [ 'backgroundColor' => '#00e0e0', ], 45 => [ 'backgroundColor' => '#00ba83', ], ], 'd3_value_placement_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 'start' => [ 'backgroundColor' => '#00e0e0', ], 'middle' => [ 'backgroundColor' => '#00ba83', ], 'end' => [ 'backgroundColor' => '#6cdf46', ], 'top' => [ 'backgroundColor' => '#ffd132', ], 'total' => [ 'backgroundColor' => '#ff9445', ], ], 'contract_payment_frequency_dom_style' => [ 'monthly' => [ 'backgroundColor' => '#517bf8', ], 'quarterly' => [ 'backgroundColor' => '#36b0ff', ], 'halfyearly' => [ 'backgroundColor' => '#00e0e0', ], 'yearly' => [ 'backgroundColor' => '#00ba83', ], ], 'dri_workflow_task_templates_momentum_start_type_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'created' => [ 'backgroundColor' => '#36b0ff', ], 'stage_started' => [ 'backgroundColor' => '#00e0e0', ], 'previous_activity_completed' => [ 'backgroundColor' => '#00ba83', ], 'parent_date_field' => [ 'backgroundColor' => '#6cdf46', ], 'specific_activity_completed' => [ 'backgroundColor' => '#ffd132', ], ], 'projects_status_options_style' => [ 'notstarted' => [ 'backgroundColor' => '#517bf8', ], 'inprogress' => [ 'backgroundColor' => '#36b0ff', ], 'completed' => [ 'backgroundColor' => '#00e0e0', ], ], 'webLogicHookList_style' => [ 'after_save' => [ 'backgroundColor' => '#517bf8', ], 'after_delete' => [ 'backgroundColor' => '#36b0ff', ], 'after_relationship_add' => [ 'backgroundColor' => '#00e0e0', ], 'after_relationship_delete' => [ 'backgroundColor' => '#00ba83', ], 'after_login' => [ 'backgroundColor' => '#6cdf46', ], 'after_logout' => [ 'backgroundColor' => '#ffd132', ], 'after_login_failed' => [ 'backgroundColor' => '#ff9445', ], ], 'projects_priority_options_style' => [ 'high' => [ 'backgroundColor' => '#517bf8', ], 'medium' => [ 'backgroundColor' => '#36b0ff', ], 'low' => [ 'backgroundColor' => '#00e0e0', ], ], 'mail_smtptype_options_style' => [ 'google_oauth2' => [ 'backgroundColor' => '#517bf8', ], 'exchange_online' => [ 'backgroundColor' => '#36b0ff', ], 'outlook' => [ 'backgroundColor' => '#00e0e0', ], 'google' => [ 'backgroundColor' => '#00ba83', ], 'exchange' => [ 'backgroundColor' => '#6cdf46', ], 'other' => [ 'backgroundColor' => '#ffd132', ], ], 'repeat_unit_dom_style' => [ 'Sun' => [ 'backgroundColor' => '#517bf8', ], 'Mon' => [ 'backgroundColor' => '#36b0ff', ], 'Tue' => [ 'backgroundColor' => '#00e0e0', ], 'Wed' => [ 'backgroundColor' => '#00ba83', ], 'Thu' => [ 'backgroundColor' => '#6cdf46', ], 'Fri' => [ 'backgroundColor' => '#ffd132', ], 'Sat' => [ 'backgroundColor' => '#ff9445', ], 'Day' => [ 'backgroundColor' => '#fa374f', ], 'WD' => [ 'backgroundColor' => '#f476b1', ], 'WE' => [ 'backgroundColor' => '#cd74f2', ], ], 'opportunity_metrics_dom_style' => [ 'won' => [ 'backgroundColor' => '#517bf8', ], 'lost' => [ 'backgroundColor' => '#36b0ff', ], 'active' => [ 'backgroundColor' => '#00e0e0', ], ], 'custom_fields_merge_dup_dom_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], 3 => [ 'backgroundColor' => '#00ba83', ], 4 => [ 'backgroundColor' => '#6cdf46', ], ], 'merge_operators_dom_style' => [ 'like' => [ 'backgroundColor' => '#517bf8', ], 'exact' => [ 'backgroundColor' => '#36b0ff', ], 'start' => [ 'backgroundColor' => '#00e0e0', ], ], 'module_icons_dom_style' => [ 'sicon-account' => [ 'backgroundColor' => '#baffcc', ], 'sicon-account-lg' => [ 'backgroundColor' => '#f476b1', ], 'sicon-account-xl' => [ 'backgroundColor' => '#517bf8', ], 'sicon-actionbutton' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-activity' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-activity-feed-xl' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-add-circle-lg' => [ 'backgroundColor' => '#056f37', ], 'sicon-add-dashlet-lg' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-add-existing' => [ 'backgroundColor' => '#00ba83', ], 'sicon-add-folder' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-add-line-lg' => [ 'backgroundColor' => '#537600', ], 'sicon-add-target' => [ 'backgroundColor' => '#ffd132', ], 'sicon-add-target-lg' => [ 'backgroundColor' => '#866500', ], 'sicon-address' => [ 'backgroundColor' => '#ff9445', ], 'sicon-advanced-filter' => [ 'backgroundColor' => '#00636e', ], 'sicon-ai' => [ 'backgroundColor' => '#ffd132', ], 'sicon-ai-xl' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-airplane' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-airplane-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-all-fields-xxl' => [ 'backgroundColor' => '#fa374f', ], 'sicon-amazon' => [ 'backgroundColor' => '#145c95', ], 'sicon-analytics-lg' => [ 'backgroundColor' => '#f476b1', ], 'sicon-archive' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-archive-box-lg' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-archive-lg' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-arrow-down' => [ 'backgroundColor' => '#517bf8', ], 'sicon-arrow-left' => [ 'backgroundColor' => '#c0edff', ], 'sicon-arrow-left-double' => [ 'backgroundColor' => '#baffcc', ], 'sicon-arrow-right' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-arrow-right-double' => [ 'backgroundColor' => '#832a83', ], 'sicon-arrow-right-lg' => [ 'backgroundColor' => '#056f37', ], 'sicon-arrow-top-right' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-arrow-up' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-arrow-up-circle-line' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-asterisk' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-attach' => [ 'backgroundColor' => '#145c95', ], 'sicon-autoincrement' => [ 'backgroundColor' => '#29388c', ], 'sicon-automate-scroll' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-automate-stacked' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-automate-web-hooks-xl' => [ 'backgroundColor' => '#145c95', ], 'sicon-ban' => [ 'backgroundColor' => '#866500', ], 'sicon-bed-lg' => [ 'backgroundColor' => '#00636e', ], 'sicon-bell-cross-lg' => [ 'backgroundColor' => '#00636e', ], 'sicon-bell-lg' => [ 'backgroundColor' => '#056f37', ], 'sicon-bell-lg-line' => [ 'backgroundColor' => '#29388c', ], 'sicon-bin-lg' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-bitcoin-lg' => [ 'backgroundColor' => '#00636e', ], 'sicon-blockquote-lg' => [ 'backgroundColor' => '#00ba83', ], 'sicon-blueprint-lg' => [ 'backgroundColor' => '#056f37', ], 'sicon-bold' => [ 'backgroundColor' => '#056f37', ], 'sicon-bool' => [ 'backgroundColor' => '#537600', ], 'sicon-bool-lg' => [ 'backgroundColor' => '#866500', ], 'sicon-briefcase' => [ 'backgroundColor' => '#832a83', ], 'sicon-bug' => [ 'backgroundColor' => '#00636e', ], 'sicon-bug-xl' => [ 'backgroundColor' => '#9b4617', ], 'sicon-business-centers-lg' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-calculator-lg' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-calendar' => [ 'backgroundColor' => '#a23354', ], 'sicon-calendar-lg' => [ 'backgroundColor' => '#832a83', ], 'sicon-campaigns-lg' => [ 'backgroundColor' => '#f476b1', ], 'sicon-campaigns-xl' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-car-front' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-caret-down' => [ 'backgroundColor' => '#fa374f', ], 'sicon-caret-up' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-case-lg' => [ 'backgroundColor' => '#00636e', ], 'sicon-cases-xl' => [ 'backgroundColor' => '#a23354', ], 'sicon-casino-lg' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-catalog' => [ 'backgroundColor' => '#056f37', ], 'sicon-catalog-xl' => [ 'backgroundColor' => '#832a83', ], 'sicon-cents-lg' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-check' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-check-circle' => [ 'backgroundColor' => '#9b4617', ], 'sicon-check-circle-lg' => [ 'backgroundColor' => '#537600', ], 'sicon-check-circle-line-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-check-circle-xl-32' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-check-lg' => [ 'backgroundColor' => '#c0edff', ], 'sicon-checkbox-btn' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-checkbox-btn-checked' => [ 'backgroundColor' => '#baffcc', ], 'sicon-checkbox-btn-checked-lg' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-checkbox-btn-lg' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-chevron-down' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-chevron-down-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-chevron-left' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-chevron-left-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-chevron-left-xl' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-chevron-right' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-chevron-right-lg' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-chevron-up' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-chevron-up-lg' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-clicks-lg' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-clock' => [ 'backgroundColor' => '#00ba83', ], 'sicon-clock-lg' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-close' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-close-lg' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-close-xl' => [ 'backgroundColor' => '#517bf8', ], 'sicon-cloud' => [ 'backgroundColor' => '#537600', ], 'sicon-cloud-download-lg' => [ 'backgroundColor' => '#866500', ], 'sicon-cloud-download-xl' => [ 'backgroundColor' => '#fa374f', ], 'sicon-cloud-insights' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-clouds' => [ 'backgroundColor' => '#517bf8', ], 'sicon-clubs-lg' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-cocktail-lg' => [ 'backgroundColor' => '#537600', ], 'sicon-coffee-lg' => [ 'backgroundColor' => '#00636e', ], 'sicon-collapse-lg' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-comment-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-comment-line-xl' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-comment-xl' => [ 'backgroundColor' => '#ffd132', ], 'sicon-config-api' => [ 'backgroundColor' => '#866500', ], 'sicon-config-nav' => [ 'backgroundColor' => '#9b4617', ], 'sicon-connectors' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-contact-lg' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-contact-xl' => [ 'backgroundColor' => '#ffd132', ], 'sicon-content-delivery-lg' => [ 'backgroundColor' => '#537600', ], 'sicon-content-security' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-contracts' => [ 'backgroundColor' => '#a23354', ], 'sicon-contracts-lg' => [ 'backgroundColor' => '#baffcc', ], 'sicon-contracts-xl' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-copy' => [ 'backgroundColor' => '#fa374f', ], 'sicon-copy-calendar-link-xl' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-copy-lg' => [ 'backgroundColor' => '#ff9445', ], 'sicon-copy-meeting-xl' => [ 'backgroundColor' => '#00ba83', ], 'sicon-copy-xl' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-credit-card-lg' => [ 'backgroundColor' => '#ffd132', ], 'sicon-csv-file-xxl' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-currencies' => [ 'backgroundColor' => '#832a83', ], 'sicon-currency' => [ 'backgroundColor' => '#ff9445', ], 'sicon-customer-journey' => [ 'backgroundColor' => '#fa374f', ], 'sicon-customer-journey-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-customer-journey-stages-lg' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-daily-lg' => [ 'backgroundColor' => '#537600', ], 'sicon-dashboard' => [ 'backgroundColor' => '#ffd132', ], 'sicon-dashboard-default' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-dashboard-default-xl' => [ 'backgroundColor' => '#f476b1', ], 'sicon-dashboard-fill-lg' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-dashboard-lg' => [ 'backgroundColor' => '#fa374f', ], 'sicon-dashboard-line-lg' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-dashboard-xl' => [ 'backgroundColor' => '#29388c', ], 'sicon-data-privacy' => [ 'backgroundColor' => '#145c95', ], 'sicon-data-privacy-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-data-privacy-xl' => [ 'backgroundColor' => '#00636e', ], 'sicon-data-table' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-database-lg' => [ 'backgroundColor' => '#056f37', ], 'sicon-date' => [ 'backgroundColor' => '#537600', ], 'sicon-datetime' => [ 'backgroundColor' => '#866500', ], 'sicon-datetimecombo' => [ 'backgroundColor' => '#9b4617', ], 'sicon-decentralize-lg' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-decimal' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-default-module-lg' => [ 'backgroundColor' => '#29388c', ], 'sicon-desktop-xl' => [ 'backgroundColor' => '#a23354', ], 'sicon-details-lg' => [ 'backgroundColor' => '#832a83', ], 'sicon-diagnostics' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-diamonds-lg' => [ 'backgroundColor' => '#c0edff', ], 'sicon-discover-xl' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-display-modules' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-divide-line-lg' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-document' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-document-lg' => [ 'backgroundColor' => '#517bf8', ], 'sicon-document-line' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-document-line-lg' => [ 'backgroundColor' => '#c0edff', ], 'sicon-document-templates-xl' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-documents-xl' => [ 'backgroundColor' => '#baffcc', ], 'sicon-docusign-xl' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-dollar-bill-lg' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-dollar-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-door-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-dot-circle-o-lg' => [ 'backgroundColor' => '#517bf8', ], 'sicon-download' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-download-lg' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-dropdown-editor' => [ 'backgroundColor' => '#29388c', ], 'sicon-edit' => [ 'backgroundColor' => '#ff9445', ], 'sicon-edit-lg' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-edit-xl' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-ellipsis' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-email' => [ 'backgroundColor' => '#00ba83', ], 'sicon-email-archive' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-email-campaign' => [ 'backgroundColor' => '#c0edff', ], 'sicon-email-contacts' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-email-inbound' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-email-lg' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-email-queue' => [ 'backgroundColor' => '#baffcc', ], 'sicon-encrypt' => [ 'backgroundColor' => '#517bf8', ], 'sicon-end-event' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-entries' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-entries-lg' => [ 'backgroundColor' => '#00ba83', ], 'sicon-enum' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-equal' => [ 'backgroundColor' => '#29388c', ], 'sicon-error-lg' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-escalation-lg' => [ 'backgroundColor' => '#00636e', ], 'sicon-escalation-xl' => [ 'backgroundColor' => '#ffd132', ], 'sicon-euro-lg' => [ 'backgroundColor' => '#ff9445', ], 'sicon-event-mgmt-xl' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-events-lg' => [ 'backgroundColor' => '#fa374f', ], 'sicon-exchange-lg' => [ 'backgroundColor' => '#baffcc', ], 'sicon-exclusive' => [ 'backgroundColor' => '#fa374f', ], 'sicon-expand-left' => [ 'backgroundColor' => '#00636e', ], 'sicon-expand-lg' => [ 'backgroundColor' => '#ffd132', ], 'sicon-expand-right' => [ 'backgroundColor' => '#056f37', ], 'sicon-external-authentication-lg' => [ 'backgroundColor' => '#c0edff', ], 'sicon-external-users-xl' => [ 'backgroundColor' => '#f476b1', ], 'sicon-facebook' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-fan-lg' => [ 'backgroundColor' => '#f476b1', ], 'sicon-features-lg' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-fields' => [ 'backgroundColor' => '#29388c', ], 'sicon-file-upload' => [ 'backgroundColor' => '#145c95', ], 'sicon-filter' => [ 'backgroundColor' => '#832a83', ], 'sicon-filter-lg' => [ 'backgroundColor' => '#00636e', ], 'sicon-fire-lg' => [ 'backgroundColor' => '#9b4617', ], 'sicon-flag-lg' => [ 'backgroundColor' => '#a23354', ], 'sicon-float' => [ 'backgroundColor' => '#056f37', ], 'sicon-focus-drawer' => [ 'backgroundColor' => '#537600', ], 'sicon-folder' => [ 'backgroundColor' => '#f476b1', ], 'sicon-folder-line' => [ 'backgroundColor' => '#537600', ], 'sicon-folder-open' => [ 'backgroundColor' => '#537600', ], 'sicon-font-size' => [ 'backgroundColor' => '#866500', ], 'sicon-forecasts' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-forecasts-lg' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-format-color' => [ 'backgroundColor' => '#9b4617', ], 'sicon-format-lg' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-forward' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-full-screen' => [ 'backgroundColor' => '#29388c', ], 'sicon-full-screen-exit' => [ 'backgroundColor' => '#145c95', ], 'sicon-gavel' => [ 'backgroundColor' => '#00ba83', ], 'sicon-google-lg' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-graph-lg' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-grid-lg' => [ 'backgroundColor' => '#a23354', ], 'sicon-hamburger-lg' => [ 'backgroundColor' => '#00ba83', ], 'sicon-hearts-lg' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-help' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-help-circle-lg' => [ 'backgroundColor' => '#9b4617', ], 'sicon-help-lg' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-hide' => [ 'backgroundColor' => '#517bf8', ], 'sicon-hide-lg' => [ 'backgroundColor' => '#00ba83', ], 'sicon-home-lg' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-horizontal-split' => [ 'backgroundColor' => '#832a83', ], 'sicon-html' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-iframe' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-image' => [ 'backgroundColor' => '#c0edff', ], 'sicon-import' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-inbox' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-info' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-info-circle-lg' => [ 'backgroundColor' => '#baffcc', ], 'sicon-info-fill-lg' => [ 'backgroundColor' => '#baffcc', ], 'sicon-info-fill-xl-32' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-info-lg' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-insights-lg' => [ 'backgroundColor' => '#c0edff', ], 'sicon-insights-xl' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-int' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-invalid-circle-lg' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-italics' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-jacuzzi-lg' => [ 'backgroundColor' => '#ffd132', ], 'sicon-kebab' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-kebab-lg' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-kebab-xl' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-knowledgebase-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-knowledgebase-xl' => [ 'backgroundColor' => '#832a83', ], 'sicon-lab' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-landing-pages-xl' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-languages' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-laptop' => [ 'backgroundColor' => '#c0edff', ], 'sicon-launch' => [ 'backgroundColor' => '#f476b1', ], 'sicon-launch-lg' => [ 'backgroundColor' => '#f476b1', ], 'sicon-layout-lg' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-layout-xl' => [ 'backgroundColor' => '#baffcc', ], 'sicon-lead-lg' => [ 'backgroundColor' => '#fa374f', ], 'sicon-leads-xl' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-left-paren-line-lg' => [ 'backgroundColor' => '#517bf8', ], 'sicon-link' => [ 'backgroundColor' => '#29388c', ], 'sicon-linkedin' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-list' => [ 'backgroundColor' => '#145c95', ], 'sicon-list-lg' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-list-view' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-lock' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-lock-lg' => [ 'backgroundColor' => '#9b4617', ], 'sicon-log-viewer' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-login' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-login-lg' => [ 'backgroundColor' => '#ff9445', ], 'sicon-login-lockout-lg' => [ 'backgroundColor' => '#517bf8', ], 'sicon-logo-fb-simple' => [ 'backgroundColor' => '#c0edff', ], 'sicon-logo-instagram' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-logo-linkedin' => [ 'backgroundColor' => '#a23354', ], 'sicon-logo-snapchat' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-logout' => [ 'backgroundColor' => '#00636e', ], 'sicon-logout-lg' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-lotus-lg' => [ 'backgroundColor' => '#a23354', ], 'sicon-machine-learning-lg' => [ 'backgroundColor' => '#145c95', ], 'sicon-manufacturers' => [ 'backgroundColor' => '#517bf8', ], 'sicon-map-pin' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-marketplace' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-marketplace-lg' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-martini-lg' => [ 'backgroundColor' => '#056f37', ], 'sicon-mask' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-mask-disabled' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-matrix-xxl' => [ 'backgroundColor' => '#145c95', ], 'sicon-media-player-lg' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-medical-clipboard-lg' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-medicine-lg' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-meetings-lg' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-meetings-xl' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-message' => [ 'backgroundColor' => '#00ba83', ], 'sicon-message-lg' => [ 'backgroundColor' => '#baffcc', ], 'sicon-messages-xl' => [ 'backgroundColor' => '#00ba83', ], 'sicon-minus' => [ 'backgroundColor' => '#056f37', ], 'sicon-mobile' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-mobile-lg' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-mobile-xl' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-module-builder' => [ 'backgroundColor' => '#00ba83', ], 'sicon-module-loader' => [ 'backgroundColor' => '#ffd132', ], 'sicon-money-bag-lg' => [ 'backgroundColor' => '#ffd132', ], 'sicon-moon_crescent' => [ 'backgroundColor' => '#ff9445', ], 'sicon-multienum' => [ 'backgroundColor' => '#fa374f', ], 'sicon-multiply-line-lg' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-my-sites' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-name' => [ 'backgroundColor' => '#f476b1', ], 'sicon-news-lg' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-nodes' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-note' => [ 'backgroundColor' => '#ffd132', ], 'sicon-note-lg' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-note-xl' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-number' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-oauth-key' => [ 'backgroundColor' => '#ff9445', ], 'sicon-opportunities' => [ 'backgroundColor' => '#f476b1', ], 'sicon-opportunity-lg' => [ 'backgroundColor' => '#ff9445', ], 'sicon-opportunity-xl' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-organic-lg' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-package' => [ 'backgroundColor' => '#29388c', ], 'sicon-package-lg' => [ 'backgroundColor' => '#145c95', ], 'sicon-package-xl' => [ 'backgroundColor' => '#00636e', ], 'sicon-pages-lg' => [ 'backgroundColor' => '#056f37', ], 'sicon-parallel' => [ 'backgroundColor' => '#537600', ], 'sicon-parent' => [ 'backgroundColor' => '#866500', ], 'sicon-password-mgmt' => [ 'backgroundColor' => '#fa374f', ], 'sicon-pdf-file-xxl' => [ 'backgroundColor' => '#ffd132', ], 'sicon-pdf-manager' => [ 'backgroundColor' => '#517bf8', ], 'sicon-phone' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-phone-lg' => [ 'backgroundColor' => '#29388c', ], 'sicon-phone-xl' => [ 'backgroundColor' => '#9b4617', ], 'sicon-phonefill' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-pin-fill-lg' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-pin-lg' => [ 'backgroundColor' => '#f476b1', ], 'sicon-planet-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-plant-lg' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-play' => [ 'backgroundColor' => '#a23354', ], 'sicon-playlist-lg' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-plug-lg' => [ 'backgroundColor' => '#ff9445', ], 'sicon-plus' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-plus-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-plus-sm' => [ 'backgroundColor' => '#866500', ], 'sicon-portal' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-pound-lg' => [ 'backgroundColor' => '#832a83', ], 'sicon-presentation-lg' => [ 'backgroundColor' => '#9b4617', ], 'sicon-preview' => [ 'backgroundColor' => '#ff9445', ], 'sicon-preview-lg' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-privacy-lg' => [ 'backgroundColor' => '#517bf8', ], 'sicon-process-business-rules-lg' => [ 'backgroundColor' => '#056f37', ], 'sicon-process-definitions-lg' => [ 'backgroundColor' => '#9b4617', ], 'sicon-process-email-templates-lg' => [ 'backgroundColor' => '#537600', ], 'sicon-processes-lg' => [ 'backgroundColor' => '#866500', ], 'sicon-product-types' => [ 'backgroundColor' => '#29388c', ], 'sicon-project-tasks-xl' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-projects-lg' => [ 'backgroundColor' => '#00636e', ], 'sicon-projects-xl' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-purchase-lg' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-purchase-xl' => [ 'backgroundColor' => '#c0edff', ], 'sicon-purchased-line-items-lg' => [ 'backgroundColor' => '#a23354', ], 'sicon-purchased-line-items-xl' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-questionnaire-lg' => [ 'backgroundColor' => '#866500', ], 'sicon-quote-lg' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-quoted-line-items-lg' => [ 'backgroundColor' => '#145c95', ], 'sicon-quoted-line-items-xl' => [ 'backgroundColor' => '#baffcc', ], 'sicon-quotes' => [ 'backgroundColor' => '#145c95', ], 'sicon-quotes-xl' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-radioenum' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-record-fill-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-record-line-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-redo' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-redo-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-refresh' => [ 'backgroundColor' => '#9b4617', ], 'sicon-refresh-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-relate' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-relate-fields' => [ 'backgroundColor' => '#00636e', ], 'sicon-remove' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-remove-field' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-remove-field-hover' => [ 'backgroundColor' => '#517bf8', ], 'sicon-repair' => [ 'backgroundColor' => '#056f37', ], 'sicon-reply' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-reply-all' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-reply-lg' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-reports' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-reset' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-reset-lg' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-resize-lg' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-revenue-line-items-lg' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-revenue-line-items-xl' => [ 'backgroundColor' => '#00ba83', ], 'sicon-right-paren-line-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-role-mgmt' => [ 'backgroundColor' => '#537600', ], 'sicon-role-mgmt-lg' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-route' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-rows-and-columns-xxl' => [ 'backgroundColor' => '#056f37', ], 'sicon-save' => [ 'backgroundColor' => '#ffd132', ], 'sicon-save-lg' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-scheduler' => [ 'backgroundColor' => '#866500', ], 'sicon-scheduler-lg' => [ 'backgroundColor' => '#ff9445', ], 'sicon-scissors-lg' => [ 'backgroundColor' => '#ff9445', ], 'sicon-scoring-lg' => [ 'backgroundColor' => '#fa374f', ], 'sicon-search' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-search-lg' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-search-small' => [ 'backgroundColor' => '#f476b1', ], 'sicon-send' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-send-lg' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-settings' => [ 'backgroundColor' => '#a23354', ], 'sicon-settings-lg' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-share-lg' => [ 'backgroundColor' => '#ff9445', ], 'sicon-shield-lg' => [ 'backgroundColor' => '#ffd132', ], 'sicon-shippers' => [ 'backgroundColor' => '#9b4617', ], 'sicon-shortcuts-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-shuttle-lg' => [ 'backgroundColor' => '#fa374f', ], 'sicon-sidebyside' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-single-bed' => [ 'backgroundColor' => '#baffcc', ], 'sicon-skull-lg' => [ 'backgroundColor' => '#baffcc', ], 'sicon-slicers-lg' => [ 'backgroundColor' => '#c0edff', ], 'sicon-slicers-xl' => [ 'backgroundColor' => '#145c95', ], 'sicon-smart-guide-activity-templates-xl' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-smart-guide-stage-templates-xl' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-smart-guide-sugar_actions-xl' => [ 'backgroundColor' => '#29388c', ], 'sicon-smart-guide-templates-xl' => [ 'backgroundColor' => '#145c95', ], 'sicon-smart-guides-xl' => [ 'backgroundColor' => '#00636e', ], 'sicon-smart_guides-stages-xl' => [ 'backgroundColor' => '#056f37', ], 'sicon-smart-phone-lg' => [ 'backgroundColor' => '#145c95', ], 'sicon-sort-fields-xxl' => [ 'backgroundColor' => '#537600', ], 'sicon-soundwave-lg' => [ 'backgroundColor' => '#f476b1', ], 'sicon-spades-lg' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-stacked' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-stadium-lg' => [ 'backgroundColor' => '#866500', ], 'sicon-star-fill' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-star-fill-lg' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-star-outline' => [ 'backgroundColor' => '#f476b1', ], 'sicon-star-outline-lg' => [ 'backgroundColor' => '#c0edff', ], 'sicon-stars_group' => [ 'backgroundColor' => '#866500', ], 'sicon-statistics-lg' => [ 'backgroundColor' => '#00ba83', ], 'sicon-storage-lg' => [ 'backgroundColor' => '#fa374f', ], 'sicon-string' => [ 'backgroundColor' => '#a23354', ], 'sicon-studio' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-studio-lg' => [ 'backgroundColor' => '#832a83', ], 'sicon-subtract' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-subtract-line-lg' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-sugar-club' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-sugar-club-bw' => [ 'backgroundColor' => '#9b4617', ], 'sicon-sugar-live-lg' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-sugar-logo-12' => [ 'backgroundColor' => '#f476b1', ], 'sicon-sugar-logo-16' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-sugar-logo-24' => [ 'backgroundColor' => '#00ba83', ], 'sicon-sugar-logo-lg' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-sugar-predict' => [ 'backgroundColor' => '#a23354', ], 'sicon-sugar-predict-lg' => [ 'backgroundColor' => '#832a83', ], 'sicon-sugar-u' => [ 'backgroundColor' => '#832a83', ], 'sicon-summation-details-xxl' => [ 'backgroundColor' => '#537600', ], 'sicon-summation-xxl' => [ 'backgroundColor' => '#866500', ], 'sicon-sun_rays' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-swap' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-switch-name' => [ 'backgroundColor' => '#c0edff', ], 'sicon-sync-lg' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-sync-off-lg' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-tablet-xl' => [ 'backgroundColor' => '#baffcc', ], 'sicon-tag' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-tag-lg' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-target-email-lg' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-target-lg' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-target-lists-lg' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-targets-xl' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-task-lg' => [ 'backgroundColor' => '#ffd132', ], 'sicon-task-xl' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-tax-rates' => [ 'backgroundColor' => '#4c2d85', ], 'sicon-team-mgmt' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-team-perm' => [ 'backgroundColor' => '#c0edff', ], 'sicon-telescope-lg' => [ 'backgroundColor' => '#29388c', ], 'sicon-text' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-text-align-center' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-text-align-left' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-text-align-right' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-text-formatting' => [ 'backgroundColor' => '#866500', ], 'sicon-theme-lg' => [ 'backgroundColor' => '#517bf8', ], 'sicon-thumbs-down' => [ 'backgroundColor' => '#517bf8', ], 'sicon-thumbs-down-lg' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-thumbs-down-line-lg' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-thumbs-up' => [ 'backgroundColor' => '#9b4617', ], 'sicon-thumbs-up-lg' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-thumbs-up-line-lg' => [ 'backgroundColor' => '#00ba83', ], 'sicon-tiktok' => [ 'backgroundColor' => '#e4fbb4', ], 'sicon-tile-view' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-tile-view-grid' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-timeline' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-tracker' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-tracking-activity-lg' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-trainer-lg' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-transactions-lg' => [ 'backgroundColor' => '#a23354', ], 'sicon-trash' => [ 'backgroundColor' => '#fa374f', ], 'sicon-trash-lg' => [ 'backgroundColor' => '#fa374f', ], 'sicon-trash-xl' => [ 'backgroundColor' => '#00ba83', ], 'sicon-trophy' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-tv-lg' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-twitter' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-underline' => [ 'backgroundColor' => '#ffd132', ], 'sicon-undo-lg' => [ 'backgroundColor' => '#fde2eb', ], 'sicon-unlink' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-unlock' => [ 'backgroundColor' => '#9b4617', ], 'sicon-update' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-upgrade' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-upload' => [ 'backgroundColor' => '#c0edff', ], 'sicon-upload-lg' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-url' => [ 'backgroundColor' => '#ff9445', ], 'sicon-user' => [ 'backgroundColor' => '#c6ddff', ], 'sicon-user-check' => [ 'backgroundColor' => '#fa374f', ], 'sicon-user-check-lg' => [ 'backgroundColor' => '#f476b1', ], 'sicon-user-check-xl' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-user-group' => [ 'backgroundColor' => '#c5fffb', ], 'sicon-user-group-3-xl' => [ 'backgroundColor' => '#8f5ff5', ], 'sicon-user-group-lg' => [ 'backgroundColor' => '#832a83', ], 'sicon-user-group-xl' => [ 'backgroundColor' => '#29388c', ], 'sicon-user-lg' => [ 'backgroundColor' => '#145c95', ], 'sicon-user-sm' => [ 'backgroundColor' => '#cd74f2', ], 'sicon-validate' => [ 'backgroundColor' => '#00636e', ], 'sicon-varchar' => [ 'backgroundColor' => '#056f37', ], 'sicon-vertical-split' => [ 'backgroundColor' => '#537600', ], 'sicon-video' => [ 'backgroundColor' => '#00e0e0', ], 'sicon-video-lg' => [ 'backgroundColor' => '#ffdebc', ], 'sicon-video-player-lg' => [ 'backgroundColor' => '#517bf8', ], 'sicon-virus-lg' => [ 'backgroundColor' => '#6cdf46', ], 'sicon-voice-recognition-lg' => [ 'backgroundColor' => '#29388c', ], 'sicon-wand-lg' => [ 'backgroundColor' => '#832a83', ], 'sicon-warning-circle' => [ 'backgroundColor' => '#36b0ff', ], 'sicon-warning-circle-lg' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-warning-circle-xl-32' => [ 'backgroundColor' => '#866500', ], 'sicon-warning-lg' => [ 'backgroundColor' => '#29388c', ], 'sicon-warning-line-lg' => [ 'backgroundColor' => '#ffd4d0', ], 'sicon-warning-triangle' => [ 'backgroundColor' => '#9b4617', ], 'sicon-warning-xl-32' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-web-activity-detail-xl' => [ 'backgroundColor' => '#e2d4fd', ], 'sicon-web-lg' => [ 'backgroundColor' => '#ff9445', ], 'sicon-web-xl' => [ 'backgroundColor' => '#f7d0fd', ], 'sicon-web-logic' => [ 'backgroundColor' => '#a23354', ], 'sicon-weekly-lg' => [ 'backgroundColor' => '#a23354', ], 'sicon-wifi' => [ 'backgroundColor' => '#a23354', ], 'sicon-wifi-lg' => [ 'backgroundColor' => '#832a83', ], 'sicon-windmill-lg' => [ 'backgroundColor' => '#832a83', ], 'sicon-window-lg' => [ 'backgroundColor' => '#bb0e1b', ], 'sicon-wizard-circle-line-xl' => [ 'backgroundColor' => '#ff9445', ], 'sicon-wizard-circle-xl' => [ 'backgroundColor' => '#145c95', ], 'sicon-workflow' => [ 'backgroundColor' => '#baffcc', ], 'sicon-world-lg' => [ 'backgroundColor' => '#fff7ad', ], 'sicon-yen-lg' => [ 'backgroundColor' => '#4c2d85', ], ], 'dashlet_webpage_limit_options_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 3 => [ 'backgroundColor' => '#36b0ff', ], 5 => [ 'backgroundColor' => '#00e0e0', ], 10 => [ 'backgroundColor' => '#00ba83', ], ], 'portaltheme_banner_background_style_dom' => [ 'default' => 'Default', 'color' => 'Color', 'image' => 'Image', ], 'portaltheme_banner_background_style_dom_style' => [ 'default' => [ 'backgroundColor' => '#517bf8', ], 'color' => [ 'backgroundColor' => '#36b0ff', ], 'image' => [ 'backgroundColor' => '#00e0e0', ], ], 'contract_expiration_notice_dom_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 3 => [ 'backgroundColor' => '#36b0ff', ], 5 => [ 'backgroundColor' => '#00e0e0', ], 7 => [ 'backgroundColor' => '#00ba83', ], 14 => [ 'backgroundColor' => '#6cdf46', ], 21 => [ 'backgroundColor' => '#ffd132', ], 31 => [ 'backgroundColor' => '#ff9445', ], ], 'default_currency_significant_digits_dom_style' => [ 0 => [ 'backgroundColor' => '#517bf8', ], 1 => [ 'backgroundColor' => '#36b0ff', ], 2 => [ 'backgroundColor' => '#00e0e0', ], 3 => [ 'backgroundColor' => '#00ba83', ], 4 => [ 'backgroundColor' => '#6cdf46', ], 5 => [ 'backgroundColor' => '#ffd132', ], 6 => [ 'backgroundColor' => '#ff9445', ], ], 'cj_blank_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], ], 'dri_workflow_action_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'completed' => [ 'backgroundColor' => '#36b0ff', ], 'cancelled' => [ 'backgroundColor' => '#00e0e0', ], ], 'dri_subworkflow_action_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'in_progress' => [ 'backgroundColor' => '#36b0ff', ], 'completed' => [ 'backgroundColor' => '#00e0e0', ], ], 'cj_select_to_options_list_module_mapping_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'specific_users' => [ 'backgroundColor' => '#36b0ff', ], 'specific_contacts' => [ 'backgroundColor' => '#00e0e0', ], 'related_parent_users' => [ 'backgroundColor' => '#00ba83', ], 'related_parent_contacts' => [ 'backgroundColor' => '#6cdf46', ], 'add_all_contacts_from_parent' => [ 'backgroundColor' => '#ffd132', ], ], 'kbadmin_actions_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Create New Tag' => [ 'backgroundColor' => '#36b0ff', ], 'Delete Tag' => [ 'backgroundColor' => '#00e0e0', ], 'Rename Tag' => [ 'backgroundColor' => '#00ba83', ], 'Move Selected Articles' => [ 'backgroundColor' => '#6cdf46', ], 'Apply Tags On Articles' => [ 'backgroundColor' => '#ffd132', ], 'Delete Selected Articles' => [ 'backgroundColor' => '#ff9445', ], ], 'dri_subworkflow_complete_action_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'mark_all_completed' => [ 'backgroundColor' => '#36b0ff', ], 'mark_all_not_applicable' => [ 'backgroundColor' => '#00e0e0', ], ], 'dri_subworkflows_state_list_style' => [ 'not_started' => [ 'backgroundColor' => '#517bf8', ], 'in_progress' => [ 'backgroundColor' => '#36b0ff', ], 'not_completed' => [ 'backgroundColor' => '#00e0e0', ], 'completed' => [ 'backgroundColor' => '#00ba83', ], 'cancelled' => [ 'backgroundColor' => '#6cdf46', ], ], 'emailTemplates_type_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'campaign' => [ 'backgroundColor' => '#36b0ff', ], 'email' => [ 'backgroundColor' => '#00e0e0', ], 'workflow' => [ 'backgroundColor' => '#00ba83', ], 'system' => [ 'backgroundColor' => '#6cdf46', ], ], 'top10_opportunities_visibility_options_style' => [ 'user' => [ 'backgroundColor' => '#517bf8', ], 'group' => [ 'backgroundColor' => '#36b0ff', ], ], 'cj_forms_display_rsa_icon_style' => [ 'yes' => [ 'backgroundColor' => '#517bf8', ], 'no' => [ 'backgroundColor' => '#36b0ff', ], ], 'generic_timeperiod_options_style' => [ 'current' => [ 'backgroundColor' => '#517bf8', ], 'next' => [ 'backgroundColor' => '#36b0ff', ], 'year' => [ 'backgroundColor' => '#00e0e0', ], ], 'cj_relative_date_type_list_style' => [ 'days' => [ 'backgroundColor' => '#517bf8', ], 'months' => [ 'backgroundColor' => '#36b0ff', ], ], 'dri_workflow_templates_disabled_stage_actions_list_style' => [ 'stage_edit_button' => [ 'backgroundColor' => '#517bf8', ], 'stage_add_task_button' => [ 'backgroundColor' => '#36b0ff', ], 'stage_add_meeting_button' => [ 'backgroundColor' => '#00e0e0', ], 'stage_add_call_button' => [ 'backgroundColor' => '#00ba83', ], 'stage_delete_button' => [ 'backgroundColor' => '#6cdf46', ], ], 'dri_workflow_templates_disabled_activity_actions_list_style' => [ 'activity_add_sub_task_button' => [ 'backgroundColor' => '#517bf8', ], 'activity_add_sub_meeting_button' => [ 'backgroundColor' => '#36b0ff', ], 'activity_add_sub_call_button' => [ 'backgroundColor' => '#00e0e0', ], 'activity_not_applicable_button' => [ 'backgroundColor' => '#00ba83', ], 'activity_delete_button' => [ 'backgroundColor' => '#6cdf46', ], ], 'planned_activities_limit_options_style' => [ 5 => [ 'backgroundColor' => '#517bf8', ], 10 => [ 'backgroundColor' => '#36b0ff', ], 15 => [ 'backgroundColor' => '#00e0e0', ], 20 => [ 'backgroundColor' => '#00ba83', ], ], 'tasks_visibility_options_style' => [ 'user' => [ 'backgroundColor' => '#517bf8', ], 'group' => [ 'backgroundColor' => '#36b0ff', ], ], 'history_visibility_options_style' => [ 'user' => [ 'backgroundColor' => '#517bf8', ], 'group' => [ 'backgroundColor' => '#36b0ff', ], ], 'cj_forms_trigger_event_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'in_progress' => [ 'backgroundColor' => '#36b0ff', ], 'completed' => [ 'backgroundColor' => '#00e0e0', ], 'not_applicable' => [ 'backgroundColor' => '#00ba83', ], ], 'tasks_limit_options_style' => [ 5 => [ 'backgroundColor' => '#517bf8', ], 10 => [ 'backgroundColor' => '#36b0ff', ], 15 => [ 'backgroundColor' => '#00e0e0', ], 20 => [ 'backgroundColor' => '#00ba83', ], ], 'cj_forms_action_type_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'view_record' => [ 'backgroundColor' => '#36b0ff', ], 'create_record' => [ 'backgroundColor' => '#00e0e0', ], 'update_record' => [ 'backgroundColor' => '#00ba83', ], ], 'cj_forms_module_trigger_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], ], 'dri_workflow_templates_cancel_action_list_style' => [ 'set_not_applicable' => [ 'backgroundColor' => '#517bf8', ], 'remove_open_activities' => [ 'backgroundColor' => '#36b0ff', ], ], 'library_type_style' => [ 'Books' => [ 'backgroundColor' => '#517bf8', ], 'Music' => [ 'backgroundColor' => '#36b0ff', ], 'DVD' => [ 'backgroundColor' => '#00e0e0', ], 'Magazines' => [ 'backgroundColor' => '#00ba83', ], ], 'cj_webhooks_request_format_list_style' => [ 'skip_request' => [ 'backgroundColor' => '#517bf8', ], 'json' => [ 'backgroundColor' => '#36b0ff', ], 'http_query' => [ 'backgroundColor' => '#00e0e0', ], ], 'list_visibility_options_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 0 => [ 'backgroundColor' => '#36b0ff', ], ], 'dri_cj_parent_activity_type_list_style' => [ 'Tasks' => [ 'backgroundColor' => '#517bf8', ], 'Meetings' => [ 'backgroundColor' => '#36b0ff', ], 'Calls' => [ 'backgroundColor' => '#00e0e0', ], ], 'activity_user_options_style' => [ 7 => [ 'backgroundColor' => '#517bf8', ], 30 => [ 'backgroundColor' => '#36b0ff', ], 90 => [ 'backgroundColor' => '#00e0e0', ], ], 'planned_activities_filter_options_style' => [ 'today' => [ 'backgroundColor' => '#517bf8', ], 'future' => [ 'backgroundColor' => '#36b0ff', ], ], 'cj_meetings_completed_status_list_style' => [ 'Held' => [ 'backgroundColor' => '#517bf8', ], 'Not Held' => [ 'backgroundColor' => '#36b0ff', ], ], 'cj_webhooks_parent_type_list_style' => [ 'DRI_Workflow_Templates' => [ 'backgroundColor' => '#517bf8', ], 'DRI_SubWorkflow_Templates' => [ 'backgroundColor' => '#36b0ff', ], 'DRI_Workflow_Task_Templates' => [ 'backgroundColor' => '#00e0e0', ], ], 'eapm_list_import_style' => [ 'Google' => [ 'backgroundColor' => '#517bf8', ], ], 'kbdocument_status_dom_style' => [ 'draft' => [ 'backgroundColor' => '#517bf8', ], 'in-review' => [ 'backgroundColor' => '#36b0ff', ], 'approved' => [ 'backgroundColor' => '#00e0e0', ], 'published' => [ 'backgroundColor' => '#00ba83', ], 'expired' => [ 'backgroundColor' => '#6cdf46', ], ], 'dri_workflow_task_templates_send_invites_list_style' => [ 'none' => [ 'backgroundColor' => '#517bf8', ], 'create' => [ 'backgroundColor' => '#36b0ff', ], 'stage_start' => [ 'backgroundColor' => '#00e0e0', ], ], 'planned_activities_visibility_options_style' => [ 'user' => [ 'backgroundColor' => '#517bf8', ], 'group' => [ 'backgroundColor' => '#36b0ff', ], ], 'dri_workflow_task_templates_target_assignee_list_style' => [ 'inherit' => [ 'backgroundColor' => '#517bf8', ], 'current_user' => [ 'backgroundColor' => '#36b0ff', ], 'parent_assignee' => [ 'backgroundColor' => '#00e0e0', ], 'user' => [ 'backgroundColor' => '#00ba83', ], 'team' => [ 'backgroundColor' => '#6cdf46', ], 'user_team' => [ 'backgroundColor' => '#ffd132', ], ], 'cj_allow_activity_by_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'users' => [ 'backgroundColor' => '#36b0ff', ], 'teams' => [ 'backgroundColor' => '#00e0e0', ], 'roles' => [ 'backgroundColor' => '#00ba83', ], ], 'opps_config_view_by_options_dom_style' => [ 'Opportunities' => [ 'backgroundColor' => '#517bf8', ], 'RevenueLineItems' => [ 'backgroundColor' => '#36b0ff', ], ], 'cj_forms_parent_type_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'DRI_Workflow_Templates' => [ 'backgroundColor' => '#36b0ff', ], 'DRI_SubWorkflow_Templates' => [ 'backgroundColor' => '#00e0e0', ], 'DRI_Workflow_Task_Templates' => [ 'backgroundColor' => '#00ba83', ], ], 'cj_webhooks_trigger_event_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'before_create' => [ 'backgroundColor' => '#36b0ff', ], 'after_create' => [ 'backgroundColor' => '#00e0e0', ], 'before_in_progress' => [ 'backgroundColor' => '#00ba83', ], 'after_in_progress' => [ 'backgroundColor' => '#6cdf46', ], 'before_completed' => [ 'backgroundColor' => '#ffd132', ], 'after_completed' => [ 'backgroundColor' => '#ff9445', ], 'before_not_applicable' => [ 'backgroundColor' => '#fa374f', ], 'after_not_applicable' => [ 'backgroundColor' => '#f476b1', ], 'before_delete' => [ 'backgroundColor' => '#cd74f2', ], 'after_delete' => [ 'backgroundColor' => '#8f5ff5', ], ], 'cj_date_type_selection_list_style' => [ 'fixed' => [ 'backgroundColor' => '#517bf8', ], 'relative' => [ 'backgroundColor' => '#36b0ff', ], ], 'oauth_client_type_dom_style' => [ 'user' => [ 'backgroundColor' => '#517bf8', ], 'support_portal' => [ 'backgroundColor' => '#36b0ff', ], ], 'countries_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'ABU DHABI' => [ 'backgroundColor' => '#36b0ff', ], 'ADEN' => [ 'backgroundColor' => '#00e0e0', ], 'AFGHANISTAN' => [ 'backgroundColor' => '#00ba83', ], 'ALBANIA' => [ 'backgroundColor' => '#6cdf46', ], 'ALGERIA' => [ 'backgroundColor' => '#ffd132', ], 'AMERICAN SAMOA' => [ 'backgroundColor' => '#ff9445', ], 'ANDORRA' => [ 'backgroundColor' => '#fa374f', ], 'ANGOLA' => [ 'backgroundColor' => '#f476b1', ], 'ANTARCTICA' => [ 'backgroundColor' => '#cd74f2', ], 'ANTIGUA' => [ 'backgroundColor' => '#8f5ff5', ], 'ARGENTINA' => [ 'backgroundColor' => '#29388c', ], 'ARMENIA' => [ 'backgroundColor' => '#145c95', ], 'ARUBA' => [ 'backgroundColor' => '#00636e', ], 'AUSTRALIA' => [ 'backgroundColor' => '#056f37', ], 'AUSTRIA' => [ 'backgroundColor' => '#537600', ], 'AZERBAIJAN' => [ 'backgroundColor' => '#866500', ], 'BAHAMAS' => [ 'backgroundColor' => '#9b4617', ], 'BAHRAIN' => [ 'backgroundColor' => '#bb0e1b', ], 'BANGLADESH' => [ 'backgroundColor' => '#a23354', ], 'BARBADOS' => [ 'backgroundColor' => '#832a83', ], 'BELARUS' => [ 'backgroundColor' => '#4c2d85', ], 'BELGIUM' => [ 'backgroundColor' => '#c6ddff', ], 'BELIZE' => [ 'backgroundColor' => '#c0edff', ], 'BENIN' => [ 'backgroundColor' => '#c5fffb', ], 'BERMUDA' => [ 'backgroundColor' => '#baffcc', ], 'BHUTAN' => [ 'backgroundColor' => '#e4fbb4', ], 'BOLIVIA' => [ 'backgroundColor' => '#fff7ad', ], 'BOSNIA' => [ 'backgroundColor' => '#ffdebc', ], 'BOTSWANA' => [ 'backgroundColor' => '#ffd4d0', ], 'BOUVET ISLAND' => [ 'backgroundColor' => '#fde2eb', ], 'BRAZIL' => [ 'backgroundColor' => '#f7d0fd', ], 'BRITISH ANTARCTICA TERRITORY' => [ 'backgroundColor' => '#e2d4fd', ], 'BRITISH INDIAN OCEAN TERRITORY' => [ 'backgroundColor' => '#517bf8', ], 'BRITISH VIRGIN ISLANDS' => [ 'backgroundColor' => '#36b0ff', ], 'BRITISH WEST INDIES' => [ 'backgroundColor' => '#00e0e0', ], 'BRUNEI' => [ 'backgroundColor' => '#00ba83', ], 'BULGARIA' => [ 'backgroundColor' => '#6cdf46', ], 'BURKINA FASO' => [ 'backgroundColor' => '#ffd132', ], 'BURUNDI' => [ 'backgroundColor' => '#ff9445', ], 'CAMBODIA' => [ 'backgroundColor' => '#fa374f', ], 'CAMEROON' => [ 'backgroundColor' => '#f476b1', ], 'CANADA' => [ 'backgroundColor' => '#cd74f2', ], 'CANAL ZONE' => [ 'backgroundColor' => '#8f5ff5', ], 'CANARY ISLAND' => [ 'backgroundColor' => '#29388c', ], 'CAPE VERDI ISLANDS' => [ 'backgroundColor' => '#145c95', ], 'CAYMAN ISLANDS' => [ 'backgroundColor' => '#00636e', ], 'CEVLON' => [ 'backgroundColor' => '#056f37', ], 'CHAD' => [ 'backgroundColor' => '#537600', ], 'CHANNEL ISLAND UK' => [ 'backgroundColor' => '#866500', ], 'CHILE' => [ 'backgroundColor' => '#9b4617', ], 'CHINA' => [ 'backgroundColor' => '#bb0e1b', ], 'CHRISTMAS ISLAND' => [ 'backgroundColor' => '#a23354', ], 'COCOS (KEELING) ISLAND' => [ 'backgroundColor' => '#832a83', ], 'COLOMBIA' => [ 'backgroundColor' => '#4c2d85', ], 'COMORO ISLANDS' => [ 'backgroundColor' => '#c6ddff', ], 'CONGO' => [ 'backgroundColor' => '#c0edff', ], 'CONGO KINSHASA' => [ 'backgroundColor' => '#c5fffb', ], 'COOK ISLANDS' => [ 'backgroundColor' => '#baffcc', ], 'COSTA RICA' => [ 'backgroundColor' => '#e4fbb4', ], 'CROATIA' => [ 'backgroundColor' => '#fff7ad', ], 'CUBA' => [ 'backgroundColor' => '#ffdebc', ], 'CURACAO' => [ 'backgroundColor' => '#ffd4d0', ], 'CYPRUS' => [ 'backgroundColor' => '#fde2eb', ], 'CZECH REPUBLIC' => [ 'backgroundColor' => '#f7d0fd', ], 'DAHOMEY' => [ 'backgroundColor' => '#e2d4fd', ], 'DENMARK' => [ 'backgroundColor' => '#517bf8', ], 'DJIBOUTI' => [ 'backgroundColor' => '#36b0ff', ], 'DOMINICA' => [ 'backgroundColor' => '#00e0e0', ], 'DOMINICAN REPUBLIC' => [ 'backgroundColor' => '#00ba83', ], 'DUBAI' => [ 'backgroundColor' => '#6cdf46', ], 'ECUADOR' => [ 'backgroundColor' => '#ffd132', ], 'EGYPT' => [ 'backgroundColor' => '#ff9445', ], 'EL SALVADOR' => [ 'backgroundColor' => '#fa374f', ], 'EQUATORIAL GUINEA' => [ 'backgroundColor' => '#f476b1', ], 'ESTONIA' => [ 'backgroundColor' => '#cd74f2', ], 'ETHIOPIA' => [ 'backgroundColor' => '#8f5ff5', ], 'FAEROE ISLANDS' => [ 'backgroundColor' => '#29388c', ], 'FALKLAND ISLANDS' => [ 'backgroundColor' => '#145c95', ], 'FIJI' => [ 'backgroundColor' => '#00636e', ], 'FINLAND' => [ 'backgroundColor' => '#056f37', ], 'FRANCE' => [ 'backgroundColor' => '#537600', ], 'FRENCH GUIANA' => [ 'backgroundColor' => '#866500', ], 'FRENCH POLYNESIA' => [ 'backgroundColor' => '#9b4617', ], 'GABON' => [ 'backgroundColor' => '#bb0e1b', ], 'GAMBIA' => [ 'backgroundColor' => '#a23354', ], 'GEORGIA' => [ 'backgroundColor' => '#832a83', ], 'GERMANY' => [ 'backgroundColor' => '#4c2d85', ], 'GHANA' => [ 'backgroundColor' => '#c6ddff', ], 'GIBRALTAR' => [ 'backgroundColor' => '#c0edff', ], 'GREECE' => [ 'backgroundColor' => '#c5fffb', ], 'GREENLAND' => [ 'backgroundColor' => '#baffcc', ], 'GUADELOUPE' => [ 'backgroundColor' => '#e4fbb4', ], 'GUAM' => [ 'backgroundColor' => '#fff7ad', ], 'GUATEMALA' => [ 'backgroundColor' => '#ffdebc', ], 'GUINEA' => [ 'backgroundColor' => '#ffd4d0', ], 'GUYANA' => [ 'backgroundColor' => '#fde2eb', ], 'HAITI' => [ 'backgroundColor' => '#f7d0fd', ], 'HONDURAS' => [ 'backgroundColor' => '#e2d4fd', ], 'HONG KONG' => [ 'backgroundColor' => '#517bf8', ], 'HUNGARY' => [ 'backgroundColor' => '#36b0ff', ], 'ICELAND' => [ 'backgroundColor' => '#00e0e0', ], 'IFNI' => [ 'backgroundColor' => '#00ba83', ], 'INDIA' => [ 'backgroundColor' => '#6cdf46', ], 'INDONESIA' => [ 'backgroundColor' => '#ffd132', ], 'IRAN' => [ 'backgroundColor' => '#ff9445', ], 'IRAQ' => [ 'backgroundColor' => '#fa374f', ], 'IRELAND' => [ 'backgroundColor' => '#f476b1', ], 'ISRAEL' => [ 'backgroundColor' => '#cd74f2', ], 'ITALY' => [ 'backgroundColor' => '#8f5ff5', ], 'IVORY COAST' => [ 'backgroundColor' => '#29388c', ], 'JAMAICA' => [ 'backgroundColor' => '#145c95', ], 'JAPAN' => [ 'backgroundColor' => '#00636e', ], 'JORDAN' => [ 'backgroundColor' => '#056f37', ], 'KAZAKHSTAN' => [ 'backgroundColor' => '#537600', ], 'KENYA' => [ 'backgroundColor' => '#866500', ], 'KOREA' => [ 'backgroundColor' => '#9b4617', ], 'KOREA, SOUTH' => [ 'backgroundColor' => '#bb0e1b', ], 'KUWAIT' => [ 'backgroundColor' => '#a23354', ], 'KYRGYZSTAN' => [ 'backgroundColor' => '#832a83', ], 'LAOS' => [ 'backgroundColor' => '#4c2d85', ], 'LATVIA' => [ 'backgroundColor' => '#c6ddff', ], 'LEBANON' => [ 'backgroundColor' => '#c0edff', ], 'LEEWARD ISLANDS' => [ 'backgroundColor' => '#c5fffb', ], 'LESOTHO' => [ 'backgroundColor' => '#baffcc', ], 'LIBYA' => [ 'backgroundColor' => '#e4fbb4', ], 'LIECHTENSTEIN' => [ 'backgroundColor' => '#fff7ad', ], 'LITHUANIA' => [ 'backgroundColor' => '#ffdebc', ], 'LUXEMBOURG' => [ 'backgroundColor' => '#ffd4d0', ], 'MACAO' => [ 'backgroundColor' => '#fde2eb', ], 'MACEDONIA' => [ 'backgroundColor' => '#f7d0fd', ], 'MADAGASCAR' => [ 'backgroundColor' => '#e2d4fd', ], 'MALAWI' => [ 'backgroundColor' => '#517bf8', ], 'MALAYSIA' => [ 'backgroundColor' => '#36b0ff', ], 'MALDIVES' => [ 'backgroundColor' => '#00e0e0', ], 'MALI' => [ 'backgroundColor' => '#00ba83', ], 'MALTA' => [ 'backgroundColor' => '#6cdf46', ], 'MARTINIQUE' => [ 'backgroundColor' => '#ffd132', ], 'MAURITANIA' => [ 'backgroundColor' => '#ff9445', ], 'MAURITIUS' => [ 'backgroundColor' => '#fa374f', ], 'MELANESIA' => [ 'backgroundColor' => '#f476b1', ], 'MEXICO' => [ 'backgroundColor' => '#cd74f2', ], 'MOLDOVIA' => [ 'backgroundColor' => '#8f5ff5', ], 'MONACO' => [ 'backgroundColor' => '#29388c', ], 'MONGOLIA' => [ 'backgroundColor' => '#145c95', ], 'MOROCCO' => [ 'backgroundColor' => '#00636e', ], 'MOZAMBIQUE' => [ 'backgroundColor' => '#056f37', ], 'MYANAMAR' => [ 'backgroundColor' => '#537600', ], 'NAMIBIA' => [ 'backgroundColor' => '#866500', ], 'NEPAL' => [ 'backgroundColor' => '#9b4617', ], 'NETHERLANDS' => [ 'backgroundColor' => '#bb0e1b', ], 'NETHERLANDS ANTILLES' => [ 'backgroundColor' => '#a23354', ], 'NETHERLANDS ANTILLES NEUTRAL ZONE' => [ 'backgroundColor' => '#832a83', ], 'NEW CALADONIA' => [ 'backgroundColor' => '#4c2d85', ], 'NEW HEBRIDES' => [ 'backgroundColor' => '#c6ddff', ], 'NEW ZEALAND' => [ 'backgroundColor' => '#c0edff', ], 'NICARAGUA' => [ 'backgroundColor' => '#c5fffb', ], 'NIGER' => [ 'backgroundColor' => '#baffcc', ], 'NIGERIA' => [ 'backgroundColor' => '#e4fbb4', ], 'NORFOLK ISLAND' => [ 'backgroundColor' => '#fff7ad', ], 'NORWAY' => [ 'backgroundColor' => '#ffdebc', ], 'OMAN' => [ 'backgroundColor' => '#ffd4d0', ], 'OTHER' => [ 'backgroundColor' => '#fde2eb', ], 'PACIFIC ISLAND' => [ 'backgroundColor' => '#f7d0fd', ], 'PAKISTAN' => [ 'backgroundColor' => '#e2d4fd', ], 'PANAMA' => [ 'backgroundColor' => '#517bf8', ], 'PAPUA NEW GUINEA' => [ 'backgroundColor' => '#36b0ff', ], 'PARAGUAY' => [ 'backgroundColor' => '#00e0e0', ], 'PERU' => [ 'backgroundColor' => '#00ba83', ], 'PHILIPPINES' => [ 'backgroundColor' => '#6cdf46', ], 'POLAND' => [ 'backgroundColor' => '#ffd132', ], 'PORTUGAL' => [ 'backgroundColor' => '#ff9445', ], 'PORTUGUESE TIMOR' => [ 'backgroundColor' => '#fa374f', ], 'PUERTO RICO' => [ 'backgroundColor' => '#f476b1', ], 'QATAR' => [ 'backgroundColor' => '#cd74f2', ], 'REPUBLIC OF BELARUS' => [ 'backgroundColor' => '#8f5ff5', ], 'REPUBLIC OF SOUTH AFRICA' => [ 'backgroundColor' => '#29388c', ], 'REUNION' => [ 'backgroundColor' => '#145c95', ], 'ROMANIA' => [ 'backgroundColor' => '#00636e', ], 'RUSSIA' => [ 'backgroundColor' => '#056f37', ], 'RWANDA' => [ 'backgroundColor' => '#537600', ], 'RYUKYU ISLANDS' => [ 'backgroundColor' => '#866500', ], 'SABAH' => [ 'backgroundColor' => '#9b4617', ], 'SAN MARINO' => [ 'backgroundColor' => '#bb0e1b', ], 'SAUDI ARABIA' => [ 'backgroundColor' => '#a23354', ], 'SENEGAL' => [ 'backgroundColor' => '#832a83', ], 'SERBIA' => [ 'backgroundColor' => '#4c2d85', ], 'SEYCHELLES' => [ 'backgroundColor' => '#c6ddff', ], 'SIERRA LEONE' => [ 'backgroundColor' => '#c0edff', ], 'SINGAPORE' => [ 'backgroundColor' => '#c5fffb', ], 'SLOVAKIA' => [ 'backgroundColor' => '#baffcc', ], 'SLOVENIA' => [ 'backgroundColor' => '#e4fbb4', ], 'SOMALILIAND' => [ 'backgroundColor' => '#fff7ad', ], 'SOUTH AFRICA' => [ 'backgroundColor' => '#ffdebc', ], 'SOUTH YEMEN' => [ 'backgroundColor' => '#ffd4d0', ], 'SPAIN' => [ 'backgroundColor' => '#fde2eb', ], 'SPANISH SAHARA' => [ 'backgroundColor' => '#f7d0fd', ], 'SRI LANKA' => [ 'backgroundColor' => '#e2d4fd', ], 'ST. KITTS AND NEVIS' => [ 'backgroundColor' => '#517bf8', ], 'ST. LUCIA' => [ 'backgroundColor' => '#36b0ff', ], 'SUDAN' => [ 'backgroundColor' => '#00e0e0', ], 'SURINAM' => [ 'backgroundColor' => '#00ba83', ], 'SW AFRICA' => [ 'backgroundColor' => '#6cdf46', ], 'SWAZILAND' => [ 'backgroundColor' => '#ffd132', ], 'SWEDEN' => [ 'backgroundColor' => '#ff9445', ], 'SWITZERLAND' => [ 'backgroundColor' => '#fa374f', ], 'SYRIA' => [ 'backgroundColor' => '#f476b1', ], 'TAIWAN' => [ 'backgroundColor' => '#cd74f2', ], 'TAJIKISTAN' => [ 'backgroundColor' => '#8f5ff5', ], 'TANZANIA' => [ 'backgroundColor' => '#29388c', ], 'THAILAND' => [ 'backgroundColor' => '#145c95', ], 'TONGA' => [ 'backgroundColor' => '#00636e', ], 'TRINIDAD' => [ 'backgroundColor' => '#056f37', ], 'TUNISIA' => [ 'backgroundColor' => '#537600', ], 'TURKEY' => [ 'backgroundColor' => '#866500', ], 'UGANDA' => [ 'backgroundColor' => '#9b4617', ], 'UKRAINE' => [ 'backgroundColor' => '#bb0e1b', ], 'UNITED ARAB EMIRATES' => [ 'backgroundColor' => '#a23354', ], 'UNITED KINGDOM' => [ 'backgroundColor' => '#832a83', ], 'UPPER VOLTA' => [ 'backgroundColor' => '#4c2d85', ], 'URUGUAY' => [ 'backgroundColor' => '#c6ddff', ], 'US PACIFIC ISLAND' => [ 'backgroundColor' => '#c0edff', ], 'US VIRGIN ISLANDS' => [ 'backgroundColor' => '#c5fffb', ], 'USA' => [ 'backgroundColor' => '#baffcc', ], 'UZBEKISTAN' => [ 'backgroundColor' => '#e4fbb4', ], 'VANUATU' => [ 'backgroundColor' => '#fff7ad', ], 'VATICAN CITY' => [ 'backgroundColor' => '#ffdebc', ], 'VENEZUELA' => [ 'backgroundColor' => '#ffd4d0', ], 'VIETNAM' => [ 'backgroundColor' => '#fde2eb', ], 'WAKE ISLAND' => [ 'backgroundColor' => '#f7d0fd', ], 'WEST INDIES' => [ 'backgroundColor' => '#e2d4fd', ], 'WESTERN SAHARA' => [ 'backgroundColor' => '#517bf8', ], 'YEMEN' => [ 'backgroundColor' => '#36b0ff', ], 'ZAIRE' => [ 'backgroundColor' => '#00e0e0', ], 'ZAMBIA' => [ 'backgroundColor' => '#00ba83', ], 'ZIMBABWE' => [ 'backgroundColor' => '#6cdf46', ], ], 'cj_tasks_completed_status_list_style' => [ 'Completed' => [ 'backgroundColor' => '#517bf8', ], 'Not Applicable' => [ 'backgroundColor' => '#36b0ff', ], ], 'dri_workflow_task_templates_type_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'customer_task' => [ 'backgroundColor' => '#36b0ff', ], 'milestone' => [ 'backgroundColor' => '#00e0e0', ], 'internal_task' => [ 'backgroundColor' => '#00ba83', ], 'agency_task' => [ 'backgroundColor' => '#6cdf46', ], 'automatic_task' => [ 'backgroundColor' => '#ffd132', ], ], 'token_status_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 2 => [ 'backgroundColor' => '#36b0ff', ], 3 => [ 'backgroundColor' => '#00e0e0', ], ], 'dri_workflow_templates_not_applicable_action_list_style' => [ 'default' => [ 'backgroundColor' => '#517bf8', ], 'custom' => [ 'backgroundColor' => '#36b0ff', ], ], 'dri_workflow_task_templates_momentum_start_field_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], ], 'cj_forms_main_trigger_type_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'smart_guide_to_sugar_action' => [ 'backgroundColor' => '#36b0ff', ], 'sugar_action_to_smart_guide' => [ 'backgroundColor' => '#00e0e0', ], ], 'dri_workflow_task_templates_momentum_points_list_style' => [ 10 => [ 'backgroundColor' => '#517bf8', ], 20 => [ 'backgroundColor' => '#36b0ff', ], 30 => [ 'backgroundColor' => '#00e0e0', ], 40 => [ 'backgroundColor' => '#00ba83', ], 50 => [ 'backgroundColor' => '#6cdf46', ], 60 => [ 'backgroundColor' => '#ffd132', ], 70 => [ 'backgroundColor' => '#ff9445', ], 80 => [ 'backgroundColor' => '#fa374f', ], 90 => [ 'backgroundColor' => '#f476b1', ], 100 => [ 'backgroundColor' => '#cd74f2', ], ], 'forecast_pipeline_visibility_options_style' => [ 'user' => [ 'backgroundColor' => '#517bf8', ], 'group' => [ 'backgroundColor' => '#36b0ff', ], ], 'dri_workflow_task_templates_activity_type_list_style' => [ 'Tasks' => [ 'backgroundColor' => '#517bf8', ], 'Calls' => [ 'backgroundColor' => '#36b0ff', ], 'Meetings' => [ 'backgroundColor' => '#00e0e0', ], ], 'history_filter_options_style' => [ 7 => [ 'backgroundColor' => '#517bf8', ], 30 => [ 'backgroundColor' => '#36b0ff', ], 90 => [ 'backgroundColor' => '#00e0e0', ], ], 'opps_config_view_by_closedate_rollup_dom_style' => [ 'latest' => [ 'backgroundColor' => '#517bf8', ], 'earliest' => [ 'backgroundColor' => '#36b0ff', ], ], 'http_type_protocol_options_style' => [ 'http' => [ 'backgroundColor' => '#517bf8', ], 'https' => [ 'backgroundColor' => '#36b0ff', ], ], 'eapm_list_documents_style' => [ 'Google' => [ 'backgroundColor' => '#517bf8', ], ], 'cj_relative_datetime_type_list_style' => [ 'minutes' => [ 'backgroundColor' => '#517bf8', ], 'hours' => [ 'backgroundColor' => '#36b0ff', ], 'days' => [ 'backgroundColor' => '#00e0e0', ], 'months' => [ 'backgroundColor' => '#00ba83', ], ], 'dri_workflow_task_templates_points_list_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 2 => [ 'backgroundColor' => '#36b0ff', ], 3 => [ 'backgroundColor' => '#00e0e0', ], 4 => [ 'backgroundColor' => '#00ba83', ], 5 => [ 'backgroundColor' => '#6cdf46', ], 6 => [ 'backgroundColor' => '#ffd132', ], 7 => [ 'backgroundColor' => '#ff9445', ], 8 => [ 'backgroundColor' => '#fa374f', ], 9 => [ 'backgroundColor' => '#f476b1', ], 10 => [ 'backgroundColor' => '#cd74f2', ], ], 'cj_forms_action_trigger_type_list_style' => [ 'automatic_create' => [ 'backgroundColor' => '#517bf8', ], 'manual_create' => [ 'backgroundColor' => '#36b0ff', ], 'automatic_update' => [ 'backgroundColor' => '#00e0e0', ], 'manual_update' => [ 'backgroundColor' => '#00ba83', ], ], 'timezone_dom_style' => [ 'Africa/Algiers' => [ 'backgroundColor' => '#517bf8', ], 'Africa/Luanda' => [ 'backgroundColor' => '#36b0ff', ], 'Africa/Porto-Novo' => [ 'backgroundColor' => '#00e0e0', ], 'Africa/Gaborone' => [ 'backgroundColor' => '#00ba83', ], 'Africa/Ouagadougou' => [ 'backgroundColor' => '#6cdf46', ], 'Africa/Bujumbura' => [ 'backgroundColor' => '#ffd132', ], 'Africa/Douala' => [ 'backgroundColor' => '#ff9445', ], 'Atlantic/Cape_Verde' => [ 'backgroundColor' => '#fa374f', ], 'Africa/Bangui' => [ 'backgroundColor' => '#f476b1', ], 'Africa/Ndjamena' => [ 'backgroundColor' => '#cd74f2', ], 'Indian/Comoro' => [ 'backgroundColor' => '#8f5ff5', ], 'Africa/Kinshasa' => [ 'backgroundColor' => '#29388c', ], 'Africa/Lubumbashi' => [ 'backgroundColor' => '#145c95', ], 'Africa/Brazzaville' => [ 'backgroundColor' => '#00636e', ], 'Africa/Abidjan' => [ 'backgroundColor' => '#056f37', ], 'Africa/Djibouti' => [ 'backgroundColor' => '#537600', ], 'Africa/Cairo' => [ 'backgroundColor' => '#866500', ], 'Africa/Malabo' => [ 'backgroundColor' => '#9b4617', ], 'Africa/Asmera' => [ 'backgroundColor' => '#bb0e1b', ], 'Africa/Addis_Ababa' => [ 'backgroundColor' => '#a23354', ], 'Africa/Libreville' => [ 'backgroundColor' => '#832a83', ], 'Africa/Banjul' => [ 'backgroundColor' => '#4c2d85', ], 'Africa/Accra' => [ 'backgroundColor' => '#c6ddff', ], 'Africa/Conakry' => [ 'backgroundColor' => '#c0edff', ], 'Africa/Bissau' => [ 'backgroundColor' => '#c5fffb', ], 'Africa/Nairobi' => [ 'backgroundColor' => '#baffcc', ], 'Africa/Maseru' => [ 'backgroundColor' => '#e4fbb4', ], 'Africa/Monrovia' => [ 'backgroundColor' => '#fff7ad', ], 'Africa/Tripoli' => [ 'backgroundColor' => '#ffdebc', ], 'Indian/Antananarivo' => [ 'backgroundColor' => '#ffd4d0', ], 'Africa/Blantyre' => [ 'backgroundColor' => '#fde2eb', ], 'Africa/Bamako' => [ 'backgroundColor' => '#f7d0fd', ], 'Africa/Nouakchott' => [ 'backgroundColor' => '#e2d4fd', ], 'Indian/Mauritius' => [ 'backgroundColor' => '#517bf8', ], 'Indian/Mayotte' => [ 'backgroundColor' => '#36b0ff', ], 'Africa/Casablanca' => [ 'backgroundColor' => '#00e0e0', ], 'Africa/El_Aaiun' => [ 'backgroundColor' => '#00ba83', ], 'Africa/Maputo' => [ 'backgroundColor' => '#6cdf46', ], 'Africa/Windhoek' => [ 'backgroundColor' => '#ffd132', ], 'Africa/Niamey' => [ 'backgroundColor' => '#ff9445', ], 'Africa/Lagos' => [ 'backgroundColor' => '#fa374f', ], 'Indian/Reunion' => [ 'backgroundColor' => '#f476b1', ], 'Africa/Kigali' => [ 'backgroundColor' => '#cd74f2', ], 'Atlantic/St_Helena' => [ 'backgroundColor' => '#8f5ff5', ], 'Africa/Sao_Tome' => [ 'backgroundColor' => '#29388c', ], 'Africa/Dakar' => [ 'backgroundColor' => '#145c95', ], 'Indian/Mahe' => [ 'backgroundColor' => '#00636e', ], 'Africa/Freetown' => [ 'backgroundColor' => '#056f37', ], 'Africa/Mogadishu' => [ 'backgroundColor' => '#537600', ], 'Africa/Johannesburg' => [ 'backgroundColor' => '#866500', ], 'Africa/Khartoum' => [ 'backgroundColor' => '#9b4617', ], 'Africa/Mbabane' => [ 'backgroundColor' => '#bb0e1b', ], 'Africa/Dar_es_Salaam' => [ 'backgroundColor' => '#a23354', ], 'Africa/Lome' => [ 'backgroundColor' => '#832a83', ], 'Africa/Tunis' => [ 'backgroundColor' => '#4c2d85', ], 'Africa/Kampala' => [ 'backgroundColor' => '#c6ddff', ], 'Africa/Lusaka' => [ 'backgroundColor' => '#c0edff', ], 'Africa/Harare' => [ 'backgroundColor' => '#c5fffb', ], 'Antarctica/Casey' => [ 'backgroundColor' => '#baffcc', ], 'Antarctica/Davis' => [ 'backgroundColor' => '#e4fbb4', ], 'Antarctica/Mawson' => [ 'backgroundColor' => '#fff7ad', ], 'Indian/Kerguelen' => [ 'backgroundColor' => '#ffdebc', ], 'Antarctica/DumontDUrville' => [ 'backgroundColor' => '#ffd4d0', ], 'Antarctica/Syowa' => [ 'backgroundColor' => '#fde2eb', ], 'Antarctica/Vostok' => [ 'backgroundColor' => '#f7d0fd', ], 'Antarctica/Rothera' => [ 'backgroundColor' => '#e2d4fd', ], 'Antarctica/Palmer' => [ 'backgroundColor' => '#517bf8', ], 'Antarctica/McMurdo' => [ 'backgroundColor' => '#36b0ff', ], 'Asia/Kabul' => [ 'backgroundColor' => '#00e0e0', ], 'Asia/Yerevan' => [ 'backgroundColor' => '#00ba83', ], 'Asia/Baku' => [ 'backgroundColor' => '#6cdf46', ], 'Asia/Bahrain' => [ 'backgroundColor' => '#ffd132', ], 'Asia/Dhaka' => [ 'backgroundColor' => '#ff9445', ], 'Asia/Thimphu' => [ 'backgroundColor' => '#fa374f', ], 'Indian/Chagos' => [ 'backgroundColor' => '#f476b1', ], 'Asia/Brunei' => [ 'backgroundColor' => '#cd74f2', ], 'Asia/Rangoon' => [ 'backgroundColor' => '#8f5ff5', ], 'Asia/Phnom_Penh' => [ 'backgroundColor' => '#29388c', ], 'Asia/Beijing' => [ 'backgroundColor' => '#145c95', ], 'Asia/Harbin' => [ 'backgroundColor' => '#00636e', ], 'Asia/Shanghai' => [ 'backgroundColor' => '#056f37', ], 'Asia/Chongqing' => [ 'backgroundColor' => '#537600', ], 'Asia/Urumqi' => [ 'backgroundColor' => '#866500', ], 'Asia/Kashgar' => [ 'backgroundColor' => '#9b4617', ], 'Asia/Hong_Kong' => [ 'backgroundColor' => '#bb0e1b', ], 'Asia/Taipei' => [ 'backgroundColor' => '#a23354', ], 'Asia/Macau' => [ 'backgroundColor' => '#832a83', ], 'Asia/Nicosia' => [ 'backgroundColor' => '#4c2d85', ], 'Asia/Tbilisi' => [ 'backgroundColor' => '#c6ddff', ], 'Asia/Dili' => [ 'backgroundColor' => '#c0edff', ], 'Asia/Calcutta' => [ 'backgroundColor' => '#c5fffb', ], 'Asia/Jakarta' => [ 'backgroundColor' => '#baffcc', ], 'Asia/Pontianak' => [ 'backgroundColor' => '#e4fbb4', ], 'Asia/Makassar' => [ 'backgroundColor' => '#fff7ad', ], 'Asia/Jayapura' => [ 'backgroundColor' => '#ffdebc', ], 'Asia/Tehran' => [ 'backgroundColor' => '#ffd4d0', ], 'Asia/Baghdad' => [ 'backgroundColor' => '#fde2eb', ], 'Asia/Jerusalem' => [ 'backgroundColor' => '#f7d0fd', ], 'Asia/Tokyo' => [ 'backgroundColor' => '#e2d4fd', ], 'Asia/Amman' => [ 'backgroundColor' => '#517bf8', ], 'Asia/Almaty' => [ 'backgroundColor' => '#36b0ff', ], 'Asia/Qyzylorda' => [ 'backgroundColor' => '#00e0e0', ], 'Asia/Aqtobe' => [ 'backgroundColor' => '#00ba83', ], 'Asia/Aqtau' => [ 'backgroundColor' => '#6cdf46', ], 'Asia/Oral' => [ 'backgroundColor' => '#ffd132', ], 'Asia/Bishkek' => [ 'backgroundColor' => '#ff9445', ], 'Asia/Seoul' => [ 'backgroundColor' => '#fa374f', ], 'Asia/Pyongyang' => [ 'backgroundColor' => '#f476b1', ], 'Asia/Kuwait' => [ 'backgroundColor' => '#cd74f2', ], 'Asia/Vientiane' => [ 'backgroundColor' => '#8f5ff5', ], 'Asia/Beirut' => [ 'backgroundColor' => '#29388c', ], 'Asia/Kuala_Lumpur' => [ 'backgroundColor' => '#145c95', ], 'Asia/Kuching' => [ 'backgroundColor' => '#00636e', ], 'Indian/Maldives' => [ 'backgroundColor' => '#056f37', ], 'Asia/Hovd' => [ 'backgroundColor' => '#537600', ], 'Asia/Ulaanbaatar' => [ 'backgroundColor' => '#866500', ], 'Asia/Choibalsan' => [ 'backgroundColor' => '#9b4617', ], 'Asia/Katmandu' => [ 'backgroundColor' => '#bb0e1b', ], 'Asia/Muscat' => [ 'backgroundColor' => '#a23354', ], 'Asia/Karachi' => [ 'backgroundColor' => '#832a83', ], 'Asia/Gaza' => [ 'backgroundColor' => '#4c2d85', ], 'Asia/Manila' => [ 'backgroundColor' => '#c6ddff', ], 'Asia/Qatar' => [ 'backgroundColor' => '#c0edff', ], 'Asia/Riyadh' => [ 'backgroundColor' => '#c5fffb', ], 'Asia/Singapore' => [ 'backgroundColor' => '#baffcc', ], 'Asia/Colombo' => [ 'backgroundColor' => '#e4fbb4', ], 'Asia/Damascus' => [ 'backgroundColor' => '#fff7ad', ], 'Asia/Dushanbe' => [ 'backgroundColor' => '#ffdebc', ], 'Asia/Bangkok' => [ 'backgroundColor' => '#ffd4d0', ], 'Asia/Ashgabat' => [ 'backgroundColor' => '#fde2eb', ], 'Asia/Dubai' => [ 'backgroundColor' => '#f7d0fd', ], 'Asia/Samarkand' => [ 'backgroundColor' => '#e2d4fd', ], 'Asia/Tashkent' => [ 'backgroundColor' => '#517bf8', ], 'Asia/Saigon' => [ 'backgroundColor' => '#36b0ff', ], 'Asia/Aden' => [ 'backgroundColor' => '#00e0e0', ], 'Australia/Darwin' => [ 'backgroundColor' => '#00ba83', ], 'Australia/Perth' => [ 'backgroundColor' => '#6cdf46', ], 'Australia/Brisbane' => [ 'backgroundColor' => '#ffd132', ], 'Australia/Lindeman' => [ 'backgroundColor' => '#ff9445', ], 'Australia/Adelaide' => [ 'backgroundColor' => '#fa374f', ], 'Australia/Hobart' => [ 'backgroundColor' => '#f476b1', ], 'Australia/Currie' => [ 'backgroundColor' => '#cd74f2', ], 'Australia/Melbourne' => [ 'backgroundColor' => '#8f5ff5', ], 'Australia/Sydney' => [ 'backgroundColor' => '#29388c', ], 'Australia/Broken_Hill' => [ 'backgroundColor' => '#145c95', ], 'Indian/Christmas' => [ 'backgroundColor' => '#00636e', ], 'Pacific/Rarotonga' => [ 'backgroundColor' => '#056f37', ], 'Indian/Cocos' => [ 'backgroundColor' => '#537600', ], 'Pacific/Fiji' => [ 'backgroundColor' => '#866500', ], 'Pacific/Gambier' => [ 'backgroundColor' => '#9b4617', ], 'Pacific/Marquesas' => [ 'backgroundColor' => '#bb0e1b', ], 'Pacific/Tahiti' => [ 'backgroundColor' => '#a23354', ], 'Pacific/Guam' => [ 'backgroundColor' => '#832a83', ], 'Pacific/Tarawa' => [ 'backgroundColor' => '#4c2d85', ], 'Pacific/Enderbury' => [ 'backgroundColor' => '#c6ddff', ], 'Pacific/Kiritimati' => [ 'backgroundColor' => '#c0edff', ], 'Pacific/Saipan' => [ 'backgroundColor' => '#c5fffb', ], 'Pacific/Majuro' => [ 'backgroundColor' => '#baffcc', ], 'Pacific/Kwajalein' => [ 'backgroundColor' => '#e4fbb4', ], 'Pacific/Truk' => [ 'backgroundColor' => '#fff7ad', ], 'Pacific/Ponape' => [ 'backgroundColor' => '#ffdebc', ], 'Pacific/Kosrae' => [ 'backgroundColor' => '#ffd4d0', ], 'Pacific/Nauru' => [ 'backgroundColor' => '#fde2eb', ], 'Pacific/Noumea' => [ 'backgroundColor' => '#f7d0fd', ], 'Pacific/Auckland' => [ 'backgroundColor' => '#e2d4fd', ], 'Pacific/Chatham' => [ 'backgroundColor' => '#517bf8', ], 'Pacific/Niue' => [ 'backgroundColor' => '#36b0ff', ], 'Pacific/Norfolk' => [ 'backgroundColor' => '#00e0e0', ], 'Pacific/Palau' => [ 'backgroundColor' => '#00ba83', ], 'Pacific/Port_Moresby' => [ 'backgroundColor' => '#6cdf46', ], 'Pacific/Pitcairn' => [ 'backgroundColor' => '#ffd132', ], 'Pacific/Pago_Pago' => [ 'backgroundColor' => '#ff9445', ], 'Pacific/Apia' => [ 'backgroundColor' => '#fa374f', ], 'Pacific/Guadalcanal' => [ 'backgroundColor' => '#f476b1', ], 'Pacific/Fakaofo' => [ 'backgroundColor' => '#cd74f2', ], 'Pacific/Tongatapu' => [ 'backgroundColor' => '#8f5ff5', ], 'Pacific/Funafuti' => [ 'backgroundColor' => '#29388c', ], 'Pacific/Johnston' => [ 'backgroundColor' => '#145c95', ], 'Pacific/Midway' => [ 'backgroundColor' => '#00636e', ], 'Pacific/Wake' => [ 'backgroundColor' => '#056f37', ], 'Pacific/Efate' => [ 'backgroundColor' => '#537600', ], 'Pacific/Wallis' => [ 'backgroundColor' => '#866500', ], 'Europe/London' => [ 'backgroundColor' => '#9b4617', ], 'Europe/Dublin' => [ 'backgroundColor' => '#bb0e1b', ], 'WET' => [ 'backgroundColor' => '#a23354', ], 'CET' => [ 'backgroundColor' => '#832a83', ], 'MET' => [ 'backgroundColor' => '#4c2d85', ], 'EET' => [ 'backgroundColor' => '#c6ddff', ], 'Europe/Tirane' => [ 'backgroundColor' => '#c0edff', ], 'Europe/Andorra' => [ 'backgroundColor' => '#c5fffb', ], 'Europe/Vienna' => [ 'backgroundColor' => '#baffcc', ], 'Europe/Minsk' => [ 'backgroundColor' => '#e4fbb4', ], 'Europe/Brussels' => [ 'backgroundColor' => '#fff7ad', ], 'Europe/Sofia' => [ 'backgroundColor' => '#ffdebc', ], 'Europe/Prague' => [ 'backgroundColor' => '#ffd4d0', ], 'Europe/Copenhagen' => [ 'backgroundColor' => '#fde2eb', ], 'Atlantic/Faeroe' => [ 'backgroundColor' => '#f7d0fd', ], 'America/Danmarkshavn' => [ 'backgroundColor' => '#e2d4fd', ], 'America/Scoresbysund' => [ 'backgroundColor' => '#517bf8', ], 'America/Godthab' => [ 'backgroundColor' => '#36b0ff', ], 'America/Thule' => [ 'backgroundColor' => '#00e0e0', ], 'Europe/Tallinn' => [ 'backgroundColor' => '#00ba83', ], 'Europe/Helsinki' => [ 'backgroundColor' => '#6cdf46', ], 'Europe/Paris' => [ 'backgroundColor' => '#ffd132', ], 'Europe/Berlin' => [ 'backgroundColor' => '#ff9445', ], 'Europe/Gibraltar' => [ 'backgroundColor' => '#fa374f', ], 'Europe/Athens' => [ 'backgroundColor' => '#f476b1', ], 'Europe/Budapest' => [ 'backgroundColor' => '#cd74f2', ], 'Atlantic/Reykjavik' => [ 'backgroundColor' => '#8f5ff5', ], 'Europe/Rome' => [ 'backgroundColor' => '#29388c', ], 'Europe/Riga' => [ 'backgroundColor' => '#145c95', ], 'Europe/Vaduz' => [ 'backgroundColor' => '#00636e', ], 'Europe/Vilnius' => [ 'backgroundColor' => '#056f37', ], 'Europe/Luxembourg' => [ 'backgroundColor' => '#537600', ], 'Europe/Malta' => [ 'backgroundColor' => '#866500', ], 'Europe/Chisinau' => [ 'backgroundColor' => '#9b4617', ], 'Europe/Monaco' => [ 'backgroundColor' => '#bb0e1b', ], 'Europe/Amsterdam' => [ 'backgroundColor' => '#a23354', ], 'Europe/Oslo' => [ 'backgroundColor' => '#832a83', ], 'Europe/Warsaw' => [ 'backgroundColor' => '#4c2d85', ], 'Europe/Lisbon' => [ 'backgroundColor' => '#c6ddff', ], 'Atlantic/Azores' => [ 'backgroundColor' => '#c0edff', ], 'Atlantic/Madeira' => [ 'backgroundColor' => '#c5fffb', ], 'Europe/Bucharest' => [ 'backgroundColor' => '#baffcc', ], 'Europe/Kaliningrad' => [ 'backgroundColor' => '#e4fbb4', ], 'Europe/Moscow' => [ 'backgroundColor' => '#fff7ad', ], 'Europe/Samara' => [ 'backgroundColor' => '#ffdebc', ], 'Asia/Yekaterinburg' => [ 'backgroundColor' => '#ffd4d0', ], 'Asia/Omsk' => [ 'backgroundColor' => '#fde2eb', ], 'Asia/Novosibirsk' => [ 'backgroundColor' => '#f7d0fd', ], 'Asia/Krasnoyarsk' => [ 'backgroundColor' => '#e2d4fd', ], 'Asia/Irkutsk' => [ 'backgroundColor' => '#517bf8', ], 'Asia/Yakutsk' => [ 'backgroundColor' => '#36b0ff', ], 'Asia/Vladivostok' => [ 'backgroundColor' => '#00e0e0', ], 'Asia/Sakhalin' => [ 'backgroundColor' => '#00ba83', ], 'Asia/Magadan' => [ 'backgroundColor' => '#6cdf46', ], 'Asia/Kamchatka' => [ 'backgroundColor' => '#ffd132', ], 'Asia/Anadyr' => [ 'backgroundColor' => '#ff9445', ], 'Europe/Belgrade' => [ 'backgroundColor' => '#fa374f', ], 'Europe/Madrid' => [ 'backgroundColor' => '#f476b1', ], 'Africa/Ceuta' => [ 'backgroundColor' => '#cd74f2', ], 'Atlantic/Canary' => [ 'backgroundColor' => '#8f5ff5', ], 'Europe/Stockholm' => [ 'backgroundColor' => '#29388c', ], 'Europe/Zurich' => [ 'backgroundColor' => '#145c95', ], 'Europe/Istanbul' => [ 'backgroundColor' => '#00636e', ], 'Europe/Kiev' => [ 'backgroundColor' => '#056f37', ], 'Europe/Uzhgorod' => [ 'backgroundColor' => '#537600', ], 'Europe/Zaporozhye' => [ 'backgroundColor' => '#866500', ], 'Europe/Simferopol' => [ 'backgroundColor' => '#9b4617', ], 'America/New_York' => [ 'backgroundColor' => '#bb0e1b', ], 'America/Chicago' => [ 'backgroundColor' => '#a23354', ], 'America/North_Dakota/Center' => [ 'backgroundColor' => '#832a83', ], 'America/Denver' => [ 'backgroundColor' => '#4c2d85', ], 'America/Los_Angeles' => [ 'backgroundColor' => '#c6ddff', ], 'America/Juneau' => [ 'backgroundColor' => '#c0edff', ], 'America/Yakutat' => [ 'backgroundColor' => '#c5fffb', ], 'America/Anchorage' => [ 'backgroundColor' => '#baffcc', ], 'America/Nome' => [ 'backgroundColor' => '#e4fbb4', ], 'America/Adak' => [ 'backgroundColor' => '#fff7ad', ], 'Pacific/Honolulu' => [ 'backgroundColor' => '#ffdebc', ], 'America/Phoenix' => [ 'backgroundColor' => '#ffd4d0', ], 'America/Boise' => [ 'backgroundColor' => '#fde2eb', ], 'America/Indiana/Indianapolis' => [ 'backgroundColor' => '#f7d0fd', ], 'America/Indiana/Marengo' => [ 'backgroundColor' => '#e2d4fd', ], 'America/Indiana/Knox' => [ 'backgroundColor' => '#517bf8', ], 'America/Indiana/Vevay' => [ 'backgroundColor' => '#36b0ff', ], 'America/Kentucky/Louisville' => [ 'backgroundColor' => '#00e0e0', ], 'America/Kentucky/Monticello' => [ 'backgroundColor' => '#00ba83', ], 'America/Detroit' => [ 'backgroundColor' => '#6cdf46', ], 'America/Menominee' => [ 'backgroundColor' => '#ffd132', ], 'America/St_Johns' => [ 'backgroundColor' => '#ff9445', ], 'America/Goose_Bay' => [ 'backgroundColor' => '#fa374f', ], 'America/Halifax' => [ 'backgroundColor' => '#f476b1', ], 'America/Glace_Bay' => [ 'backgroundColor' => '#cd74f2', ], 'America/Montreal' => [ 'backgroundColor' => '#8f5ff5', ], 'America/Toronto' => [ 'backgroundColor' => '#29388c', ], 'America/Thunder_Bay' => [ 'backgroundColor' => '#145c95', ], 'America/Nipigon' => [ 'backgroundColor' => '#00636e', ], 'America/Rainy_River' => [ 'backgroundColor' => '#056f37', ], 'America/Winnipeg' => [ 'backgroundColor' => '#537600', ], 'America/Regina' => [ 'backgroundColor' => '#866500', ], 'America/Swift_Current' => [ 'backgroundColor' => '#9b4617', ], 'America/Edmonton' => [ 'backgroundColor' => '#bb0e1b', ], 'America/Vancouver' => [ 'backgroundColor' => '#a23354', ], 'America/Dawson_Creek' => [ 'backgroundColor' => '#832a83', ], 'America/Pangnirtung' => [ 'backgroundColor' => '#4c2d85', ], 'America/Iqaluit' => [ 'backgroundColor' => '#c6ddff', ], 'America/Coral_Harbour' => [ 'backgroundColor' => '#c0edff', ], 'America/Rankin_Inlet' => [ 'backgroundColor' => '#c5fffb', ], 'America/Cambridge_Bay' => [ 'backgroundColor' => '#baffcc', ], 'America/Yellowknife' => [ 'backgroundColor' => '#e4fbb4', ], 'America/Inuvik' => [ 'backgroundColor' => '#fff7ad', ], 'America/Whitehorse' => [ 'backgroundColor' => '#ffdebc', ], 'America/Dawson' => [ 'backgroundColor' => '#ffd4d0', ], 'America/Cancun' => [ 'backgroundColor' => '#fde2eb', ], 'America/Merida' => [ 'backgroundColor' => '#f7d0fd', ], 'America/Monterrey' => [ 'backgroundColor' => '#e2d4fd', ], 'America/Mexico_City' => [ 'backgroundColor' => '#517bf8', ], 'America/Chihuahua' => [ 'backgroundColor' => '#36b0ff', ], 'America/Hermosillo' => [ 'backgroundColor' => '#00e0e0', ], 'America/Mazatlan' => [ 'backgroundColor' => '#00ba83', ], 'America/Tijuana' => [ 'backgroundColor' => '#6cdf46', ], 'America/Anguilla' => [ 'backgroundColor' => '#ffd132', ], 'America/Antigua' => [ 'backgroundColor' => '#ff9445', ], 'America/Nassau' => [ 'backgroundColor' => '#fa374f', ], 'America/Barbados' => [ 'backgroundColor' => '#f476b1', ], 'America/Belize' => [ 'backgroundColor' => '#cd74f2', ], 'Atlantic/Bermuda' => [ 'backgroundColor' => '#8f5ff5', ], 'America/Cayman' => [ 'backgroundColor' => '#29388c', ], 'America/Costa_Rica' => [ 'backgroundColor' => '#145c95', ], 'America/Havana' => [ 'backgroundColor' => '#00636e', ], 'America/Dominica' => [ 'backgroundColor' => '#056f37', ], 'America/Santo_Domingo' => [ 'backgroundColor' => '#537600', ], 'America/El_Salvador' => [ 'backgroundColor' => '#866500', ], 'America/Grenada' => [ 'backgroundColor' => '#9b4617', ], 'America/Guadeloupe' => [ 'backgroundColor' => '#bb0e1b', ], 'America/Guatemala' => [ 'backgroundColor' => '#a23354', ], 'America/Port-au-Prince' => [ 'backgroundColor' => '#832a83', ], 'America/Tegucigalpa' => [ 'backgroundColor' => '#4c2d85', ], 'America/Jamaica' => [ 'backgroundColor' => '#c6ddff', ], 'America/Martinique' => [ 'backgroundColor' => '#c0edff', ], 'America/Montserrat' => [ 'backgroundColor' => '#c5fffb', ], 'America/Managua' => [ 'backgroundColor' => '#baffcc', ], 'America/Panama' => [ 'backgroundColor' => '#e4fbb4', ], 'America/Puerto_Rico' => [ 'backgroundColor' => '#fff7ad', ], 'America/St_Kitts' => [ 'backgroundColor' => '#ffdebc', ], 'America/St_Lucia' => [ 'backgroundColor' => '#ffd4d0', ], 'America/Miquelon' => [ 'backgroundColor' => '#fde2eb', ], 'America/St_Vincent' => [ 'backgroundColor' => '#f7d0fd', ], 'America/Grand_Turk' => [ 'backgroundColor' => '#e2d4fd', ], 'America/Tortola' => [ 'backgroundColor' => '#517bf8', ], 'America/St_Thomas' => [ 'backgroundColor' => '#36b0ff', ], 'America/Argentina/Buenos_Aires' => [ 'backgroundColor' => '#00e0e0', ], 'America/Argentina/Cordoba' => [ 'backgroundColor' => '#00ba83', ], 'America/Argentina/Tucuman' => [ 'backgroundColor' => '#6cdf46', ], 'America/Argentina/La_Rioja' => [ 'backgroundColor' => '#ffd132', ], 'America/Argentina/San_Juan' => [ 'backgroundColor' => '#ff9445', ], 'America/Argentina/Jujuy' => [ 'backgroundColor' => '#fa374f', ], 'America/Argentina/Catamarca' => [ 'backgroundColor' => '#f476b1', ], 'America/Argentina/Mendoza' => [ 'backgroundColor' => '#cd74f2', ], 'America/Argentina/Rio_Gallegos' => [ 'backgroundColor' => '#8f5ff5', ], 'America/Argentina/Ushuaia' => [ 'backgroundColor' => '#29388c', ], 'America/Aruba' => [ 'backgroundColor' => '#145c95', ], 'America/La_Paz' => [ 'backgroundColor' => '#00636e', ], 'America/Noronha' => [ 'backgroundColor' => '#056f37', ], 'America/Belem' => [ 'backgroundColor' => '#537600', ], 'America/Fortaleza' => [ 'backgroundColor' => '#866500', ], 'America/Recife' => [ 'backgroundColor' => '#9b4617', ], 'America/Araguaina' => [ 'backgroundColor' => '#bb0e1b', ], 'America/Maceio' => [ 'backgroundColor' => '#a23354', ], 'America/Bahia' => [ 'backgroundColor' => '#832a83', ], 'America/Sao_Paulo' => [ 'backgroundColor' => '#4c2d85', ], 'America/Campo_Grande' => [ 'backgroundColor' => '#c6ddff', ], 'America/Cuiaba' => [ 'backgroundColor' => '#c0edff', ], 'America/Porto_Velho' => [ 'backgroundColor' => '#c5fffb', ], 'America/Boa_Vista' => [ 'backgroundColor' => '#baffcc', ], 'America/Manaus' => [ 'backgroundColor' => '#e4fbb4', ], 'America/Eirunepe' => [ 'backgroundColor' => '#fff7ad', ], 'America/Rio_Branco' => [ 'backgroundColor' => '#ffdebc', ], 'America/Santiago' => [ 'backgroundColor' => '#ffd4d0', ], 'Pacific/Easter' => [ 'backgroundColor' => '#fde2eb', ], 'America/Bogota' => [ 'backgroundColor' => '#f7d0fd', ], 'America/Curacao' => [ 'backgroundColor' => '#e2d4fd', ], 'America/Guayaquil' => [ 'backgroundColor' => '#517bf8', ], 'Pacific/Galapagos' => [ 'backgroundColor' => '#36b0ff', ], 'Atlantic/Stanley' => [ 'backgroundColor' => '#00e0e0', ], 'America/Cayenne' => [ 'backgroundColor' => '#00ba83', ], 'America/Guyana' => [ 'backgroundColor' => '#6cdf46', ], 'America/Asuncion' => [ 'backgroundColor' => '#ffd132', ], 'America/Lima' => [ 'backgroundColor' => '#ff9445', ], 'Atlantic/South_Georgia' => [ 'backgroundColor' => '#fa374f', ], 'America/Paramaribo' => [ 'backgroundColor' => '#f476b1', ], 'America/Port_of_Spain' => [ 'backgroundColor' => '#cd74f2', ], 'America/Montevideo' => [ 'backgroundColor' => '#8f5ff5', ], 'America/Caracas' => [ 'backgroundColor' => '#29388c', ], ], 'oauth_type_dom_style' => [ 'oauth1' => [ 'backgroundColor' => '#517bf8', ], 'oauth2' => [ 'backgroundColor' => '#36b0ff', ], ], 'dri_workflows_parent_type_list_style' => [ 'Tasks' => [ 'backgroundColor' => '#517bf8', ], 'Calls' => [ 'backgroundColor' => '#36b0ff', ], 'Meetings' => [ 'backgroundColor' => '#00e0e0', ], ], 'cj_webhooks_request_method_list_style' => [ 'GET' => [ 'backgroundColor' => '#517bf8', ], 'POST' => [ 'backgroundColor' => '#36b0ff', ], 'PUT' => [ 'backgroundColor' => '#00e0e0', ], 'PATCH' => [ 'backgroundColor' => '#00ba83', ], 'DELETE' => [ 'backgroundColor' => '#6cdf46', ], ], 'configure_record_view_display_dom_style' => [ 'panel_top' => [ 'backgroundColor' => '#517bf8', ], 'panel_bottom' => [ 'backgroundColor' => '#36b0ff', ], 'tab_first' => [ 'backgroundColor' => '#00e0e0', ], 'tab_last' => [ 'backgroundColor' => '#00ba83', ], ], 'charset_dom_style' => [ 'BIG-5' => [ 'backgroundColor' => '#517bf8', ], 'CP1251' => [ 'backgroundColor' => '#36b0ff', ], 'CP1252' => [ 'backgroundColor' => '#00e0e0', ], 'EUC-CN' => [ 'backgroundColor' => '#00ba83', ], 'EUC-JP' => [ 'backgroundColor' => '#6cdf46', ], 'EUC-KR' => [ 'backgroundColor' => '#ffd132', ], 'EUC-TW' => [ 'backgroundColor' => '#ff9445', ], 'ISO-2022-JP' => [ 'backgroundColor' => '#fa374f', ], 'ISO-2022-KR' => [ 'backgroundColor' => '#f476b1', ], 'ISO-8859-1' => [ 'backgroundColor' => '#cd74f2', ], 'ISO-8859-2' => [ 'backgroundColor' => '#8f5ff5', ], 'ISO-8859-3' => [ 'backgroundColor' => '#29388c', ], 'ISO-8859-4' => [ 'backgroundColor' => '#145c95', ], 'ISO-8859-5' => [ 'backgroundColor' => '#00636e', ], 'ISO-8859-6' => [ 'backgroundColor' => '#056f37', ], 'ISO-8859-7' => [ 'backgroundColor' => '#537600', ], 'ISO-8859-8' => [ 'backgroundColor' => '#866500', ], 'ISO-8859-9' => [ 'backgroundColor' => '#9b4617', ], 'ISO-8859-10' => [ 'backgroundColor' => '#bb0e1b', ], 'ISO-8859-13' => [ 'backgroundColor' => '#a23354', ], 'ISO-8859-14' => [ 'backgroundColor' => '#832a83', ], 'ISO-8859-15' => [ 'backgroundColor' => '#4c2d85', ], 'KOI8-R' => [ 'backgroundColor' => '#c6ddff', ], 'KOI8-U' => [ 'backgroundColor' => '#c0edff', ], 'SJIS' => [ 'backgroundColor' => '#c5fffb', ], 'UTF-8' => [ 'backgroundColor' => '#baffcc', ], ], 'state_dom_style' => [ 'AL' => [ 'backgroundColor' => '#517bf8', ], 'AK' => [ 'backgroundColor' => '#36b0ff', ], 'AZ' => [ 'backgroundColor' => '#00e0e0', ], 'AR' => [ 'backgroundColor' => '#00ba83', ], 'CA' => [ 'backgroundColor' => '#6cdf46', ], 'CO' => [ 'backgroundColor' => '#ffd132', ], 'CT' => [ 'backgroundColor' => '#ff9445', ], 'DE' => [ 'backgroundColor' => '#fa374f', ], 'DC' => [ 'backgroundColor' => '#f476b1', ], 'FL' => [ 'backgroundColor' => '#cd74f2', ], 'GA' => [ 'backgroundColor' => '#8f5ff5', ], 'HI' => [ 'backgroundColor' => '#29388c', ], 'ID' => [ 'backgroundColor' => '#145c95', ], 'IL' => [ 'backgroundColor' => '#00636e', ], 'IN' => [ 'backgroundColor' => '#056f37', ], 'IA' => [ 'backgroundColor' => '#537600', ], 'KS' => [ 'backgroundColor' => '#866500', ], 'KY' => [ 'backgroundColor' => '#9b4617', ], 'LA' => [ 'backgroundColor' => '#bb0e1b', ], 'ME' => [ 'backgroundColor' => '#a23354', ], 'MD' => [ 'backgroundColor' => '#832a83', ], 'MA' => [ 'backgroundColor' => '#4c2d85', ], 'MI' => [ 'backgroundColor' => '#c6ddff', ], 'MN' => [ 'backgroundColor' => '#c0edff', ], 'MS' => [ 'backgroundColor' => '#c5fffb', ], 'MO' => [ 'backgroundColor' => '#baffcc', ], 'MT' => [ 'backgroundColor' => '#e4fbb4', ], 'NE' => [ 'backgroundColor' => '#fff7ad', ], 'NV' => [ 'backgroundColor' => '#ffdebc', ], 'NH' => [ 'backgroundColor' => '#ffd4d0', ], 'NJ' => [ 'backgroundColor' => '#fde2eb', ], 'NM' => [ 'backgroundColor' => '#f7d0fd', ], 'NY' => [ 'backgroundColor' => '#e2d4fd', ], 'NC' => [ 'backgroundColor' => '#517bf8', ], 'ND' => [ 'backgroundColor' => '#36b0ff', ], 'OH' => [ 'backgroundColor' => '#00e0e0', ], 'OK' => [ 'backgroundColor' => '#00ba83', ], 'OR' => [ 'backgroundColor' => '#6cdf46', ], 'PA' => [ 'backgroundColor' => '#ffd132', ], 'RI' => [ 'backgroundColor' => '#ff9445', ], 'SC' => [ 'backgroundColor' => '#fa374f', ], 'SD' => [ 'backgroundColor' => '#f476b1', ], 'TN' => [ 'backgroundColor' => '#cd74f2', ], 'TX' => [ 'backgroundColor' => '#8f5ff5', ], 'UT' => [ 'backgroundColor' => '#29388c', ], 'VT' => [ 'backgroundColor' => '#145c95', ], 'VA' => [ 'backgroundColor' => '#00636e', ], 'WA' => [ 'backgroundColor' => '#056f37', ], 'WV' => [ 'backgroundColor' => '#537600', ], 'WI' => [ 'backgroundColor' => '#866500', ], 'WY' => [ 'backgroundColor' => '#9b4617', ], ], 'cj_webhooks_request_body_list_style' => [ 'journey_body' => [ 'backgroundColor' => '#517bf8', ], 'custom_body' => [ 'backgroundColor' => '#36b0ff', ], ], 'history_limit_options_style' => [ 5 => [ 'backgroundColor' => '#517bf8', ], 10 => [ 'backgroundColor' => '#36b0ff', ], 15 => [ 'backgroundColor' => '#00e0e0', ], 20 => [ 'backgroundColor' => '#00ba83', ], ], 'doc_merge_default_region_url_style' => [ 'us-west-2' => [ 'backgroundColor' => '#517bf8', ], 'ca-central-1' => [ 'backgroundColor' => '#36b0ff', ], 'ap-southeast-1' => [ 'backgroundColor' => '#00e0e0', ], 'ap-southeast-2' => [ 'backgroundColor' => '#00ba83', ], 'eu-central-1' => [ 'backgroundColor' => '#6cdf46', ], 'eu-west-2' => [ 'backgroundColor' => '#ffd132', ], ], 'cj_webhooks_response_format_list_style' => [ 'no_response' => [ 'backgroundColor' => '#517bf8', ], 'json' => [ 'backgroundColor' => '#36b0ff', ], 'http_query' => [ 'backgroundColor' => '#00e0e0', ], 'text' => [ 'backgroundColor' => '#00ba83', ], ], 'cj_select_to_options_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'specific_users' => [ 'backgroundColor' => '#36b0ff', ], 'specific_contacts' => [ 'backgroundColor' => '#00e0e0', ], 'related_parent_users' => [ 'backgroundColor' => '#00ba83', ], 'related_parent_contacts' => [ 'backgroundColor' => '#6cdf46', ], 'add_all_contacts_from_parent' => [ 'backgroundColor' => '#ffd132', ], ], 'cj_forms_taget_action_module_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Smart Guide Stage' => [ 'backgroundColor' => '#36b0ff', ], 'Smart Guide Activities' => [ 'backgroundColor' => '#00e0e0', ], 'Smart Guide' => [ 'backgroundColor' => '#00ba83', ], ], 'dri_workflow_task_templates_assignee_rule_list_style' => [ 'inherit' => [ 'backgroundColor' => '#517bf8', ], 'none' => [ 'backgroundColor' => '#36b0ff', ], 'create' => [ 'backgroundColor' => '#00e0e0', ], 'stage_start' => [ 'backgroundColor' => '#00ba83', ], 'previous_activity_completed' => [ 'backgroundColor' => '#6cdf46', ], 'specific_activity_completed' => [ 'backgroundColor' => '#ffd132', ], ], 'dri_workflow_activities_action_list_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'in_progress' => [ 'backgroundColor' => '#36b0ff', ], 'completed' => [ 'backgroundColor' => '#00e0e0', ], 'not_applicable' => [ 'backgroundColor' => '#00ba83', ], ], 'forecast_pareto_visibility_options_style' => [ 'user' => [ 'backgroundColor' => '#517bf8', ], 'group' => [ 'backgroundColor' => '#36b0ff', ], ], 'cj_calls_completed_status_list_style' => [ 'Held' => [ 'backgroundColor' => '#517bf8', ], 'Not Held' => [ 'backgroundColor' => '#36b0ff', ], ], 'eapm_list_style' => [ 'Sugar' => [ 'backgroundColor' => '#517bf8', ], 'WebEx' => [ 'backgroundColor' => '#36b0ff', ], 'GoToMeeting' => [ 'backgroundColor' => '#00e0e0', ], 'IBMSmartCloud' => [ 'backgroundColor' => '#00ba83', ], 'Google' => [ 'backgroundColor' => '#6cdf46', ], 'Box' => [ 'backgroundColor' => '#ffd132', ], 'Twitter' => [ 'backgroundColor' => '#ff9445', ], 'Microsoft' => [ 'backgroundColor' => '#fa374f', ], ], 'test_list_style' => [ 'zzz' => [ 'backgroundColor' => '#517bf8', ], 'rwr' => [ 'backgroundColor' => '#36b0ff', ], ], 'forecasts_config_ranges_options_dom_style' => [ 'show_binary' => [ 'backgroundColor' => '#517bf8', ], 'show_buckets' => [ 'backgroundColor' => '#36b0ff', ], 'show_custom_buckets' => [ 'backgroundColor' => '#00e0e0', ], ], 'available_language_dom_style' => [ 'en_us' => [ 'backgroundColor' => '#517bf8', ], ], 'file_type_list_style' => [ 'DOC' => [ 'backgroundColor' => '#517bf8', ], 'PDF' => [ 'backgroundColor' => '#36b0ff', ], 'PPT' => [ 'backgroundColor' => '#00e0e0', ], 'XLS' => [ 'backgroundColor' => '#00ba83', ], ], 'notifications_severity_list_style' => [ 'alert' => [ 'backgroundColor' => '#517bf8', ], 'information' => [ 'backgroundColor' => '#36b0ff', ], 'other' => [ 'backgroundColor' => '#00e0e0', ], 'success' => [ 'backgroundColor' => '#00ba83', ], 'warning' => [ 'backgroundColor' => '#6cdf46', ], ], 'forecasts_config_worksheet_layout_forecast_by_options_dom_style' => [ 'RevenueLineItems' => [ 'backgroundColor' => '#517bf8', ], 'Opportunities' => [ 'backgroundColor' => '#36b0ff', ], ], 'forecast_fiscal_year_options_style' => [ 'current_year' => [ 'backgroundColor' => '#517bf8', ], 'next_year' => [ 'backgroundColor' => '#36b0ff', ], ], 'email_check_interval_dom_style' => [-1 => [ 'backgroundColor' => '#517bf8', ], 5 => [ 'backgroundColor' => '#36b0ff', ], 15 => [ 'backgroundColor' => '#00e0e0', ], 30 => [ 'backgroundColor' => '#00ba83', ], 60 => [ 'backgroundColor' => '#6cdf46', ], ], 'business_rule_type_list_style' => [ 'single' => [ 'backgroundColor' => '#517bf8', ], ], 'drive_types_style' => [ 'google' => [ 'backgroundColor' => '#517bf8', ], 'onedrive' => [ 'backgroundColor' => '#36b0ff', ], 'dropbox' => [ 'backgroundColor' => '#00e0e0', ], 'sharepoint' => [ 'backgroundColor' => '#00ba83', ], ], 'maps_display_type_list_style' => [ 'r' => [ 'backgroundColor' => '#517bf8', ], 'a' => [ 'backgroundColor' => '#36b0ff', ], 'rd' => [ 'backgroundColor' => '#00e0e0', ], ], 'stage2_preferences_category_style' => [ 'All' => [ 'backgroundColor' => '#517bf8', ], 'General' => [ 'backgroundColor' => '#36b0ff', ], 'Finance' => [ 'backgroundColor' => '#00e0e0', ], 'People' => [ 'backgroundColor' => '#00ba83', ], 'Press Releases' => [ 'backgroundColor' => '#6cdf46', ], 'Other' => [ 'backgroundColor' => '#ffd132', ], ], 'maps_display_zoom_list_style' => [ 1 => [ 'backgroundColor' => '#517bf8', ], 2 => [ 'backgroundColor' => '#36b0ff', ], 3 => [ 'backgroundColor' => '#00e0e0', ], 4 => [ 'backgroundColor' => '#00ba83', ], 5 => [ 'backgroundColor' => '#6cdf46', ], 6 => [ 'backgroundColor' => '#ffd132', ], 7 => [ 'backgroundColor' => '#ff9445', ], 8 => [ 'backgroundColor' => '#fa374f', ], 9 => [ 'backgroundColor' => '#f476b1', ], 10 => [ 'backgroundColor' => '#cd74f2', ], 11 => [ 'backgroundColor' => '#8f5ff5', ], 12 => [ 'backgroundColor' => '#29388c', ], 13 => [ 'backgroundColor' => '#145c95', ], 14 => [ 'backgroundColor' => '#00636e', ], 15 => [ 'backgroundColor' => '#056f37', ], 16 => [ 'backgroundColor' => '#537600', ], 17 => [ 'backgroundColor' => '#866500', ], 18 => [ 'backgroundColor' => '#9b4617', ], 19 => [ 'backgroundColor' => '#bb0e1b', ], ], 'process_et_field_type_style' => [ 'none' => [ 'backgroundColor' => '#517bf8', ], 'future' => [ 'backgroundColor' => '#36b0ff', ], 'old' => [ 'backgroundColor' => '#00e0e0', ], 'both' => [ 'backgroundColor' => '#00ba83', ], ], 'account_type_dom_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'Analyst' => [ 'backgroundColor' => '#36b0ff', ], 'Competitor' => [ 'backgroundColor' => '#00e0e0', ], 'Customer' => [ 'backgroundColor' => '#00ba83', ], 'Integrator' => [ 'backgroundColor' => '#6cdf46', ], 'Investor' => [ 'backgroundColor' => '#ffd132', ], 'Partner' => [ 'backgroundColor' => '#ff9445', ], 'Press' => [ 'backgroundColor' => '#fa374f', ], 'Prospect' => [ 'backgroundColor' => '#f476b1', ], 'Reseller' => [ 'backgroundColor' => '#cd74f2', ], 'Other' => [ 'backgroundColor' => '#8f5ff5', ], ], 'merge_status_list_style' => [ 'processing' => [ 'backgroundColor' => '#517bf8', ], 'error' => [ 'backgroundColor' => '#36b0ff', ], 'success' => [ 'backgroundColor' => '#00e0e0', ], 'canceled' => [ 'backgroundColor' => '#00ba83', ], 'document_load' => [ 'backgroundColor' => '#6cdf46', ], 'tags_extract' => [ 'backgroundColor' => '#ffd132', ], 'tags_validate' => [ 'backgroundColor' => '#ff9445', ], 'data_retrieving' => [ 'backgroundColor' => '#fa374f', ], 'serialize_document' => [ 'backgroundColor' => '#f476b1', ], 'send_document' => [ 'backgroundColor' => '#cd74f2', ], ], 'forecasts_timeperiod_types_dom_style' => [ 'chronological' => [ 'backgroundColor' => '#517bf8', ], ], 'emailTemplates_type_list_campaigns_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'campaign' => [ 'backgroundColor' => '#36b0ff', ], ], 'stage2_preferences_type_style' => [ 'owner' => [ 'backgroundColor' => '#517bf8', ], 'favorites' => [ 'backgroundColor' => '#36b0ff', ], 'tags' => [ 'backgroundColor' => '#00e0e0', ], ], 'documentation_style' => [ 'LBL_DOCS' => [ 'backgroundColor' => '#517bf8', ], 'ULT' => [ 'backgroundColor' => '#36b0ff', ], 'ENT' => [ 'backgroundColor' => '#00e0e0', ], 'CORP' => [ 'backgroundColor' => '#00ba83', ], 'PRO' => [ 'backgroundColor' => '#6cdf46', ], ], 'iso_currency_name_style' => [ 'ALL' => [ 'backgroundColor' => '#517bf8', ], 'USD' => [ 'backgroundColor' => '#36b0ff', ], 'AFN' => [ 'backgroundColor' => '#00e0e0', ], 'ARS' => [ 'backgroundColor' => '#00ba83', ], 'AWG' => [ 'backgroundColor' => '#6cdf46', ], 'AUD' => [ 'backgroundColor' => '#ffd132', ], 'AZN' => [ 'backgroundColor' => '#ff9445', ], 'BSD' => [ 'backgroundColor' => '#fa374f', ], 'BBD' => [ 'backgroundColor' => '#f476b1', ], 'BYR' => [ 'backgroundColor' => '#cd74f2', ], 'EUR' => [ 'backgroundColor' => '#8f5ff5', ], 'BZD' => [ 'backgroundColor' => '#29388c', ], 'BMD' => [ 'backgroundColor' => '#145c95', ], 'BOB' => [ 'backgroundColor' => '#00636e', ], 'BAM' => [ 'backgroundColor' => '#056f37', ], 'BWP' => [ 'backgroundColor' => '#537600', ], 'BGN' => [ 'backgroundColor' => '#866500', ], 'BRL' => [ 'backgroundColor' => '#9b4617', ], 'GBP' => [ 'backgroundColor' => '#bb0e1b', ], 'BND' => [ 'backgroundColor' => '#a23354', ], 'KHR' => [ 'backgroundColor' => '#832a83', ], 'CAD' => [ 'backgroundColor' => '#4c2d85', ], 'KYD' => [ 'backgroundColor' => '#c6ddff', ], 'CLP' => [ 'backgroundColor' => '#c0edff', ], 'CNY' => [ 'backgroundColor' => '#c5fffb', ], 'COP' => [ 'backgroundColor' => '#baffcc', ], 'CRC' => [ 'backgroundColor' => '#e4fbb4', ], 'HRK' => [ 'backgroundColor' => '#fff7ad', ], 'CUP' => [ 'backgroundColor' => '#ffdebc', ], 'CZK' => [ 'backgroundColor' => '#ffd4d0', ], 'DKK' => [ 'backgroundColor' => '#fde2eb', ], 'DOP' => [ 'backgroundColor' => '#f7d0fd', ], 'XCD' => [ 'backgroundColor' => '#e2d4fd', ], 'EGP' => [ 'backgroundColor' => '#517bf8', ], 'SVC' => [ 'backgroundColor' => '#36b0ff', ], 'EEK' => [ 'backgroundColor' => '#00e0e0', ], 'FKP' => [ 'backgroundColor' => '#00ba83', ], 'FJD' => [ 'backgroundColor' => '#6cdf46', ], 'GHC' => [ 'backgroundColor' => '#ffd132', ], 'GIP' => [ 'backgroundColor' => '#ff9445', ], 'GTQ' => [ 'backgroundColor' => '#fa374f', ], 'GGP' => [ 'backgroundColor' => '#f476b1', ], 'GYD' => [ 'backgroundColor' => '#cd74f2', ], 'HNL' => [ 'backgroundColor' => '#8f5ff5', ], 'HKD' => [ 'backgroundColor' => '#29388c', ], 'HUF' => [ 'backgroundColor' => '#145c95', ], 'ISK' => [ 'backgroundColor' => '#00636e', ], 'INR' => [ 'backgroundColor' => '#056f37', ], 'IDR' => [ 'backgroundColor' => '#537600', ], 'IRR' => [ 'backgroundColor' => '#866500', ], 'IMP' => [ 'backgroundColor' => '#9b4617', ], 'ILS' => [ 'backgroundColor' => '#bb0e1b', ], 'JMD' => [ 'backgroundColor' => '#a23354', ], 'JPY' => [ 'backgroundColor' => '#832a83', ], 'JEP' => [ 'backgroundColor' => '#4c2d85', ], 'KZT' => [ 'backgroundColor' => '#c6ddff', ], 'KPW' => [ 'backgroundColor' => '#c0edff', ], 'KRW' => [ 'backgroundColor' => '#c5fffb', ], 'KGS' => [ 'backgroundColor' => '#baffcc', ], 'LAK' => [ 'backgroundColor' => '#e4fbb4', ], 'LVL' => [ 'backgroundColor' => '#fff7ad', ], 'LBP' => [ 'backgroundColor' => '#ffdebc', ], 'LRD' => [ 'backgroundColor' => '#ffd4d0', ], 'CHF' => [ 'backgroundColor' => '#fde2eb', ], 'LTL' => [ 'backgroundColor' => '#f7d0fd', ], 'MKD' => [ 'backgroundColor' => '#e2d4fd', ], 'MYR' => [ 'backgroundColor' => '#517bf8', ], 'MUR' => [ 'backgroundColor' => '#36b0ff', ], 'MXN' => [ 'backgroundColor' => '#00e0e0', ], 'MNT' => [ 'backgroundColor' => '#00ba83', ], 'MZN' => [ 'backgroundColor' => '#6cdf46', ], 'NAD' => [ 'backgroundColor' => '#ffd132', ], 'NPR' => [ 'backgroundColor' => '#ff9445', ], 'ANG' => [ 'backgroundColor' => '#fa374f', ], 'NZD' => [ 'backgroundColor' => '#f476b1', ], 'NIO' => [ 'backgroundColor' => '#cd74f2', ], 'NGN' => [ 'backgroundColor' => '#8f5ff5', ], 'NOK' => [ 'backgroundColor' => '#29388c', ], 'OMR' => [ 'backgroundColor' => '#145c95', ], 'PKR' => [ 'backgroundColor' => '#00636e', ], 'PAB' => [ 'backgroundColor' => '#056f37', ], 'PYG' => [ 'backgroundColor' => '#537600', ], 'PEN' => [ 'backgroundColor' => '#866500', ], 'PHP' => [ 'backgroundColor' => '#9b4617', ], 'PLN' => [ 'backgroundColor' => '#bb0e1b', ], 'QAR' => [ 'backgroundColor' => '#a23354', ], 'RON' => [ 'backgroundColor' => '#832a83', ], 'RUB' => [ 'backgroundColor' => '#4c2d85', ], 'SHP' => [ 'backgroundColor' => '#c6ddff', ], 'SAR' => [ 'backgroundColor' => '#c0edff', ], 'RSD' => [ 'backgroundColor' => '#c5fffb', ], 'SCR' => [ 'backgroundColor' => '#baffcc', ], 'SGD' => [ 'backgroundColor' => '#e4fbb4', ], 'SBD' => [ 'backgroundColor' => '#fff7ad', ], 'SOS' => [ 'backgroundColor' => '#ffdebc', ], 'ZAR' => [ 'backgroundColor' => '#ffd4d0', ], 'LKR' => [ 'backgroundColor' => '#fde2eb', ], 'SEK' => [ 'backgroundColor' => '#f7d0fd', ], 'SRD' => [ 'backgroundColor' => '#e2d4fd', ], 'SYP' => [ 'backgroundColor' => '#517bf8', ], 'TWD' => [ 'backgroundColor' => '#36b0ff', ], 'THB' => [ 'backgroundColor' => '#00e0e0', ], 'TTD' => [ 'backgroundColor' => '#00ba83', ], 'TRY' => [ 'backgroundColor' => '#6cdf46', ], 'TRL' => [ 'backgroundColor' => '#ffd132', ], 'TVD' => [ 'backgroundColor' => '#ff9445', ], 'UAH' => [ 'backgroundColor' => '#fa374f', ], 'UYU' => [ 'backgroundColor' => '#f476b1', ], 'UZS' => [ 'backgroundColor' => '#cd74f2', ], 'VEF' => [ 'backgroundColor' => '#8f5ff5', ], 'VND' => [ 'backgroundColor' => '#29388c', ], 'YER' => [ 'backgroundColor' => '#145c95', ], 'ZWD' => [ 'backgroundColor' => '#00636e', ], ], 'market_interest_prediction_dom_style' => [ 5 => [ 'backgroundColor' => '#517bf8', ], 4 => [ 'backgroundColor' => '#36b0ff', ], 3 => [ 'backgroundColor' => '#00e0e0', ], 2 => [ 'backgroundColor' => '#00ba83', ], 1 => [ 'backgroundColor' => '#6cdf46', ], ], 'emailTemplates_type_list_no_workflow_style' => [ '' => [ 'backgroundColor' => '#517bf8', ], 'campaign' => [ 'backgroundColor' => '#36b0ff', ], 'email' => [ 'backgroundColor' => '#00e0e0', ], ], 'iso_currency_symbol_style' => [ 'ALL' => [ 'backgroundColor' => '#517bf8', ], 'USD' => [ 'backgroundColor' => '#36b0ff', ], 'AFN' => [ 'backgroundColor' => '#00e0e0', ], 'ARS' => [ 'backgroundColor' => '#00ba83', ], 'AWG' => [ 'backgroundColor' => '#6cdf46', ], 'AUD' => [ 'backgroundColor' => '#ffd132', ], 'AZN' => [ 'backgroundColor' => '#ff9445', ], 'BSD' => [ 'backgroundColor' => '#fa374f', ], 'BBD' => [ 'backgroundColor' => '#f476b1', ], 'BYR' => [ 'backgroundColor' => '#cd74f2', ], 'EUR' => [ 'backgroundColor' => '#8f5ff5', ], 'BZD' => [ 'backgroundColor' => '#29388c', ], 'BMD' => [ 'backgroundColor' => '#145c95', ], 'BOB' => [ 'backgroundColor' => '#00636e', ], 'BAM' => [ 'backgroundColor' => '#056f37', ], 'BWP' => [ 'backgroundColor' => '#537600', ], 'BGN' => [ 'backgroundColor' => '#866500', ], 'BRL' => [ 'backgroundColor' => '#9b4617', ], 'GBP' => [ 'backgroundColor' => '#bb0e1b', ], 'BND' => [ 'backgroundColor' => '#a23354', ], 'KHR' => [ 'backgroundColor' => '#832a83', ], 'CAD' => [ 'backgroundColor' => '#4c2d85', ], 'KYD' => [ 'backgroundColor' => '#c6ddff', ], 'CLP' => [ 'backgroundColor' => '#c0edff', ], 'CNY' => [ 'backgroundColor' => '#c5fffb', ], 'COP' => [ 'backgroundColor' => '#baffcc', ], 'CRC' => [ 'backgroundColor' => '#e4fbb4', ], 'HRK' => [ 'backgroundColor' => '#fff7ad', ], 'CUP' => [ 'backgroundColor' => '#ffdebc', ], 'CZK' => [ 'backgroundColor' => '#ffd4d0', ], 'DKK' => [ 'backgroundColor' => '#fde2eb', ], 'DOP' => [ 'backgroundColor' => '#f7d0fd', ], 'XCD' => [ 'backgroundColor' => '#e2d4fd', ], 'EGP' => [ 'backgroundColor' => '#517bf8', ], 'SVC' => [ 'backgroundColor' => '#36b0ff', ], 'EEK' => [ 'backgroundColor' => '#00e0e0', ], 'FKP' => [ 'backgroundColor' => '#00ba83', ], 'FJD' => [ 'backgroundColor' => '#6cdf46', ], 'GHC' => [ 'backgroundColor' => '#ffd132', ], 'GIP' => [ 'backgroundColor' => '#ff9445', ], 'GTQ' => [ 'backgroundColor' => '#fa374f', ], 'GGP' => [ 'backgroundColor' => '#f476b1', ], 'GYD' => [ 'backgroundColor' => '#cd74f2', ], 'HNL' => [ 'backgroundColor' => '#8f5ff5', ], 'HKD' => [ 'backgroundColor' => '#29388c', ], 'HUF' => [ 'backgroundColor' => '#145c95', ], 'ISK' => [ 'backgroundColor' => '#00636e', ], 'INR' => [ 'backgroundColor' => '#056f37', ], 'IDR' => [ 'backgroundColor' => '#537600', ], 'IRR' => [ 'backgroundColor' => '#866500', ], 'IMP' => [ 'backgroundColor' => '#9b4617', ], 'ILS' => [ 'backgroundColor' => '#bb0e1b', ], 'JMD' => [ 'backgroundColor' => '#a23354', ], 'JPY' => [ 'backgroundColor' => '#832a83', ], 'JEP' => [ 'backgroundColor' => '#4c2d85', ], 'KZT' => [ 'backgroundColor' => '#c6ddff', ], 'KPW' => [ 'backgroundColor' => '#c0edff', ], 'KRW' => [ 'backgroundColor' => '#c5fffb', ], 'KGS' => [ 'backgroundColor' => '#baffcc', ], 'LAK' => [ 'backgroundColor' => '#e4fbb4', ], 'LVL' => [ 'backgroundColor' => '#fff7ad', ], 'LBP' => [ 'backgroundColor' => '#ffdebc', ], 'LRD' => [ 'backgroundColor' => '#ffd4d0', ], 'CHF' => [ 'backgroundColor' => '#fde2eb', ], 'LTL' => [ 'backgroundColor' => '#f7d0fd', ], 'MKD' => [ 'backgroundColor' => '#e2d4fd', ], 'MYR' => [ 'backgroundColor' => '#517bf8', ], 'MUR' => [ 'backgroundColor' => '#36b0ff', ], 'MXN' => [ 'backgroundColor' => '#00e0e0', ], 'MNT' => [ 'backgroundColor' => '#00ba83', ], 'MZN' => [ 'backgroundColor' => '#6cdf46', ], 'NAD' => [ 'backgroundColor' => '#ffd132', ], 'NPR' => [ 'backgroundColor' => '#ff9445', ], 'ANG' => [ 'backgroundColor' => '#fa374f', ], 'NZD' => [ 'backgroundColor' => '#f476b1', ], 'NIO' => [ 'backgroundColor' => '#cd74f2', ], 'NGN' => [ 'backgroundColor' => '#8f5ff5', ], 'NOK' => [ 'backgroundColor' => '#29388c', ], 'OMR' => [ 'backgroundColor' => '#145c95', ], 'PKR' => [ 'backgroundColor' => '#00636e', ], 'PAB' => [ 'backgroundColor' => '#056f37', ], 'PYG' => [ 'backgroundColor' => '#537600', ], 'PEN' => [ 'backgroundColor' => '#866500', ], 'PHP' => [ 'backgroundColor' => '#9b4617', ], 'PLN' => [ 'backgroundColor' => '#bb0e1b', ], 'QAR' => [ 'backgroundColor' => '#a23354', ], 'RON' => [ 'backgroundColor' => '#832a83', ], 'RUB' => [ 'backgroundColor' => '#4c2d85', ], 'SHP' => [ 'backgroundColor' => '#c6ddff', ], 'SAR' => [ 'backgroundColor' => '#c0edff', ], 'RSD' => [ 'backgroundColor' => '#c5fffb', ], 'SCR' => [ 'backgroundColor' => '#baffcc', ], 'SGD' => [ 'backgroundColor' => '#e4fbb4', ], 'SBD' => [ 'backgroundColor' => '#fff7ad', ], 'SOS' => [ 'backgroundColor' => '#ffdebc', ], 'ZAR' => [ 'backgroundColor' => '#ffd4d0', ], 'LKR' => [ 'backgroundColor' => '#fde2eb', ], 'SEK' => [ 'backgroundColor' => '#f7d0fd', ], 'SRD' => [ 'backgroundColor' => '#e2d4fd', ], 'SYP' => [ 'backgroundColor' => '#517bf8', ], 'TWD' => [ 'backgroundColor' => '#36b0ff', ], 'THB' => [ 'backgroundColor' => '#00e0e0', ], 'TTD' => [ 'backgroundColor' => '#00ba83', ], 'TRY' => [ 'backgroundColor' => '#6cdf46', ], 'TRL' => [ 'backgroundColor' => '#ffd132', ], 'TVD' => [ 'backgroundColor' => '#ff9445', ], 'UAH' => [ 'backgroundColor' => '#fa374f', ], 'UYU' => [ 'backgroundColor' => '#f476b1', ], 'UZS' => [ 'backgroundColor' => '#cd74f2', ], 'VEF' => [ 'backgroundColor' => '#8f5ff5', ], 'VND' => [ 'backgroundColor' => '#29388c', ], 'YER' => [ 'backgroundColor' => '#145c95', ], 'ZWD' => [ 'backgroundColor' => '#00636e', ], ], 'forecasts_timeperiod_options_dom_style' => [ 'Annual' => [ 'backgroundColor' => '#517bf8', ], 'Quarter' => [ 'backgroundColor' => '#36b0ff', ], ], 'web_hook_request_method_list_style' => [ 'POST' => [ 'backgroundColor' => '#517bf8', ], 'GET' => [ 'backgroundColor' => '#36b0ff', ], 'PUT' => [ 'backgroundColor' => '#00e0e0', ], 'DELETE' => [ 'backgroundColor' => '#00ba83', ], ], 'merge_type_list_style' => [ 'merge' => [ 'backgroundColor' => '#517bf8', ], 'convert' => [ 'backgroundColor' => '#36b0ff', ], 'multimerge' => [ 'backgroundColor' => '#00e0e0', ], 'multimerge_convert' => [ 'backgroundColor' => '#00ba83', ], 'labelsgenerate' => [ 'backgroundColor' => '#6cdf46', ], 'labelsgenerate_convert' => [ 'backgroundColor' => '#ffd132', ], 'excel' => [ 'backgroundColor' => '#ff9445', ], 'excel_convert' => [ 'backgroundColor' => '#fa374f', ], 'presentation' => [ 'backgroundColor' => '#f476b1', ], 'presentation_convert' => [ 'backgroundColor' => '#cd74f2', ], ], 'pdfmanager_yes_no_list_style' => [ 'yes' => [ 'backgroundColor' => '#517bf8', ], 'no' => [ 'backgroundColor' => '#36b0ff', ], ], 'gc_status_list_style' => [ '-blank-' => [ 'backgroundColor' => '#517bf8', ], 'Exact' => [ 'backgroundColor' => '#36b0ff', ], 'Null_address_components' => [ 'backgroundColor' => '#00e0e0', ], 'Invalid_address' => [ 'backgroundColor' => '#00ba83', ], 'Invalid_server_response_not_XML' => [ 'backgroundColor' => '#6cdf46', ], 'Invalid_address_no_location' => [ 'backgroundColor' => '#ffd132', ], 'Ambiguous_address' => [ 'backgroundColor' => '#ff9445', ], ], ];