diff --git a/.forceignore b/.forceignore new file mode 100644 index 0000000..29af63a --- /dev/null +++ b/.forceignore @@ -0,0 +1,3 @@ +**/jsconfig.json + +**/.eslintrc.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45e40e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# VS Code IDE Related +.vscode/ +.history/ + +# Illuminated Cloud Related +.idea/ +IlluminatedCloud + +# SFDX Related +.sfdx/ + +# NPM Related +package.json +/node_modules +package-lock.json diff --git a/.project b/.project deleted file mode 100644 index 7981f03..0000000 --- a/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - Milestones-PM - - - - - - com.salesforce.ide.builder.default - - - - - com.salesforce.ide.builder.online - - - - - - com.salesforce.ide.nature.default - com.salesforce.ide.nature.online - - diff --git a/.settings/com.salesforce.ide.core.prefs b/.settings/com.salesforce.ide.core.prefs deleted file mode 100644 index a741308..0000000 --- a/.settings/com.salesforce.ide.core.prefs +++ /dev/null @@ -1,13 +0,0 @@ -#Fri May 04 17:11:17 CDT 2012 -eclipse.preferences.version=1 -endpointApiVersion=23.0 -endpointEnvironment=Production/Developer Edition -endpointServer=www.salesforce.com -httpsProtocol=true -ideVersion=23.0 -keependpoint=false -metadataFormatVersion=23.0 -namespacePrefix= -packageName=unpackaged -readTimeout=400 -username=labs@labs.266 diff --git a/config/project-scratch-def.json b/config/project-scratch-def.json new file mode 100644 index 0000000..04a289d --- /dev/null +++ b/config/project-scratch-def.json @@ -0,0 +1,18 @@ +{ + "orgName": "Salesforce Labs", + "edition": "Developer", + "features": [], + "settings": { + "lightningExperienceSettings": { + "enableS1DesktopEnabled": true + }, + "securitySettings": { + "passwordPolicies": { + "enableSetPasswordInApi": true + } + }, + "mobileSettings": { + "enableS1EncryptedStoragePref2": false + } + } +} diff --git a/src/analyticSnapshots/Project_Status_Analytic_Snapshot.snapshot b/force-app/main/default/analyticSnapshots/Project_Status_Analytic_Snapshot.snapshot-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/analyticSnapshots/Project_Status_Analytic_Snapshot.snapshot rename to force-app/main/default/analyticSnapshots/Project_Status_Analytic_Snapshot.snapshot-meta.xml diff --git a/src/applications/Project_Mgmt_Labs.app b/force-app/main/default/applications/Project_Mgmt_Labs.app-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/applications/Project_Mgmt_Labs.app rename to force-app/main/default/applications/Project_Mgmt_Labs.app-meta.xml diff --git a/force-app/main/default/aura/.eslintrc.json b/force-app/main/default/aura/.eslintrc.json new file mode 100644 index 0000000..b637383 --- /dev/null +++ b/force-app/main/default/aura/.eslintrc.json @@ -0,0 +1,9 @@ +{ + "plugins": ["@salesforce/eslint-plugin-aura"], + "extends": ["plugin:@salesforce/eslint-plugin-aura/recommended", "prettier"], + "rules": { + "func-names": "off", + "vars-on-top": "off", + "no-unused-expressions": "off" + } +} diff --git a/src/aura/mytasks/mytasks.cmp b/force-app/main/default/aura/mytasks/mytasks.cmp similarity index 100% rename from src/aura/mytasks/mytasks.cmp rename to force-app/main/default/aura/mytasks/mytasks.cmp diff --git a/src/aura/mytasks/mytasks.cmp-meta.xml b/force-app/main/default/aura/mytasks/mytasks.cmp-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/aura/mytasks/mytasks.cmp-meta.xml rename to force-app/main/default/aura/mytasks/mytasks.cmp-meta.xml diff --git a/src/aura/mytasks/mytasksController.js b/force-app/main/default/aura/mytasks/mytasksController.js similarity index 100% rename from src/aura/mytasks/mytasksController.js rename to force-app/main/default/aura/mytasks/mytasksController.js diff --git a/src/aura/mytasks/mytasksHelper.js b/force-app/main/default/aura/mytasks/mytasksHelper.js similarity index 100% rename from src/aura/mytasks/mytasksHelper.js rename to force-app/main/default/aura/mytasks/mytasksHelper.js diff --git a/src/aura/tasklist/tasklist.cmp b/force-app/main/default/aura/tasklist/tasklist.cmp similarity index 100% rename from src/aura/tasklist/tasklist.cmp rename to force-app/main/default/aura/tasklist/tasklist.cmp diff --git a/src/aura/tasklist/tasklist.cmp-meta.xml b/force-app/main/default/aura/tasklist/tasklist.cmp-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/aura/tasklist/tasklist.cmp-meta.xml rename to force-app/main/default/aura/tasklist/tasklist.cmp-meta.xml diff --git a/src/aura/vfApp/vfApp.app b/force-app/main/default/aura/vfApp/vfApp.app similarity index 100% rename from src/aura/vfApp/vfApp.app rename to force-app/main/default/aura/vfApp/vfApp.app diff --git a/src/aura/vfApp/vfApp.app-meta.xml b/force-app/main/default/aura/vfApp/vfApp.app-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/aura/vfApp/vfApp.app-meta.xml rename to force-app/main/default/aura/vfApp/vfApp.app-meta.xml diff --git a/src/classes/Milestone1_Calendar_Item.cls b/force-app/main/default/classes/Milestone1_Calendar_Item.cls similarity index 100% rename from src/classes/Milestone1_Calendar_Item.cls rename to force-app/main/default/classes/Milestone1_Calendar_Item.cls diff --git a/src/classes/Milestone1_Calendar_Item.cls-meta.xml b/force-app/main/default/classes/Milestone1_Calendar_Item.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Calendar_Item.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Calendar_Item.cls-meta.xml diff --git a/src/classes/Milestone1_Charts_GanttController.cls b/force-app/main/default/classes/Milestone1_Charts_GanttController.cls similarity index 100% rename from src/classes/Milestone1_Charts_GanttController.cls rename to force-app/main/default/classes/Milestone1_Charts_GanttController.cls diff --git a/src/classes/Milestone1_Charts_GanttController.cls-meta.xml b/force-app/main/default/classes/Milestone1_Charts_GanttController.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Charts_GanttController.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Charts_GanttController.cls-meta.xml diff --git a/src/classes/Milestone1_Charts_Gantt_Helper.cls b/force-app/main/default/classes/Milestone1_Charts_Gantt_Helper.cls similarity index 100% rename from src/classes/Milestone1_Charts_Gantt_Helper.cls rename to force-app/main/default/classes/Milestone1_Charts_Gantt_Helper.cls diff --git a/src/classes/Milestone1_Charts_Gantt_Helper.cls-meta.xml b/force-app/main/default/classes/Milestone1_Charts_Gantt_Helper.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Charts_Gantt_Helper.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Charts_Gantt_Helper.cls-meta.xml diff --git a/src/classes/Milestone1_Clone_Milestone_Controller.cls b/force-app/main/default/classes/Milestone1_Clone_Milestone_Controller.cls similarity index 100% rename from src/classes/Milestone1_Clone_Milestone_Controller.cls rename to force-app/main/default/classes/Milestone1_Clone_Milestone_Controller.cls diff --git a/src/classes/Milestone1_Clone_Milestone_Controller.cls-meta.xml b/force-app/main/default/classes/Milestone1_Clone_Milestone_Controller.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Clone_Milestone_Controller.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Clone_Milestone_Controller.cls-meta.xml diff --git a/src/classes/Milestone1_Clone_Project_Controller.cls b/force-app/main/default/classes/Milestone1_Clone_Project_Controller.cls similarity index 100% rename from src/classes/Milestone1_Clone_Project_Controller.cls rename to force-app/main/default/classes/Milestone1_Clone_Project_Controller.cls diff --git a/src/classes/Milestone1_Clone_Project_Controller.cls-meta.xml b/force-app/main/default/classes/Milestone1_Clone_Project_Controller.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Clone_Project_Controller.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Clone_Project_Controller.cls-meta.xml diff --git a/src/classes/Milestone1_Clone_Utility.cls b/force-app/main/default/classes/Milestone1_Clone_Utility.cls similarity index 100% rename from src/classes/Milestone1_Clone_Utility.cls rename to force-app/main/default/classes/Milestone1_Clone_Utility.cls diff --git a/src/classes/Milestone1_Clone_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_Clone_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Clone_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Clone_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_Constants.cls b/force-app/main/default/classes/Milestone1_Constants.cls similarity index 100% rename from src/classes/Milestone1_Constants.cls rename to force-app/main/default/classes/Milestone1_Constants.cls diff --git a/src/classes/Milestone1_Constants.cls-meta.xml b/force-app/main/default/classes/Milestone1_Constants.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Constants.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Constants.cls-meta.xml diff --git a/src/classes/Milestone1_Email_Handler.cls b/force-app/main/default/classes/Milestone1_Email_Handler.cls similarity index 100% rename from src/classes/Milestone1_Email_Handler.cls rename to force-app/main/default/classes/Milestone1_Email_Handler.cls diff --git a/src/classes/Milestone1_Email_Handler.cls-meta.xml b/force-app/main/default/classes/Milestone1_Email_Handler.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Email_Handler.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Email_Handler.cls-meta.xml diff --git a/src/classes/Milestone1_Email_Handler_Tst.cls b/force-app/main/default/classes/Milestone1_Email_Handler_Tst.cls similarity index 100% rename from src/classes/Milestone1_Email_Handler_Tst.cls rename to force-app/main/default/classes/Milestone1_Email_Handler_Tst.cls diff --git a/src/classes/Milestone1_Email_Handler_Tst.cls-meta.xml b/force-app/main/default/classes/Milestone1_Email_Handler_Tst.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Email_Handler_Tst.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Email_Handler_Tst.cls-meta.xml diff --git a/src/classes/Milestone1_Email_Utility.cls b/force-app/main/default/classes/Milestone1_Email_Utility.cls similarity index 100% rename from src/classes/Milestone1_Email_Utility.cls rename to force-app/main/default/classes/Milestone1_Email_Utility.cls diff --git a/src/classes/Milestone1_Email_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_Email_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Email_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Email_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_Email_Utility_Tst.cls b/force-app/main/default/classes/Milestone1_Email_Utility_Tst.cls similarity index 100% rename from src/classes/Milestone1_Email_Utility_Tst.cls rename to force-app/main/default/classes/Milestone1_Email_Utility_Tst.cls diff --git a/src/classes/Milestone1_Email_Utility_Tst.cls-meta.xml b/force-app/main/default/classes/Milestone1_Email_Utility_Tst.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Email_Utility_Tst.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Email_Utility_Tst.cls-meta.xml diff --git a/src/classes/Milestone1_Exception.cls b/force-app/main/default/classes/Milestone1_Exception.cls similarity index 100% rename from src/classes/Milestone1_Exception.cls rename to force-app/main/default/classes/Milestone1_Exception.cls diff --git a/src/classes/Milestone1_Exception.cls-meta.xml b/force-app/main/default/classes/Milestone1_Exception.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Exception.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Exception.cls-meta.xml diff --git a/src/classes/Milestone1_Expense_Trigger_Tst.cls b/force-app/main/default/classes/Milestone1_Expense_Trigger_Tst.cls similarity index 100% rename from src/classes/Milestone1_Expense_Trigger_Tst.cls rename to force-app/main/default/classes/Milestone1_Expense_Trigger_Tst.cls diff --git a/src/classes/Milestone1_Expense_Trigger_Tst.cls-meta.xml b/force-app/main/default/classes/Milestone1_Expense_Trigger_Tst.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Expense_Trigger_Tst.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Expense_Trigger_Tst.cls-meta.xml diff --git a/src/classes/Milestone1_Expense_Trigger_Utility.cls b/force-app/main/default/classes/Milestone1_Expense_Trigger_Utility.cls similarity index 100% rename from src/classes/Milestone1_Expense_Trigger_Utility.cls rename to force-app/main/default/classes/Milestone1_Expense_Trigger_Utility.cls diff --git a/src/classes/Milestone1_Expense_Trigger_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_Expense_Trigger_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Expense_Trigger_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Expense_Trigger_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_Export_Project_Controller.cls b/force-app/main/default/classes/Milestone1_Export_Project_Controller.cls similarity index 100% rename from src/classes/Milestone1_Export_Project_Controller.cls rename to force-app/main/default/classes/Milestone1_Export_Project_Controller.cls diff --git a/src/classes/Milestone1_Export_Project_Controller.cls-meta.xml b/force-app/main/default/classes/Milestone1_Export_Project_Controller.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Export_Project_Controller.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Export_Project_Controller.cls-meta.xml diff --git a/src/classes/Milestone1_Export_Project_Controller_Tst.cls b/force-app/main/default/classes/Milestone1_Export_Project_Controller_Tst.cls similarity index 100% rename from src/classes/Milestone1_Export_Project_Controller_Tst.cls rename to force-app/main/default/classes/Milestone1_Export_Project_Controller_Tst.cls diff --git a/src/classes/Milestone1_Export_Project_Controller_Tst.cls-meta.xml b/force-app/main/default/classes/Milestone1_Export_Project_Controller_Tst.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Export_Project_Controller_Tst.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Export_Project_Controller_Tst.cls-meta.xml diff --git a/src/classes/Milestone1_General_Utility.cls b/force-app/main/default/classes/Milestone1_General_Utility.cls similarity index 100% rename from src/classes/Milestone1_General_Utility.cls rename to force-app/main/default/classes/Milestone1_General_Utility.cls diff --git a/src/classes/Milestone1_General_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_General_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_General_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_General_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_GettingStartedController.cls b/force-app/main/default/classes/Milestone1_GettingStartedController.cls similarity index 100% rename from src/classes/Milestone1_GettingStartedController.cls rename to force-app/main/default/classes/Milestone1_GettingStartedController.cls diff --git a/src/classes/Milestone1_GettingStartedController.cls-meta.xml b/force-app/main/default/classes/Milestone1_GettingStartedController.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_GettingStartedController.cls-meta.xml rename to force-app/main/default/classes/Milestone1_GettingStartedController.cls-meta.xml diff --git a/src/classes/Milestone1_Import_Exception.cls b/force-app/main/default/classes/Milestone1_Import_Exception.cls similarity index 100% rename from src/classes/Milestone1_Import_Exception.cls rename to force-app/main/default/classes/Milestone1_Import_Exception.cls diff --git a/src/classes/Milestone1_Import_Exception.cls-meta.xml b/force-app/main/default/classes/Milestone1_Import_Exception.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Import_Exception.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Import_Exception.cls-meta.xml diff --git a/src/classes/Milestone1_Import_Project_Controller.cls b/force-app/main/default/classes/Milestone1_Import_Project_Controller.cls similarity index 100% rename from src/classes/Milestone1_Import_Project_Controller.cls rename to force-app/main/default/classes/Milestone1_Import_Project_Controller.cls diff --git a/src/classes/Milestone1_Import_Project_Controller.cls-meta.xml b/force-app/main/default/classes/Milestone1_Import_Project_Controller.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Import_Project_Controller.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Import_Project_Controller.cls-meta.xml diff --git a/src/classes/Milestone1_Import_Project_Controller_Tst.cls b/force-app/main/default/classes/Milestone1_Import_Project_Controller_Tst.cls similarity index 100% rename from src/classes/Milestone1_Import_Project_Controller_Tst.cls rename to force-app/main/default/classes/Milestone1_Import_Project_Controller_Tst.cls diff --git a/src/classes/Milestone1_Import_Project_Controller_Tst.cls-meta.xml b/force-app/main/default/classes/Milestone1_Import_Project_Controller_Tst.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Import_Project_Controller_Tst.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Import_Project_Controller_Tst.cls-meta.xml diff --git a/src/classes/Milestone1_Milestone_Batch_Delete.cls b/force-app/main/default/classes/Milestone1_Milestone_Batch_Delete.cls similarity index 100% rename from src/classes/Milestone1_Milestone_Batch_Delete.cls rename to force-app/main/default/classes/Milestone1_Milestone_Batch_Delete.cls diff --git a/src/classes/Milestone1_Milestone_Batch_Delete.cls-meta.xml b/force-app/main/default/classes/Milestone1_Milestone_Batch_Delete.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Milestone_Batch_Delete.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Milestone_Batch_Delete.cls-meta.xml diff --git a/src/classes/Milestone1_Milestone_Batch_Update.cls b/force-app/main/default/classes/Milestone1_Milestone_Batch_Update.cls similarity index 100% rename from src/classes/Milestone1_Milestone_Batch_Update.cls rename to force-app/main/default/classes/Milestone1_Milestone_Batch_Update.cls diff --git a/src/classes/Milestone1_Milestone_Batch_Update.cls-meta.xml b/force-app/main/default/classes/Milestone1_Milestone_Batch_Update.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Milestone_Batch_Update.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Milestone_Batch_Update.cls-meta.xml diff --git a/src/classes/Milestone1_Milestone_Trigger_Utility.cls b/force-app/main/default/classes/Milestone1_Milestone_Trigger_Utility.cls similarity index 100% rename from src/classes/Milestone1_Milestone_Trigger_Utility.cls rename to force-app/main/default/classes/Milestone1_Milestone_Trigger_Utility.cls diff --git a/src/classes/Milestone1_Milestone_Trigger_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_Milestone_Trigger_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Milestone_Trigger_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Milestone_Trigger_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_Milestone_Values_Helper.cls b/force-app/main/default/classes/Milestone1_Milestone_Values_Helper.cls similarity index 100% rename from src/classes/Milestone1_Milestone_Values_Helper.cls rename to force-app/main/default/classes/Milestone1_Milestone_Values_Helper.cls diff --git a/src/classes/Milestone1_Milestone_Values_Helper.cls-meta.xml b/force-app/main/default/classes/Milestone1_Milestone_Values_Helper.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Milestone_Values_Helper.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Milestone_Values_Helper.cls-meta.xml diff --git a/src/classes/Milestone1_Month.cls b/force-app/main/default/classes/Milestone1_Month.cls similarity index 100% rename from src/classes/Milestone1_Month.cls rename to force-app/main/default/classes/Milestone1_Month.cls diff --git a/src/classes/Milestone1_Month.cls-meta.xml b/force-app/main/default/classes/Milestone1_Month.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Month.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Month.cls-meta.xml diff --git a/src/classes/Milestone1_Move_Exception.cls b/force-app/main/default/classes/Milestone1_Move_Exception.cls similarity index 100% rename from src/classes/Milestone1_Move_Exception.cls rename to force-app/main/default/classes/Milestone1_Move_Exception.cls diff --git a/src/classes/Milestone1_Move_Exception.cls-meta.xml b/force-app/main/default/classes/Milestone1_Move_Exception.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Move_Exception.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Move_Exception.cls-meta.xml diff --git a/src/classes/Milestone1_Move_Milestone_Extension.cls b/force-app/main/default/classes/Milestone1_Move_Milestone_Extension.cls similarity index 100% rename from src/classes/Milestone1_Move_Milestone_Extension.cls rename to force-app/main/default/classes/Milestone1_Move_Milestone_Extension.cls diff --git a/src/classes/Milestone1_Move_Milestone_Extension.cls-meta.xml b/force-app/main/default/classes/Milestone1_Move_Milestone_Extension.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Move_Milestone_Extension.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Move_Milestone_Extension.cls-meta.xml diff --git a/src/classes/Milestone1_Move_Task_Extension.cls b/force-app/main/default/classes/Milestone1_Move_Task_Extension.cls similarity index 100% rename from src/classes/Milestone1_Move_Task_Extension.cls rename to force-app/main/default/classes/Milestone1_Move_Task_Extension.cls diff --git a/src/classes/Milestone1_Move_Task_Extension.cls-meta.xml b/force-app/main/default/classes/Milestone1_Move_Task_Extension.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Move_Task_Extension.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Move_Task_Extension.cls-meta.xml diff --git a/src/classes/Milestone1_One_Line_Controller.cls b/force-app/main/default/classes/Milestone1_One_Line_Controller.cls similarity index 100% rename from src/classes/Milestone1_One_Line_Controller.cls rename to force-app/main/default/classes/Milestone1_One_Line_Controller.cls diff --git a/src/classes/Milestone1_One_Line_Controller.cls-meta.xml b/force-app/main/default/classes/Milestone1_One_Line_Controller.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_One_Line_Controller.cls-meta.xml rename to force-app/main/default/classes/Milestone1_One_Line_Controller.cls-meta.xml diff --git a/src/classes/Milestone1_One_Liner_Controller_Tst.cls b/force-app/main/default/classes/Milestone1_One_Liner_Controller_Tst.cls similarity index 100% rename from src/classes/Milestone1_One_Liner_Controller_Tst.cls rename to force-app/main/default/classes/Milestone1_One_Liner_Controller_Tst.cls diff --git a/src/classes/Milestone1_One_Liner_Controller_Tst.cls-meta.xml b/force-app/main/default/classes/Milestone1_One_Liner_Controller_Tst.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_One_Liner_Controller_Tst.cls-meta.xml rename to force-app/main/default/classes/Milestone1_One_Liner_Controller_Tst.cls-meta.xml diff --git a/src/classes/Milestone1_Project_Batch_Update.cls b/force-app/main/default/classes/Milestone1_Project_Batch_Update.cls similarity index 100% rename from src/classes/Milestone1_Project_Batch_Update.cls rename to force-app/main/default/classes/Milestone1_Project_Batch_Update.cls diff --git a/src/classes/Milestone1_Project_Batch_Update.cls-meta.xml b/force-app/main/default/classes/Milestone1_Project_Batch_Update.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Project_Batch_Update.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Project_Batch_Update.cls-meta.xml diff --git a/src/classes/Milestone1_Project_Trigger_Utility.cls b/force-app/main/default/classes/Milestone1_Project_Trigger_Utility.cls similarity index 100% rename from src/classes/Milestone1_Project_Trigger_Utility.cls rename to force-app/main/default/classes/Milestone1_Project_Trigger_Utility.cls diff --git a/src/classes/Milestone1_Project_Trigger_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_Project_Trigger_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Project_Trigger_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Project_Trigger_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_Schema_Helper.cls b/force-app/main/default/classes/Milestone1_Schema_Helper.cls similarity index 100% rename from src/classes/Milestone1_Schema_Helper.cls rename to force-app/main/default/classes/Milestone1_Schema_Helper.cls diff --git a/src/classes/Milestone1_Schema_Helper.cls-meta.xml b/force-app/main/default/classes/Milestone1_Schema_Helper.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Schema_Helper.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Schema_Helper.cls-meta.xml diff --git a/src/classes/Milestone1_Schema_Helper_Tst.cls b/force-app/main/default/classes/Milestone1_Schema_Helper_Tst.cls similarity index 100% rename from src/classes/Milestone1_Schema_Helper_Tst.cls rename to force-app/main/default/classes/Milestone1_Schema_Helper_Tst.cls diff --git a/src/classes/Milestone1_Schema_Helper_Tst.cls-meta.xml b/force-app/main/default/classes/Milestone1_Schema_Helper_Tst.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Schema_Helper_Tst.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Schema_Helper_Tst.cls-meta.xml diff --git a/src/classes/Milestone1_Security_Utility.cls b/force-app/main/default/classes/Milestone1_Security_Utility.cls similarity index 100% rename from src/classes/Milestone1_Security_Utility.cls rename to force-app/main/default/classes/Milestone1_Security_Utility.cls diff --git a/src/classes/Milestone1_Security_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_Security_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Security_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Security_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_Security_Utility_Test.cls b/force-app/main/default/classes/Milestone1_Security_Utility_Test.cls similarity index 100% rename from src/classes/Milestone1_Security_Utility_Test.cls rename to force-app/main/default/classes/Milestone1_Security_Utility_Test.cls diff --git a/src/classes/Milestone1_Security_Utility_Test.cls-meta.xml b/force-app/main/default/classes/Milestone1_Security_Utility_Test.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Security_Utility_Test.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Security_Utility_Test.cls-meta.xml diff --git a/src/classes/Milestone1_Summary2.cls b/force-app/main/default/classes/Milestone1_Summary2.cls similarity index 100% rename from src/classes/Milestone1_Summary2.cls rename to force-app/main/default/classes/Milestone1_Summary2.cls diff --git a/src/classes/Milestone1_Summary2.cls-meta.xml b/force-app/main/default/classes/Milestone1_Summary2.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Summary2.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Summary2.cls-meta.xml diff --git a/src/classes/Milestone1_TaskTableController.cls b/force-app/main/default/classes/Milestone1_TaskTableController.cls similarity index 100% rename from src/classes/Milestone1_TaskTableController.cls rename to force-app/main/default/classes/Milestone1_TaskTableController.cls diff --git a/src/classes/Milestone1_TaskTableController.cls-meta.xml b/force-app/main/default/classes/Milestone1_TaskTableController.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_TaskTableController.cls-meta.xml rename to force-app/main/default/classes/Milestone1_TaskTableController.cls-meta.xml diff --git a/src/classes/Milestone1_TaskTableController_Test.cls b/force-app/main/default/classes/Milestone1_TaskTableController_Test.cls similarity index 100% rename from src/classes/Milestone1_TaskTableController_Test.cls rename to force-app/main/default/classes/Milestone1_TaskTableController_Test.cls diff --git a/src/classes/Milestone1_TaskTableController_Test.cls-meta.xml b/force-app/main/default/classes/Milestone1_TaskTableController_Test.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_TaskTableController_Test.cls-meta.xml rename to force-app/main/default/classes/Milestone1_TaskTableController_Test.cls-meta.xml diff --git a/src/classes/Milestone1_Task_Chatter_Tst.cls b/force-app/main/default/classes/Milestone1_Task_Chatter_Tst.cls similarity index 100% rename from src/classes/Milestone1_Task_Chatter_Tst.cls rename to force-app/main/default/classes/Milestone1_Task_Chatter_Tst.cls diff --git a/src/classes/Milestone1_Task_Chatter_Tst.cls-meta.xml b/force-app/main/default/classes/Milestone1_Task_Chatter_Tst.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Task_Chatter_Tst.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Task_Chatter_Tst.cls-meta.xml diff --git a/src/classes/Milestone1_Task_Trigger_Utility.cls b/force-app/main/default/classes/Milestone1_Task_Trigger_Utility.cls similarity index 100% rename from src/classes/Milestone1_Task_Trigger_Utility.cls rename to force-app/main/default/classes/Milestone1_Task_Trigger_Utility.cls diff --git a/src/classes/Milestone1_Task_Trigger_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_Task_Trigger_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Task_Trigger_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Task_Trigger_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_Task_Trigger_Utility_Test.cls b/force-app/main/default/classes/Milestone1_Task_Trigger_Utility_Test.cls similarity index 100% rename from src/classes/Milestone1_Task_Trigger_Utility_Test.cls rename to force-app/main/default/classes/Milestone1_Task_Trigger_Utility_Test.cls diff --git a/src/classes/Milestone1_Task_Trigger_Utility_Test.cls-meta.xml b/force-app/main/default/classes/Milestone1_Task_Trigger_Utility_Test.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Task_Trigger_Utility_Test.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Task_Trigger_Utility_Test.cls-meta.xml diff --git a/src/classes/Milestone1_Test_Clone.cls b/force-app/main/default/classes/Milestone1_Test_Clone.cls similarity index 100% rename from src/classes/Milestone1_Test_Clone.cls rename to force-app/main/default/classes/Milestone1_Test_Clone.cls diff --git a/src/classes/Milestone1_Test_Clone.cls-meta.xml b/force-app/main/default/classes/Milestone1_Test_Clone.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Test_Clone.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Test_Clone.cls-meta.xml diff --git a/src/classes/Milestone1_Test_Field_Values.cls b/force-app/main/default/classes/Milestone1_Test_Field_Values.cls similarity index 100% rename from src/classes/Milestone1_Test_Field_Values.cls rename to force-app/main/default/classes/Milestone1_Test_Field_Values.cls diff --git a/src/classes/Milestone1_Test_Field_Values.cls-meta.xml b/force-app/main/default/classes/Milestone1_Test_Field_Values.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Test_Field_Values.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Test_Field_Values.cls-meta.xml diff --git a/src/classes/Milestone1_Test_Import_Export.cls b/force-app/main/default/classes/Milestone1_Test_Import_Export.cls similarity index 100% rename from src/classes/Milestone1_Test_Import_Export.cls rename to force-app/main/default/classes/Milestone1_Test_Import_Export.cls diff --git a/src/classes/Milestone1_Test_Import_Export.cls-meta.xml b/force-app/main/default/classes/Milestone1_Test_Import_Export.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Test_Import_Export.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Test_Import_Export.cls-meta.xml diff --git a/src/classes/Milestone1_Test_Move.cls b/force-app/main/default/classes/Milestone1_Test_Move.cls similarity index 100% rename from src/classes/Milestone1_Test_Move.cls rename to force-app/main/default/classes/Milestone1_Test_Move.cls diff --git a/src/classes/Milestone1_Test_Move.cls-meta.xml b/force-app/main/default/classes/Milestone1_Test_Move.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Test_Move.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Test_Move.cls-meta.xml diff --git a/src/classes/Milestone1_Test_Task_Dependency.cls b/force-app/main/default/classes/Milestone1_Test_Task_Dependency.cls similarity index 100% rename from src/classes/Milestone1_Test_Task_Dependency.cls rename to force-app/main/default/classes/Milestone1_Test_Task_Dependency.cls diff --git a/src/classes/Milestone1_Test_Task_Dependency.cls-meta.xml b/force-app/main/default/classes/Milestone1_Test_Task_Dependency.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Test_Task_Dependency.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Test_Task_Dependency.cls-meta.xml diff --git a/src/classes/Milestone1_Test_Utility.cls b/force-app/main/default/classes/Milestone1_Test_Utility.cls similarity index 100% rename from src/classes/Milestone1_Test_Utility.cls rename to force-app/main/default/classes/Milestone1_Test_Utility.cls diff --git a/src/classes/Milestone1_Test_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_Test_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Test_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Test_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_Time_Trigger_Tst.cls b/force-app/main/default/classes/Milestone1_Time_Trigger_Tst.cls similarity index 100% rename from src/classes/Milestone1_Time_Trigger_Tst.cls rename to force-app/main/default/classes/Milestone1_Time_Trigger_Tst.cls diff --git a/src/classes/Milestone1_Time_Trigger_Tst.cls-meta.xml b/force-app/main/default/classes/Milestone1_Time_Trigger_Tst.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Time_Trigger_Tst.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Time_Trigger_Tst.cls-meta.xml diff --git a/src/classes/Milestone1_Time_Trigger_Utility.cls b/force-app/main/default/classes/Milestone1_Time_Trigger_Utility.cls similarity index 100% rename from src/classes/Milestone1_Time_Trigger_Utility.cls rename to force-app/main/default/classes/Milestone1_Time_Trigger_Utility.cls diff --git a/src/classes/Milestone1_Time_Trigger_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_Time_Trigger_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_Time_Trigger_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_Time_Trigger_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_XML_Export_Utility.cls b/force-app/main/default/classes/Milestone1_XML_Export_Utility.cls similarity index 100% rename from src/classes/Milestone1_XML_Export_Utility.cls rename to force-app/main/default/classes/Milestone1_XML_Export_Utility.cls diff --git a/src/classes/Milestone1_XML_Export_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_XML_Export_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_XML_Export_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_XML_Export_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_XML_Export_Utility_Test.cls b/force-app/main/default/classes/Milestone1_XML_Export_Utility_Test.cls similarity index 100% rename from src/classes/Milestone1_XML_Export_Utility_Test.cls rename to force-app/main/default/classes/Milestone1_XML_Export_Utility_Test.cls diff --git a/src/classes/Milestone1_XML_Export_Utility_Test.cls-meta.xml b/force-app/main/default/classes/Milestone1_XML_Export_Utility_Test.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_XML_Export_Utility_Test.cls-meta.xml rename to force-app/main/default/classes/Milestone1_XML_Export_Utility_Test.cls-meta.xml diff --git a/src/classes/Milestone1_XML_Import_Utility.cls b/force-app/main/default/classes/Milestone1_XML_Import_Utility.cls similarity index 100% rename from src/classes/Milestone1_XML_Import_Utility.cls rename to force-app/main/default/classes/Milestone1_XML_Import_Utility.cls diff --git a/src/classes/Milestone1_XML_Import_Utility.cls-meta.xml b/force-app/main/default/classes/Milestone1_XML_Import_Utility.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_XML_Import_Utility.cls-meta.xml rename to force-app/main/default/classes/Milestone1_XML_Import_Utility.cls-meta.xml diff --git a/src/classes/Milestone1_XML_Import_Utility_Test.cls b/force-app/main/default/classes/Milestone1_XML_Import_Utility_Test.cls similarity index 100% rename from src/classes/Milestone1_XML_Import_Utility_Test.cls rename to force-app/main/default/classes/Milestone1_XML_Import_Utility_Test.cls diff --git a/src/classes/Milestone1_XML_Import_Utility_Test.cls-meta.xml b/force-app/main/default/classes/Milestone1_XML_Import_Utility_Test.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_XML_Import_Utility_Test.cls-meta.xml rename to force-app/main/default/classes/Milestone1_XML_Import_Utility_Test.cls-meta.xml diff --git a/src/classes/Milestone1_repeatCon.cls b/force-app/main/default/classes/Milestone1_repeatCon.cls similarity index 100% rename from src/classes/Milestone1_repeatCon.cls rename to force-app/main/default/classes/Milestone1_repeatCon.cls diff --git a/src/classes/Milestone1_repeatCon.cls-meta.xml b/force-app/main/default/classes/Milestone1_repeatCon.cls-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/classes/Milestone1_repeatCon.cls-meta.xml rename to force-app/main/default/classes/Milestone1_repeatCon.cls-meta.xml diff --git a/src/components/MIlestone1_Calendar_Full.component b/force-app/main/default/components/MIlestone1_Calendar_Full.component similarity index 100% rename from src/components/MIlestone1_Calendar_Full.component rename to force-app/main/default/components/MIlestone1_Calendar_Full.component diff --git a/src/components/MIlestone1_Calendar_Full.component-meta.xml b/force-app/main/default/components/MIlestone1_Calendar_Full.component-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/components/MIlestone1_Calendar_Full.component-meta.xml rename to force-app/main/default/components/MIlestone1_Calendar_Full.component-meta.xml diff --git a/src/components/Milestone1_Charts_GanttComponent.component b/force-app/main/default/components/Milestone1_Charts_GanttComponent.component similarity index 100% rename from src/components/Milestone1_Charts_GanttComponent.component rename to force-app/main/default/components/Milestone1_Charts_GanttComponent.component diff --git a/src/components/Milestone1_Charts_GanttComponent.component-meta.xml b/force-app/main/default/components/Milestone1_Charts_GanttComponent.component-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/components/Milestone1_Charts_GanttComponent.component-meta.xml rename to force-app/main/default/components/Milestone1_Charts_GanttComponent.component-meta.xml diff --git a/src/components/Milestone1_PopupComponent.component b/force-app/main/default/components/Milestone1_PopupComponent.component similarity index 100% rename from src/components/Milestone1_PopupComponent.component rename to force-app/main/default/components/Milestone1_PopupComponent.component diff --git a/src/components/Milestone1_PopupComponent.component-meta.xml b/force-app/main/default/components/Milestone1_PopupComponent.component-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/components/Milestone1_PopupComponent.component-meta.xml rename to force-app/main/default/components/Milestone1_PopupComponent.component-meta.xml diff --git a/src/dashboards/Milestones_PM_Dashboards-meta.xml b/force-app/main/default/dashboards/Milestones_PM_Dashboards.dashboardFolder-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/dashboards/Milestones_PM_Dashboards-meta.xml rename to force-app/main/default/dashboards/Milestones_PM_Dashboards.dashboardFolder-meta.xml diff --git a/src/dashboards/Milestones_PM_Dashboards/Milestones_PM_Individual_Dashboard.dashboard b/force-app/main/default/dashboards/Milestones_PM_Dashboards/Milestones_PM_Individual_Dashboard.dashboard-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/dashboards/Milestones_PM_Dashboards/Milestones_PM_Individual_Dashboard.dashboard rename to force-app/main/default/dashboards/Milestones_PM_Dashboards/Milestones_PM_Individual_Dashboard.dashboard-meta.xml diff --git a/src/dashboards/Milestones_PM_Dashboards/Milestones_PM_Project_Snapshots.dashboard b/force-app/main/default/dashboards/Milestones_PM_Dashboards/Milestones_PM_Project_Snapshots.dashboard-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/dashboards/Milestones_PM_Dashboards/Milestones_PM_Project_Snapshots.dashboard rename to force-app/main/default/dashboards/Milestones_PM_Dashboards/Milestones_PM_Project_Snapshots.dashboard-meta.xml diff --git a/src/documents/Project_Management_Folder-meta.xml b/force-app/main/default/documents/Project_Management_Folder.documentFolder-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/documents/Project_Management_Folder-meta.xml rename to force-app/main/default/documents/Project_Management_Folder.documentFolder-meta.xml diff --git a/src/documents/Project_Management_Folder/Starter_Project_LPM1a.xml-meta.xml b/force-app/main/default/documents/Project_Management_Folder/Starter_Project_LPM1a.document-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/documents/Project_Management_Folder/Starter_Project_LPM1a.xml-meta.xml rename to force-app/main/default/documents/Project_Management_Folder/Starter_Project_LPM1a.document-meta.xml diff --git a/src/documents/Project_Management_Folder/Starter_Project_LPM1a.xml b/force-app/main/default/documents/Project_Management_Folder/Starter_Project_LPM1a.xml similarity index 100% rename from src/documents/Project_Management_Folder/Starter_Project_LPM1a.xml rename to force-app/main/default/documents/Project_Management_Folder/Starter_Project_LPM1a.xml diff --git a/force-app/main/default/flexipages/Project_Record_Page.flexipage-meta.xml b/force-app/main/default/flexipages/Project_Record_Page.flexipage-meta.xml new file mode 100644 index 0000000..9b5a5ae --- /dev/null +++ b/force-app/main/default/flexipages/Project_Record_Page.flexipage-meta.xml @@ -0,0 +1,111 @@ + + + + + + + collapsed + false + + + enableActionsConfiguration + false + + + hideChatterActions + false + + + numVisibleActions + 3 + + force:highlightsPanel + + + header + Region + + + + + + relatedListComponentOverride + NONE + + + rowsToDisplay + 10 + + + showActionBar + true + + force:relatedListContainer + + + relatedTabContent + Facet + + + + + force:detailPanel + + + detailTabContent + Facet + + + + + + body + relatedTabContent + + + title + Standard.Tab.relatedLists + + flexipage:tab + + + + + + active + true + + + body + detailTabContent + + + title + Standard.Tab.detail + + flexipage:tab + + + maintabs + Facet + + + + + + tabs + maintabs + + flexipage:tabset + + + main + Region + + Project Record Page + Milestone1_Project__c + + RecordPage + diff --git a/src/labels/CustomLabels.labels b/force-app/main/default/labels/CustomLabels.labels-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/labels/CustomLabels.labels rename to force-app/main/default/labels/CustomLabels.labels-meta.xml diff --git a/src/layouts/Milestone1_Expense__c-Project Expense Layout.layout b/force-app/main/default/layouts/Milestone1_Expense__c-Project Expense Layout.layout-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/layouts/Milestone1_Expense__c-Project Expense Layout.layout rename to force-app/main/default/layouts/Milestone1_Expense__c-Project Expense Layout.layout-meta.xml diff --git a/src/layouts/Milestone1_Log__c-Project Log Layout.layout b/force-app/main/default/layouts/Milestone1_Log__c-Project Log Layout.layout-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/layouts/Milestone1_Log__c-Project Log Layout.layout rename to force-app/main/default/layouts/Milestone1_Log__c-Project Log Layout.layout-meta.xml diff --git a/src/layouts/Milestone1_Milestone__c-Project Milestone Layout.layout b/force-app/main/default/layouts/Milestone1_Milestone__c-Project Milestone Layout.layout-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/layouts/Milestone1_Milestone__c-Project Milestone Layout.layout rename to force-app/main/default/layouts/Milestone1_Milestone__c-Project Milestone Layout.layout-meta.xml diff --git a/src/layouts/Milestone1_Nag__c-Project Nag Layout.layout b/force-app/main/default/layouts/Milestone1_Nag__c-Project Nag Layout.layout-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/layouts/Milestone1_Nag__c-Project Nag Layout.layout rename to force-app/main/default/layouts/Milestone1_Nag__c-Project Nag Layout.layout-meta.xml diff --git a/src/layouts/Milestone1_Project__c-Project Layout.layout b/force-app/main/default/layouts/Milestone1_Project__c-Project Layout.layout-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/layouts/Milestone1_Project__c-Project Layout.layout rename to force-app/main/default/layouts/Milestone1_Project__c-Project Layout.layout-meta.xml diff --git a/src/layouts/Milestone1_Task__c-Project Task Layout.layout b/force-app/main/default/layouts/Milestone1_Task__c-Project Task Layout.layout-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/layouts/Milestone1_Task__c-Project Task Layout.layout rename to force-app/main/default/layouts/Milestone1_Task__c-Project Task Layout.layout-meta.xml diff --git a/src/layouts/Milestone1_Time__c-Project Time Layout.layout b/force-app/main/default/layouts/Milestone1_Time__c-Project Time Layout.layout-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/layouts/Milestone1_Time__c-Project Time Layout.layout rename to force-app/main/default/layouts/Milestone1_Time__c-Project Time Layout.layout-meta.xml diff --git a/src/layouts/Project_Snapshot__c-Project Snapshot Layout.layout b/force-app/main/default/layouts/Project_Snapshot__c-Project Snapshot Layout.layout-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/layouts/Project_Snapshot__c-Project Snapshot Layout.layout rename to force-app/main/default/layouts/Project_Snapshot__c-Project Snapshot Layout.layout-meta.xml diff --git a/force-app/main/default/lwc/.eslintrc.json b/force-app/main/default/lwc/.eslintrc.json new file mode 100644 index 0000000..d679b1d --- /dev/null +++ b/force-app/main/default/lwc/.eslintrc.json @@ -0,0 +1,11 @@ +{ + "extends": ["@salesforce/eslint-config-lwc/recommended", "prettier"], + "overrides": [ + { + "files": ["*.test.js"], + "rules": { + "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" + } + } + ] +} diff --git a/force-app/main/default/lwc/jsconfig.json b/force-app/main/default/lwc/jsconfig.json new file mode 100644 index 0000000..c613acd --- /dev/null +++ b/force-app/main/default/lwc/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "experimentalDecorators": true + }, + "include": [ + "**/*", + "../../../../.sfdx/typings/lwc/**/*.d.ts" + ], + "paths": { + "c/*": [ + "*" + ] + }, + "typeAcquisition": { + "include": [ + "jest" + ] + } +} diff --git a/src/objects/Milestone1_Expense__c.object b/force-app/main/default/objects/Milestone1_Expense__c/Milestone1_Expense__c.object-meta.xml old mode 100755 new mode 100644 similarity index 72% rename from src/objects/Milestone1_Expense__c.object rename to force-app/main/default/objects/Milestone1_Expense__c/Milestone1_Expense__c.object-meta.xml index 0094482..e6e4a40 --- a/src/objects/Milestone1_Expense__c.object +++ b/force-app/main/default/objects/Milestone1_Expense__c/Milestone1_Expense__c.object-meta.xml @@ -154,69 +154,8 @@ true true true - - Amount__c - false - The amount of the expense. - - 18 - false - 2 - false - Currency - - - Date_Incurred__c - false - The date the expense was charged. Defaults to today if left blank. - - false - false - Date - - - Description__c - false - A description about the expense. For example, why was the expense incurred. - - 5000 - false - LongTextArea - 5 - - - Incurred_By__c - SetNull - false - The user who charged the expense. Defaults to current user if left blank. - - User - Project_Expenses_Incurred - false - false - Lookup - - - Project_Task__c - false - The task to charge the expense against. - - Milestone1_Task__c - Expenses - Project_Expenses - 0 - false - false - MasterDetail - false - en_US - - All - Everything - - PEXP-{0000} diff --git a/force-app/main/default/objects/Milestone1_Expense__c/fields/Amount__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Expense__c/fields/Amount__c.field-meta.xml new file mode 100644 index 0000000..882e8cf --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Expense__c/fields/Amount__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Amount__c + false + The amount of the expense. + + 18 + false + 2 + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Expense__c/fields/Date_Incurred__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Expense__c/fields/Date_Incurred__c.field-meta.xml new file mode 100644 index 0000000..db2779a --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Expense__c/fields/Date_Incurred__c.field-meta.xml @@ -0,0 +1,10 @@ + + + Date_Incurred__c + false + The date the expense was charged. Defaults to today if left blank. + + false + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Expense__c/fields/Description__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Expense__c/fields/Description__c.field-meta.xml new file mode 100644 index 0000000..4dfc689 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Expense__c/fields/Description__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Description__c + false + A description about the expense. For example, why was the expense incurred. + + 5000 + false + LongTextArea + 5 + diff --git a/force-app/main/default/objects/Milestone1_Expense__c/fields/Incurred_By__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Expense__c/fields/Incurred_By__c.field-meta.xml new file mode 100644 index 0000000..2f97b33 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Expense__c/fields/Incurred_By__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Incurred_By__c + SetNull + false + The user who charged the expense. Defaults to current user if left blank. + + User + Project_Expenses_Incurred + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Expense__c/fields/Project_Task__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Expense__c/fields/Project_Task__c.field-meta.xml new file mode 100644 index 0000000..1ba394c --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Expense__c/fields/Project_Task__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Project_Task__c + false + The task to charge the expense against. + + Milestone1_Task__c + Expenses + Project_Expenses + 0 + false + false + MasterDetail + false + diff --git a/force-app/main/default/objects/Milestone1_Expense__c/listViews/All.listView-meta.xml b/force-app/main/default/objects/Milestone1_Expense__c/listViews/All.listView-meta.xml new file mode 100644 index 0000000..d505851 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Expense__c/listViews/All.listView-meta.xml @@ -0,0 +1,6 @@ + + + All + Everything + + diff --git a/src/objects/Milestone1_Log__c.object b/force-app/main/default/objects/Milestone1_Log__c/Milestone1_Log__c.object-meta.xml old mode 100755 new mode 100644 similarity index 56% rename from src/objects/Milestone1_Log__c.object rename to force-app/main/default/objects/Milestone1_Log__c/Milestone1_Log__c.object-meta.xml index 01d2a08..d6bda66 --- a/src/objects/Milestone1_Log__c.object +++ b/force-app/main/default/objects/Milestone1_Log__c/Milestone1_Log__c.object-meta.xml @@ -154,129 +154,8 @@ true true true - - Detail__c - false - The details about the log. This is freeform text for user to capture whatever data they want to keep track of in the log. - - 32000 - false - Html - 10 - - - Project_Expense__c - SetNull - false - A project expense we want to log some information about. - - Milestone1_Expense__c - Logs - Project_Logs - false - false - Lookup - - - Project_Milestone__c - SetNull - false - A milestone we want to log about. - - Milestone1_Milestone__c - Logs - Project_Logs - false - false - Lookup - - - Project_Task__c - SetNull - false - A project task we want to log some information about. - - Milestone1_Task__c - Logs - Project_Logs - false - false - Lookup - - - Project_Time__c - SetNull - false - A time entry we want to log some information about. - - Milestone1_Time__c - Logs - Project_Logs - false - false - Lookup - - - Project__c - false - The project which we want to keep this log record for. - - Milestone1_Project__c - Logs - Project_Logs - 0 - false - false - MasterDetail - false - - - Subject__c - false - The subject of this log entry. - - 255 - false - false - Text - false - - - Type__c - false - The type of log. This can be used to order logs into different types. - - false - false - Picklist - - - false - - Risk - false - - - - Decision - false - - - - General - false - - - - - en_US - - All - Everything - - LOG-{00000} diff --git a/force-app/main/default/objects/Milestone1_Log__c/fields/Detail__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Log__c/fields/Detail__c.field-meta.xml new file mode 100644 index 0000000..09d3dae --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Log__c/fields/Detail__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Detail__c + false + The details about the log. This is freeform text for user to capture whatever data they want to keep track of in the log. + + 32000 + false + Html + 10 + diff --git a/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Expense__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Expense__c.field-meta.xml new file mode 100644 index 0000000..3454b01 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Expense__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Project_Expense__c + SetNull + false + A project expense we want to log some information about. + + Milestone1_Expense__c + Logs + Project_Logs + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Milestone__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Milestone__c.field-meta.xml new file mode 100644 index 0000000..c6eafa7 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Milestone__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Project_Milestone__c + SetNull + false + A milestone we want to log about. + + Milestone1_Milestone__c + Logs + Project_Logs + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Task__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Task__c.field-meta.xml new file mode 100644 index 0000000..0a2113e --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Task__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Project_Task__c + SetNull + false + A project task we want to log some information about. + + Milestone1_Task__c + Logs + Project_Logs + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Time__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Time__c.field-meta.xml new file mode 100644 index 0000000..a375618 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Log__c/fields/Project_Time__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Project_Time__c + SetNull + false + A time entry we want to log some information about. + + Milestone1_Time__c + Logs + Project_Logs + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Log__c/fields/Project__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Log__c/fields/Project__c.field-meta.xml new file mode 100644 index 0000000..b214b48 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Log__c/fields/Project__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Project__c + false + The project which we want to keep this log record for. + + Milestone1_Project__c + Logs + Project_Logs + 0 + false + false + MasterDetail + false + diff --git a/force-app/main/default/objects/Milestone1_Log__c/fields/Subject__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Log__c/fields/Subject__c.field-meta.xml new file mode 100644 index 0000000..c5fc45c --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Log__c/fields/Subject__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Subject__c + false + The subject of this log entry. + + 255 + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Log__c/fields/Type__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Log__c/fields/Type__c.field-meta.xml new file mode 100644 index 0000000..6fa5b42 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Log__c/fields/Type__c.field-meta.xml @@ -0,0 +1,30 @@ + + + Type__c + false + The type of log. This can be used to order logs into different types. + + false + false + Picklist + + + false + + Risk + false + + + + Decision + false + + + + General + false + + + + + diff --git a/force-app/main/default/objects/Milestone1_Log__c/listViews/All.listView-meta.xml b/force-app/main/default/objects/Milestone1_Log__c/listViews/All.listView-meta.xml new file mode 100644 index 0000000..d505851 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Log__c/listViews/All.listView-meta.xml @@ -0,0 +1,6 @@ + + + All + Everything + + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/Milestone1_Milestone__c.object-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/Milestone1_Milestone__c.object-meta.xml new file mode 100644 index 0000000..b86adbc --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/Milestone1_Milestone__c.object-meta.xml @@ -0,0 +1,193 @@ + + + + Accept + Default + + + Accept + Large + Default + + + Accept + Small + Default + + + CancelEdit + Default + + + CancelEdit + Large + Default + + + CancelEdit + Small + Default + + + Clone + Milestone1_Clone_Milestone + false + Visualforce + + + Clone + Large + Default + + + Clone + Small + Default + + + Delete + Default + + + Delete + Large + Default + + + Delete + Small + Default + + + Edit + Default + + + Edit + Large + Default + + + Edit + Small + Default + + + List + Default + + + List + Large + Default + + + List + Small + Default + + + New + Default + + + New + Large + Default + + + New + Small + Default + + + SaveEdit + Default + + + SaveEdit + Large + Default + + + SaveEdit + Small + Default + + + Tab + Default + + + Tab + Large + Default + + + Tab + Small + Default + + + View + Default + + + View + Large + Default + + + View + Small + Default + + false + SYSTEM + Deployed + Force.com Labs - PM - Milestones are significant events in the life-cycle of a Project. Milestones can have tasks and sub-milestones associated with them. + false + true + false + true + false + false + true + true + true + true + + en_US + + + false + Text + + Milestones + + Project__c + Parent_Milestone__c + OWNER.FIRST_NAME + OWNER.LAST_NAME + Deadline__c + Change_Project + Project__c + Parent_Milestone__c + OWNER.FIRST_NAME + OWNER.LAST_NAME + Deadline__c + Project__c + Parent_Milestone__c + OWNER.FIRST_NAME + OWNER.LAST_NAME + Deadline__c + Project__c + Parent_Milestone__c + OWNER.FIRST_NAME + OWNER.LAST_NAME + Deadline__c + Change_Project + + ReadWrite + Public + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Expense_From_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Expense_From_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..3f580f1 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Expense_From_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Actual_Expense_From_Sub_Milestones__c + 0 + false + Calculated from expense records related to tasks on child milestones + + 18 + false + 2 + false + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Expense_From_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Expense_From_Tasks__c.field-meta.xml new file mode 100644 index 0000000..1f13850 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Expense_From_Tasks__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Actual_Expense_From_Tasks__c + false + Calculated from expense records related to tasks on this milestone + + Milestone1_Task__c.Total_Expense__c + Milestone1_Task__c.Project_Milestone__c + sum + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Hours_From_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Hours_From_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..c9e3171 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Hours_From_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Actual_Hours_From_Sub_Milestones__c + 0 + false + Calculated from time records related to tasks on child milestones + + 18 + false + 2 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Hours_From_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Hours_From_Tasks__c.field-meta.xml new file mode 100644 index 0000000..77ca2bd --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Actual_Hours_From_Tasks__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Actual_Hours_From_Tasks__c + false + Calculated from time records related to tasks on this milestone + + Milestone1_Task__c.Total_Hours__c + Milestone1_Task__c.Project_Milestone__c + sum + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Alias__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Alias__c.field-meta.xml new file mode 100644 index 0000000..2585b83 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Alias__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Alias__c + false + This is the alias for a milestone. + false + An alias helps you associate a task to a milestone using the single line entry home page component. + + 10 + false + false + false + Text + true + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Blocked_Tasks_in_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Blocked_Tasks_in_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..76f21ec --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Blocked_Tasks_in_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Blocked_Tasks_in_Sub_Milestones__c + 0 + false + How many tasks are blocked in sub-milestones? + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Blocked_Tasks_in_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Blocked_Tasks_in_Tasks__c.field-meta.xml new file mode 100644 index 0000000..1a10843 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Blocked_Tasks_in_Tasks__c.field-meta.xml @@ -0,0 +1,16 @@ + + + Blocked_Tasks_in_Tasks__c + false + How many tasks are flagged as blocked? + + + Milestone1_Task__c.Blocked__c + equals + True + + Milestone1_Task__c.Project_Milestone__c + count + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Complete_Tasks_in_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Complete_Tasks_in_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..5e4dc9c --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Complete_Tasks_in_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Complete_Tasks_in_Sub_Milestones__c + 0 + false + Number of complete tasks related to sub-milestones + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Complete_Tasks_in_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Complete_Tasks_in_Tasks__c.field-meta.xml new file mode 100644 index 0000000..446bab9 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Complete_Tasks_in_Tasks__c.field-meta.xml @@ -0,0 +1,16 @@ + + + Complete_Tasks_in_Tasks__c + false + Number of complete tasks related to this milestone + + + Milestone1_Task__c.Complete__c + equals + True + + Milestone1_Task__c.Project_Milestone__c + count + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Complete__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Complete__c.field-meta.xml new file mode 100644 index 0000000..915c840 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Complete__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Complete__c + false + false + This signifies that this milestone has been completed. + + true + false + Checkbox + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Deadline__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Deadline__c.field-meta.xml new file mode 100644 index 0000000..8aac033 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Deadline__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Deadline__c + false + The date that this deadline needs to be finished by. + + false + true + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Description__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Description__c.field-meta.xml new file mode 100644 index 0000000..ef590b7 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Description__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Description__c + false + A general description of the milestone. + + 5000 + false + false + LongTextArea + 5 + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Duration__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Duration__c.field-meta.xml new file mode 100644 index 0000000..8b2d756 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Duration__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Duration__c + false + Deadline__c - Kickoff__c + 1 + BlankAsZero + Days between Kickoff and Deadline. + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Expense_From_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Expense_From_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..55b2d6a --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Expense_From_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Estimated_Expense_From_Sub_Milestones__c + 0 + false + Calculated from tasks on child milestones + + 18 + false + 2 + false + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Expense_From_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Expense_From_Tasks__c.field-meta.xml new file mode 100644 index 0000000..a0fb848 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Expense_From_Tasks__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Estimated_Expense_From_Tasks__c + false + Calculated from tasks on this milestone + + Milestone1_Task__c.Estimated_Expense__c + Milestone1_Task__c.Project_Milestone__c + sum + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Hours_From_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Hours_From_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..9ad7a8e --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Hours_From_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Estimated_Hours_From_Sub_Milestones__c + 0 + false + Calculated from tasks on child milestones + + 16 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Hours_From_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Hours_From_Tasks__c.field-meta.xml new file mode 100644 index 0000000..fa3f3c8 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Estimated_Hours_From_Tasks__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Estimated_Hours_From_Tasks__c + false + Calculated from tasks on this milestone + + Milestone1_Task__c.Estimated_Hours__c + Milestone1_Task__c.Project_Milestone__c + sum + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Expense_Budget__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Expense_Budget__c.field-meta.xml new file mode 100644 index 0000000..67443ff --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Expense_Budget__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Expense_Budget__c + 0 + false + The expense budget for the milestone. + + 18 + false + 2 + false + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Expense_Budget_from_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Expense_Budget_from_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..09447e4 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Expense_Budget_from_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Expense_Budget_from_Sub_Milestones__c + 0 + false + The expense budget all the sub milestones of this milestone. + + 18 + false + 2 + false + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Hours_Budget__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Hours_Budget__c.field-meta.xml new file mode 100644 index 0000000..24d7f1d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Hours_Budget__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Hours_Budget__c + 0 + false + The hours budget for the milestone. + + 18 + false + 2 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Hours_Budget_from_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Hours_Budget_from_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..0340bd6 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Hours_Budget_from_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Hours_Budget_from_Sub_Milestones__c + 0 + false + The total hours budget for all the sub milestones for this milestone. + + 18 + false + 2 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/ImportID__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/ImportID__c.field-meta.xml new file mode 100644 index 0000000..fa2866d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/ImportID__c.field-meta.xml @@ -0,0 +1,13 @@ + + + ImportID__c + false + An Import ID used during the XML export/import process only. + + 18 + false + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Kickoff__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Kickoff__c.field-meta.xml new file mode 100644 index 0000000..84dd72b --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Kickoff__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Kickoff__c + false + When should this milestone kickoff? + + false + false + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Late_Tasks_in_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Late_Tasks_in_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..64ee862 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Late_Tasks_in_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Late_Tasks_in_Sub_Milestones__c + 0 + false + Number of incomplete and overdue tasks related to child milestones + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Late_Tasks_in_Tasks_2__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Late_Tasks_in_Tasks_2__c.field-meta.xml new file mode 100644 index 0000000..e6e31af --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Late_Tasks_in_Tasks_2__c.field-meta.xml @@ -0,0 +1,21 @@ + + + Late_Tasks_in_Tasks_2__c + false + How many tasks are late? + + + Milestone1_Task__c.Complete__c + equals + False + + + Milestone1_Task__c.Days_Late__c + greaterThan + 0 + + Milestone1_Task__c.Project_Milestone__c + count + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Late_Tasks_in_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Late_Tasks_in_Tasks__c.field-meta.xml new file mode 100644 index 0000000..8bcd60d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Late_Tasks_in_Tasks__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Late_Tasks_in_Tasks__c + false + Number of incomplete and overdue tasks related to this milestone + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/NameClean__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/NameClean__c.field-meta.xml new file mode 100644 index 0000000..1544c09 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/NameClean__c.field-meta.xml @@ -0,0 +1,13 @@ + + + NameClean__c + Formula designed to keep a Gantt safe chart name. Note: this field may be discontinued. + false + SUBSTITUTE(Name, '"', ' ') + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Okay_to_Reparent__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Okay_to_Reparent__c.field-meta.xml new file mode 100644 index 0000000..a3cec1b --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Okay_to_Reparent__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Okay_to_Reparent__c + false + A hidden field used to prevent users from manually moving Milestones to different Projects + false + + false + false + Checkbox + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_Late_Blocked_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_Late_Blocked_Tasks__c.field-meta.xml new file mode 100644 index 0000000..98cf90e --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_Late_Blocked_Tasks__c.field-meta.xml @@ -0,0 +1,19 @@ + + + Open_Late_Blocked_Tasks__c + false + IF( max( Total_Open_Tasks__c, Total_Late_Tasks__c, Total_Blocked_Tasks__c) > 0, +IMAGE("http://chart.apis.google.com/chart?chxt=y&chbh=a&chs=300x225&cht=bvg&"& +"chxr=0,0," & Text(max( Total_Open_Tasks__c, Total_Late_Tasks__c, Total_Blocked_Tasks__c)) & "&"& +"chco=eeaa66,2299bb,ee3322&chdl="& +"Open (" & TEXT(Total_Open_Tasks__c) & ")"& +"|Late (" & TEXT(Total_Late_Tasks__c) & ")"& +"|Blocked (" & TEXT(Total_Blocked_Tasks__c) & ")"& +"&chd=t:"& TEXT(Total_Open_Tasks__c/ max(Total_Open_Tasks__c, Total_Blocked_Tasks__c, Total_Late_Tasks__c) * 100)&"|"& TEXT(Total_Late_Tasks__c / max(Total_Open_Tasks__c, Total_Blocked_Tasks__c, Total_Late_Tasks__c) * 100) &"|" & TEXT(Total_Blocked_Tasks__c/ max(Total_Open_Tasks__c, Total_Blocked_Tasks__c, Total_Late_Tasks__c) * 100) , "Project Status, Open Tasks, Late Tasks & Blocked Tasks"),'') + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_Tasks_in_Sub_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_Tasks_in_Sub_Milestones__c.field-meta.xml new file mode 100644 index 0000000..437f84b --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_Tasks_in_Sub_Milestones__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Open_Tasks_in_Sub_Milestones__c + 0 + false + Number of incomplete tasks related to child milestones + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_Tasks_in_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_Tasks_in_Tasks__c.field-meta.xml new file mode 100644 index 0000000..8b4e698 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_Tasks_in_Tasks__c.field-meta.xml @@ -0,0 +1,16 @@ + + + Open_Tasks_in_Tasks__c + false + Number of incomplete tasks related to this milestone + + + Milestone1_Task__c.Complete__c + notEqual + True + + Milestone1_Task__c.Project_Milestone__c + count + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_vs_Complete_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_vs_Complete_Tasks__c.field-meta.xml new file mode 100644 index 0000000..d6e0e08 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Open_vs_Complete_Tasks__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Open_vs_Complete_Tasks__c + false + IMAGE("http://chart.apis.google.com/chart?chco=eeaa66,2299bb&chs=300x225&cht=p&chd=t:"&Text( Total_Open_Tasks__c )&","&Text(Total_Complete_Tasks__c)&"&chdl="& +"Open%20Tasks (" & TEXT(Total_Open_Tasks__c) &")"& +"|Complete%20Tasks (" & TEXT(Total_Complete_Tasks__c) &")" +,"Open vs. Complete Tasks") + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Parent_Milestone__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Parent_Milestone__c.field-meta.xml new file mode 100644 index 0000000..527912f --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Parent_Milestone__c.field-meta.xml @@ -0,0 +1,31 @@ + + + Parent_Milestone__c + SetNull + false + The parent milestone for this milestone if applicable. + + + true + nf_01I300000022xdvEAA_00N30000007czjLEAQ + + Milestone1_Milestone__c.Project__c + equals + $Source.Project__c + + + Milestone1_Milestone__c.Parent_Milestone__c + equals + + + Parent Milestones must be part of the same project as the child milestone. Also, Parent Milestone cannot also be a Child Milestone. + false + + Milestone1_Milestone__c + Child Milestones + Child_Milestones + false + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Predecessor_Milestone_Import_Id__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Predecessor_Milestone_Import_Id__c.field-meta.xml new file mode 100644 index 0000000..a0c8529 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Predecessor_Milestone_Import_Id__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Predecessor_Milestone_Import_Id__c + false + + 18 + false + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Predecessor_Milestone__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Predecessor_Milestone__c.field-meta.xml new file mode 100644 index 0000000..34300dc --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Predecessor_Milestone__c.field-meta.xml @@ -0,0 +1,25 @@ + + + Predecessor_Milestone__c + SetNull + false + The milestone which must be complete before you start this one. The Predecessor Milestone end date must be before the current Milestone start date. + + + true + nf_01IE0000000HT73MAG_00NE0000000nwUIMAY + + Milestone1_Milestone__c.Project__c + equals + $Source.Project__c + + false + + Milestone1_Milestone__c + Successor Milestones + Successor_Milestones + false + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Project_Kickoff_Offset__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Project_Kickoff_Offset__c.field-meta.xml new file mode 100644 index 0000000..83ff9d7 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Project_Kickoff_Offset__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Project_Kickoff_Offset__c + false + NULLVALUE(Kickoff__c - Project__r.Kickoff__c,0) + BlankAsZero + How many days after project kickoff does this milestone kickoff? + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Project__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Project__c.field-meta.xml new file mode 100644 index 0000000..f4caf1c --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Project__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Project__c + SetNull + false + The project this milestone is assigned to. If this is a sub-milestone this field is empty. + + Milestone1_Project__c + Milestones + Project_Milestones + false + true + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Actual_Expense__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Actual_Expense__c.field-meta.xml new file mode 100644 index 0000000..005a980 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Actual_Expense__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Actual_Expense__c + false + Actual_Expense_From_Tasks__c + Actual_Expense_From_Sub_Milestones__c + BlankAsZero + Calculated from expense records on tasks for this milestone and all child milestones + + 18 + false + 2 + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Actual_Hours__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Actual_Hours__c.field-meta.xml new file mode 100644 index 0000000..7adeb21 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Actual_Hours__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Total_Actual_Hours__c + false + Actual_Hours_From_Tasks__c + Actual_Hours_From_Sub_Milestones__c + BlankAsZero + Calculated from time records on tasks for this milestone and all child milestones + + 18 + false + 2 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Blocked_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Blocked_Tasks__c.field-meta.xml new file mode 100644 index 0000000..bcfb22a --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Blocked_Tasks__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Total_Blocked_Tasks__c + false + Blocked_Tasks_in_Tasks__c + Blocked_Tasks_in_Sub_Milestones__c + BlankAsZero + How many tasks are flagged as blocked? + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Complete_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Complete_Tasks__c.field-meta.xml new file mode 100644 index 0000000..b880030 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Complete_Tasks__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Complete_Tasks__c + false + Complete_Tasks_in_Tasks__c + Complete_Tasks_in_Sub_Milestones__c + BlankAsZero + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Estimated_Expense__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Estimated_Expense__c.field-meta.xml new file mode 100644 index 0000000..aeb5de2 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Estimated_Expense__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Estimated_Expense__c + false + Estimated_Expense_From_Tasks__c + Estimated_Expense_From_Sub_Milestones__c + BlankAsZero + Calculated from task records for this milestone and all child milestones + + 18 + false + 2 + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Estimated_Hours__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Estimated_Hours__c.field-meta.xml new file mode 100644 index 0000000..9426073 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Estimated_Hours__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Total_Estimated_Hours__c + false + Estimated_Hours_From_Tasks__c + Estimated_Hours_From_Sub_Milestones__c + BlankAsZero + Calculated from task records for this milestone and all child milestones + + 18 + false + 2 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Expense_Balance__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Expense_Balance__c.field-meta.xml new file mode 100644 index 0000000..cead30b --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Expense_Balance__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Expense_Balance__c + false + Total_Estimated_Expense__c - Total_Actual_Expense__c + BlankAsZero + Calculated as total estimated expense - total actual expense + + 18 + false + 2 + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Expense_Budget__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Expense_Budget__c.field-meta.xml new file mode 100644 index 0000000..327b0be --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Expense_Budget__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Expense_Budget__c + false + Expense_Budget__c + Expense_Budget_from_Sub_Milestones__c + BlankAsZero + Calculated as expense budget + expense budget from sub milestones + + 18 + false + 2 + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Hours_Balance__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Hours_Balance__c.field-meta.xml new file mode 100644 index 0000000..bbefa1c --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Hours_Balance__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Total_Hours_Balance__c + false + Total_Estimated_Hours__c - Total_Actual_Hours__c + BlankAsZero + Calculated as total estimated hours - total actual hours + + 18 + false + 2 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Hours_Budget__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Hours_Budget__c.field-meta.xml new file mode 100644 index 0000000..54a3aa6 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Hours_Budget__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Total_Hours_Budget__c + false + Hours_Budget__c + Hours_Budget_from_Sub_Milestones__c + BlankAsZero + Calculated as hours budget + hours budget from sub milestones + + 18 + false + 2 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Late_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Late_Tasks__c.field-meta.xml new file mode 100644 index 0000000..ec1da71 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Late_Tasks__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Total_Late_Tasks__c + false + Late_Tasks_in_Tasks_2__c + Late_Tasks_in_Sub_Milestones__c + BlankAsZero + Number of incomplete and overdue tasks related to this milestone and its child milestones + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Open_Tasks__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Open_Tasks__c.field-meta.xml new file mode 100644 index 0000000..bc5bf1b --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/fields/Total_Open_Tasks__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Total_Open_Tasks__c + false + Open_Tasks_in_Tasks__c + Open_Tasks_in_Sub_Milestones__c + BlankAsZero + Number of incomplete tasks related to this milestone and its child milestones + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/listViews/All.listView-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/listViews/All.listView-meta.xml new file mode 100644 index 0000000..32d634a --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/listViews/All.listView-meta.xml @@ -0,0 +1,11 @@ + + + All + NAME + Parent_Milestone__c + Project__c + Deadline__c + Everything + + en_US + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/listViews/My_Milestones.listView-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/listViews/My_Milestones.listView-meta.xml new file mode 100644 index 0000000..b337395 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/listViews/My_Milestones.listView-meta.xml @@ -0,0 +1,16 @@ + + + My_Milestones + Project__c + NAME + Deadline__c + Total_Open_Tasks__c + Total_Late_Tasks__c + Total_Blocked_Tasks__c + Mine + + Parent_Milestone__c + equals + + + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Alias_must_not_contain_spaces.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Alias_must_not_contain_spaces.validationRule-meta.xml new file mode 100644 index 0000000..8687840 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Alias_must_not_contain_spaces.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Alias_must_not_contain_spaces + true + CONTAINS(TRIM(Alias__c )," ") + Alias__c + The Milestone Alias cannot contain spaces. + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/CanNotAddSubmilestoneToParentCompleted.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/CanNotAddSubmilestoneToParentCompleted.validationRule-meta.xml new file mode 100644 index 0000000..7ddd8a5 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/CanNotAddSubmilestoneToParentCompleted.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + CanNotAddSubmilestoneToParentCompleted + true + Parent_Milestone__r.Complete__c + Parent_Milestone__c + You can not add milestones to parent milestones with status completed. + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/CannotBeCompleteWithOpenTasks.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/CannotBeCompleteWithOpenTasks.validationRule-meta.xml new file mode 100644 index 0000000..9a78148 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/CannotBeCompleteWithOpenTasks.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + CannotBeCompleteWithOpenTasks + true + if( and(Complete__c == true, Total_Open_Tasks__c > 0), true, false) + Complete__c + You cannot mark a milestone as complete if it has open tasks. + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Deadline_within_project_boundaries.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Deadline_within_project_boundaries.validationRule-meta.xml new file mode 100644 index 0000000..813d129 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Deadline_within_project_boundaries.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Deadline_within_project_boundaries + false + if ( and (Deadline__c <> null, Project__r.Deadline__c <> null, Deadline__c > Project__r.Deadline__c) , true, false) + Deadline__c + Deadline must be less than or equal to the project deadline. + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/KickoffDeadlineWithinParentBoundaries.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/KickoffDeadlineWithinParentBoundaries.validationRule-meta.xml new file mode 100644 index 0000000..6163d70 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/KickoffDeadlineWithinParentBoundaries.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + KickoffDeadlineWithinParentBoundaries + false + (NOT(ISNULL(Kickoff__c)) && NOT(ISNULL(Parent_Milestone__r.Kickoff__c)) && Kickoff__c < Parent_Milestone__r.Kickoff__c) || (NOT(ISNULL(Deadline__c)) && NOT(ISNULL(Parent_Milestone__r.Deadline__c)) && Deadline__c > Parent_Milestone__r.Deadline__c) + Kickoff__c + Milestone Kickoff must not be earlier than Parent Kickoff and Milestone Deadline must not be later than Parent Deadline. + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Kickoff_after_Predecessor_Deadline.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Kickoff_after_Predecessor_Deadline.validationRule-meta.xml new file mode 100644 index 0000000..7f7e796 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Kickoff_after_Predecessor_Deadline.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Kickoff_after_Predecessor_Deadline + true + NOT(ISNULL(Kickoff__c)) && NOT(ISNULL(Predecessor_Milestone__r.Deadline__c)) && Kickoff__c < Predecessor_Milestone__r.Deadline__c + Kickoff__c + Milestone Kickoff must not be earlier than its Predecessor's Deadline. + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Kickoff_before_deadline.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Kickoff_before_deadline.validationRule-meta.xml new file mode 100644 index 0000000..310a84d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Kickoff_before_deadline.validationRule-meta.xml @@ -0,0 +1,9 @@ + + + Kickoff_before_deadline + false + Kickoff must be less or equal than the deadline + NOT(ISNULL(Kickoff__c)) && NOT(ISNULL(Deadline__c)) && Deadline__c < Kickoff__c + Kickoff__c + Kickoff must be less or equal than the deadline + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Milestone_between_Project_duration.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Milestone_between_Project_duration.validationRule-meta.xml new file mode 100644 index 0000000..a008b40 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Milestone_between_Project_duration.validationRule-meta.xml @@ -0,0 +1,10 @@ + + + Milestone_between_Project_duration + false + Milestone kickoff must be grater or equal than project kickoff and milestone deadline must be less or equal than project deadline + (NOT(ISNULL(Kickoff__c)) && NOT(ISNULL(Project__r.Kickoff__c )) && Kickoff__c< Project__r.Kickoff__c ) +|| +(NOT(ISNULL(Deadline__c)) && NOT(ISNULL(Project__r.Deadline__c)) && Deadline__c > Project__r.Deadline__c) + Milestone kickoff must be grater or equal than project kickoff and milestone deadline must be less or equal than project deadline + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Milestone_must_have_parent_record.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Milestone_must_have_parent_record.validationRule-meta.xml new file mode 100644 index 0000000..3132d07 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/validationRules/Milestone_must_have_parent_record.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Milestone_must_have_parent_record + true + Milestone records must always have a parent Project and/or a parent Milestone + ISBLANK(Project__c) && ISBLANK(Parent_Milestone__c) + Please select a parent Project, a parent Milestone, or both. + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/webLinks/Change_Project.webLink-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/webLinks/Change_Project.webLink-meta.xml new file mode 100644 index 0000000..2047dac --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/webLinks/Change_Project.webLink-meta.xml @@ -0,0 +1,13 @@ + + + Change_Project + online + massActionButton + 600 + page + Move to New Project + sidebar + Milestone1_Move_Milestone + false + true + diff --git a/force-app/main/default/objects/Milestone1_Milestone__c/webLinks/Move_to_New_Project.webLink-meta.xml b/force-app/main/default/objects/Milestone1_Milestone__c/webLinks/Move_to_New_Project.webLink-meta.xml new file mode 100644 index 0000000..2e0f992 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Milestone__c/webLinks/Move_to_New_Project.webLink-meta.xml @@ -0,0 +1,12 @@ + + + Move_to_New_Project + online + Move a Milestone to a New Project + button + page + Move to New Project + replace + Milestone1_Move_Milestone_Detail + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/Milestone1_Nag__c.object-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/Milestone1_Nag__c.object-meta.xml new file mode 100644 index 0000000..dfe30ec --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/Milestone1_Nag__c.object-meta.xml @@ -0,0 +1,172 @@ + + + + Accept + Default + + + Accept + Large + Default + + + Accept + Small + Default + + + CancelEdit + Default + + + CancelEdit + Large + Default + + + CancelEdit + Small + Default + + + Clone + Default + + + Clone + Large + Default + + + Clone + Small + Default + + + Delete + Default + + + Delete + Large + Default + + + Delete + Small + Default + + + Edit + Default + + + Edit + Large + Default + + + Edit + Small + Default + + + List + Default + + + List + Large + Default + + + List + Small + Default + + + New + Default + + + New + Large + Default + + + New + Small + Default + + + SaveEdit + Default + + + SaveEdit + Large + Default + + + SaveEdit + Small + Default + + + Tab + Default + + + Tab + Large + Default + + + Tab + Small + Default + + + View + Default + + + View + Large + Default + + + View + Small + Default + + false + SYSTEM + Deployed + Force.com Labs - PM - This is a nag object. Allows the Nag Engine to execute against objects. + false + true + false + false + false + false + true + true + true + true + + en_US + + NAG-{00000} + + AutoNumber + + Nags + + Accept + ChangeOwner + New + + ReadWrite + Public + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Assigned_To_Running_User__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Assigned_To_Running_User__c.field-meta.xml new file mode 100644 index 0000000..f6bab82 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Assigned_To_Running_User__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Assigned_To_Running_User__c + false + IF( Assigned_To__c = $User.Id ,"YES","NO") + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Assigned_To__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Assigned_To__c.field-meta.xml new file mode 100644 index 0000000..b1d419c --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Assigned_To__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Assigned_To__c + SetNull + false + + User + Project_Nags + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Deadline__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Deadline__c.field-meta.xml new file mode 100644 index 0000000..d7db2fc --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Deadline__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Deadline__c + false + IF( Project__c <> null, Project__r.Deadline__c, +IF( Project_Milestone__c <> null, Project_Milestone__r.Deadline__c, +IF( Project_Task__c <> null, Project_Task__r.Due_Date__c,Today()))) + BlankAsZero + + false + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Description__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Description__c.field-meta.xml new file mode 100644 index 0000000..e4967aa --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Description__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Description__c + false + + 200 + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Link__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Link__c.field-meta.xml new file mode 100644 index 0000000..82840ab --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Link__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Link__c + false + IF( Project__c <> null, HYPERLINK(Project__c, "Project Link"), +IF( Project_Milestone__c <> null, HYPERLINK(Project__c, "Milestone Link"), +IF( Project_Task__c <> null, HYPERLINK(Project__c, "Task Link"),''))) + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Nag_Reason__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Nag_Reason__c.field-meta.xml new file mode 100644 index 0000000..ea66870 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Nag_Reason__c.field-meta.xml @@ -0,0 +1,29 @@ + + + Nag_Reason__c + false + + false + false + Picklist + + + false + + Date + false + + + + Hours + false + + + + Budget + false + + + + + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Nag_Status__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Nag_Status__c.field-meta.xml new file mode 100644 index 0000000..855303c --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Nag_Status__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Nag_Status__c + false + + 20 + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_ID__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_ID__c.field-meta.xml new file mode 100644 index 0000000..359a94f --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_ID__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Parent_ID__c + false + IF( Project__c <> null, Project__c, +IF( Project_Milestone__c <> null, Project_Milestone__c, +IF( Project_Task__c <> null, Project_Task__c,''))) + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Name__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Name__c.field-meta.xml new file mode 100644 index 0000000..048f4fc --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Name__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Parent_Name__c + false + IF( Project__c <> null, Project__r.Name, +IF( Project_Milestone__c <> null, Project_Milestone__r.Name, +IF( Project_Task__c <> null, Project_Task__r.Name,''))) + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Owner_Id__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Owner_Id__c.field-meta.xml new file mode 100644 index 0000000..dbde273 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Owner_Id__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Parent_Owner_Id__c + Bring down the Owner of the Parent Record. Check Project, then Milestone, then Task. Validation rules only allow us to have one Parent Lookup from those three lookups. + false + IF( Project__c <> null, Project__r.OwnerId, +IF( Project_Milestone__c <> null, Project_Milestone__r.OwnerId, +IF( Project_Task__c <> null, Project_Task__r.OwnerId__c,null))) + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Status__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Status__c.field-meta.xml new file mode 100644 index 0000000..5db6ac1 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Status__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Parent_Status__c + false + IF( Project_Milestone__c <> null, IF(Project_Milestone__r.Complete__c,'True','False'), + IF( Project_Task__c <> null, IF(Project_Milestone__r.Complete__c,'True','False'),'false')) + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Type__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Type__c.field-meta.xml new file mode 100644 index 0000000..d6c0860 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Parent_Type__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Parent_Type__c + false + IF( Project__c <> null, 'Project', +IF( Project_Milestone__c <> null, 'Milestone', +IF( Project_Task__c <> null, 'Task',''))) + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Project_Milestone__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Project_Milestone__c.field-meta.xml new file mode 100644 index 0000000..958ed2d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Project_Milestone__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Project_Milestone__c + SetNull + false + + Milestone1_Milestone__c + Project_Nags + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Project_Task__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Project_Task__c.field-meta.xml new file mode 100644 index 0000000..56af290 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Project_Task__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Project_Task__c + SetNull + false + + Milestone1_Task__c + Project_Nags + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/fields/Project__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/fields/Project__c.field-meta.xml new file mode 100644 index 0000000..f360122 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/fields/Project__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Project__c + SetNull + false + + Milestone1_Project__c + Project_Nags + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/validationRules/Must_have_a_parent.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/validationRules/Must_have_a_parent.validationRule-meta.xml new file mode 100644 index 0000000..e3257fa --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/validationRules/Must_have_a_parent.validationRule-meta.xml @@ -0,0 +1,7 @@ + + + Must_have_a_parent + true + Project__c == null && Project_Milestone__c == null && Project_Task__c == null + There must be one parent record selected. + diff --git a/force-app/main/default/objects/Milestone1_Nag__c/validationRules/Only_one_parent_allowed.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Nag__c/validationRules/Only_one_parent_allowed.validationRule-meta.xml new file mode 100644 index 0000000..4793707 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Nag__c/validationRules/Only_one_parent_allowed.validationRule-meta.xml @@ -0,0 +1,9 @@ + + + Only_one_parent_allowed + true + (Project__c != null && (Project_Milestone__c != null || Project_Task__c != null)) || +(Project_Milestone__c != null && (Project__c != null || Project_Task__c != null)) || +(Project_Task__c != null && (Project_Milestone__c != null || Project__c != null)) + Only one parent object is currently allowed. For example, If Project is set as the lookup, then Milestone and Task must be empty. + diff --git a/force-app/main/default/objects/Milestone1_Project__c/Milestone1_Project__c.object-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/Milestone1_Project__c.object-meta.xml new file mode 100644 index 0000000..468ce53 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/Milestone1_Project__c.object-meta.xml @@ -0,0 +1,195 @@ + + + + Accept + Default + + + Accept + Large + Default + + + Accept + Small + Default + + + CancelEdit + Default + + + CancelEdit + Large + Default + + + CancelEdit + Small + Default + + + Clone + Milestone1_Clone_Project + false + Visualforce + + + Clone + Large + Default + + + Clone + Small + Default + + + Delete + Default + + + Delete + Large + Default + + + Delete + Small + Default + + + Edit + Default + + + Edit + Large + Default + + + Edit + Small + Default + + + List + Default + + + List + Large + Default + + + List + Small + Default + + + New + Default + + + New + Large + Default + + + New + Small + Default + + + SaveEdit + Default + + + SaveEdit + Large + Default + + + SaveEdit + Small + Default + + + Tab + Default + + + Tab + Large + Default + + + Tab + Small + Default + + + View + Action override created by Lightning App Builder during activation. + Project_Record_Page + Large + false + Flexipage + + + View + Action override created by Lightning App Builder during activation. + Project_Record_Page + Small + false + Flexipage + + + View + Default + + false + SYSTEM + Deployed + Force.com Labs - PM - A collaborative enterprise which has a planned goal. A project can have many milestones. + false + true + false + true + false + false + false + true + true + true + + en_US + + + true + Text + + Projects + + OWNER.FIRST_NAME + OWNER.LAST_NAME + Status__c + Deadline__c + Import_Template + OWNER.FIRST_NAME + OWNER.LAST_NAME + Status__c + Deadline__c + OWNER.FIRST_NAME + OWNER.LAST_NAME + Status__c + Deadline__c + OWNER.FIRST_NAME + OWNER.LAST_NAME + Status__c + Deadline__c + Import_Template + + ReadWrite + Public + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Deadline__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Deadline__c.field-meta.xml new file mode 100644 index 0000000..cbbcec7 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Deadline__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Deadline__c + false + The date by which the project is scheduled to be completed by. + + false + true + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Description__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Description__c.field-meta.xml new file mode 100644 index 0000000..b9a9a65 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Description__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Description__c + false + A general description of the project. + + 5000 + false + false + LongTextArea + 5 + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Duration__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Duration__c.field-meta.xml new file mode 100644 index 0000000..0fc37e8 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Duration__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Duration__c + false + Deadline__c - Kickoff__c + 1 + BlankAsZero + Number of days between Kickoff and Deadline. + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/GoogleGanntUrl__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/GoogleGanntUrl__c.field-meta.xml new file mode 100644 index 0000000..810d1f1 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/GoogleGanntUrl__c.field-meta.xml @@ -0,0 +1,12 @@ + + + GoogleGanntUrl__c + false + Calculated. + + 32000 + false + false + LongTextArea + 3 + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/ImportID__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/ImportID__c.field-meta.xml new file mode 100644 index 0000000..e377ebf --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/ImportID__c.field-meta.xml @@ -0,0 +1,12 @@ + + + ImportID__c + false + + 18 + false + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Kickoff__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Kickoff__c.field-meta.xml new file mode 100644 index 0000000..25ce372 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Kickoff__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Kickoff__c + false + What date should this project start? + + false + false + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Next_Project_Milestone_Due_Date__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Next_Project_Milestone_Due_Date__c.field-meta.xml new file mode 100644 index 0000000..e985bd0 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Next_Project_Milestone_Due_Date__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Next_Project_Milestone_Due_Date__c + false + Calculated as the next incomplete task with a due date in this project. This includes sub-milestones. + + false + false + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Next_Project_Top_Milestone_Due_Date__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Next_Project_Top_Milestone_Due_Date__c.field-meta.xml new file mode 100644 index 0000000..eafd07a --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Next_Project_Top_Milestone_Due_Date__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Next_Project_Top_Milestone_Due_Date__c + false + The next incomplete milestone due date. This does not include sub-milestones. + + false + false + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Number_of_Incomplete_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Number_of_Incomplete_Milestones__c.field-meta.xml new file mode 100644 index 0000000..e3cf3cf --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Number_of_Incomplete_Milestones__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Number_of_Incomplete_Milestones__c + false + Calculated sum of the number of incomplete milestones assigned to this project. This includes sub-milestones in the project. + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Number_of_Incomplete_Top_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Number_of_Incomplete_Top_Milestones__c.field-meta.xml new file mode 100644 index 0000000..0e470ab --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Number_of_Incomplete_Top_Milestones__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Number_of_Incomplete_Top_Milestones__c + false + The number of incomplete milestones that are in this project. This does not count sub-milestones. + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Status_BudgetExpenseSummary__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_BudgetExpenseSummary__c.field-meta.xml new file mode 100644 index 0000000..1f69a2d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_BudgetExpenseSummary__c.field-meta.xml @@ -0,0 +1,28 @@ + + + Status_BudgetExpenseSummary__c + false + IF( Total_Expense_Budget__c > 0, +IMAGE( +"http://chart.apis.google.com/chart?chtt=Task+Expense+Budget+Analysis&" & +"chxr=0,0," & Text(max( Total_Expense_Budget__c,Total_Expense_Budget_from_Milestones__c,Total_Expense_Estimate__c, Total_Expense_Incurred__c)) & "&" & +"chxt=y&chbh=a&chs=300x225&cht=bvg&"& +"chco=2299bb,eeaa66,ee3322,666666&&"& +"chdl="& +"Budget (" & TEXT(Total_Expense_Budget__c) & ")"& +"|Planned (" & TEXT(Total_Expense_Budget_from_Milestones__c) & ")"& +"|Estimated (" & TEXT(Total_Expense_Estimate__c) & ")"& +"|Incurred (" & TEXT(Total_Expense_Incurred__c) & ")"& +"&chd=t:"& +TEXT( Total_Expense_Budget__c / max( Total_Expense_Budget__c,Total_Expense_Budget_from_Milestones__c,Total_Expense_Estimate__c, Total_Expense_Incurred__c) * 100 )&"|"& +TEXT( Total_Expense_Budget_from_Milestones__c / max( Total_Expense_Budget__c,Total_Expense_Budget_from_Milestones__c,Total_Expense_Estimate__c, Total_Expense_Incurred__c) * 100) &"|" & +TEXT( Total_Expense_Estimate__c / max( Total_Expense_Budget__c,Total_Expense_Budget_from_Milestones__c,Total_Expense_Estimate__c, Total_Expense_Incurred__c) * 100 ) &"|" & +TEXT( Total_Expense_Incurred__c / max( Total_Expense_Budget__c,Total_Expense_Budget_from_Milestones__c,Total_Expense_Estimate__c, Total_Expense_Incurred__c) * 100) +, "Project Expense - Budget, Planned, Estimated, Incurred"), '') + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Status_BudgetMiletoneEstimate__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_BudgetMiletoneEstimate__c.field-meta.xml new file mode 100644 index 0000000..e66ed9a --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_BudgetMiletoneEstimate__c.field-meta.xml @@ -0,0 +1,25 @@ + + + Status_BudgetMiletoneEstimate__c + false + "http://chart.apis.google.com/chart?chtt=Task+Time+Budget+Analysis&"& +"chxr=0,0," & Text(max( Total_Hours_Budget__c,Total_Hours_Budget_from_Milestones__c,Total_Hours_Estimate__c, Total_Hours_Incurred__c)) & "&" & +"chxt=y&chbh=a&chs=300x225&cht=bvg&"& +"chco=2299bb,eeaa66,ee3322,666666&"& +"chdl="& +"Budget (" & TEXT(Total_Hours_Budget__c) & ")"& +"|Planned (" & TEXT(Total_Hours_Budget_from_Milestones__c) & ")"& +"|Estimated (" & TEXT(Total_Hours_Estimate__c) & ")"& +"|Incurred (" & TEXT(Total_Hours_Incurred__c) & ")"& +"&chd=t:"& +TEXT( Total_Hours_Budget__c / max( Total_Hours_Budget__c,Total_Hours_Budget_from_Milestones__c,Total_Hours_Estimate__c, Total_Hours_Incurred__c) * 100 )&"|"& +TEXT( Total_Hours_Budget_from_Milestones__c / max( Total_Hours_Budget__c,Total_Hours_Budget_from_Milestones__c,Total_Hours_Estimate__c, Total_Hours_Incurred__c) * 100) &"|" & +TEXT( Total_Hours_Estimate__c / max( Total_Hours_Budget__c,Total_Hours_Budget_from_Milestones__c,Total_Hours_Estimate__c, Total_Hours_Incurred__c) * 100 ) &"|" & +TEXT( Total_Hours_Incurred__c / max( Total_Hours_Budget__c,Total_Hours_Budget_from_Milestones__c,Total_Hours_Estimate__c, Total_Hours_Incurred__c) * 100) + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Status_Image_HoursSummary__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_Image_HoursSummary__c.field-meta.xml new file mode 100644 index 0000000..cbf3d27 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_Image_HoursSummary__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Status_Image_HoursSummary__c + false + IF( Total_Hours_Budget__c > 0, +IMAGE(Status_BudgetMiletoneEstimate__c, "Hours Summary: Budgeted, Planned, Estimated and Incurred."),'') + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Status_Image_OpenVComplete__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_Image_OpenVComplete__c.field-meta.xml new file mode 100644 index 0000000..a614119 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_Image_OpenVComplete__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Status_Image_OpenVComplete__c + false + IF( Status_TasksOpenComplete__c != '', +IMAGE( Status_TasksOpenComplete__c , "Open vs. Complete Tasks") , '') + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Status_Img_OpenLateBlocked__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_Img_OpenLateBlocked__c.field-meta.xml new file mode 100644 index 0000000..9cd3615 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_Img_OpenLateBlocked__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Status_Img_OpenLateBlocked__c + false + IMAGE( Status_TasksOpenBlockedLate__c , "Open, Late & Blocked Tasks.") + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Status_TasksOpenBlockedLate__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_TasksOpenBlockedLate__c.field-meta.xml new file mode 100644 index 0000000..60f663e --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_TasksOpenBlockedLate__c.field-meta.xml @@ -0,0 +1,19 @@ + + + Status_TasksOpenBlockedLate__c + false + IF(max( Total_Open_Task_Count__c , Total_Late_Task_Count__c , Total_Blocked_Task_Count__c ) > 0 , +"http://chart.apis.google.com/chart?chtt=Open+Task+Analysis&chxt=y&chbh=a&chs=300x225&cht=bvg&"& +"chxr=0,0," & Text(max( Total_Open_Task_Count__c , Total_Late_Task_Count__c , Total_Blocked_Task_Count__c ))&"&"& +"chco=2299bb,eeaa66,ee3322&chdl="& +"Open (" & TEXT(Total_Open_Task_Count__c) & ")"& +"|Late (" & TEXT(Total_Late_Task_Count__c) & ")"& +"|Blocked (" & TEXT(Total_Blocked_Task_Count__c) & ")"& +"&chd=t:"& TEXT(Total_Open_Task_Count__c / max( Total_Open_Task_Count__c , Total_Late_Task_Count__c , Total_Blocked_Task_Count__c ) *100)&"|"& TEXT(Total_Late_Task_Count__c/ max( Total_Open_Task_Count__c , Total_Late_Task_Count__c , Total_Blocked_Task_Count__c ) *100) &"|" & TEXT(Total_Blocked_Task_Count__c/ max( Total_Open_Task_Count__c , Total_Late_Task_Count__c , Total_Blocked_Task_Count__c ) *100), '/s.gif') + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Status_TasksOpenComplete__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_TasksOpenComplete__c.field-meta.xml new file mode 100644 index 0000000..7ea0fa9 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Status_TasksOpenComplete__c.field-meta.xml @@ -0,0 +1,16 @@ + + + Status_TasksOpenComplete__c + false + "http://chart.apis.google.com/chart?"& +"chtt=Task+Analysis&"& +"chco=eeaa66,2299bb&chs=300x225&cht=p&chd=t:"&Text(Total_Open_Task_Count__c)&","&Text(Total_Complete_Task_Count__c)&"&chdl="& +"Open%20Tasks (" & TEXT (Total_Open_Task_Count__c) & ")"& +"|Complete%20Tasks (" & TEXT (Total_Complete_Task_Count__c) & ")" + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Status__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Status__c.field-meta.xml new file mode 100644 index 0000000..0ff30db --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Status__c.field-meta.xml @@ -0,0 +1,41 @@ + + + Status__c + false + The current status of the project. + + false + true + false + Picklist + + + false + + Inactive + false + + + + Planning + false + + + + Active + false + + + + On Hold + false + + + + Completed + false + + + + + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Blocked_Task_Count__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Blocked_Task_Count__c.field-meta.xml new file mode 100644 index 0000000..e1ce555 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Blocked_Task_Count__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Blocked_Task_Count__c + false + How many tasks associated with this project are blocked? (Calculated) + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Complete_Task_Count__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Complete_Task_Count__c.field-meta.xml new file mode 100644 index 0000000..a40cb34 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Complete_Task_Count__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Complete_Task_Count__c + false + How many complete tasks are there in this project? (Calculated.) + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Budget__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Budget__c.field-meta.xml new file mode 100644 index 0000000..ad9b440 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Budget__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Expense_Budget__c + 0 + false + The total expense budget for this project. + + 18 + false + 2 + false + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Budget_from_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Budget_from_Milestones__c.field-meta.xml new file mode 100644 index 0000000..7d9b5f5 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Budget_from_Milestones__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Total_Expense_Budget_from_Milestones__c + false + Calculated from the milestone expense budgets assigned to this project. + + 18 + false + 2 + false + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Estimate__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Estimate__c.field-meta.xml new file mode 100644 index 0000000..8d5c8a4 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Estimate__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Total_Expense_Estimate__c + false + Calculated from expense estimates on all child milestones + + 18 + false + 2 + false + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Incurred__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Incurred__c.field-meta.xml new file mode 100644 index 0000000..c9d3373 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Expense_Incurred__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Total_Expense_Incurred__c + false + Calculated from expense records related to tasks on all child milestones + + 18 + false + 2 + false + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Budget__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Budget__c.field-meta.xml new file mode 100644 index 0000000..2240b6d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Budget__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Total_Hours_Budget__c + 0 + false + The total hours budget for this project. + + 18 + false + 2 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Budget_from_Milestones__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Budget_from_Milestones__c.field-meta.xml new file mode 100644 index 0000000..6adf776 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Budget_from_Milestones__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Hours_Budget_from_Milestones__c + false + Calculated from hours budgets for milestones in this project. + + 18 + false + 2 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Estimate__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Estimate__c.field-meta.xml new file mode 100644 index 0000000..de9fdee --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Estimate__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Hours_Estimate__c + false + Calculated from hours estimates on all child milestones + + 18 + false + 2 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Incurred__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Incurred__c.field-meta.xml new file mode 100644 index 0000000..fe556df --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Hours_Incurred__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Hours_Incurred__c + false + Calculated from time records related to tasks on all child milestones + + 18 + false + 2 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Late_Task_Count__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Late_Task_Count__c.field-meta.xml new file mode 100644 index 0000000..4acb551 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Late_Task_Count__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Late_Task_Count__c + false + How many tasks associated with this project are late? (Calculated) + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Open_Task_Count__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Open_Task_Count__c.field-meta.xml new file mode 100644 index 0000000..42b0c9d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/fields/Total_Open_Task_Count__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Total_Open_Task_Count__c + false + How many open tasks are there in this project? (Calculated. Includes Late and Blocked tasks.) + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/listViews/All.listView-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/listViews/All.listView-meta.xml new file mode 100644 index 0000000..d505851 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/listViews/All.listView-meta.xml @@ -0,0 +1,6 @@ + + + All + Everything + + diff --git a/force-app/main/default/objects/Milestone1_Project__c/listViews/My_Active_Projects.listView-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/listViews/My_Active_Projects.listView-meta.xml new file mode 100644 index 0000000..f1807a4 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/listViews/My_Active_Projects.listView-meta.xml @@ -0,0 +1,16 @@ + + + My_Active_Projects + NAME + Deadline__c + Total_Blocked_Task_Count__c + Total_Late_Task_Count__c + Total_Open_Task_Count__c + Mine + + Status__c + equals + Active + + + diff --git a/force-app/main/default/objects/Milestone1_Project__c/validationRules/Kickoff_before_deadline.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/validationRules/Kickoff_before_deadline.validationRule-meta.xml new file mode 100644 index 0000000..dc1fa93 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/validationRules/Kickoff_before_deadline.validationRule-meta.xml @@ -0,0 +1,9 @@ + + + Kickoff_before_deadline + false + Kickoff must be less or equal than the deadline + NOT(ISNULL(Kickoff__c)) && NOT(ISNULL(Deadline__c)) && Deadline__c < Kickoff__c + Kickoff__c + Kickoff must be less or equal than the deadline + diff --git a/force-app/main/default/objects/Milestone1_Project__c/validationRules/Total_Expense_Budget_Negative_Numbers.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/validationRules/Total_Expense_Budget_Negative_Numbers.validationRule-meta.xml new file mode 100644 index 0000000..3d37286 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/validationRules/Total_Expense_Budget_Negative_Numbers.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Total_Expense_Budget_Negative_Numbers + true + Total_Expense_Budget__c < 0 + Total_Expense_Budget__c + This value should be a positive number + diff --git a/force-app/main/default/objects/Milestone1_Project__c/validationRules/Total_Hours_Budget_Negative_Numbers.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/validationRules/Total_Hours_Budget_Negative_Numbers.validationRule-meta.xml new file mode 100644 index 0000000..3bab460 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/validationRules/Total_Hours_Budget_Negative_Numbers.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Total_Hours_Budget_Negative_Numbers + true + Total_Hours_Budget__c < 0 + Total_Hours_Budget__c + This value should be a positive number + diff --git a/force-app/main/default/objects/Milestone1_Project__c/webLinks/Export_Template.webLink-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/webLinks/Export_Template.webLink-meta.xml new file mode 100644 index 0000000..4de645c --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/webLinks/Export_Template.webLink-meta.xml @@ -0,0 +1,13 @@ + + + Export_Template + online + Export the XML Template of the Project. This will save the XML inside the Documents folder for the user. + button + 600 + page + Export Template + sidebar + Milestone1_Export_Project + false + diff --git a/force-app/main/default/objects/Milestone1_Project__c/webLinks/Import_Template.webLink-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/webLinks/Import_Template.webLink-meta.xml new file mode 100644 index 0000000..c0cb8a1 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/webLinks/Import_Template.webLink-meta.xml @@ -0,0 +1,13 @@ + + + Import_Template + online + massActionButton + 600 + page + Import Template + sidebar + Milestone1_Import_Project + false + true + diff --git a/force-app/main/default/objects/Milestone1_Project__c/webLinks/Update.webLink-meta.xml b/force-app/main/default/objects/Milestone1_Project__c/webLinks/Update.webLink-meta.xml new file mode 100644 index 0000000..6906459 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Project__c/webLinks/Update.webLink-meta.xml @@ -0,0 +1,20 @@ + + + Update + online + Updates current project data [deleted] + button + false + true + false + 600 + true + page + Update + newWindow + Milestone1_Charts_GanttMilestones + none + false + false + false + diff --git a/force-app/main/default/objects/Milestone1_Settings__c/Milestone1_Settings__c.object-meta.xml b/force-app/main/default/objects/Milestone1_Settings__c/Milestone1_Settings__c.object-meta.xml new file mode 100644 index 0000000..4eb11fb --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Settings__c/Milestone1_Settings__c.object-meta.xml @@ -0,0 +1,9 @@ + + + Hierarchy + Milestone1: This custom setting allows users to follow tasks automatically assigned to them. + false + false + + Public + diff --git a/force-app/main/default/objects/Milestone1_Settings__c/fields/Auto_Follow_Complete_Task__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Settings__c/fields/Auto_Follow_Complete_Task__c.field-meta.xml new file mode 100644 index 0000000..5c2e3a5 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Settings__c/fields/Auto_Follow_Complete_Task__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Auto_Follow_Complete_Task__c + true + When a Task is marked 'Complete', Automatically unsubscribe the Assigned User from the Chatter Feed for the Task. + false + When a Task is marked 'Complete', Automatically unsubscribe the Assigned User from the Chatter Feed for the Task. + + false + Checkbox + diff --git a/force-app/main/default/objects/Milestone1_Settings__c/fields/Auto_Follow_Task__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Settings__c/fields/Auto_Follow_Task__c.field-meta.xml new file mode 100644 index 0000000..367d165 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Settings__c/fields/Auto_Follow_Task__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Auto_Follow_Task__c + true + When a Task is Assigned to a User, automatically subscribe the user to follow the task. + false + When a Task is Assigned to a User, automatically subscribe the user to follow the task. + + false + Checkbox + diff --git a/force-app/main/default/objects/Milestone1_Settings__c/fields/Auto_Unfollow_Reassignment__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Settings__c/fields/Auto_Unfollow_Reassignment__c.field-meta.xml new file mode 100644 index 0000000..93fda09 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Settings__c/fields/Auto_Unfollow_Reassignment__c.field-meta.xml @@ -0,0 +1,10 @@ + + + Auto_Unfollow_Reassignment__c + true + false + Automatically unsubscribe the currently assigned user from the task when it is reassigned to another user. + + false + Checkbox + diff --git a/force-app/main/default/objects/Milestone1_Settings__c/fields/Default_Milestone_Alias__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Settings__c/fields/Default_Milestone_Alias__c.field-meta.xml new file mode 100644 index 0000000..710a45a --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Settings__c/fields/Default_Milestone_Alias__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Default_Milestone_Alias__c + Default milestone for email to task. + false + Insert a valid alias milestone by default to receive the mail about task's creation when a alias is not specified in the mail's subject. + + 30 + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/Milestone1_Task__c.object-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/Milestone1_Task__c.object-meta.xml new file mode 100644 index 0000000..668ed2e --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/Milestone1_Task__c.object-meta.xml @@ -0,0 +1,195 @@ + + + + Accept + Default + + + Accept + Large + Default + + + Accept + Small + Default + + + CancelEdit + Default + + + CancelEdit + Large + Default + + + CancelEdit + Small + Default + + + Clone + Default + + + Clone + Large + Default + + + Clone + Small + Default + + + Delete + Default + + + Delete + Large + Default + + + Delete + Small + Default + + + Edit + Default + + + Edit + Large + Default + + + Edit + Small + Default + + + List + Default + + + List + Large + Default + + + List + Small + Default + + + New + Default + + + New + Large + Default + + + New + Small + Default + + + SaveEdit + Default + + + SaveEdit + Large + Default + + + SaveEdit + Small + Default + + + Tab + Default + + + Tab + Large + Default + + + Tab + Small + Default + + + View + Default + + + View + Large + Default + + + View + Small + Default + + false + SYSTEM + Deployed + Force.com Labs - PM - An activity that has hours, budget, and is assigned to a User. + false + true + false + true + false + false + true + true + true + true + + en_US + + + false + Text + + Tasks + + Project__c + Project_Milestone__c + Assigned_To__c + Due_Date__c + Complete__c + Priority__c + Change_Milestone + Project__c + Project_Milestone__c + Assigned_To__c + Due_Date__c + Complete__c + Priority__c + Project__c + Project_Milestone__c + Assigned_To__c + Due_Date__c + Complete__c + Priority__c + Project__c + Project_Milestone__c + Assigned_To__c + Due_Date__c + Complete__c + Priority__c + Change_Milestone + + ControlledByParent + Public + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Assigned_To__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Assigned_To__c.field-meta.xml new file mode 100644 index 0000000..3d6b23d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Assigned_To__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Assigned_To__c + SetNull + false + The user responsible for completing the task. Defaults to current user if left blank. + + User + Project_Tasks_Assigned + false + true + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Blocked_Reason__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Blocked_Reason__c.field-meta.xml new file mode 100644 index 0000000..3bfaa15 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Blocked_Reason__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Blocked_Reason__c + false + If blocked, why? + + 255 + false + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Blocked__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Blocked__c.field-meta.xml new file mode 100644 index 0000000..f87ec10 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Blocked__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Blocked__c + false + false + Is this task blocked for some reason? + + true + false + Checkbox + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Class__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Class__c.field-meta.xml new file mode 100644 index 0000000..c37d016 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Class__c.field-meta.xml @@ -0,0 +1,31 @@ + + + Class__c + false + Classify this task as appropriate for your use. + + false + false + false + Picklist + + + false + + Ad Hoc + false + + + + Defect + false + + + + Rework + false + + + + + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Complete__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Complete__c.field-meta.xml new file mode 100644 index 0000000..0f33340 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Complete__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Complete__c + false + false + The status of this task. A task is either in-complete or complete. + + true + false + Checkbox + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Days_Late_Formula__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Days_Late_Formula__c.field-meta.xml new file mode 100644 index 0000000..b3918bf --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Days_Late_Formula__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Days_Late_Formula__c + false + Today() - Due_Date__c + BlankAsZero + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Days_Late__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Days_Late__c.field-meta.xml new file mode 100644 index 0000000..0235fcc --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Days_Late__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Days_Late__c + false + How many days late is this task? + + 18 + false + 0 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Description__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Description__c.field-meta.xml new file mode 100644 index 0000000..b85a0cd --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Description__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Description__c + false + The general description of the task. For example, what is the purpose of the task. + + 5000 + false + false + LongTextArea + 5 + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Due_Date__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Due_Date__c.field-meta.xml new file mode 100644 index 0000000..fac0cfa --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Due_Date__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Due_Date__c + false + The date this task is due to be completed. Defaults to milestone due date if left blank. + + false + true + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Email_GUID__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Email_GUID__c.field-meta.xml new file mode 100644 index 0000000..e235fd6 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Email_GUID__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Email_GUID__c + This field is used to track Email for a reply to email chain. + true + + 150 + false + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Estimated_Expense__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Estimated_Expense__c.field-meta.xml new file mode 100644 index 0000000..81f89f7 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Estimated_Expense__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Estimated_Expense__c + false + The estimated amount of expenses which will be incurred during the task. + + 18 + false + 2 + false + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Estimated_Hours__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Estimated_Hours__c.field-meta.xml new file mode 100644 index 0000000..a40c1ff --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Estimated_Hours__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Estimated_Hours__c + false + The estimated time to complete the task. + + 18 + false + 2 + false + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Expense_Balance__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Expense_Balance__c.field-meta.xml new file mode 100644 index 0000000..4c0b635 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Expense_Balance__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Expense_Balance__c + false + Estimated_Expense__c - Total_Expense__c + BlankAsZero + Calculated as estimated expense - total expense + + 18 + false + 2 + false + Currency + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Hours_Balance__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Hours_Balance__c.field-meta.xml new file mode 100644 index 0000000..616076d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Hours_Balance__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Hours_Balance__c + false + Estimated_Hours__c - Total_Hours__c + BlankAsZero + Calculated as estimated hours - total hours + + 18 + false + 2 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/ImportID__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/ImportID__c.field-meta.xml new file mode 100644 index 0000000..e377ebf --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/ImportID__c.field-meta.xml @@ -0,0 +1,12 @@ + + + ImportID__c + false + + 18 + false + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Index_Helper__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Index_Helper__c.field-meta.xml new file mode 100644 index 0000000..e0a9739 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Index_Helper__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Index_Helper__c + false + Assigned_To__r.FirstName & ' ' & Assigned_To__r.LastName & ' ' & Project_Milestone__r.Project__r.Name & ' ' & Project_Milestone__r.Name & ' complete:' & IF(Complete__c, 'yes', 'no') & ' ' & Name + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Index__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Index__c.field-meta.xml new file mode 100644 index 0000000..5881fea --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Index__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Index__c + true + + 255 + false + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Last_Email_Received__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Last_Email_Received__c.field-meta.xml new file mode 100644 index 0000000..836f76f --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Last_Email_Received__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Last_Email_Received__c + Date Time the last email was sent to this task. + false + The date the last email was attached to this task. A task can be created via an email, and additional emails can be attached to the task in the notes section. + + false + false + false + DateTime + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Milestone_Grandparent__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Milestone_Grandparent__c.field-meta.xml new file mode 100644 index 0000000..7070869 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Milestone_Grandparent__c.field-meta.xml @@ -0,0 +1,14 @@ + + + Milestone_Grandparent__c + false + if ( + Project_Milestone__r.Parent_Milestone__c != null, + Project_Milestone__r.Parent_Milestone__r.Name , '') + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Overall_Status__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Overall_Status__c.field-meta.xml new file mode 100644 index 0000000..5c56009 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Overall_Status__c.field-meta.xml @@ -0,0 +1,21 @@ + + + Overall_Status__c + false + if ( Complete__c == true, 'Complete', + if ( and( Days_Late_Formula__c > 0, Blocked__c ), + if(Len( Text(Task_Stage__c))>0 , 'Late & Blocked ' & Text(Task_Stage__c), 'Late & Blocked'), + if (Days_Late_Formula__c > 0, + if(Len( Text(Task_Stage__c))>0, 'Late ' & text(Task_Stage__c), 'Late'), + if(Blocked__c == true, + if(Len( Text(Task_Stage__c))>0, 'Blocked ' & text(Task_Stage__c), 'Blocked'), + if(Len( Text(Task_Stage__c))>0, 'Open ' & Text(Task_Stage__c), 'Open') +)))) + BlankAsZero + Calculated field indicating if the task is complete, open, late, blocked or late and blocked. + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/OwnerId__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/OwnerId__c.field-meta.xml new file mode 100644 index 0000000..60d0368 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/OwnerId__c.field-meta.xml @@ -0,0 +1,12 @@ + + + OwnerId__c + false + Project_Milestone__r.OwnerId + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Predecessor_Task_Import_Id__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Predecessor_Task_Import_Id__c.field-meta.xml new file mode 100644 index 0000000..cf455f8 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Predecessor_Task_Import_Id__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Predecessor_Task_Import_Id__c + false + + 18 + false + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Predecessor_Task__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Predecessor_Task__c.field-meta.xml new file mode 100644 index 0000000..43cd7c1 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Predecessor_Task__c.field-meta.xml @@ -0,0 +1,25 @@ + + + Predecessor_Task__c + SetNull + false + The predecessor task for this task if applicable. + + + true + nf_01IU00000000WpxMAE_00NU0000000IK2lMAG + + Milestone1_Task__c.Project_Milestone__c + equals + $Source.Project_Milestone__c + + false + + Milestone1_Task__c + Successor Tasks + Successor_Tasks + false + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Priority__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Priority__c.field-meta.xml new file mode 100644 index 0000000..37d8b3e --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Priority__c.field-meta.xml @@ -0,0 +1,41 @@ + + + Priority__c + false + This is the priority of the task. 0,1,2,3 or 4. + + false + false + false + Picklist + + + false + + 0 + false + + + + 1 + false + + + + 2 + false + + + + 3 + false + + + + 4 + false + + + + + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/ProjectId__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/ProjectId__c.field-meta.xml new file mode 100644 index 0000000..11ed982 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/ProjectId__c.field-meta.xml @@ -0,0 +1,12 @@ + + + ProjectId__c + false + Project_Milestone__r.Project__c + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/ProjectStatus__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/ProjectStatus__c.field-meta.xml new file mode 100644 index 0000000..fd2a250 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/ProjectStatus__c.field-meta.xml @@ -0,0 +1,12 @@ + + + ProjectStatus__c + false + TEXT(Project_Milestone__r.Project__r.Status__c) + BlankAsZero + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Project_Milestone__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Project_Milestone__c.field-meta.xml new file mode 100644 index 0000000..c967b4d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Project_Milestone__c.field-meta.xml @@ -0,0 +1,16 @@ + + + Project_Milestone__c + false + The milestone that this task is assigned to. + + Milestone1_Milestone__c + Tasks + Project_Tasks + 0 + false + false + false + MasterDetail + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Project__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Project__c.field-meta.xml new file mode 100644 index 0000000..37efdb7 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Project__c.field-meta.xml @@ -0,0 +1,19 @@ + + + Project__c + false + IF( OR($User.UIThemeDisplayed == "Theme4d", $User.UIThemeDisplayed == "Theme4t"), + HYPERLINK('one.app?source=aloha#/sObject/' + Project_Milestone__r.Project__c + '/view', + Project_Milestone__r.Project__r.Name, + '_self'), + HYPERLINK(Project_Milestone__r.Project__c, + Project_Milestone__r.Project__r.Name, + '_self') + ) + A link to the Project which this task is included in via its milestone. + + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Short_ID__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Short_ID__c.field-meta.xml new file mode 100644 index 0000000..0b591c9 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Short_ID__c.field-meta.xml @@ -0,0 +1,9 @@ + + + Short_ID__c + false + Unique number for each task and across all projects. + + false + AutoNumber + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Start_Date__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Start_Date__c.field-meta.xml new file mode 100644 index 0000000..8824e5d --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Start_Date__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Start_Date__c + TODAY() + false + When should this task start by? + + false + false + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Task_Number__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Task_Number__c.field-meta.xml new file mode 100644 index 0000000..9441d26 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Task_Number__c.field-meta.xml @@ -0,0 +1,9 @@ + + + Task_Number__c + false + Unique number for each task and across all projects. + + false + AutoNumber + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Task_Stage__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Task_Stage__c.field-meta.xml new file mode 100644 index 0000000..35df4d4 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Task_Stage__c.field-meta.xml @@ -0,0 +1,41 @@ + + + Task_Stage__c + false + Where is this task on the road to completion? + + false + false + false + Picklist + + + false + + None + false + + + + In Progress + false + + + + Resolved + false + + + + Closed + false + + + + Close + false + + + + + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Total_Expense__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Total_Expense__c.field-meta.xml new file mode 100644 index 0000000..aee47bb --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Total_Expense__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Total_Expense__c + false + Calculated from all child expense records + + Milestone1_Expense__c.Amount__c + Milestone1_Expense__c.Project_Task__c + sum + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Task__c/fields/Total_Hours__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/fields/Total_Hours__c.field-meta.xml new file mode 100644 index 0000000..f109da5 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/fields/Total_Hours__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Total_Hours__c + false + Calculated from all child time records + + Milestone1_Time__c.Hours__c + Milestone1_Time__c.Project_Task__c + sum + false + Summary + diff --git a/force-app/main/default/objects/Milestone1_Task__c/listViews/All.listView-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/listViews/All.listView-meta.xml new file mode 100644 index 0000000..d505851 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/listViews/All.listView-meta.xml @@ -0,0 +1,6 @@ + + + All + Everything + + diff --git a/force-app/main/default/objects/Milestone1_Task__c/validationRules/CannotBeBlockedIfComplete.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/validationRules/CannotBeBlockedIfComplete.validationRule-meta.xml new file mode 100644 index 0000000..912f1fc --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/validationRules/CannotBeBlockedIfComplete.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + CannotBeBlockedIfComplete + true + if (And ( Blocked__c == true, Complete__c == true), true, false) + Blocked__c + You cannot mark a completed task as blocked. + diff --git a/force-app/main/default/objects/Milestone1_Task__c/validationRules/CannotBeCompleteIfBlocked.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/validationRules/CannotBeCompleteIfBlocked.validationRule-meta.xml new file mode 100644 index 0000000..0cc9536 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/validationRules/CannotBeCompleteIfBlocked.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + CannotBeCompleteIfBlocked + true + if (and ( Complete__c == true, Blocked__c ==true), true, false) + Complete__c + You cannot complete a task marked as blocked. + diff --git a/force-app/main/default/objects/Milestone1_Task__c/validationRules/Due_Date_Greater_Than_Milestone_Deadline.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Due_Date_Greater_Than_Milestone_Deadline.validationRule-meta.xml new file mode 100644 index 0000000..404e13a --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Due_Date_Greater_Than_Milestone_Deadline.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Due_Date_Greater_Than_Milestone_Deadline + false + Due_Date__c > Project_Milestone__r.Deadline__c + Due_Date__c + Due Date should be smaller than Milestone Deadline + diff --git a/force-app/main/default/objects/Milestone1_Task__c/validationRules/Due_Date_Smaller_Than_Milestone_Kickoff.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Due_Date_Smaller_Than_Milestone_Kickoff.validationRule-meta.xml new file mode 100644 index 0000000..dc37a50 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Due_Date_Smaller_Than_Milestone_Kickoff.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Due_Date_Smaller_Than_Milestone_Kickoff + false + Due_Date__c < Project_Milestone__r.Kickoff__c + Due_Date__c + Due Date should be greater than Milestone Kickoff Date + diff --git a/force-app/main/default/objects/Milestone1_Task__c/validationRules/Must_be_blank_if_not_blocked.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Must_be_blank_if_not_blocked.validationRule-meta.xml new file mode 100644 index 0000000..871de3b --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Must_be_blank_if_not_blocked.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Must_be_blank_if_not_blocked + true + IF( and(Blocked__c == false, len( Blocked_Reason__c ) > 0) , True, False) + Blocked_Reason__c + Must be blank if "blocked" is not checked. + diff --git a/force-app/main/default/objects/Milestone1_Task__c/validationRules/Must_not_be_blank_if_blocked.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Must_not_be_blank_if_blocked.validationRule-meta.xml new file mode 100644 index 0000000..ee2b050 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Must_not_be_blank_if_blocked.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Must_not_be_blank_if_blocked + true + IF( and(Blocked__c == true, len( Blocked_Reason__c ) == 0) , True, False) + Blocked_Reason__c + If this task is blocked you must enter a reason. + diff --git a/force-app/main/default/objects/Milestone1_Task__c/validationRules/Start_Date_More_Than_Due_Date.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Start_Date_More_Than_Due_Date.validationRule-meta.xml new file mode 100644 index 0000000..cefed12 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/validationRules/Start_Date_More_Than_Due_Date.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Start_Date_More_Than_Due_Date + false + if (and(!isblank(Start_Date__c), !isblank(Due_Date__c)), true, false) + Due_Date__c + Due Date should be greater than Start Date + diff --git a/force-app/main/default/objects/Milestone1_Task__c/webLinks/Change_Milestone.webLink-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/webLinks/Change_Milestone.webLink-meta.xml new file mode 100644 index 0000000..20497de --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/webLinks/Change_Milestone.webLink-meta.xml @@ -0,0 +1,13 @@ + + + Change_Milestone + online + massActionButton + 600 + page + Move to New Milestone + sidebar + Milestone1_Move_Task + false + true + diff --git a/force-app/main/default/objects/Milestone1_Task__c/webLinks/Move_to_New_Milestone.webLink-meta.xml b/force-app/main/default/objects/Milestone1_Task__c/webLinks/Move_to_New_Milestone.webLink-meta.xml new file mode 100644 index 0000000..2a4e758 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Task__c/webLinks/Move_to_New_Milestone.webLink-meta.xml @@ -0,0 +1,12 @@ + + + Move_to_New_Milestone + online + button + 600 + page + Move to New Milestone + sidebar + Milestone1_Move_Task_Detail + false + diff --git a/src/objects/Milestone1_Time__c.object b/force-app/main/default/objects/Milestone1_Time__c/Milestone1_Time__c.object-meta.xml old mode 100755 new mode 100644 similarity index 64% rename from src/objects/Milestone1_Time__c.object rename to force-app/main/default/objects/Milestone1_Time__c/Milestone1_Time__c.object-meta.xml index eefbd99..df1bf2b --- a/src/objects/Milestone1_Time__c.object +++ b/force-app/main/default/objects/Milestone1_Time__c/Milestone1_Time__c.object-meta.xml @@ -154,80 +154,8 @@ true true true - - Date__c - false - The date the time was incurred. Defaults to today if left blank. - - false - false - Date - - - Description__c - false - A description about the time. For example, why the time was incurred. - - 5000 - false - LongTextArea - 5 - - - Hours__c - false - The number of hours charged. Note: This cannot be more than 1 day (24 hours). - - 18 - false - 2 - false - Number - false - - - ImportID__c - false - - 30 - false - false - Text - false - - - Incurred_By__c - SetNull - false - The user who incurred the time being charged. Defaults to current user if left blank. - - User - Project_Times_Incurred - false - false - Lookup - - - Project_Task__c - false - The task that is having time charged to it. - - Milestone1_Task__c - Times - Project_Times - 0 - false - false - MasterDetail - false - en_US - - All - Everything - - PT{0000} @@ -253,20 +181,5 @@ Date__c ControlledByParent - - Hours_Not_Negative - true - Hours__c < 0 - Hours__c - The hours entered cannot be negative. - - - Validation_Time_Hours_Less_Than_24_Hours - true - The time entered cannot be greater than one full day (24 hours). - Hours__c > 24 - Hours__c - The hours cannot exceed 24. - Public diff --git a/force-app/main/default/objects/Milestone1_Time__c/fields/Date__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Time__c/fields/Date__c.field-meta.xml new file mode 100644 index 0000000..3d51ce9 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Time__c/fields/Date__c.field-meta.xml @@ -0,0 +1,10 @@ + + + Date__c + false + The date the time was incurred. Defaults to today if left blank. + + false + false + Date + diff --git a/force-app/main/default/objects/Milestone1_Time__c/fields/Description__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Time__c/fields/Description__c.field-meta.xml new file mode 100644 index 0000000..829fe2b --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Time__c/fields/Description__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Description__c + false + A description about the time. For example, why the time was incurred. + + 5000 + false + LongTextArea + 5 + diff --git a/force-app/main/default/objects/Milestone1_Time__c/fields/Hours__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Time__c/fields/Hours__c.field-meta.xml new file mode 100644 index 0000000..ec642f6 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Time__c/fields/Hours__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Hours__c + false + The number of hours charged. Note: This cannot be more than 1 day (24 hours). + + 18 + false + 2 + false + Number + false + diff --git a/force-app/main/default/objects/Milestone1_Time__c/fields/ImportID__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Time__c/fields/ImportID__c.field-meta.xml new file mode 100644 index 0000000..76014f1 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Time__c/fields/ImportID__c.field-meta.xml @@ -0,0 +1,11 @@ + + + ImportID__c + false + + 30 + false + false + Text + false + diff --git a/force-app/main/default/objects/Milestone1_Time__c/fields/Incurred_By__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Time__c/fields/Incurred_By__c.field-meta.xml new file mode 100644 index 0000000..4c699ee --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Time__c/fields/Incurred_By__c.field-meta.xml @@ -0,0 +1,13 @@ + + + Incurred_By__c + SetNull + false + The user who incurred the time being charged. Defaults to current user if left blank. + + User + Project_Times_Incurred + false + false + Lookup + diff --git a/force-app/main/default/objects/Milestone1_Time__c/fields/Project_Task__c.field-meta.xml b/force-app/main/default/objects/Milestone1_Time__c/fields/Project_Task__c.field-meta.xml new file mode 100644 index 0000000..efcd436 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Time__c/fields/Project_Task__c.field-meta.xml @@ -0,0 +1,15 @@ + + + Project_Task__c + false + The task that is having time charged to it. + + Milestone1_Task__c + Times + Project_Times + 0 + false + false + MasterDetail + false + diff --git a/force-app/main/default/objects/Milestone1_Time__c/listViews/All.listView-meta.xml b/force-app/main/default/objects/Milestone1_Time__c/listViews/All.listView-meta.xml new file mode 100644 index 0000000..d505851 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Time__c/listViews/All.listView-meta.xml @@ -0,0 +1,6 @@ + + + All + Everything + + diff --git a/force-app/main/default/objects/Milestone1_Time__c/validationRules/Hours_Not_Negative.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Time__c/validationRules/Hours_Not_Negative.validationRule-meta.xml new file mode 100644 index 0000000..a10f624 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Time__c/validationRules/Hours_Not_Negative.validationRule-meta.xml @@ -0,0 +1,8 @@ + + + Hours_Not_Negative + true + Hours__c < 0 + Hours__c + The hours entered cannot be negative. + diff --git a/force-app/main/default/objects/Milestone1_Time__c/validationRules/Validation_Time_Hours_Less_Than_24_Hours.validationRule-meta.xml b/force-app/main/default/objects/Milestone1_Time__c/validationRules/Validation_Time_Hours_Less_Than_24_Hours.validationRule-meta.xml new file mode 100644 index 0000000..fc444c1 --- /dev/null +++ b/force-app/main/default/objects/Milestone1_Time__c/validationRules/Validation_Time_Hours_Less_Than_24_Hours.validationRule-meta.xml @@ -0,0 +1,9 @@ + + + Validation_Time_Hours_Less_Than_24_Hours + true + The time entered cannot be greater than one full day (24 hours). + Hours__c > 24 + Hours__c + The hours cannot exceed 24. + diff --git a/src/objects/Project_Snapshot__c.object b/force-app/main/default/objects/Project_Snapshot__c/Project_Snapshot__c.object-meta.xml old mode 100755 new mode 100644 similarity index 51% rename from src/objects/Project_Snapshot__c.object rename to force-app/main/default/objects/Project_Snapshot__c/Project_Snapshot__c.object-meta.xml index 1ddead1..53b0b0a --- a/src/objects/Project_Snapshot__c.object +++ b/force-app/main/default/objects/Project_Snapshot__c/Project_Snapshot__c.object-meta.xml @@ -154,163 +154,6 @@ true true true - - Blocked_Task_Count__c - false - - 18 - false - 0 - false - Number - false - - - Complete_Task_Count__c - false - - 18 - false - 0 - false - Number - false - - - Date__c - false - - false - false - DateTime - - - Expense_Budget__c - false - - 18 - false - 2 - false - Currency - - - Expense_Estimate__c - false - - 18 - false - 2 - false - Currency - - - Expense_Incurred__c - false - - 18 - false - 2 - false - Currency - - - Hours_Budget__c - false - - 18 - false - 2 - false - Number - false - - - Hours_Estimate__c - false - - 18 - false - 2 - false - Number - false - - - Hours_Incurred__c - false - - 18 - false - 2 - false - Number - false - - - Incomplete_Milestones__c - false - - 18 - false - 0 - false - Number - false - - - Incomplete_Top_Milestones__c - false - - 18 - false - 0 - false - Number - false - - - Late_Task_Count__c - false - - 18 - false - 0 - false - Number - false - - - Open_Task_Count__c - false - - 18 - false - 0 - false - Number - false - - - Project_Name__c - false - - 100 - false - false - Text - false - - - Status__c - false - - 50 - false - false - Text - false - en_US diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Blocked_Task_Count__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Blocked_Task_Count__c.field-meta.xml new file mode 100644 index 0000000..3338a9c --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Blocked_Task_Count__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Blocked_Task_Count__c + false + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Complete_Task_Count__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Complete_Task_Count__c.field-meta.xml new file mode 100644 index 0000000..8a91ac6 --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Complete_Task_Count__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Complete_Task_Count__c + false + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Date__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Date__c.field-meta.xml new file mode 100644 index 0000000..0756fea --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Date__c.field-meta.xml @@ -0,0 +1,9 @@ + + + Date__c + false + + false + false + DateTime + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Expense_Budget__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Expense_Budget__c.field-meta.xml new file mode 100644 index 0000000..0dba86d --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Expense_Budget__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Expense_Budget__c + false + + 18 + false + 2 + false + Currency + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Expense_Estimate__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Expense_Estimate__c.field-meta.xml new file mode 100644 index 0000000..55cd70b --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Expense_Estimate__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Expense_Estimate__c + false + + 18 + false + 2 + false + Currency + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Expense_Incurred__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Expense_Incurred__c.field-meta.xml new file mode 100644 index 0000000..c473103 --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Expense_Incurred__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Expense_Incurred__c + false + + 18 + false + 2 + false + Currency + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Hours_Budget__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Hours_Budget__c.field-meta.xml new file mode 100644 index 0000000..f623800 --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Hours_Budget__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Hours_Budget__c + false + + 18 + false + 2 + false + Number + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Hours_Estimate__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Hours_Estimate__c.field-meta.xml new file mode 100644 index 0000000..d53329a --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Hours_Estimate__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Hours_Estimate__c + false + + 18 + false + 2 + false + Number + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Hours_Incurred__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Hours_Incurred__c.field-meta.xml new file mode 100644 index 0000000..e4d4ecc --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Hours_Incurred__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Hours_Incurred__c + false + + 18 + false + 2 + false + Number + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Incomplete_Milestones__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Incomplete_Milestones__c.field-meta.xml new file mode 100644 index 0000000..c5915dd --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Incomplete_Milestones__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Incomplete_Milestones__c + false + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Incomplete_Top_Milestones__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Incomplete_Top_Milestones__c.field-meta.xml new file mode 100644 index 0000000..449d6b8 --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Incomplete_Top_Milestones__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Incomplete_Top_Milestones__c + false + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Late_Task_Count__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Late_Task_Count__c.field-meta.xml new file mode 100644 index 0000000..02bcbde --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Late_Task_Count__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Late_Task_Count__c + false + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Open_Task_Count__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Open_Task_Count__c.field-meta.xml new file mode 100644 index 0000000..363cd43 --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Open_Task_Count__c.field-meta.xml @@ -0,0 +1,12 @@ + + + Open_Task_Count__c + false + + 18 + false + 0 + false + Number + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Project_Name__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Project_Name__c.field-meta.xml new file mode 100644 index 0000000..319c568 --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Project_Name__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Project_Name__c + false + + 100 + false + false + Text + false + diff --git a/force-app/main/default/objects/Project_Snapshot__c/fields/Status__c.field-meta.xml b/force-app/main/default/objects/Project_Snapshot__c/fields/Status__c.field-meta.xml new file mode 100644 index 0000000..323b2a2 --- /dev/null +++ b/force-app/main/default/objects/Project_Snapshot__c/fields/Status__c.field-meta.xml @@ -0,0 +1,11 @@ + + + Status__c + false + + 50 + false + false + Text + false + diff --git a/src/pages/Milestone1_Calendar_Large.page b/force-app/main/default/pages/Milestone1_Calendar_Large.page similarity index 100% rename from src/pages/Milestone1_Calendar_Large.page rename to force-app/main/default/pages/Milestone1_Calendar_Large.page diff --git a/src/pages/Milestone1_Calendar_Large.page-meta.xml b/force-app/main/default/pages/Milestone1_Calendar_Large.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Calendar_Large.page-meta.xml rename to force-app/main/default/pages/Milestone1_Calendar_Large.page-meta.xml diff --git a/src/pages/Milestone1_Charts_GVMilestones.page b/force-app/main/default/pages/Milestone1_Charts_GVMilestones.page similarity index 100% rename from src/pages/Milestone1_Charts_GVMilestones.page rename to force-app/main/default/pages/Milestone1_Charts_GVMilestones.page diff --git a/src/pages/Milestone1_Charts_GVMilestones.page-meta.xml b/force-app/main/default/pages/Milestone1_Charts_GVMilestones.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Charts_GVMilestones.page-meta.xml rename to force-app/main/default/pages/Milestone1_Charts_GVMilestones.page-meta.xml diff --git a/src/pages/Milestone1_Charts_GVTasks.page b/force-app/main/default/pages/Milestone1_Charts_GVTasks.page similarity index 100% rename from src/pages/Milestone1_Charts_GVTasks.page rename to force-app/main/default/pages/Milestone1_Charts_GVTasks.page diff --git a/src/pages/Milestone1_Charts_GVTasks.page-meta.xml b/force-app/main/default/pages/Milestone1_Charts_GVTasks.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Charts_GVTasks.page-meta.xml rename to force-app/main/default/pages/Milestone1_Charts_GVTasks.page-meta.xml diff --git a/src/pages/Milestone1_Charts_GanttMilestones.page b/force-app/main/default/pages/Milestone1_Charts_GanttMilestones.page similarity index 100% rename from src/pages/Milestone1_Charts_GanttMilestones.page rename to force-app/main/default/pages/Milestone1_Charts_GanttMilestones.page diff --git a/src/pages/Milestone1_Charts_GanttMilestones.page-meta.xml b/force-app/main/default/pages/Milestone1_Charts_GanttMilestones.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Charts_GanttMilestones.page-meta.xml rename to force-app/main/default/pages/Milestone1_Charts_GanttMilestones.page-meta.xml diff --git a/src/pages/Milestone1_Charts_GanttTasks.page b/force-app/main/default/pages/Milestone1_Charts_GanttTasks.page similarity index 100% rename from src/pages/Milestone1_Charts_GanttTasks.page rename to force-app/main/default/pages/Milestone1_Charts_GanttTasks.page diff --git a/src/pages/Milestone1_Charts_GanttTasks.page-meta.xml b/force-app/main/default/pages/Milestone1_Charts_GanttTasks.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Charts_GanttTasks.page-meta.xml rename to force-app/main/default/pages/Milestone1_Charts_GanttTasks.page-meta.xml diff --git a/src/pages/Milestone1_Clone_Milestone.page b/force-app/main/default/pages/Milestone1_Clone_Milestone.page similarity index 100% rename from src/pages/Milestone1_Clone_Milestone.page rename to force-app/main/default/pages/Milestone1_Clone_Milestone.page diff --git a/src/pages/Milestone1_Clone_Milestone.page-meta.xml b/force-app/main/default/pages/Milestone1_Clone_Milestone.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Clone_Milestone.page-meta.xml rename to force-app/main/default/pages/Milestone1_Clone_Milestone.page-meta.xml diff --git a/src/pages/Milestone1_Clone_Project.page b/force-app/main/default/pages/Milestone1_Clone_Project.page similarity index 100% rename from src/pages/Milestone1_Clone_Project.page rename to force-app/main/default/pages/Milestone1_Clone_Project.page diff --git a/src/pages/Milestone1_Clone_Project.page-meta.xml b/force-app/main/default/pages/Milestone1_Clone_Project.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Clone_Project.page-meta.xml rename to force-app/main/default/pages/Milestone1_Clone_Project.page-meta.xml diff --git a/src/pages/Milestone1_Export_Project.page b/force-app/main/default/pages/Milestone1_Export_Project.page similarity index 100% rename from src/pages/Milestone1_Export_Project.page rename to force-app/main/default/pages/Milestone1_Export_Project.page diff --git a/src/pages/Milestone1_Export_Project.page-meta.xml b/force-app/main/default/pages/Milestone1_Export_Project.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Export_Project.page-meta.xml rename to force-app/main/default/pages/Milestone1_Export_Project.page-meta.xml diff --git a/src/pages/Milestone1_GettingStarted.page b/force-app/main/default/pages/Milestone1_GettingStarted.page similarity index 100% rename from src/pages/Milestone1_GettingStarted.page rename to force-app/main/default/pages/Milestone1_GettingStarted.page diff --git a/src/pages/Milestone1_GettingStarted.page-meta.xml b/force-app/main/default/pages/Milestone1_GettingStarted.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_GettingStarted.page-meta.xml rename to force-app/main/default/pages/Milestone1_GettingStarted.page-meta.xml diff --git a/src/pages/Milestone1_Import_Project.page b/force-app/main/default/pages/Milestone1_Import_Project.page similarity index 100% rename from src/pages/Milestone1_Import_Project.page rename to force-app/main/default/pages/Milestone1_Import_Project.page diff --git a/src/pages/Milestone1_Import_Project.page-meta.xml b/force-app/main/default/pages/Milestone1_Import_Project.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Import_Project.page-meta.xml rename to force-app/main/default/pages/Milestone1_Import_Project.page-meta.xml diff --git a/src/pages/Milestone1_Move_Milestone.page b/force-app/main/default/pages/Milestone1_Move_Milestone.page similarity index 100% rename from src/pages/Milestone1_Move_Milestone.page rename to force-app/main/default/pages/Milestone1_Move_Milestone.page diff --git a/src/pages/Milestone1_Move_Milestone.page-meta.xml b/force-app/main/default/pages/Milestone1_Move_Milestone.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Move_Milestone.page-meta.xml rename to force-app/main/default/pages/Milestone1_Move_Milestone.page-meta.xml diff --git a/src/pages/Milestone1_Move_Milestone_Detail.page b/force-app/main/default/pages/Milestone1_Move_Milestone_Detail.page similarity index 100% rename from src/pages/Milestone1_Move_Milestone_Detail.page rename to force-app/main/default/pages/Milestone1_Move_Milestone_Detail.page diff --git a/src/pages/Milestone1_Move_Milestone_Detail.page-meta.xml b/force-app/main/default/pages/Milestone1_Move_Milestone_Detail.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Move_Milestone_Detail.page-meta.xml rename to force-app/main/default/pages/Milestone1_Move_Milestone_Detail.page-meta.xml diff --git a/src/pages/Milestone1_Move_Task.page b/force-app/main/default/pages/Milestone1_Move_Task.page similarity index 100% rename from src/pages/Milestone1_Move_Task.page rename to force-app/main/default/pages/Milestone1_Move_Task.page diff --git a/src/pages/Milestone1_Move_Task.page-meta.xml b/force-app/main/default/pages/Milestone1_Move_Task.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Move_Task.page-meta.xml rename to force-app/main/default/pages/Milestone1_Move_Task.page-meta.xml diff --git a/src/pages/Milestone1_Move_Task_Detail.page b/force-app/main/default/pages/Milestone1_Move_Task_Detail.page similarity index 100% rename from src/pages/Milestone1_Move_Task_Detail.page rename to force-app/main/default/pages/Milestone1_Move_Task_Detail.page diff --git a/src/pages/Milestone1_Move_Task_Detail.page-meta.xml b/force-app/main/default/pages/Milestone1_Move_Task_Detail.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Move_Task_Detail.page-meta.xml rename to force-app/main/default/pages/Milestone1_Move_Task_Detail.page-meta.xml diff --git a/src/pages/Milestone1_Summary2.page b/force-app/main/default/pages/Milestone1_Summary2.page similarity index 100% rename from src/pages/Milestone1_Summary2.page rename to force-app/main/default/pages/Milestone1_Summary2.page diff --git a/src/pages/Milestone1_Summary2.page-meta.xml b/force-app/main/default/pages/Milestone1_Summary2.page-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/pages/Milestone1_Summary2.page-meta.xml rename to force-app/main/default/pages/Milestone1_Summary2.page-meta.xml diff --git a/src/profiles/Admin.profile b/force-app/main/default/profiles/Admin.profile-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/profiles/Admin.profile rename to force-app/main/default/profiles/Admin.profile-meta.xml diff --git a/src/reportTypes/Milestone1_Milestones_Tasks.reportType b/force-app/main/default/reportTypes/Milestone1_Milestones_Tasks.reportType-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reportTypes/Milestone1_Milestones_Tasks.reportType rename to force-app/main/default/reportTypes/Milestone1_Milestones_Tasks.reportType-meta.xml diff --git a/src/reportTypes/Milestone1_Projects.reportType b/force-app/main/default/reportTypes/Milestone1_Projects.reportType-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reportTypes/Milestone1_Projects.reportType rename to force-app/main/default/reportTypes/Milestone1_Projects.reportType-meta.xml diff --git a/src/reportTypes/Milestone1_Projects_Milestones.reportType b/force-app/main/default/reportTypes/Milestone1_Projects_Milestones.reportType-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reportTypes/Milestone1_Projects_Milestones.reportType rename to force-app/main/default/reportTypes/Milestone1_Projects_Milestones.reportType-meta.xml diff --git a/src/reportTypes/Milestone1_Tasks.reportType b/force-app/main/default/reportTypes/Milestone1_Tasks.reportType-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reportTypes/Milestone1_Tasks.reportType rename to force-app/main/default/reportTypes/Milestone1_Tasks.reportType-meta.xml diff --git a/src/reportTypes/MilestoneTaskExp.reportType b/force-app/main/default/reportTypes/MilestoneTaskExp.reportType-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reportTypes/MilestoneTaskExp.reportType rename to force-app/main/default/reportTypes/MilestoneTaskExp.reportType-meta.xml diff --git a/src/reportTypes/Milestones_with_Tasks_with_Expenses.reportType b/force-app/main/default/reportTypes/Milestones_with_Tasks_with_Expenses.reportType-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reportTypes/Milestones_with_Tasks_with_Expenses.reportType rename to force-app/main/default/reportTypes/Milestones_with_Tasks_with_Expenses.reportType-meta.xml diff --git a/src/reportTypes/Milestones_with_Tasks_with_Times.reportType b/force-app/main/default/reportTypes/Milestones_with_Tasks_with_Times.reportType-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reportTypes/Milestones_with_Tasks_with_Times.reportType rename to force-app/main/default/reportTypes/Milestones_with_Tasks_with_Times.reportType-meta.xml diff --git a/src/reportTypes/Projects_Milestones_Tasks.reportType b/force-app/main/default/reportTypes/Projects_Milestones_Tasks.reportType-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reportTypes/Projects_Milestones_Tasks.reportType rename to force-app/main/default/reportTypes/Projects_Milestones_Tasks.reportType-meta.xml diff --git a/src/reports/Milestone_Project_Management-meta.xml b/force-app/main/default/reports/Milestone_Project_Management.reportFolder-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reports/Milestone_Project_Management-meta.xml rename to force-app/main/default/reports/Milestone_Project_Management.reportFolder-meta.xml diff --git a/src/reports/Milestone_Project_Management/My_Blocked_Tasks_DB.report b/force-app/main/default/reports/Milestone_Project_Management/My_Blocked_Tasks_DB.report-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reports/Milestone_Project_Management/My_Blocked_Tasks_DB.report rename to force-app/main/default/reports/Milestone_Project_Management/My_Blocked_Tasks_DB.report-meta.xml diff --git a/src/reports/Milestone_Project_Management/My_Late_Tasks_DB.report b/force-app/main/default/reports/Milestone_Project_Management/My_Late_Tasks_DB.report-meta.xml old mode 100755 new mode 100644 similarity index 98% rename from src/reports/Milestone_Project_Management/My_Late_Tasks_DB.report rename to force-app/main/default/reports/Milestone_Project_Management/My_Late_Tasks_DB.report-meta.xml index a729c7a..13aa373 --- a/src/reports/Milestone_Project_Management/My_Late_Tasks_DB.report +++ b/force-app/main/default/reports/Milestone_Project_Management/My_Late_Tasks_DB.report-meta.xml @@ -30,7 +30,7 @@ Milestone1_Project__c.Project_Milestones__r.Project_Tasks__r$Assigned_To__c false equals - + Milestone1_Project__c.Project_Milestones__r.Project_Tasks__r$Days_Late__c diff --git a/src/reports/Milestone_Project_Management/My_Project_Hours_Week_DB.report b/force-app/main/default/reports/Milestone_Project_Management/My_Project_Hours_Week_DB.report-meta.xml old mode 100755 new mode 100644 similarity index 99% rename from src/reports/Milestone_Project_Management/My_Project_Hours_Week_DB.report rename to force-app/main/default/reports/Milestone_Project_Management/My_Project_Hours_Week_DB.report-meta.xml index 0e8eb4f..e6129a4 --- a/src/reports/Milestone_Project_Management/My_Project_Hours_Week_DB.report +++ b/force-app/main/default/reports/Milestone_Project_Management/My_Project_Hours_Week_DB.report-meta.xml @@ -43,7 +43,7 @@ Milestone1_Milestone__c.Project_Tasks__r.Project_Times__r$Incurred_By__c false equals - + Matrix diff --git a/src/reports/Milestone_Project_Management/Project_Snapshot.report b/force-app/main/default/reports/Milestone_Project_Management/Project_Snapshot.report-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reports/Milestone_Project_Management/Project_Snapshot.report rename to force-app/main/default/reports/Milestone_Project_Management/Project_Snapshot.report-meta.xml diff --git a/src/reports/Milestone_Project_Management/Snapshot_Project_Date_Open_Tasks_DB.report b/force-app/main/default/reports/Milestone_Project_Management/Snapshot_Project_Date_Open_Tasks_DB.report-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reports/Milestone_Project_Management/Snapshot_Project_Date_Open_Tasks_DB.report rename to force-app/main/default/reports/Milestone_Project_Management/Snapshot_Project_Date_Open_Tasks_DB.report-meta.xml diff --git a/src/reports/Milestone_Project_Management/Snapshots_Active_Project_Count_DB.report b/force-app/main/default/reports/Milestone_Project_Management/Snapshots_Active_Project_Count_DB.report-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reports/Milestone_Project_Management/Snapshots_Active_Project_Count_DB.report rename to force-app/main/default/reports/Milestone_Project_Management/Snapshots_Active_Project_Count_DB.report-meta.xml diff --git a/src/reports/Milestone_Project_Management/Snapshots_Total_Estimated_Task_Hours.report b/force-app/main/default/reports/Milestone_Project_Management/Snapshots_Total_Estimated_Task_Hours.report-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/reports/Milestone_Project_Management/Snapshots_Total_Estimated_Task_Hours.report rename to force-app/main/default/reports/Milestone_Project_Management/Snapshots_Total_Estimated_Task_Hours.report-meta.xml diff --git a/src/staticresources/Milestone1_Charts.resource-meta.xml b/force-app/main/default/staticresources/Milestone1_Charts.resource-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/staticresources/Milestone1_Charts.resource-meta.xml rename to force-app/main/default/staticresources/Milestone1_Charts.resource-meta.xml diff --git a/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._data.js b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._data.js new file mode 100644 index 0000000..83ea4b7 Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._data.js differ diff --git a/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._date.js b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._date.js new file mode 100644 index 0000000..83ea4b7 Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._date.js differ diff --git a/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._jquery-1.4.4.min.js b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._jquery-1.4.4.min.js new file mode 100644 index 0000000..ea74f64 Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._jquery-1.4.4.min.js differ diff --git a/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._jquery-ui-1.8.4.css b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._jquery-ui-1.8.4.css new file mode 100644 index 0000000..83ea4b7 Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._jquery-ui-1.8.4.css differ diff --git a/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._jquery-ui-1.8.7.custom.min.js b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._jquery-ui-1.8.7.custom.min.js new file mode 100644 index 0000000..83ea4b7 Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._jquery-ui-1.8.7.custom.min.js differ diff --git a/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._reset.css b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._reset.css new file mode 100644 index 0000000..83ea4b7 Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Charts/__MACOSX/._reset.css differ diff --git a/force-app/main/default/staticresources/Milestone1_Charts/data.js b/force-app/main/default/staticresources/Milestone1_Charts/data.js new file mode 100644 index 0000000..4614c2c --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Charts/data.js @@ -0,0 +1,51 @@ +var ganttData = [ + { + id: 1, name: "Feature 1", series: [ + { name: "Planned", start: new Date(2010,00,01), end: new Date(2010,00,03) }, + { name: "Actual", start: new Date(2010,00,02), end: new Date(2010,00,05), color: "#f0f0f0" } + ] + }, + { + id: 2, name: "Feature 2", series: [ + { name: "Planned", start: new Date(2010,00,05), end: new Date(2010,00,20) }, + { name: "Actual", start: new Date(2010,00,06), end: new Date(2010,00,17), color: "#f0f0f0" }, + { name: "Projected", start: new Date(2010,00,06), end: new Date(2010,00,17), color: "#e0e0e0" } + ] + }, + { + id: 3, name: "Feature 3", series: [ + { name: "Planned", start: new Date(2010,00,11), end: new Date(2010,01,03) }, + { name: "Actual", start: new Date(2010,00,15), end: new Date(2010,01,03), color: "#f0f0f0" } + ] + }, + { + id: 4, name: "Feature 4", series: [ + { name: "Planned", start: new Date(2010,01,01), end: new Date(2010,01,03) }, + { name: "Actual", start: new Date(2010,01,01), end: new Date(2010,01,05), color: "#f0f0f0" } + ] + }, + { + id: 5, name: "Feature 5", series: [ + { name: "Planned", start: new Date(2010,02,01), end: new Date(2010,03,20) }, + { name: "Actual", start: new Date(2010,02,01), end: new Date(2010,03,26), color: "#f0f0f0" } + ] + }, + { + id: 6, name: "Feature 6", series: [ + { name: "Planned", start: new Date(2010,00,05), end: new Date(2010,00,20) }, + { name: "Actual", start: new Date(2010,00,06), end: new Date(2010,00,17), color: "#f0f0f0" }, + { name: "Projected", start: new Date(2010,00,06), end: new Date(2010,00,20), color: "#e0e0e0" } + ] + }, + { + id: 7, name: "Feature 7", series: [ + { name: "Planned", start: new Date(2010,00,11), end: new Date(2010,01,03) } + ] + }, + { + id: 8, name: "Feature 8", series: [ + { name: "Planned", start: new Date(2010,01,01), end: new Date(2010,01,03) }, + { name: "Actual", start: new Date(2010,01,01), end: new Date(2010,01,05), color: "#f0f0f0" } + ] + } +]; \ No newline at end of file diff --git a/force-app/main/default/staticresources/Milestone1_Charts/date.js b/force-app/main/default/staticresources/Milestone1_Charts/date.js new file mode 100644 index 0000000..3cb003f --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Charts/date.js @@ -0,0 +1,145 @@ +/** + * @version: 1.0 Alpha-1 + * @author: Coolite Inc. http://www.coolite.com/ + * @date: 2008-05-13 + * @copyright: Copyright (c) 2006-2008, Coolite Inc. (http://www.coolite.com/). All rights reserved. + * @license: Licensed under The MIT License. See license.txt and http://www.datejs.com/license/. + * @website: http://www.datejs.com/ + */ +Date.CultureInfo={name:"en-US",englishName:"English (United States)",nativeName:"English (United States)",dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],abbreviatedDayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],shortestDayNames:["Su","Mo","Tu","We","Th","Fr","Sa"],firstLetterDayNames:["S","M","T","W","T","F","S"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],abbreviatedMonthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],amDesignator:"AM",pmDesignator:"PM",firstDayOfWeek:0,twoDigitYearMax:2029,dateElementOrder:"mdy",formatPatterns:{shortDate:"M/d/yyyy",longDate:"dddd, MMMM dd, yyyy",shortTime:"h:mm tt",longTime:"h:mm:ss tt",fullDateTime:"dddd, MMMM dd, yyyy h:mm:ss tt",sortableDateTime:"yyyy-MM-ddTHH:mm:ss",universalSortableDateTime:"yyyy-MM-dd HH:mm:ssZ",rfc1123:"ddd, dd MMM yyyy HH:mm:ss GMT",monthDay:"MMMM dd",yearMonth:"MMMM, yyyy"},regexPatterns:{jan:/^jan(uary)?/i,feb:/^feb(ruary)?/i,mar:/^mar(ch)?/i,apr:/^apr(il)?/i,may:/^may/i,jun:/^jun(e)?/i,jul:/^jul(y)?/i,aug:/^aug(ust)?/i,sep:/^sep(t(ember)?)?/i,oct:/^oct(ober)?/i,nov:/^nov(ember)?/i,dec:/^dec(ember)?/i,sun:/^su(n(day)?)?/i,mon:/^mo(n(day)?)?/i,tue:/^tu(e(s(day)?)?)?/i,wed:/^we(d(nesday)?)?/i,thu:/^th(u(r(s(day)?)?)?)?/i,fri:/^fr(i(day)?)?/i,sat:/^sa(t(urday)?)?/i,future:/^next/i,past:/^last|past|prev(ious)?/i,add:/^(\+|aft(er)?|from|hence)/i,subtract:/^(\-|bef(ore)?|ago)/i,yesterday:/^yes(terday)?/i,today:/^t(od(ay)?)?/i,tomorrow:/^tom(orrow)?/i,now:/^n(ow)?/i,millisecond:/^ms|milli(second)?s?/i,second:/^sec(ond)?s?/i,minute:/^mn|min(ute)?s?/i,hour:/^h(our)?s?/i,week:/^w(eek)?s?/i,month:/^m(onth)?s?/i,day:/^d(ay)?s?/i,year:/^y(ear)?s?/i,shortMeridian:/^(a|p)/i,longMeridian:/^(a\.?m?\.?|p\.?m?\.?)/i,timezone:/^((e(s|d)t|c(s|d)t|m(s|d)t|p(s|d)t)|((gmt)?\s*(\+|\-)\s*\d\d\d\d?)|gmt|utc)/i,ordinalSuffix:/^\s*(st|nd|rd|th)/i,timeContext:/^\s*(\:|a(?!u|p)|p)/i},timezones:[{name:"UTC",offset:"-000"},{name:"GMT",offset:"-000"},{name:"EST",offset:"-0500"},{name:"EDT",offset:"-0400"},{name:"CST",offset:"-0600"},{name:"CDT",offset:"-0500"},{name:"MST",offset:"-0700"},{name:"MDT",offset:"-0600"},{name:"PST",offset:"-0800"},{name:"PDT",offset:"-0700"}]}; +(function(){var $D=Date,$P=$D.prototype,$C=$D.CultureInfo,p=function(s,l){if(!l){l=2;} +return("000"+s).slice(l*-1);};$P.clearTime=function(){this.setHours(0);this.setMinutes(0);this.setSeconds(0);this.setMilliseconds(0);return this;};$P.setTimeToNow=function(){var n=new Date();this.setHours(n.getHours());this.setMinutes(n.getMinutes());this.setSeconds(n.getSeconds());this.setMilliseconds(n.getMilliseconds());return this;};$D.today=function(){return new Date().clearTime();};$D.compare=function(date1,date2){if(isNaN(date1)||isNaN(date2)){throw new Error(date1+" - "+date2);}else if(date1 instanceof Date&&date2 instanceof Date){return(date1date2)?1:0;}else{throw new TypeError(date1+" - "+date2);}};$D.equals=function(date1,date2){return(date1.compareTo(date2)===0);};$D.getDayNumberFromName=function(name){var n=$C.dayNames,m=$C.abbreviatedDayNames,o=$C.shortestDayNames,s=name.toLowerCase();for(var i=0;i=start.getTime()&&this.getTime()<=end.getTime();};$P.isAfter=function(date){return this.compareTo(date||new Date())===1;};$P.isBefore=function(date){return(this.compareTo(date||new Date())===-1);};$P.isToday=function(){return this.isSameDay(new Date());};$P.isSameDay=function(date){return this.clone().clearTime().equals(date.clone().clearTime());};$P.addMilliseconds=function(value){this.setMilliseconds(this.getMilliseconds()+value);return this;};$P.addSeconds=function(value){return this.addMilliseconds(value*1000);};$P.addMinutes=function(value){return this.addMilliseconds(value*60000);};$P.addHours=function(value){return this.addMilliseconds(value*3600000);};$P.addDays=function(value){this.setDate(this.getDate()+value);return this;};$P.addWeeks=function(value){return this.addDays(value*7);};$P.addMonths=function(value){var n=this.getDate();this.setDate(1);this.setMonth(this.getMonth()+value);this.setDate(Math.min(n,$D.getDaysInMonth(this.getFullYear(),this.getMonth())));return this;};$P.addYears=function(value){return this.addMonths(value*12);};$P.add=function(config){if(typeof config=="number"){this._orient=config;return this;} +var x=config;if(x.milliseconds){this.addMilliseconds(x.milliseconds);} +if(x.seconds){this.addSeconds(x.seconds);} +if(x.minutes){this.addMinutes(x.minutes);} +if(x.hours){this.addHours(x.hours);} +if(x.weeks){this.addWeeks(x.weeks);} +if(x.months){this.addMonths(x.months);} +if(x.years){this.addYears(x.years);} +if(x.days){this.addDays(x.days);} +return this;};var $y,$m,$d;$P.getWeek=function(){var a,b,c,d,e,f,g,n,s,w;$y=(!$y)?this.getFullYear():$y;$m=(!$m)?this.getMonth()+1:$m;$d=(!$d)?this.getDate():$d;if($m<=2){a=$y-1;b=(a/4|0)-(a/100|0)+(a/400|0);c=((a-1)/4|0)-((a-1)/100|0)+((a-1)/400|0);s=b-c;e=0;f=$d-1+(31*($m-1));}else{a=$y;b=(a/4|0)-(a/100|0)+(a/400|0);c=((a-1)/4|0)-((a-1)/100|0)+((a-1)/400|0);s=b-c;e=s+1;f=$d+((153*($m-3)+2)/5)+58+s;} +g=(a+b)%7;d=(f+g-e)%7;n=(f+3-d)|0;if(n<0){w=53-((g-s)/5|0);}else if(n>364+s){w=1;}else{w=(n/7|0)+1;} +$y=$m=$d=null;return w;};$P.getISOWeek=function(){$y=this.getUTCFullYear();$m=this.getUTCMonth()+1;$d=this.getUTCDate();return p(this.getWeek());};$P.setWeek=function(n){return this.moveToDayOfWeek(1).addWeeks(n-this.getWeek());};$D._validate=function(n,min,max,name){if(typeof n=="undefined"){return false;}else if(typeof n!="number"){throw new TypeError(n+" is not a Number.");}else if(nmax){throw new RangeError(n+" is not a valid value for "+name+".");} +return true;};$D.validateMillisecond=function(value){return $D._validate(value,0,999,"millisecond");};$D.validateSecond=function(value){return $D._validate(value,0,59,"second");};$D.validateMinute=function(value){return $D._validate(value,0,59,"minute");};$D.validateHour=function(value){return $D._validate(value,0,23,"hour");};$D.validateDay=function(value,year,month){return $D._validate(value,1,$D.getDaysInMonth(year,month),"day");};$D.validateMonth=function(value){return $D._validate(value,0,11,"month");};$D.validateYear=function(value){return $D._validate(value,0,9999,"year");};$P.set=function(config){if($D.validateMillisecond(config.millisecond)){this.addMilliseconds(config.millisecond-this.getMilliseconds());} +if($D.validateSecond(config.second)){this.addSeconds(config.second-this.getSeconds());} +if($D.validateMinute(config.minute)){this.addMinutes(config.minute-this.getMinutes());} +if($D.validateHour(config.hour)){this.addHours(config.hour-this.getHours());} +if($D.validateMonth(config.month)){this.addMonths(config.month-this.getMonth());} +if($D.validateYear(config.year)){this.addYears(config.year-this.getFullYear());} +if($D.validateDay(config.day,this.getFullYear(),this.getMonth())){this.addDays(config.day-this.getDate());} +if(config.timezone){this.setTimezone(config.timezone);} +if(config.timezoneOffset){this.setTimezoneOffset(config.timezoneOffset);} +if(config.week&&$D._validate(config.week,0,53,"week")){this.setWeek(config.week);} +return this;};$P.moveToFirstDayOfMonth=function(){return this.set({day:1});};$P.moveToLastDayOfMonth=function(){return this.set({day:$D.getDaysInMonth(this.getFullYear(),this.getMonth())});};$P.moveToNthOccurrence=function(dayOfWeek,occurrence){var shift=0;if(occurrence>0){shift=occurrence-1;} +else if(occurrence===-1){this.moveToLastDayOfMonth();if(this.getDay()!==dayOfWeek){this.moveToDayOfWeek(dayOfWeek,-1);} +return this;} +return this.moveToFirstDayOfMonth().addDays(-1).moveToDayOfWeek(dayOfWeek,+1).addWeeks(shift);};$P.moveToDayOfWeek=function(dayOfWeek,orient){var diff=(dayOfWeek-this.getDay()+7*(orient||+1))%7;return this.addDays((diff===0)?diff+=7*(orient||+1):diff);};$P.moveToMonth=function(month,orient){var diff=(month-this.getMonth()+12*(orient||+1))%12;return this.addMonths((diff===0)?diff+=12*(orient||+1):diff);};$P.getOrdinalNumber=function(){return Math.ceil((this.clone().clearTime()-new Date(this.getFullYear(),0,1))/86400000)+1;};$P.getTimezone=function(){return $D.getTimezoneAbbreviation(this.getUTCOffset());};$P.setTimezoneOffset=function(offset){var here=this.getTimezoneOffset(),there=Number(offset)*-6/10;return this.addMinutes(there-here);};$P.setTimezone=function(offset){return this.setTimezoneOffset($D.getTimezoneOffset(offset));};$P.hasDaylightSavingTime=function(){return(Date.today().set({month:0,day:1}).getTimezoneOffset()!==Date.today().set({month:6,day:1}).getTimezoneOffset());};$P.isDaylightSavingTime=function(){return(this.hasDaylightSavingTime()&&new Date().getTimezoneOffset()===Date.today().set({month:6,day:1}).getTimezoneOffset());};$P.getUTCOffset=function(){var n=this.getTimezoneOffset()*-10/6,r;if(n<0){r=(n-10000).toString();return r.charAt(0)+r.substr(2);}else{r=(n+10000).toString();return"+"+r.substr(1);}};$P.getElapsed=function(date){return(date||new Date())-this;};if(!$P.toISOString){$P.toISOString=function(){function f(n){return n<10?'0'+n:n;} +return'"'+this.getUTCFullYear()+'-'+ +f(this.getUTCMonth()+1)+'-'+ +f(this.getUTCDate())+'T'+ +f(this.getUTCHours())+':'+ +f(this.getUTCMinutes())+':'+ +f(this.getUTCSeconds())+'Z"';};} +$P._toString=$P.toString;$P.toString=function(format){var x=this;if(format&&format.length==1){var c=$C.formatPatterns;x.t=x.toString;switch(format){case"d":return x.t(c.shortDate);case"D":return x.t(c.longDate);case"F":return x.t(c.fullDateTime);case"m":return x.t(c.monthDay);case"r":return x.t(c.rfc1123);case"s":return x.t(c.sortableDateTime);case"t":return x.t(c.shortTime);case"T":return x.t(c.longTime);case"u":return x.t(c.universalSortableDateTime);case"y":return x.t(c.yearMonth);}} +var ord=function(n){switch(n*1){case 1:case 21:case 31:return"st";case 2:case 22:return"nd";case 3:case 23:return"rd";default:return"th";}};return format?format.replace(/(\\)?(dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|S)/g,function(m){if(m.charAt(0)==="\\"){return m.replace("\\","");} +x.h=x.getHours;switch(m){case"hh":return p(x.h()<13?(x.h()===0?12:x.h()):(x.h()-12));case"h":return x.h()<13?(x.h()===0?12:x.h()):(x.h()-12);case"HH":return p(x.h());case"H":return x.h();case"mm":return p(x.getMinutes());case"m":return x.getMinutes();case"ss":return p(x.getSeconds());case"s":return x.getSeconds();case"yyyy":return p(x.getFullYear(),4);case"yy":return p(x.getFullYear());case"dddd":return $C.dayNames[x.getDay()];case"ddd":return $C.abbreviatedDayNames[x.getDay()];case"dd":return p(x.getDate());case"d":return x.getDate();case"MMMM":return $C.monthNames[x.getMonth()];case"MMM":return $C.abbreviatedMonthNames[x.getMonth()];case"MM":return p((x.getMonth()+1));case"M":return x.getMonth()+1;case"t":return x.h()<12?$C.amDesignator.substring(0,1):$C.pmDesignator.substring(0,1);case"tt":return x.h()<12?$C.amDesignator:$C.pmDesignator;case"S":return ord(x.getDate());default:return m;}}):this._toString();};}()); +(function(){var $D=Date,$P=$D.prototype,$C=$D.CultureInfo,$N=Number.prototype;$P._orient=+1;$P._nth=null;$P._is=false;$P._same=false;$P._isSecond=false;$N._dateElement="day";$P.next=function(){this._orient=+1;return this;};$D.next=function(){return $D.today().next();};$P.last=$P.prev=$P.previous=function(){this._orient=-1;return this;};$D.last=$D.prev=$D.previous=function(){return $D.today().last();};$P.is=function(){this._is=true;return this;};$P.same=function(){this._same=true;this._isSecond=false;return this;};$P.today=function(){return this.same().day();};$P.weekday=function(){if(this._is){this._is=false;return(!this.is().sat()&&!this.is().sun());} +return false;};$P.at=function(time){return(typeof time==="string")?$D.parse(this.toString("d")+" "+time):this.set(time);};$N.fromNow=$N.after=function(date){var c={};c[this._dateElement]=this;return((!date)?new Date():date.clone()).add(c);};$N.ago=$N.before=function(date){var c={};c[this._dateElement]=this*-1;return((!date)?new Date():date.clone()).add(c);};var dx=("sunday monday tuesday wednesday thursday friday saturday").split(/\s/),mx=("january february march april may june july august september october november december").split(/\s/),px=("Millisecond Second Minute Hour Day Week Month Year").split(/\s/),pxf=("Milliseconds Seconds Minutes Hours Date Week Month FullYear").split(/\s/),nth=("final first second third fourth fifth").split(/\s/),de;$P.toObject=function(){var o={};for(var i=0;itemp){throw new RangeError($D.getDayName(n)+" does not occur "+ntemp+" times in the month of "+$D.getMonthName(temp.getMonth())+" "+temp.getFullYear()+".");} +return this;} +return this.moveToDayOfWeek(n,this._orient);};};var sdf=function(n){return function(){var t=$D.today(),shift=n-t.getDay();if(n===0&&$C.firstDayOfWeek===1&&t.getDay()!==0){shift=shift+7;} +return t.addDays(shift);};};for(var i=0;i-1;m--){v=px[m].toLowerCase();if(o1[v]!=o2[v]){return false;} +if(k==v){break;}} +return true;} +if(j.substring(j.length-1)!="s"){j+="s";} +return this["add"+j](this._orient);};};var nf=function(n){return function(){this._dateElement=n;return this;};};for(var k=0;k0&&!last){try{q=d.call(this,r[1]);}catch(ex){last=true;}}else{last=true;} +if(!last&&q[1].length===0){last=true;} +if(!last){var qx=[];for(var j=0;j0){rx[0]=rx[0].concat(p[0]);rx[1]=p[1];}} +if(rx[1].length1){args=Array.prototype.slice.call(arguments);}else if(arguments[0]instanceof Array){args=arguments[0];} +if(args){for(var i=0,px=args.shift();i2)?n:(n+(((n+2000)<$C.twoDigitYearMax)?2000:1900)));};},rday:function(s){return function(){switch(s){case"yesterday":this.days=-1;break;case"tomorrow":this.days=1;break;case"today":this.days=0;break;case"now":this.days=0;this.now=true;break;}};},finishExact:function(x){x=(x instanceof Array)?x:[x];for(var i=0;i$D.getDaysInMonth(this.year,this.month)){throw new RangeError(this.day+" is not a valid value for days.");} +var r=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second);if(this.timezone){r.set({timezone:this.timezone});}else if(this.timezoneOffset){r.set({timezoneOffset:this.timezoneOffset});} +return r;},finish:function(x){x=(x instanceof Array)?flattenAndCompact(x):[x];if(x.length===0){return null;} +for(var i=0;i + + + + + + + + jQuery Gantt + + + +
+

+
+ + + + + + + + + + diff --git a/force-app/main/default/staticresources/Milestone1_Charts/jquery-1.4.4.min.js b/force-app/main/default/staticresources/Milestone1_Charts/jquery-1.4.4.min.js new file mode 100644 index 0000000..8f3ca2e --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Charts/jquery-1.4.4.min.js @@ -0,0 +1,167 @@ +/*! + * jQuery JavaScript Library v1.4.4 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Thu Nov 11 19:04:53 2010 -0500 + */ +(function(E,B){function ka(a,b,d){if(d===B&&a.nodeType===1){d=a.getAttribute("data-"+b);if(typeof d==="string"){try{d=d==="true"?true:d==="false"?false:d==="null"?null:!c.isNaN(d)?parseFloat(d):Ja.test(d)?c.parseJSON(d):d}catch(e){}c.data(a,b,d)}else d=B}return d}function U(){return false}function ca(){return true}function la(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ka(a){var b,d,e,f,h,l,k,o,x,r,A,C=[];f=[];h=c.data(this,this.nodeType?"events":"__events__");if(typeof h==="function")h= +h.events;if(!(a.liveFired===this||!h||!h.live||a.button&&a.type==="click")){if(a.namespace)A=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var J=h.live.slice(0);for(k=0;kd)break;a.currentTarget=f.elem;a.data=f.handleObj.data;a.handleObj=f.handleObj;A=f.handleObj.origHandler.apply(f.elem,arguments);if(A===false||a.isPropagationStopped()){d=f.level;if(A===false)b=false;if(a.isImmediatePropagationStopped())break}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(La, +"`").replace(Ma,"&")}function ma(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Na.test(b))return c.filter(b,e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function na(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this, +e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var l in e[h])c.event.add(this,h,e[h][l],e[h][l].data)}}})}function Oa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function oa(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?Pa:Qa,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a, +"margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function da(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Ra.test(a)?e(a,h):da(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?e(a,""):c.each(b,function(f,h){da(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(pa.concat.apply([],pa.slice(0,b)),function(){d[this]=a});return d}function qa(a){if(!ea[a]){var b=c("<"+ +a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";ea[a]=d}return ea[a]}function fa(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var t=E.document,c=function(){function a(){if(!b.isReady){try{t.documentElement.doScroll("left")}catch(j){setTimeout(a,1);return}b.ready()}}var b=function(j,s){return new b.fn.init(j,s)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,l=/\S/,k=/^\s+/,o=/\s+$/,x=/\W/,r=/\d/,A=/^<(\w+)\s*\/?>(?:<\/\1>)?$/, +C=/^[\],:{}\s]*$/,J=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,I=/(?:^|:|,)(?:\s*\[)+/g,L=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,i=/(msie) ([\w.]+)/,n=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,q=[],u,y=Object.prototype.toString,F=Object.prototype.hasOwnProperty,M=Array.prototype.push,N=Array.prototype.slice,O=String.prototype.trim,D=Array.prototype.indexOf,R={};b.fn=b.prototype={init:function(j, +s){var v,z,H;if(!j)return this;if(j.nodeType){this.context=this[0]=j;this.length=1;return this}if(j==="body"&&!s&&t.body){this.context=t;this[0]=t.body;this.selector="body";this.length=1;return this}if(typeof j==="string")if((v=h.exec(j))&&(v[1]||!s))if(v[1]){H=s?s.ownerDocument||s:t;if(z=A.exec(j))if(b.isPlainObject(s)){j=[t.createElement(z[1])];b.fn.attr.call(j,s,true)}else j=[H.createElement(z[1])];else{z=b.buildFragment([v[1]],[H]);j=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this, +j)}else{if((z=t.getElementById(v[2]))&&z.parentNode){if(z.id!==v[2])return f.find(j);this.length=1;this[0]=z}this.context=t;this.selector=j;return this}else if(!s&&!x.test(j)){this.selector=j;this.context=t;j=t.getElementsByTagName(j);return b.merge(this,j)}else return!s||s.jquery?(s||f).find(j):b(s).find(j);else if(b.isFunction(j))return f.ready(j);if(j.selector!==B){this.selector=j.selector;this.context=j.context}return b.makeArray(j,this)},selector:"",jquery:"1.4.4",length:0,size:function(){return this.length}, +toArray:function(){return N.call(this,0)},get:function(j){return j==null?this.toArray():j<0?this.slice(j)[0]:this[j]},pushStack:function(j,s,v){var z=b();b.isArray(j)?M.apply(z,j):b.merge(z,j);z.prevObject=this;z.context=this.context;if(s==="find")z.selector=this.selector+(this.selector?" ":"")+v;else if(s)z.selector=this.selector+"."+s+"("+v+")";return z},each:function(j,s){return b.each(this,j,s)},ready:function(j){b.bindReady();if(b.isReady)j.call(t,b);else q&&q.push(j);return this},eq:function(j){return j=== +-1?this.slice(j):this.slice(j,+j+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(j){return this.pushStack(b.map(this,function(s,v){return j.call(s,v,s)}))},end:function(){return this.prevObject||b(null)},push:M,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var j,s,v,z,H,G=arguments[0]||{},K=1,Q=arguments.length,ga=false; +if(typeof G==="boolean"){ga=G;G=arguments[1]||{};K=2}if(typeof G!=="object"&&!b.isFunction(G))G={};if(Q===K){G=this;--K}for(;K0))if(q){var s=0,v=q;for(q=null;j=v[s++];)j.call(t,b);b.fn.trigger&&b(t).trigger("ready").unbind("ready")}}},bindReady:function(){if(!p){p=true;if(t.readyState==="complete")return setTimeout(b.ready,1);if(t.addEventListener){t.addEventListener("DOMContentLoaded",u,false);E.addEventListener("load",b.ready,false)}else if(t.attachEvent){t.attachEvent("onreadystatechange",u);E.attachEvent("onload", +b.ready);var j=false;try{j=E.frameElement==null}catch(s){}t.documentElement.doScroll&&j&&a()}}},isFunction:function(j){return b.type(j)==="function"},isArray:Array.isArray||function(j){return b.type(j)==="array"},isWindow:function(j){return j&&typeof j==="object"&&"setInterval"in j},isNaN:function(j){return j==null||!r.test(j)||isNaN(j)},type:function(j){return j==null?String(j):R[y.call(j)]||"object"},isPlainObject:function(j){if(!j||b.type(j)!=="object"||j.nodeType||b.isWindow(j))return false;if(j.constructor&& +!F.call(j,"constructor")&&!F.call(j.constructor.prototype,"isPrototypeOf"))return false;for(var s in j);return s===B||F.call(j,s)},isEmptyObject:function(j){for(var s in j)return false;return true},error:function(j){throw j;},parseJSON:function(j){if(typeof j!=="string"||!j)return null;j=b.trim(j);if(C.test(j.replace(J,"@").replace(w,"]").replace(I,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(j):(new Function("return "+j))();else b.error("Invalid JSON: "+j)},noop:function(){},globalEval:function(j){if(j&& +l.test(j)){var s=t.getElementsByTagName("head")[0]||t.documentElement,v=t.createElement("script");v.type="text/javascript";if(b.support.scriptEval)v.appendChild(t.createTextNode(j));else v.text=j;s.insertBefore(v,s.firstChild);s.removeChild(v)}},nodeName:function(j,s){return j.nodeName&&j.nodeName.toUpperCase()===s.toUpperCase()},each:function(j,s,v){var z,H=0,G=j.length,K=G===B||b.isFunction(j);if(v)if(K)for(z in j){if(s.apply(j[z],v)===false)break}else for(;H
a";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],l=t.createElement("select"), +k=l.appendChild(t.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:k.selected,deleteExpando:true,optDisabled:false,checkClone:false, +scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};l.disabled=true;c.support.optDisabled=!k.disabled;b.type="text/javascript";try{b.appendChild(t.createTextNode("window."+e+"=1;"))}catch(o){}a.insertBefore(b,a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}try{delete b.test}catch(x){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function r(){c.support.noCloneEvent= +false;d.detachEvent("onclick",r)});d.cloneNode(true).fireEvent("onclick")}d=t.createElement("div");d.innerHTML="";a=t.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var r=t.createElement("div");r.style.width=r.style.paddingLeft="1px";t.body.appendChild(r);c.boxModel=c.support.boxModel=r.offsetWidth===2;if("zoom"in r.style){r.style.display="inline";r.style.zoom= +1;c.support.inlineBlockNeedsLayout=r.offsetWidth===2;r.style.display="";r.innerHTML="
";c.support.shrinkWrapBlocks=r.offsetWidth!==2}r.innerHTML="
t
";var A=r.getElementsByTagName("td");c.support.reliableHiddenOffsets=A[0].offsetHeight===0;A[0].style.display="";A[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&A[0].offsetHeight===0;r.innerHTML="";t.body.removeChild(r).style.display= +"none"});a=function(r){var A=t.createElement("div");r="on"+r;var C=r in A;if(!C){A.setAttribute(r,"return;");C=typeof A[r]==="function"}return C};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();var ra={},Ja=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?ra:a;var e=a.nodeType,f=e?a[c.expando]:null,h= +c.cache;if(!(e&&!f&&typeof b==="string"&&d===B)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==B)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?ra:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando];else if(a.removeAttribute)a.removeAttribute(c.expando); +else if(d)delete f[e];else for(var l in a)delete a[l]}},acceptData:function(a){if(a.nodeName){var b=c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){var d=null;if(typeof a==="undefined"){if(this.length){var e=this[0].attributes,f;d=c.data(this[0]);for(var h=0,l=e.length;h-1)return true;return false},val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one"; +if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h=0;else if(c.nodeName(this,"select")){var A=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),A)>=0});if(!A.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true}, +attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return B;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==B;b=e&&c.props[b]||b;var h=Ta.test(b);if((b in a||a[b]!==B)&&e&&!h){if(f){b==="type"&&Ua.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&& +b.specified?b.value:Va.test(a.nodeName)||Wa.test(a.nodeName)&&a.href?0:B;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return B;a=!c.support.hrefNormalized&&e&&h?a.getAttribute(b,2):a.getAttribute(b);return a===null?B:a}});var X=/\.(.*)$/,ia=/^(?:textarea|input|select)$/i,La=/\./g,Ma=/ /g,Xa=/[^\w\s.|`]/g,Ya=function(a){return a.replace(Xa,"\\$&")},ua={focusin:0,focusout:0}; +c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;else if(!d)return;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var l=a.nodeType?"events":"__events__",k=h[l],o=h.handle;if(typeof k==="function"){o=k.handle;k=k.events}else if(!k){a.nodeType||(h[l]=h=function(){});h.events=k={}}if(!o)h.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem, +arguments):B};o.elem=a;b=b.split(" ");for(var x=0,r;l=b[x++];){h=f?c.extend({},f):{handler:d,data:e};if(l.indexOf(".")>-1){r=l.split(".");l=r.shift();h.namespace=r.slice(0).sort().join(".")}else{r=[];h.namespace=""}h.type=l;if(!h.guid)h.guid=d.guid;var A=k[l],C=c.event.special[l]||{};if(!A){A=k[l]=[];if(!C.setup||C.setup.call(a,e,r,o)===false)if(a.addEventListener)a.addEventListener(l,o,false);else a.attachEvent&&a.attachEvent("on"+l,o)}if(C.add){C.add.call(a,h);if(!h.handler.guid)h.handler.guid= +d.guid}A.push(h);c.event.global[l]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,l=0,k,o,x,r,A,C,J=a.nodeType?"events":"__events__",w=c.data(a),I=w&&w[J];if(w&&I){if(typeof I==="function"){w=I;I=I.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in I)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[l++];){r=f;k=f.indexOf(".")<0;o=[];if(!k){o=f.split(".");f=o.shift();x=RegExp("(^|\\.)"+ +c.map(o.slice(0).sort(),Ya).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(A=I[f])if(d){r=c.event.special[f]||{};for(h=e||0;h=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType=== +8)return B;a.result=B;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){var l;e=a.target;var k=f.replace(X,""),o=c.nodeName(e,"a")&&k=== +"click",x=c.event.special[k]||{};if((!x._default||x._default.call(d,a)===false)&&!o&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[k]){if(l=e["on"+k])e["on"+k]=null;c.event.triggered=true;e[k]()}}catch(r){}if(l)e["on"+k]=l;c.event.triggered=false}}},handle:function(a){var b,d,e,f;d=[];var h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+ +d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var l=d.length;f-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ia.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=xa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===B||f===e))if(e!=null||f){a.type="change";a.liveFired= +B;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",xa(a))}},setup:function(){if(this.type=== +"file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ia.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ia.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}t.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){ua[b]++===0&&t.addEventListener(a,d,true)},teardown:function(){--ua[b]=== +0&&t.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=B}var l=b==="one"?c.proxy(f,function(o){c(this).unbind(o,l);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var k=this.length;h0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}}); +(function(){function a(g,i,n,m,p,q){p=0;for(var u=m.length;p0){F=y;break}}y=y[g]}m[p]=F}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,h=false,l=true;[0,0].sort(function(){l=false;return 0});var k=function(g,i,n,m){n=n||[];var p=i=i||t;if(i.nodeType!==1&&i.nodeType!==9)return[];if(!g||typeof g!=="string")return n;var q,u,y,F,M,N=true,O=k.isXML(i),D=[],R=g;do{d.exec("");if(q=d.exec(R)){R=q[3];D.push(q[1]);if(q[2]){F=q[3]; +break}}}while(q);if(D.length>1&&x.exec(g))if(D.length===2&&o.relative[D[0]])u=L(D[0]+D[1],i);else for(u=o.relative[D[0]]?[i]:k(D.shift(),i);D.length;){g=D.shift();if(o.relative[g])g+=D.shift();u=L(g,u)}else{if(!m&&D.length>1&&i.nodeType===9&&!O&&o.match.ID.test(D[0])&&!o.match.ID.test(D[D.length-1])){q=k.find(D.shift(),i,O);i=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]}if(i){q=m?{expr:D.pop(),set:C(m)}:k.find(D.pop(),D.length===1&&(D[0]==="~"||D[0]==="+")&&i.parentNode?i.parentNode:i,O);u=q.expr?k.filter(q.expr, +q.set):q.set;if(D.length>0)y=C(u);else N=false;for(;D.length;){q=M=D.pop();if(o.relative[M])q=D.pop();else M="";if(q==null)q=i;o.relative[M](y,q,O)}}else y=[]}y||(y=u);y||k.error(M||g);if(f.call(y)==="[object Array]")if(N)if(i&&i.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&k.contains(i,y[g])))n.push(u[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&n.push(u[g]);else n.push.apply(n,y);else C(y,n);if(F){k(F,p,n,m);k.uniqueSort(n)}return n};k.uniqueSort=function(g){if(w){h= +l;g.sort(w);if(h)for(var i=1;i0};k.find=function(g,i,n){var m;if(!g)return[];for(var p=0,q=o.order.length;p":function(g,i){var n,m=typeof i==="string",p=0,q=g.length;if(m&&!/\W/.test(i))for(i=i.toLowerCase();p=0))n||m.push(u);else if(n)i[q]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var i=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=i[1]+(i[2]||1)-0;g[3]=i[3]-0}g[0]=e++;return g},ATTR:function(g,i,n, +m,p,q){i=g[1].replace(/\\/g,"");if(!q&&o.attrMap[i])g[1]=o.attrMap[i];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,i,n,m,p){if(g[1]==="not")if((d.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,i);else{g=k.filter(g[3],i,n,true^p);n||m.push.apply(m,g);return false}else if(o.match.POS.test(g[0])||o.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled=== +true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,i,n){return!!k(n[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"=== +g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,i){return i===0},last:function(g,i,n,m){return i===m.length-1},even:function(g,i){return i%2===0},odd:function(g,i){return i%2===1},lt:function(g,i,n){return in[3]-0},nth:function(g,i,n){return n[3]- +0===i},eq:function(g,i,n){return n[3]-0===i}},filter:{PSEUDO:function(g,i,n,m){var p=i[1],q=o.filters[p];if(q)return q(g,n,i,m);else if(p==="contains")return(g.textContent||g.innerText||k.getText([g])||"").indexOf(i[3])>=0;else if(p==="not"){i=i[3];n=0;for(m=i.length;n=0}},ID:function(g,i){return g.nodeType===1&&g.getAttribute("id")===i},TAG:function(g,i){return i==="*"&&g.nodeType===1||g.nodeName.toLowerCase()=== +i},CLASS:function(g,i){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(i)>-1},ATTR:function(g,i){var n=i[1];n=o.attrHandle[n]?o.attrHandle[n](g):g[n]!=null?g[n]:g.getAttribute(n);var m=n+"",p=i[2],q=i[4];return n==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&n!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,i,n,m){var p=o.setFilters[i[2]]; +if(p)return p(g,n,i,m)}}},x=o.match.POS,r=function(g,i){return"\\"+(i-0+1)},A;for(A in o.match){o.match[A]=RegExp(o.match[A].source+/(?![^\[]*\])(?![^\(]*\))/.source);o.leftMatch[A]=RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[A].source.replace(/\\(\d+)/g,r))}var C=function(g,i){g=Array.prototype.slice.call(g,0);if(i){i.push.apply(i,g);return i}return g};try{Array.prototype.slice.call(t.documentElement.childNodes,0)}catch(J){C=function(g,i){var n=0,m=i||[];if(f.call(g)==="[object Array]")Array.prototype.push.apply(m, +g);else if(typeof g.length==="number")for(var p=g.length;n";n.insertBefore(g,n.firstChild);if(t.getElementById(i)){o.find.ID=function(m,p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:B:[]};o.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}n.removeChild(g); +n=g=null})();(function(){var g=t.createElement("div");g.appendChild(t.createComment(""));if(g.getElementsByTagName("*").length>0)o.find.TAG=function(i,n){var m=n.getElementsByTagName(i[1]);if(i[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")o.attrHandle.href=function(i){return i.getAttribute("href",2)};g=null})();t.querySelectorAll&& +function(){var g=k,i=t.createElement("div");i.innerHTML="

";if(!(i.querySelectorAll&&i.querySelectorAll(".TEST").length===0)){k=function(m,p,q,u){p=p||t;m=m.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!u&&!k.isXML(p))if(p.nodeType===9)try{return C(p.querySelectorAll(m),q)}catch(y){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var F=p.getAttribute("id"),M=F||"__sizzle__";F||p.setAttribute("id",M);try{return C(p.querySelectorAll("#"+M+" "+m),q)}catch(N){}finally{F|| +p.removeAttribute("id")}}return g(m,p,q,u)};for(var n in g)k[n]=g[n];i=null}}();(function(){var g=t.documentElement,i=g.matchesSelector||g.mozMatchesSelector||g.webkitMatchesSelector||g.msMatchesSelector,n=false;try{i.call(t.documentElement,"[test!='']:sizzle")}catch(m){n=true}if(i)k.matchesSelector=function(p,q){q=q.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(p))try{if(n||!o.match.PSEUDO.test(q)&&!/!=/.test(q))return i.call(p,q)}catch(u){}return k(q,null,null,[p]).length>0}})();(function(){var g= +t.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){o.order.splice(1,0,"CLASS");o.find.CLASS=function(i,n,m){if(typeof n.getElementsByClassName!=="undefined"&&!m)return n.getElementsByClassName(i[1])};g=null}}})();k.contains=t.documentElement.contains?function(g,i){return g!==i&&(g.contains?g.contains(i):true)}:t.documentElement.compareDocumentPosition? +function(g,i){return!!(g.compareDocumentPosition(i)&16)}:function(){return false};k.isXML=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false};var L=function(g,i){for(var n,m=[],p="",q=i.nodeType?[i]:i;n=o.match.PSEUDO.exec(g);){p+=n[0];g=g.replace(o.match.PSEUDO,"")}g=o.relative[g]?g+"*":g;n=0;for(var u=q.length;n0)for(var h=d;h0},closest:function(a,b){var d=[],e,f,h=this[0];if(c.isArray(a)){var l,k={},o=1;if(h&&a.length){e=0;for(f=a.length;e-1:c(h).is(e))d.push({selector:l,elem:h,level:o})}h= +h.parentNode;o++}}return d}l=cb.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context): +c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a, +2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a, +b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Za.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||ab.test(e))&&$a.test(a))f=f.reverse();return this.pushStack(f,a,bb.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===B||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&& +e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var za=/ jQuery\d+="(?:\d+|null)"/g,$=/^\s+/,Aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Ba=/<([\w:]+)/,db=/\s]+\/)>/g,P={option:[1, +""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};P.optgroup=P.option;P.tbody=P.tfoot=P.colgroup=P.caption=P.thead;P.th=P.td;if(!c.support.htmlSerialize)P._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==B)return this.empty().append((this[0]&&this[0].ownerDocument||t).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(za,"").replace(fb,'="$1">').replace($,"")],e)[0]}else return this.cloneNode(true)});if(a===true){na(this,b);na(this.find("*"),b.find("*"))}return b},html:function(a){if(a===B)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(za,""):null; +else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!P[(Ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Aa,"<$1>");try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?h.cloneNode(true):h)}k.length&&c.each(k,Oa)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:t;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===t&&!Ca.test(a[0])&&(c.support.checkClone||!Da.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append", +prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=d.length;f0?this.clone(true):this).get();c(d[f])[b](l);e=e.concat(l)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||t;if(typeof b.createElement==="undefined")b=b.ownerDocument|| +b[0]&&b[0].ownerDocument||t;for(var f=[],h=0,l;(l=a[h])!=null;h++){if(typeof l==="number")l+="";if(l){if(typeof l==="string"&&!eb.test(l))l=b.createTextNode(l);else if(typeof l==="string"){l=l.replace(Aa,"<$1>");var k=(Ba.exec(l)||["",""])[1].toLowerCase(),o=P[k]||P._default,x=o[0],r=b.createElement("div");for(r.innerHTML=o[1]+l+o[2];x--;)r=r.lastChild;if(!c.support.tbody){x=db.test(l);k=k==="table"&&!x?r.firstChild&&r.firstChild.childNodes:o[1]===""&&!x?r.childNodes:[];for(o=k.length- +1;o>=0;--o)c.nodeName(k[o],"tbody")&&!k[o].childNodes.length&&k[o].parentNode.removeChild(k[o])}!c.support.leadingWhitespace&&$.test(l)&&r.insertBefore(b.createTextNode($.exec(l)[0]),r.firstChild);l=r.childNodes}if(l.nodeType)f.push(l);else f=c.merge(f,l)}}if(d)for(h=0;f[h];h++)if(e&&c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script")))); +d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,l=0,k;(k=a[l])!=null;l++)if(!(k.nodeName&&c.noData[k.nodeName.toLowerCase()]))if(d=k[c.expando]){if((b=e[d])&&b.events)for(var o in b.events)f[o]?c.event.remove(k,o):c.removeEvent(k,o,b.handle);if(h)delete k[c.expando];else k.removeAttribute&&k.removeAttribute(c.expando);delete e[d]}}});var Ea=/alpha\([^)]*\)/i,gb=/opacity=([^)]*)/,hb=/-([a-z])/ig,ib=/([A-Z])/g,Fa=/^-?\d+(?:px)?$/i, +jb=/^-?\d/,kb={position:"absolute",visibility:"hidden",display:"block"},Pa=["Left","Right"],Qa=["Top","Bottom"],W,Ga,aa,lb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===B)return this;return c.access(this,a,b,true,function(d,e,f){return f!==B?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true, +zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),l=a.style,k=c.cssHooks[h];b=c.cssProps[h]||h;if(d!==B){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!k||!("set"in k)||(d=k.set(a,d))!==B)try{l[b]=d}catch(o){}}}else{if(k&&"get"in k&&(f=k.get(a,false,e))!==B)return f;return l[b]}}},css:function(a,b,d){var e,f=c.camelCase(b), +h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==B)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=e[f]},camelCase:function(a){return a.replace(hb,lb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=oa(d,b,f);else c.swap(d,kb,function(){h=oa(d,b,f)});if(h<=0){h=W(d,b,b);if(h==="0px"&&aa)h=aa(d,b,b); +if(h!=null)return h===""||h==="auto"?"0px":h}if(h<0||h==null){h=d.style[b];return h===""||h==="auto"?"0px":h}return typeof h==="string"?h:h+"px"}},set:function(d,e){if(Fa.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f= +d.filter||"";d.filter=Ea.test(f)?f.replace(Ea,e):d.filter+" "+e}};if(t.defaultView&&t.defaultView.getComputedStyle)Ga=function(a,b,d){var e;d=d.replace(ib,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return B;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};if(t.documentElement.currentStyle)aa=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],h=a.style;if(!Fa.test(f)&&jb.test(f)){d=h.left; +e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f===""?"auto":f};W=Ga||aa;if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var mb=c.now(),nb=/)<[^<]*)*<\/script>/gi, +ob=/^(?:select|textarea)/i,pb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,qb=/^(?:GET|HEAD)$/,Ra=/\[\]$/,T=/\=\?(&|$)/,ja=/\?/,rb=/([?&])_=[^&]*/,sb=/^(\w+:)?\/\/([^\/?#]+)/,tb=/%20/g,ub=/#.*$/,Ha=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ha)return Ha.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b=== +"object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(l,k){if(k==="success"||k==="notmodified")h.html(f?c("
").append(l.responseText.replace(nb,"")).find(f):l.responseText);d&&h.each(d,[l.responseText,k,l])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&& +!this.disabled&&(this.checked||ob.test(this.nodeName)||pb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})}, +getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html", +script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),l=qb.test(h);b.url=b.url.replace(ub,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ja.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data|| +!T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+mb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var k=E[d];E[d]=function(m){if(c.isFunction(k))k(m);else{E[d]=B;try{delete E[d]}catch(p){}}f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);r&&r.removeChild(A)}}if(b.dataType==="script"&&b.cache===null)b.cache= +false;if(b.cache===false&&l){var o=c.now(),x=b.url.replace(rb,"$1_="+o);b.url=x+(x===b.url?(ja.test(b.url)?"&":"?")+"_="+o:"")}if(b.data&&l)b.url+=(ja.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");o=(o=sb.exec(b.url))&&(o[1]&&o[1].toLowerCase()!==location.protocol||o[2].toLowerCase()!==location.host);if(b.dataType==="script"&&h==="GET"&&o){var r=t.getElementsByTagName("head")[0]||t.documentElement,A=t.createElement("script");if(b.scriptCharset)A.charset=b.scriptCharset; +A.src=b.url;if(!d){var C=false;A.onload=A.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);A.onload=A.onreadystatechange=null;r&&A.parentNode&&r.removeChild(A)}}}r.insertBefore(A,r.firstChild);return B}var J=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!l||a&&a.contentType)w.setRequestHeader("Content-Type", +b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}o||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(I){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&& +c.triggerGlobal(b,"ajaxSend",[w,b]);var L=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){J||c.handleComplete(b,w,e,f);J=true;if(w)w.onreadystatechange=c.noop}else if(!J&&w&&(w.readyState===4||m==="timeout")){J=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d|| +c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&Function.prototype.call.call(g,w);L("abort")}}catch(i){}b.async&&b.timeout>0&&setTimeout(function(){w&&!J&&L("timeout")},b.timeout);try{w.send(l||b.data==null?null:b.data)}catch(n){c.handleError(b,w,null,n);c.handleComplete(b,w,e,f)}b.async||L();return w}},param:function(a,b){var d=[],e=function(h,l){l=c.isFunction(l)?l():l;d[d.length]= +encodeURIComponent(h)+"="+encodeURIComponent(l)};if(b===B)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)da(f,a[f],b,e);return d.join("&").replace(tb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess", +[b,a])},handleComplete:function(a,b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"), +e=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}}); +if(E.ActiveXObject)c.ajaxSettings.xhr=function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var ea={},vb=/^(?:toggle|show|hide)$/,wb=/^([+\-]=)?([\d+.\-]+)(.*)$/,ba,pa=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show", +3),a,b,d);else{d=0;for(var e=this.length;d=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b, +d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a* +Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(l){return f.step(l)} +var f=this,h=c.fx;this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ba)ba=setInterval(h.tick,h.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true; +this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(k,o){f.style["overflow"+o]=h.overflow[k]})}this.options.hide&&c(this.elem).hide();if(this.options.hide|| +this.options.show)for(var l in this.options.curAnim)c.style(this.elem,l,this.options.orig[l]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a= +c.timers,b=0;b-1;e={};var x={};if(o)x=f.position();l=o?x.top:parseInt(l,10)||0;k=o?x.left:parseInt(k,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+l;if(b.left!=null)e.left=b.left-h.left+k;"using"in b?b.using.call(a, +e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Ia.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||t.body;a&&!Ia.test(a.nodeName)&& +c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==B)return this.each(function(){if(h=fa(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=fa(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase(); +c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(l){var k=c(this);k[d](e.call(this,l,k[d]()))});if(c.isWindow(f))return f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b];else if(f.nodeType===9)return Math.max(f.documentElement["client"+ +b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]);else if(e===B){f=c.css(f,d);var h=parseFloat(f);return c.isNaN(h)?f:h}else return this.css(d,typeof e==="string"?e:e+"px")}})})(window); diff --git a/force-app/main/default/staticresources/Milestone1_Charts/jquery-ui-1.8.4.css b/force-app/main/default/staticresources/Milestone1_Charts/jquery-ui-1.8.4.css new file mode 100644 index 0000000..4582c66 --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Charts/jquery-ui-1.8.4.css @@ -0,0 +1,316 @@ +/* + * jQuery UI CSS Framework @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.ui-helper-clearfix { display: inline-block; } +/* required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { height:1%; } +.ui-helper-clearfix { display:block; } +/* end clearfix */ +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* + * jQuery UI CSS Framework @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; } +.ui-widget-content a { color: #333333; } +.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; } +.ui-widget-header a { color: #ffffff; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; } +.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; } +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; } +.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } +.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } + +/* Overlays */ +.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); } +.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/* + * jQuery UI Resizable @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Resizable#theming + */ +.ui-resizable { position: relative;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} + +.ui-draggable { cursor: move; } \ No newline at end of file diff --git a/force-app/main/default/staticresources/Milestone1_Charts/jquery-ui-1.8.7.custom.min.js b/force-app/main/default/staticresources/Milestone1_Charts/jquery-ui-1.8.7.custom.min.js new file mode 100644 index 0000000..b03a87e --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Charts/jquery-ui-1.8.7.custom.min.js @@ -0,0 +1,781 @@ +/*! + * jQuery UI 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI + */ +(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.7",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106, +NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this, +"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position"); +if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f, +"border"+this+"Width",true))||0;if(m)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h, +d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");if("area"===b){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&k(a)}return(/input|select|textarea|button|object/.test(b)?!a.disabled:"a"==b?a.href||!isNaN(d):!isNaN(d))&&k(a)},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}}); +c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a); +return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;a.target==this._mouseDownEvent.target&&c.data(a.target,this.widgetName+".preventClickEvent", +true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); +;/* + * jQuery UI Position 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */ +(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY, +left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+= +k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+parseInt(c.curCSS(this,"marginRight",true))||0,w=m+q+parseInt(c.curCSS(this,"marginBottom",true))||0,i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-=m/2; +i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left= +d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+= +a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b), +g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery); +;/* + * jQuery UI Draggable 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Draggables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper== +"original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b= +this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;return true},_mouseStart:function(a){var b=this.options;this.helper=this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top- +this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions(); +d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);return true},_mouseDrag:function(a,b){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis|| +this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b=false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b=d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if(!this.element[0]||!this.element[0].parentNode)return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&&this.options.revert.call(this.element, +b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop",a)!==false&&this._clear();return false},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle||!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this== +a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone():this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&&a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]|| +0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0], +this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top- +(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment== +"parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[(a.containment=="document"?0:d(window).scrollLeft())-this.offset.relative.left-this.offset.parent.left,(a.containment=="document"?0:d(window).scrollTop())-this.offset.relative.top-this.offset.parent.top,(a.containment=="document"?0:d(window).scrollLeft())+d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"? +0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){var b=d(a.containment)[0];if(b){a=d(a.containment).offset();var c=d(b).css("overflow")!="hidden";this.containment=[a.left+(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0)-this.margins.left,a.top+(parseInt(d(b).css("borderTopWidth"), +10)||0)+(parseInt(d(b).css("paddingTop"),10)||0)-this.margins.top,a.left+(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,a.top+(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}}else if(a.containment.constructor== +Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop(): +f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,g=a.pageY; +if(this.originalPosition){if(this.containment){if(a.pageX-this.offset.click.leftthis.containment[2])e=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/ +b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?e:!(e-this.offset.click.left
').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")})}, +stop:function(){d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("opacity"))b._opacity=a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable");if(a.scrollParent[0]!= +document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){if(!c.axis||c.axis!="x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY=0;h--){var i=c.snapElements[h].left,k=i+c.snapElements[h].width,j=c.snapElements[h].top,l=j+c.snapElements[h].height;if(i-e=j&&f<=l||h>=j&&h<=l||fl)&&(e>= +i&&e<=k||g>=i&&g<=k||ek);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), +top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= +this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", +nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor== +String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),k=0;k=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,k);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection(); +this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){e(this).removeClass("ui-resizable-autohide");b._handles.show()},function(){if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()}; +if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a=false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(), +d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset= +this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio: +this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis];if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize", +b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height; +f={width:c.size.width-(f?0:c.sizeDiff.width),height:c.size.height-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f,{top:g,left:d}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop", +b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(l(b.left))this.position.left=b.left;if(l(b.top))this.position.top=b.top;if(l(b.height))this.size.height=b.height;if(l(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size,d=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(d=="sw"){b.left=a.left+(c.width-b.width);b.top=null}if(d=="nw"){b.top= +a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,d=l(b.width)&&a.maxWidth&&a.maxWidthb.width,h=l(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width=a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height, +k=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&k)b.left=i-a.minWidth;if(d&&k)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+ +a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this, +arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable, +{version:"1.8.7"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(),10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize, +function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top-f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var k=e(this),q=e(this).data("resizable-alsoresize"),p={},r=j&&j.length?j:k.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n= +(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(k.css("position"))){c._revertToRelativePosition=true;k.css({position:"absolute",top:"auto",left:"auto"})}k.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType?e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options,c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition= +false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a=e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName),g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left- +a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing,step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize", +b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement=e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top", +"Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset;var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h;g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset, +f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left:a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left:0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left= +a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top-d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position"));if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+ +a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition,f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&& +e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25,display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative", +height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b=e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width= +d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b,10)||0},l=function(b){return!isNaN(parseInt(b,10))}})(jQuery); +;/* + * jQuery UI Selectable 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), +selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("
")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, +c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting", +c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d= +this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.righti||a.bottomb&&a.rightg&&a.bottom *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable"); +this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a==="disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this, +arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&&!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem= +c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset, +{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment(); +if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start", +a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a);return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute"); +if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0],e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a, +c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset();c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]== +document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp();this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var b=this.containers.length-1;b>=0;b--){this.containers[b]._trigger("deactivate", +null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem): +d(this.domPosition.parent).prepend(this.currentItem);return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")},toArray:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute|| +"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+jg&&b+la[this.floating?"width":"height"]?j:g0?"down":"up")}, +_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith();if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h=d.data(f[g],"sortable");if(h&&h!= +this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)});return d(b)},_removeCurrentsFromItems:function(){for(var a= +this.currentItem.find(":data(sortable-item)"),b=0;b=0;f--)for(var g=d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable"); +if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h= +0;b--){var c=this.items[b],e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b=this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top=e.top;this.containers[b].containerCache.width= +this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f=d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)f.style.visibility="hidden";return f}, +update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b= +null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length===1){this.containers[c]._trigger("over",a,this._uiHash(this)); +this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h-f)this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])? +g:!(g-this.offset.click.topthis.containment[2])?f:!(f-this.offset.click.left=0;e--)if(d.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive", +g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this,this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out",g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over= +0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop",a,this._uiHash());for(e=0;e li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"); +a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"); +if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var f=d.closest(".ui-accordion-header");a.active=f.length?f:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion", +function(g){return a._keydown(g)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(g){a._clickHandler.call(a,g,this);g.preventDefault()})},_createIcons:function(){var a=this.options;if(a.icons){c("").addClass("ui-icon "+ +a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex"); +this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons(); +b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,f=this.headers.index(a.target),g=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:g=this.headers[(f+1)%d];break;case b.LEFT:case b.UP:g=this.headers[(f-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); +a.preventDefault()}if(g){c(a.target).attr("tabIndex",-1);c(g).attr("tabIndex",0);g.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+ +c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options; +if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected); +a.next().addClass("ui-accordion-content-active")}h=a.next();f=this.active.next();g={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):h,oldContent:f};d=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(h,f,g,b,d)}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); +this.active.next().addClass("ui-accordion-content-active");var f=this.active.next(),g={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:f},h=this.active=c([]);this._toggle(h,f,g)}},_toggle:function(a,b,d,f,g){var h=this,e=h.options;h.toShow=a;h.toHide=b;h.data=d;var j=function(){if(h)return h._completed.apply(h,arguments)};h._trigger("changestart",null,h.data);h.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&f?{toShow:c([]),toHide:b,complete:j, +down:g,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:g,autoHeight:e.autoHeight||e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;f=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!f[k]&&!c.easing[k])k="slide";f[k]||(f[k]=function(l){this.slide(l,{easing:k,duration:i||700})}); +f[k](d)}else{if(e.collapsible&&f)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.7",animations:{slide:function(a, +b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){h[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);g[i]={value:j[1], +unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(h,{step:function(j,i){if(i.prop=="height")f=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=f*g[i.prop].value+g[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",paddingTop:"hide", +paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery); +;/* + * jQuery UI Autocomplete 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */ +(function(d){d.widget("ui.autocomplete",{options:{appendTo:"body",delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},_create:function(){var a=this,b=this.element[0].ownerDocument,f;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.attr("readonly"))){f=false;var e=d.ui.keyCode;switch(c.keyCode){case e.PAGE_UP:a._move("previousPage", +c);break;case e.PAGE_DOWN:a._move("nextPage",c);break;case e.UP:a._move("previous",c);c.preventDefault();break;case e.DOWN:a._move("next",c);c.preventDefault();break;case e.ENTER:case e.NUMPAD_ENTER:if(a.menu.active){f=true;c.preventDefault()}case e.TAB:if(!a.menu.active)return;a.menu.select(c);break;case e.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!=a.element.val()){a.selectedItem=null;a.search(null,c)}},a.options.delay); +break}}}).bind("keypress.autocomplete",function(c){if(f){f=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)};this.menu=d("
    ").addClass("ui-autocomplete").appendTo(d(this.options.appendTo|| +"body",b)[0]).mousedown(function(c){var e=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(g){g.target!==a.element[0]&&g.target!==e&&!d.ui.contains(e,g.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,e){e=e.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:e})&&/^key/.test(c.originalEvent.type)&&a.element.val(e.value)},selected:function(c,e){var g=e.item.data("item.autocomplete"), +h=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=h;setTimeout(function(){a.previous=h;a.selectedItem=g},1)}false!==a._trigger("select",c,{item:g})&&a.element.val(g.value);a.term=a.element.val();a.close(c);a.selectedItem=g},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup"); +this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0])},_initSource:function(){var a=this,b,f;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,e){e(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source==="string"){f=this.options.source;this.source= +function(c,e){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:f,data:c,dataType:"json",success:function(g,h,i){i===a.xhr&&e(g);a.xhr=null},error:function(g){g===a.xhr&&e([]);a.xhr=null}})}}else this.source=this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length").data("item.autocomplete",b).append(d("").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b);else this.search(null,b)},widget:function(){return this.menu.element}}); +d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},filter:function(a,b){var f=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return f.test(c.label||c.value||c)})}})})(jQuery); +(function(d){d.widget("ui.menu",{_create:function(){var a=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(b){if(d(b.target).closest(".ui-menu-item a").length){b.preventDefault();a.select(b)}});this.refresh()},refresh:function(){var a=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex", +-1).mouseenter(function(b){a.activate(b,d(this).parent())}).mouseleave(function(){a.deactivate()})},activate:function(a,b){this.deactivate();if(this.hasScroll()){var f=b.offset().top-this.element.offset().top,c=this.element.attr("scrollTop"),e=this.element.height();if(f<0)this.element.attr("scrollTop",c+f);else f>=e&&this.element.attr("scrollTop",c+f-e+b.height())}this.active=b.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",a,{item:b})}, +deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id");this._trigger("blur");this.active=null}},next:function(a){this.move("next",".ui-menu-item:first",a)},previous:function(a){this.move("prev",".ui-menu-item:last",a)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(a,b,f){if(this.active){a=this.active[a+"All"](".ui-menu-item").eq(0); +a.length?this.activate(f,a):this.activate(f,this.element.children(b))}else this.activate(f,this.element.children(b))},nextPage:function(a){if(this.hasScroll())if(!this.active||this.last())this.activate(a,this.element.children(".ui-menu-item:first"));else{var b=this.active.offset().top,f=this.element.height(),c=this.element.children(".ui-menu-item").filter(function(){var e=d(this).offset().top-b-f+d(this).height();return e<10&&e>-10});c.length||(c=this.element.children(".ui-menu-item:last"));this.activate(a, +c)}else this.activate(a,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(a){if(this.hasScroll())if(!this.active||this.first())this.activate(a,this.element.children(".ui-menu-item:last"));else{var b=this.active.offset().top,f=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-b+f-d(this).height();return c<10&&c>-10});result.length||(result=this.element.children(".ui-menu-item:first")); +this.activate(a,result)}else this.activate(a,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,e=d.primary&&d.secondary;if(d.primary||d.secondary){b.addClass("ui-button-text-icon"+(e?"s":d.primary?"-primary":"-secondary"));d.primary&&b.prepend("");d.secondary&&b.append("");if(!this.options.text){b.addClass(e?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary"); +this.hasTitle||b.attr("title",c)}}else b.addClass("ui-button-text-only")}}});a.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()}, +destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");a.Widget.prototype.destroy.call(this)}})})(jQuery); +;/* + * jQuery UI Dialog 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */ +(function(c,j){var k={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},l={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&& +c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||" ",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("
    ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex", +-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("
    ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g),h=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role", +"button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("").addClass("ui-dialog-title").attr("id",e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose= +b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");a.uiDialog.remove();a.originalTitle&& +a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!==b.uiDialog[0]){e=c(this).css("z-index"); +isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+=1;d.uiDialog.css("z-index",c.ui.dialog.maxZ); +d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target===f[0]&&e.shiftKey){g.focus(1);return false}}}); +c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("
    ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("
    ").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a,function(){return!(d=true)});if(d){c.each(a,function(f, +h){h=c.isFunction(h)?{click:h,text:f}:h;f=c('').attr(h,true).unbind("click").click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.fn.button&&f.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g= +d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition,originalSize:f.originalSize, +position:f.position,size:f.size}}a=a===j?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize",f,b(h))},stop:function(f, +h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "):[a[0],a[1]];if(b.length=== +1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f);if(g in k)e=true;if(g in +l)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"):e.removeClass("ui-dialog-disabled"); +break;case "draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case "position":d._position(b);break;case "resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||" "));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a=this.options,b,d,e= +this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height-b,0));this.uiDialog.is(":data(resizable)")&& +this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.7",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(a){if(this.instances.length=== +0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(), +height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); +b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a");if(!a.values)a.values=[this._valueMin(),this._valueMin()];if(a.values.length&&a.values.length!==2)a.values=[a.values[0],a.values[0]]}else this.range=d("
    ");this.range.appendTo(this.element).addClass("ui-slider-range");if(a.range==="min"||a.range==="max")this.range.addClass("ui-slider-range-"+a.range);this.range.addClass("ui-widget-header")}d(".ui-slider-handle",this.element).length===0&&d("").appendTo(this.element).addClass("ui-slider-handle"); +if(a.values&&a.values.length)for(;d(".ui-slider-handle",this.element).length").appendTo(this.element).addClass("ui-slider-handle");this.handles=d(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(c){c.preventDefault()}).hover(function(){a.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(a.disabled)d(this).blur(); +else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(c){d(this).data("index.ui-slider-handle",c)});this.handles.keydown(function(c){var e=true,f=d(this).data("index.ui-slider-handle"),h,g,i;if(!b.options.disabled){switch(c.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:e= +false;if(!b._keySliding){b._keySliding=true;d(this).addClass("ui-state-active");h=b._start(c,f);if(h===false)return}break}i=b.options.step;h=b.options.values&&b.options.values.length?(g=b.values(f)):(g=b.value());switch(c.keyCode){case d.ui.keyCode.HOME:g=b._valueMin();break;case d.ui.keyCode.END:g=b._valueMax();break;case d.ui.keyCode.PAGE_UP:g=b._trimAlignValue(h+(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:g=b._trimAlignValue(h-(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(h=== +b._valueMax())return;g=b._trimAlignValue(h+i);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(h===b._valueMin())return;g=b._trimAlignValue(h-i);break}b._slide(c,f,g);return e}}).keyup(function(c){var e=d(this).data("index.ui-slider-handle");if(b._keySliding){b._keySliding=false;b._stop(c,e);b._change(c,e);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider"); +this._mouseDestroy();return this},_mouseCapture:function(b){var a=this.options,c,e,f,h,g;if(a.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:b.pageX,y:b.pageY});e=this._valueMax()-this._valueMin()+1;h=this;this.handles.each(function(i){var j=Math.abs(c-h.values(i));if(e>j){e=j;f=d(this);g=i}});if(a.range===true&&this.values(1)===a.min){g+=1;f=d(this.handles[g])}if(this._start(b, +g)===false)return false;this._mouseSliding=true;h._handleIndex=g;f.addClass("ui-state-active").focus();a=f.offset();this._clickOffset=!d(b.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:b.pageX-a.left-f.width()/2,top:b.pageY-a.top-f.height()/2-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(b,g,c);return this._animateOff=true},_mouseStart:function(){return true}, +_mouseDrag:function(b){var a=this._normValueFromMouse({x:b.pageX,y:b.pageY});this._slide(b,this._handleIndex,a);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(b){var a; +if(this.orientation==="horizontal"){a=this.elementSize.width;b=b.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{a=this.elementSize.height;b=b.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}a=b/a;if(a>1)a=1;if(a<0)a=0;if(this.orientation==="vertical")a=1-a;b=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+a*b)},_start:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value= +this.values(a);c.values=this.values()}return this._trigger("start",b,c)},_slide:function(b,a,c){var e;if(this.options.values&&this.options.values.length){e=this.values(a?0:1);if(this.options.values.length===2&&this.options.range===true&&(a===0&&c>e||a===1&&c1){this.options.values[b]=this._trimAlignValue(a);this._refreshValue();this._change(null,b)}if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;e=arguments[0];for(f=0;f=this._valueMax())return this._valueMax();var a=this.options.step>0?this.options.step:1,c=(b-this._valueMin())%a;alignValue=b-c;if(Math.abs(c)*2>=a)alignValue+=c>0?a:-a;return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max}, +_refreshValue:function(){var b=this.options.range,a=this.options,c=this,e=!this._animateOff?a.animate:false,f,h={},g,i,j,l;if(this.options.values&&this.options.values.length)this.handles.each(function(k){f=(c.values(k)-c._valueMin())/(c._valueMax()-c._valueMin())*100;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";d(this).stop(1,1)[e?"animate":"css"](h,a.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(k===0)c.range.stop(1,1)[e?"animate":"css"]({left:f+"%"},a.animate); +if(k===1)c.range[e?"animate":"css"]({width:f-g+"%"},{queue:false,duration:a.animate})}else{if(k===0)c.range.stop(1,1)[e?"animate":"css"]({bottom:f+"%"},a.animate);if(k===1)c.range[e?"animate":"css"]({height:f-g+"%"},{queue:false,duration:a.animate})}g=f});else{i=this.value();j=this._valueMin();l=this._valueMax();f=l!==j?(i-j)/(l-j)*100:0;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";this.handle.stop(1,1)[e?"animate":"css"](h,a.animate);if(b==="min"&&this.orientation==="horizontal")this.range.stop(1, +1)[e?"animate":"css"]({width:f+"%"},a.animate);if(b==="max"&&this.orientation==="horizontal")this.range[e?"animate":"css"]({width:100-f+"%"},{queue:false,duration:a.animate});if(b==="min"&&this.orientation==="vertical")this.range.stop(1,1)[e?"animate":"css"]({height:f+"%"},a.animate);if(b==="max"&&this.orientation==="vertical")this.range[e?"animate":"css"]({height:100-f+"%"},{queue:false,duration:a.animate})}}});d.extend(d.ui.slider,{version:"1.8.7"})})(jQuery); +;/* + * jQuery UI Tabs 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
    ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
  • #{label}
  • "},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&& +e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b= +d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]|| +(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); +this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected= +this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); +if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected")); +this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+ +g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal", +function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")}; +this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected= +-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier."; +d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e= +d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b, +e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]); +j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove(); +if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null, +this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this}, +load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c, +"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this}, +url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.7"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k')}function E(a,b){d.extend(a,b);for(var c in b)if(b[c]== +null||b[c]==G)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.7"}});var y=(new Date).getTime();d.extend(K.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){E(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase(); +f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:d('
    ')}}, +_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&& +b.append.remove();if(c){b.append=d(''+c+"");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('').addClass(this._triggerClass).html(f== +""?c:d("").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;gh){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a, +c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b), +true);this._updateDatepicker(b);this._updateAlternate(b);b.dpDiv.show()}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d('');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}E(a.settings,e||{}); +b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass); +this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup", +this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs, +function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null: +f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;for(var b=0;b-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true}, +_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");E(b.settings,c?c.apply(a,[a,b]):{});b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos= +d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b, +c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){d.datepicker._datepickerShowing=true;var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0],top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.effects&& +d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=this,c=d.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a));var e=a.dpDiv.find("iframe.ui-datepicker-cover");e.length&&e.css({left:-c[0],top:-c[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()});a.dpDiv.find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout", +function(){d(this).removeClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!b._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!= +-1&&d(this).addClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();c=this._getNumberOfMonths(a);e=c[1];e>1?a.dpDiv.addClass("ui-datepicker-multi-"+e).css("width",17*e+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(c[0]!=1||c[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a, +"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input.focus();if(a.yearshtml){var f=a.yearshtml;setTimeout(function(){f===a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);f=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]}, +_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e- +g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1);)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b);this._curInst=null};d.effects&&d.effects[a]? +b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")}, +_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"): +0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear= +false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b=this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay= +d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a); +else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b= +a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"?b.toString():b+"";if(b=="")return null;for(var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff,f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,g=(c?c.monthNames:null)||this._defaults.monthNames, +j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=z+1-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}w=this._daylightSavingAdjust(new Date(c,j-1,l));if(w.getFullYear()!=c||w.getMonth()+1!=j||w.getDate()!=l)throw"Invalid date";return w},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y", +RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=k+112?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay= +a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(), +b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n= +this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&nn;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a));n=this._canAdjustMonth(a,-1,m,g)?''+n+"":f?"":''+n+"";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m,g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?''+r+"":f?"":''+r+"";j=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&&a.currentDay?u:b;j=!h?j:this.formatDate(j,r,this._getFormatConfig(a));h=!a.inline?'":"";e=e?'
    '+(c?h:"")+(this._isInRange(a,r)?'":"")+(c?"":h)+"
    ":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),z= +this._get(a,"monthNames"),w=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),v=this._get(a,"showOtherMonths"),H=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var L=this._getDefaultDate(a),I="",C=0;C1)switch(D){case 0:x+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]- +1:x+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:x+=" ui-datepicker-group-middle";t="";break}x+='">'}x+='
    '+(/all|left/.test(t)&&C==0?c?f:n:"")+(/all|right/.test(t)&&C==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,C>0||D>0,z,w)+'
    ';var A=j?'":"";for(t=0;t<7;t++){var q= +(t+h)%7;A+="=5?' class="ui-datepicker-week-end"':"")+'>'+s[q]+""}x+=A+"";A=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,A);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;A=l?6:Math.ceil((t+A)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var O=0;O";var P=!j?"":'";for(t=0;t<7;t++){var F= +p?p.apply(a.input?a.input[0]:null,[q]):[true,""],B=q.getMonth()!=g,J=B&&!H||!F[0]||k&&qo;P+='";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}x+= +P+""}g++;if(g>11){g=0;m++}x+="
    '+this._get(a,"weekHeader")+"
    '+this._get(a,"calculateWeek")(q)+""+(B&&!v?" ":J?''+q.getDate()+"":''+q.getDate()+"")+"
    "+(l?""+(i[0]>0&&D==i[1]-1?'
    ':""):"");M+=x}I+=M}I+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'':"");a._keyEvent=false;return I},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='
    ', +o="";if(h||!j)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(k+=o+(h||!(j&& +l)?" ":""));a.yearshtml="";if(h||!l)k+=''+c+"";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)?r:s};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='";if(d.browser.mozilla)k+='";else{k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+=(h||!(j&&l)?" ":"")+o;k+="
    ";return k},_adjustInstDate:function(a,b,c){var e= +a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a, +"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a); +c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a, +"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker= +function(a){if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b)); +return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new K;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.7";window["DP_jQuery_"+y]=d})(jQuery); +;/* + * jQuery UI Progressbar 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("
    ").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* +this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.7"})})(jQuery); +;/* + * jQuery UI Effects 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +jQuery.effects||function(f,j){function n(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1], +16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return o.transparent;return o[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return n(b)}function p(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle, +a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function q(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d= +a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function m(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor", +"borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=n(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var o={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0, +0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211, +211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},r=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b, +d){if(f.isFunction(b)){d=b;b=null}return this.each(function(){f.queue(this,"fx",function(){var e=f(this),g=e.attr("style")||" ",h=q(p.call(this)),l,v=e.attr("className");f.each(r,function(w,i){c[i]&&e[i+"Class"](c[i])});l=q(p.call(this));e.attr("className",v);e.animate(u(h,l),a,b,function(){f.each(r,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments)});h=f.queue(this);l= +h.splice(h.length-1,1)[0];h.splice(1,0,l);f.dequeue(this)})})};f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c}, +b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this,[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.7",save:function(c,a){for(var b=0;b").addClass("ui-effects-wrapper").css({fontSize:"100%", +background:"transparent",border:"none",margin:0,padding:0});c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c); +return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(m(c))return this._show.apply(this,arguments); +else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(m(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(m(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c), +b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c, +a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c, +a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a== +e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+ +e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery); +;/* + * jQuery UI Effects Fade 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Fold 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","left"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1],10)/100* +f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); +;/* + * jQuery UI Effects Highlight 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&& +this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Pulsate 1.8.7 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); +b.dequeue()})})}})(jQuery); +; \ No newline at end of file diff --git a/force-app/main/default/staticresources/Milestone1_Charts/jquery.ganttView.css b/force-app/main/default/staticresources/Milestone1_Charts/jquery.ganttView.css new file mode 100644 index 0000000..edb5510 --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Charts/jquery.ganttView.css @@ -0,0 +1,147 @@ +/* +jQuery.ganttView v.0.8.0 +Copyright (c) 2010 JC Grubbs - jc.grubbs@devmynd.com +MIT License Applies +*/ + +div.ganttview-hzheader-month, +div.ganttview-hzheader-day, +div.ganttview-vtheader, +div.ganttview-vtheader-item-name, +div.ganttview-vtheader-series, +div.ganttview-grid, +div.ganttview-grid-row-cell { + float: left; +} + +div.ganttview-hzheader-month, +div.ganttview-hzheader-day { + text-align: center; +} + +div.ganttview-grid-row-cell.last, +div.ganttview-hzheader-day.last, +div.ganttview-hzheader-month.last { + border-right: none; +} + +div.ganttview { + border: 1px solid #999; +} + +div.datePicker{ + display: none; +} + + +/* Horizontal Header */ + +div.ganttview-hzheader-month { + width: 60px; + height: 20px; + border-right: 1px solid #d0d0d0; + line-height: 20px; +} + +div.ganttview-hzheader-day { + width: 20px; + height: 20px; + border-right: 1px solid #f0f0f0; + border-top: 1px solid #d0d0d0; + line-height: 20px; + color: #777; + font-size: 12px; +} + + +/* Vertical Header */ + +div.ganttview-vtheader { + margin-top: 41px; + width: 240px; + overflow: hidden; + background-color: #fff; +} + +div.ganttview-vtheader-item { + overflow: hidden; + color: #666; +} + +div.ganttview-vtheader-item-name { + display: none; + //width: 10px; /* orig 100 */ + //padding-left: 5px; + //border-top: 1px solid #d0d0d0; + //line-height: 16px; +} + +div.ganttview-vtheader-series-name { + width: 240px; /* orig 130 */ + height: 31px; + border-top: 1px solid #d0d0d0; + line-height: 16px; + padding-left: 4px; + padding-top: 3px; +} + + +/* Slider */ + +div.ganttview-slide-container { + overflow: auto; + border-left: 1px solid #999; + color: rgb(102, 102, 102); +} + + +/* Grid */ + +div.ganttview-grid-row-cell { + width: 20px; + height: 31px; + border-right: 1px solid #f0f0f0; + border-top: 1px solid #f0f0f0; +} + +div.ganttview-grid-row-cell.ganttview-weekend { + background-color: #fafafa; +} + + +/* Blocks */ + +div.ganttview-blocks { + margin-top: 40px; +} + +div.ganttview-block-container { + height: 28px; + padding-top: 4px; + text-align: left; +} + +div.ganttview-block { + position: relative; + height: 25px; + background-color: #E5ECF9; + border: 1px solid #c0c0c0; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; +} + +div.ganttview-block-text { + position: absolute; + height: 12px; + font-size: 0.8em; + color: #fff; + padding: 2px 3px; +} + + +/* Adjustments for jQuery UI Styling */ + +div.ganttview-block div.ui-resizable-handle.ui-resizable-s { + bottom: -0; +} \ No newline at end of file diff --git a/force-app/main/default/staticresources/Milestone1_Charts/jquery.ganttView.js b/force-app/main/default/staticresources/Milestone1_Charts/jquery.ganttView.js new file mode 100644 index 0000000..91eb89e --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Charts/jquery.ganttView.js @@ -0,0 +1,355 @@ +/* +jQuery.ganttView v.0.8.8 +Copyright (c) 2010 JC Grubbs - jc.grubbs@devmynd.com +MIT License Applies +*/ + +/* +Options +----------------- +showWeekends: boolean +data: object +cellWidth: number +cellHeight: number +slideWidth: number +dataUrl: string +behavior: { + clickable: boolean, + draggable: boolean, + resizable: boolean, + onClick: function, + onDrag: function, + onResize: function +} +*/ + +(function (jQuery) { + jQuery.fn.ganttView = function (options) { + + var els = this; + var defaults = { + showWeekends: true, + cellWidth: 21, + cellHeight: 31, + slideWidth: 400, + vHeaderWidth: 100, + behavior: { + clickable: true, + draggable: true, + resizable: true + } + }; + + var opts = jQuery.extend(true, defaults, options); + + if (opts.data) { + build(); + } else if (opts.dataUrl) { + jQuery.getJSON(opts.dataUrl, function (data) { opts.data = data; build(); }); + } + + function build() { + + var minDays = Math.floor((opts.slideWidth / opts.cellWidth) + 5); + var startEnd = DateUtils.getBoundaryDatesFromData(opts.data, minDays); + opts.start = startEnd[0]; + opts.end = startEnd[1]; + + var dates = Chart.getDates(opts.start, opts.end); + + els.each(function () { + + var container = jQuery(this); + var div = jQuery("
    ", { "class": "ganttview" }); + + Chart.addVtHeader(div, opts.data, opts.cellHeight); + + var slideDiv = jQuery("
    ", { + "class": "ganttview-slide-container", + "css": { "width": opts.slideWidth + "px" } + }); + + Chart.addHzHeader(slideDiv, dates, opts.cellWidth); + Chart.addGrid(slideDiv, opts.data, dates, opts.cellWidth, opts.showWeekends); + Chart.addBlockContainers(slideDiv, opts.data); + Chart.addBlocks(slideDiv, opts.data, opts.cellWidth, opts.start); + + div.append(slideDiv); + container.append(div); + + var w = jQuery("div.ganttview-vtheader", container).outerWidth() + + jQuery("div.ganttview-slide-container", container).outerWidth(); + container.css("width", (w + 2) + "px"); + + Chart.applyLastClass(container); + Behavior.applyBehaviors(container, opts); + }); + } + }; + + var Chart = { + + monthNames: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], + + // Creates a 3 dimensional array [year][month][day] of every day + // between the given start and end dates + getDates: function (start, end) { + var dates = []; + dates[start.getFullYear()] = []; + dates[start.getFullYear()][start.getMonth()] = [start] + var last = start; + while (last.compareTo(end) == -1) { + var next = last.clone().addDays(1); + if (!dates[next.getFullYear()]) { dates[next.getFullYear()] = []; } + if (!dates[next.getFullYear()][next.getMonth()]) { + dates[next.getFullYear()][next.getMonth()] = []; + } + dates[next.getFullYear()][next.getMonth()].push(next); + last = next; + } + return dates; + }, + + addVtHeader: function (div, data, cellHeight) { + var headerDiv = jQuery("
    ", { "class": "ganttview-vtheader" }); + for (var i = 0; i < data.length; i++) { + var dataName = new String(data[i].name); //Sanitize value before displaying on page + var dataNode = document.createTextNode(dataName); //Sanitize value + var itemDiv = jQuery("
    ", { "class": "ganttview-vtheader-item" }); + /*itemDiv.append(jQuery("
    ", { + "class": "ganttview-vtheader-item-name", + "css": { "height": (data[i].series.length * cellHeight) + "px" } + }).append(dataNode));*/ + var seriesDiv = jQuery("
    ", { "class": "ganttview-vtheader-series" }); + for (var j = 0; j < data[i].series.length; j++) { + var nameString = new String(data[i].series[j].name); //Sanitize value + var nameNode = document.createTextNode(nameString); //Sanitize value + seriesDiv.append(jQuery("
    ", { "class": "ganttview-vtheader-series-name" }) + .append(nameNode)); + } + itemDiv.append(seriesDiv); + headerDiv.append(itemDiv); + } + div.append(headerDiv); + }, + + addHzHeader: function (div, dates, cellWidth) { + var headerDiv = jQuery("
    ", { "class": "ganttview-hzheader" }); + var monthsDiv = jQuery("
    ", { "class": "ganttview-hzheader-months" }); + var daysDiv = jQuery("
    ", { "class": "ganttview-hzheader-days" }); + var totalW = 0; + for (var y in dates) { + for (var m in dates[y]) { + var w = dates[y][m].length * cellWidth; + totalW = totalW + w; + monthsDiv.append(jQuery("
    ", { + "class": "ganttview-hzheader-month", + "css": { "width": (w - 1) + "px" } + }).append(Chart.monthNames[m] + "/" + y)); + for (var d in dates[y][m]) { + daysDiv.append(jQuery("
    ", { "class": "ganttview-hzheader-day" }) + .append(dates[y][m][d].getDate())); + } + } + } + monthsDiv.css("width", totalW + "px"); + daysDiv.css("width", totalW + "px"); + headerDiv.append(monthsDiv).append(daysDiv); + div.append(headerDiv); + }, + + addGrid: function (div, data, dates, cellWidth, showWeekends) { + var gridDiv = jQuery("
    ", { "class": "ganttview-grid" }); + var rowDiv = jQuery("
    ", { "class": "ganttview-grid-row" }); + for (var y in dates) { + for (var m in dates[y]) { + for (var d in dates[y][m]) { + var cellDiv = jQuery("
    ", { "class": "ganttview-grid-row-cell" }); + if (DateUtils.isWeekend(dates[y][m][d]) && showWeekends) { + cellDiv.addClass("ganttview-weekend"); + } + rowDiv.append(cellDiv); + } + } + } + var w = jQuery("div.ganttview-grid-row-cell", rowDiv).length * cellWidth; + rowDiv.css("width", w + "px"); + gridDiv.css("width", w + "px"); + for (var i = 0; i < data.length; i++) { + for (var j = 0; j < data[i].series.length; j++) { + gridDiv.append(rowDiv.clone()); + } + } + div.append(gridDiv); + }, + + addBlockContainers: function (div, data) { + var blocksDiv = jQuery("
    ", { "class": "ganttview-blocks" }); + for (var i = 0; i < data.length; i++) { + for (var j = 0; j < data[i].series.length; j++) { + blocksDiv.append(jQuery("
    ", { "class": "ganttview-block-container" })); + } + } + div.append(blocksDiv); + }, + + addBlocks: function (div, data, cellWidth, start) { + var rows = jQuery("div.ganttview-blocks div.ganttview-block-container", div); + var rowIdx = 0; + for (var i = 0; i < data.length; i++) { + for (var j = 0; j < data[i].series.length; j++) { + var series = data[i].series[j]; + var size = DateUtils.daysBetween(series.start, series.end) + 1; + var offset = DateUtils.daysBetween(start, series.start); + var block = jQuery("
    ", { + "class": "ganttview-block", + "title": series.name + ", " + size + " days", + "css": { + "width": ((size * cellWidth) - 9) + "px", + "margin-left": ((offset * cellWidth) + 3) + "px" + } + }); + Chart.addBlockData(block, data[i], series); + if (data[i].series[j].color) { + block.css("background-color", data[i].series[j].color); + } + block.append(jQuery("
    ", { "class": "ganttview-block-text" }).text(size)); + jQuery(rows[rowIdx]).append(block); + rowIdx = rowIdx + 1; + } + } + }, + + addBlockData: function (block, data, series) { + // This allows custom attributes to be added to the series data objects + // and makes them available to the 'data' argument of click, resize, and drag handlers + var blockData = { id: data.id, name: data.name }; + jQuery.extend(blockData, series); + block.data("block-data", blockData); + }, + + applyLastClass: function (div) { + jQuery("div.ganttview-grid-row div.ganttview-grid-row-cell:last-child", div).addClass("last"); + jQuery("div.ganttview-hzheader-days div.ganttview-hzheader-day:last-child", div).addClass("last"); + jQuery("div.ganttview-hzheader-months div.ganttview-hzheader-month:last-child", div).addClass("last"); + } + + }; + + var Behavior = { + + applyBehaviors: function (container, opts) { + + if (opts.behavior.clickable) { + Behavior.bindBlockClick(container, opts.behavior.onClick); + } + + if (opts.behavior.resizable) { + Behavior.bindBlockResize(container, opts.cellWidth, opts.start, opts.behavior.onResize); + } + + if (opts.behavior.draggable) { + Behavior.bindBlockDrag(container, opts.cellWidth, opts.start, opts.behavior.onDrag); + } + }, + + bindBlockClick: function (div, callback) { + jQuery("div.ganttview-block", div).live("click", function () { + if (callback) { callback(jQuery(this).data("block-data")); } + }); + }, + + bindBlockResize: function (div, cellWidth, startDate, callback) { + jQuery("div.ganttview-block", div).resizable({ + grid: cellWidth, + handles: "e,w", + stop: function () { + var block = jQuery(this); + Behavior.updateDataAndPosition(div, block, cellWidth, startDate); + if (callback) { callback(block.data("block-data")); } + } + }); + }, + + bindBlockDrag: function (div, cellWidth, startDate, callback) { + jQuery("div.ganttview-block", div).draggable({ + axis: "x", + grid: [cellWidth, cellWidth], + stop: function () { + var block = jQuery(this); + Behavior.updateDataAndPosition(div, block, cellWidth, startDate); + if (callback) { callback(block.data("block-data")); } + } + }); + }, + + updateDataAndPosition: function (div, block, cellWidth, startDate) { + var container = jQuery("div.ganttview-slide-container", div); + var scroll = container.scrollLeft(); + var offset = block.offset().left - container.offset().left - 1 + scroll; + + // Set new start date + var daysFromStart = Math.round(offset / cellWidth); + var newStart = startDate.clone().addDays(daysFromStart); + block.data("block-data").start = newStart; + + // Set new end date + var width = block.outerWidth(); + var numberOfDays = Math.round(width / cellWidth) - 1; + block.data("block-data").end = newStart.clone().addDays(numberOfDays); + jQuery("div.ganttview-block-text", block).text(numberOfDays + 1); + + // Remove top and left properties to avoid incorrect block positioning, + // set position to relative to keep blocks relative to scrollbar when scrolling + block.css("top", "").css("left", "") + .css("position", "relative").css("margin-left", offset + "px"); + } + }; + + var ArrayUtils = { + + contains: function (arr, obj) { + var has = false; + for (var i = 0; i < arr.length; i++) { if (arr[i] == obj) { has = true; } } + return has; + } + }; + + var DateUtils = { + + daysBetween: function (start, end) { + if (!start || !end) { return 0; } + start = Date.parse(start); end = Date.parse(end); + if (start.getYear() == 1901 || end.getYear() == 8099) { return 0; } + var count = 0, date = start.clone(); + while (date.compareTo(end) == -1) { count = count + 1; date.addDays(1); } + return count; + }, + + isWeekend: function (date) { + return date.getDay() % 6 == 0; + }, + + getBoundaryDatesFromData: function (data, minDays) { + var minStart = new Date(); maxEnd = new Date(); + for (var i = 0; i < data.length; i++) { + for (var j = 0; j < data[i].series.length; j++) { + var start = Date.parse(data[i].series[j].start); + var end = Date.parse(data[i].series[j].end) + if (i == 0 && j == 0) { minStart = start; maxEnd = end; } + if (minStart.compareTo(start) == 1) { minStart = start; } + if (maxEnd.compareTo(end) == -1) { maxEnd = end; } + } + } + + // Insure that the width of the chart is at least the slide width to avoid empty + // whitespace to the right of the grid + if (DateUtils.daysBetween(minStart, maxEnd) < minDays) { + maxEnd = minStart.clone().addDays(minDays); + } + + return [minStart, maxEnd]; + } + }; + +})(jQuery); \ No newline at end of file diff --git a/force-app/main/default/staticresources/Milestone1_Charts/reset.css b/force-app/main/default/staticresources/Milestone1_Charts/reset.css new file mode 100644 index 0000000..14f9f8a --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Charts/reset.css @@ -0,0 +1,52 @@ +/* v1.0 | 20080212 */ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} + +/* remember to define focus styles! */ +:focus { + outline: 0; +} + +/* remember to highlight inserts somehow! */ +ins { + text-decoration: none; +} +del { + text-decoration: line-through; +} + +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: collapse; + border-spacing: 0; +} \ No newline at end of file diff --git a/src/staticresources/Milestone1_Resource_Bundle.resource-meta.xml b/force-app/main/default/staticresources/Milestone1_Resource_Bundle.resource-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/staticresources/Milestone1_Resource_Bundle.resource-meta.xml rename to force-app/main/default/staticresources/Milestone1_Resource_Bundle.resource-meta.xml diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/images/._.DS_Store b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/images/._.DS_Store new file mode 100644 index 0000000..c72075c Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/images/._.DS_Store differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/images/._Milestone1_Load_Wheel_Img b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/images/._Milestone1_Load_Wheel_Img new file mode 100644 index 0000000..c72075c Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/images/._Milestone1_Load_Wheel_Img differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/javascript/._.DS_Store b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/javascript/._.DS_Store new file mode 100644 index 0000000..c72075c Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/javascript/._.DS_Store differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/javascript/._JQuery b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/javascript/._JQuery new file mode 100644 index 0000000..c72075c Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/javascript/._JQuery differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/javascript/._Milestone_Sidebar_JSHelper b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/javascript/._Milestone_Sidebar_JSHelper new file mode 100644 index 0000000..c72075c Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/javascript/._Milestone_Sidebar_JSHelper differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/stylesheets/._.DS_Store b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/stylesheets/._.DS_Store new file mode 100644 index 0000000..c72075c Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/stylesheets/._.DS_Store differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/stylesheets/._Milestone_Bar_CSS b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/stylesheets/._Milestone_Bar_CSS new file mode 100644 index 0000000..c72075c Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/stylesheets/._Milestone_Bar_CSS differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/stylesheets/._SummaryStyle_CSS.css b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/stylesheets/._SummaryStyle_CSS.css new file mode 100644 index 0000000..c72075c Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/__MACOSX/stylesheets/._SummaryStyle_CSS.css differ diff --git a/src/.DS_Store b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/images/.DS_Store similarity index 84% rename from src/.DS_Store rename to force-app/main/default/staticresources/Milestone1_Resource_Bundle/images/.DS_Store index 6b00c11..be140db 100644 Binary files a/src/.DS_Store and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/images/.DS_Store differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/images/Milestone1_Load_Wheel_Img b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/images/Milestone1_Load_Wheel_Img new file mode 100644 index 0000000..b932b77 Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/images/Milestone1_Load_Wheel_Img differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/javascript/.DS_Store b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/javascript/.DS_Store new file mode 100644 index 0000000..f7dc3a3 Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/javascript/.DS_Store differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/javascript/JQuery b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/javascript/JQuery new file mode 100644 index 0000000..a448490 --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/javascript/JQuery @@ -0,0 +1,5999 @@ +/*! + * jQuery JavaScript Library v1.4 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://docs.jquery.com/License + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Wed Jan 13 15:23:05 2010 -0500 + */ +(function( window, undefined ) { + +// Define a local copy of jQuery +var jQuery = function( selector, context ) { + // The jQuery object is actually just the init constructor 'enhanced' + return new jQuery.fn.init( selector, context ); + }, + + // Map over jQuery in case of overwrite + _jQuery = window.jQuery, + + // Map over the $ in case of overwrite + _$ = window.$, + + // Use the correct document accordingly with window argument (sandbox) + document = window.document, + + // A central reference to the root jQuery(document) + rootjQuery, + + // A simple way to check for HTML strings or ID strings + // (both of which we optimize for) + quickExpr = /^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/, + + // Is it a simple selector + isSimple = /^.[^:#\[\.,]*$/, + + // Check if a string has a non-whitespace character in it + rnotwhite = /\S/, + + // Used for trimming whitespace + rtrim = /^(\s|\u00A0)+|(\s|\u00A0)+$/g, + + // Match a standalone tag + rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/, + + // Keep a UserAgent string for use with jQuery.browser + userAgent = navigator.userAgent, + + // For matching the engine and version of the browser + browserMatch, + + // Has the ready events already been bound? + readyBound = false, + + // The functions to execute on DOM ready + readyList = [], + + // The ready event handler + DOMContentLoaded, + + // Save a reference to some core methods + toString = Object.prototype.toString, + hasOwnProperty = Object.prototype.hasOwnProperty, + push = Array.prototype.push, + slice = Array.prototype.slice, + indexOf = Array.prototype.indexOf; + +jQuery.fn = jQuery.prototype = { + init: function( selector, context ) { + var match, elem, ret, doc; + + // Handle $(""), $(null), or $(undefined) + if ( !selector ) { + return this; + } + + // Handle $(DOMElement) + if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + // Are we dealing with HTML string or an ID? + match = quickExpr.exec( selector ); + + // Verify a match, and that no context was specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + doc = (context ? context.ownerDocument || context : document); + + // If a single string is passed in and it's a single tag + // just do a createElement and skip the rest + ret = rsingleTag.exec( selector ); + + if ( ret ) { + if ( jQuery.isPlainObject( context ) ) { + selector = [ document.createElement( ret[1] ) ]; + jQuery.fn.attr.call( selector, context, true ); + + } else { + selector = [ doc.createElement( ret[1] ) ]; + } + + } else { + ret = buildFragment( [ match[1] ], [ doc ] ); + selector = (ret.cacheable ? ret.fragment.cloneNode(true) : ret.fragment).childNodes; + } + + // HANDLE: $("#id") + } else { + elem = document.getElementById( match[2] ); + + if ( elem ) { + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id !== match[2] ) { + return rootjQuery.find( selector ); + } + + // Otherwise, we inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $("TAG") + } else if ( !context && /^\w+$/.test( selector ) ) { + this.selector = selector; + this.context = document; + selector = document.getElementsByTagName( selector ); + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return (context || rootjQuery).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return jQuery( context ).find( selector ); + } + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return rootjQuery.ready( selector ); + } + + if (selector.selector !== undefined) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.isArray( selector ) ? + this.setArray( selector ) : + jQuery.makeArray( selector, this ); + }, + + // Start with an empty selector + selector: "", + + // The current version of jQuery being used + jquery: "1.4", + + // The default length of a jQuery object is 0 + length: 0, + + // The number of elements contained in the matched element set + size: function() { + return this.length; + }, + + toArray: function() { + return slice.call( this, 0 ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num == null ? + + // Return a 'clean' array + this.toArray() : + + // Return just the object + ( num < 0 ? this.slice(num)[ 0 ] : this[ num ] ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems, name, selector ) { + // Build a new jQuery matched element set + var ret = jQuery( elems || null ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + ret.context = this.context; + + if ( name === "find" ) { + ret.selector = this.selector + (this.selector ? " " : "") + selector; + } else if ( name ) { + ret.selector = this.selector + "." + name + "(" + selector + ")"; + } + + // Return the newly-formed element set + return ret; + }, + + // Force the current matched set of elements to become + // the specified array of elements (destroying the stack in the process) + // You should use pushStack() in order to do this, but maintain the stack + setArray: function( elems ) { + // Resetting the length to 0, then using the native Array push + // is a super-fast way to populate an object with array-like properties + this.length = 0; + push.apply( this, elems ); + + return this; + }, + + // Execute a callback for every element in the matched set. + // (You can seed the arguments with an array of args, but this is + // only used internally.) + each: function( callback, args ) { + return jQuery.each( this, callback, args ); + }, + + ready: function( fn ) { + // Attach the listeners + jQuery.bindReady(); + + // If the DOM is already ready + if ( jQuery.isReady ) { + // Execute the function immediately + fn.call( document, jQuery ); + + // Otherwise, remember the function for later + } else if ( readyList ) { + // Add the function to the wait list + readyList.push( fn ); + } + + return this; + }, + + eq: function( i ) { + return i === -1 ? + this.slice( i ) : + this.slice( i, +i + 1 ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ), + "slice", slice.call(arguments).join(",") ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map(this, function( elem, i ) { + return callback.call( elem, i, elem ); + })); + }, + + end: function() { + return this.prevObject || jQuery(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: [].sort, + splice: [].splice +}; + +// Give the init function the jQuery prototype for later instantiation +jQuery.fn.init.prototype = jQuery.fn; + +jQuery.extend = jQuery.fn.extend = function() { + // copy reference to target object + var target = arguments[0] || {}, i = 1, length = arguments.length, deep = false, options, name, src, copy; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + target = arguments[1] || {}; + // skip the boolean and the target + i = 2; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction(target) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( length === i ) { + target = this; + --i; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging object literal values or arrays + if ( deep && copy && ( jQuery.isPlainObject(copy) || jQuery.isArray(copy) ) ) { + var clone = src && ( jQuery.isPlainObject(src) || jQuery.isArray(src) ) ? src + : jQuery.isArray(copy) ? [] : {}; + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + noConflict: function( deep ) { + window.$ = _$; + + if ( deep ) { + window.jQuery = _jQuery; + } + + return jQuery; + }, + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // Handle when the DOM is ready + ready: function() { + // Make sure that the DOM is not already loaded + if ( !jQuery.isReady ) { + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( !document.body ) { + return setTimeout( jQuery.ready, 13 ); + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If there are functions bound, to execute + if ( readyList ) { + // Execute all of them + var fn, i = 0; + while ( (fn = readyList[ i++ ]) ) { + fn.call( document, jQuery ); + } + + // Reset the list of functions + readyList = null; + } + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + } + } + }, + + bindReady: function() { + if ( readyBound ) { + return; + } + + readyBound = true; + + // Catch cases where $(document).ready() is called after the + // browser event has already occurred. + if ( document.readyState === "complete" ) { + return jQuery.ready(); + } + + // Mozilla, Opera and webkit nightlies currently support this event + if ( document.addEventListener ) { + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", jQuery.ready, false ); + + // If IE event model is used + } else if ( document.attachEvent ) { + // ensure firing before onload, + // maybe late but safe also for iframes + document.attachEvent("onreadystatechange", DOMContentLoaded); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", jQuery.ready ); + + // If IE and not a frame + // continually check to see if the document is ready + var toplevel = false; + + try { + toplevel = window.frameElement == null; + } catch(e) {} + + if ( document.documentElement.doScroll && toplevel ) { + doScrollCheck(); + } + } + }, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return toString.call(obj) === "[object Function]"; + }, + + isArray: function( obj ) { + return toString.call(obj) === "[object Array]"; + }, + + isPlainObject: function( obj ) { + // Must be an Object. + // Because of IE, we also have to check the presence of the constructor property. + // Make sure that DOM nodes and window objects don't pass through, as well + if ( !obj || toString.call(obj) !== "[object Object]" || obj.nodeType || obj.setInterval ) { + return false; + } + + // Not own constructor property must be Object + if ( obj.constructor + && !hasOwnProperty.call(obj, "constructor") + && !hasOwnProperty.call(obj.constructor.prototype, "isPrototypeOf") ) { + return false; + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own. + + var key; + for ( key in obj ) {} + + return key === undefined || hasOwnProperty.call( obj, key ); + }, + + isEmptyObject: function( obj ) { + for ( var name in obj ) { + return false; + } + return true; + }, + + noop: function() {}, + + // Evalulates a script in a global context + globalEval: function( data ) { + if ( data && rnotwhite.test(data) ) { + // Inspired by code by Andrea Giammarchi + // http://webreflection.blogspot.com/2007/08/global-scope-evaluation-and-dom.html + var head = document.getElementsByTagName("head")[0] || document.documentElement, + script = document.createElement("script"); + + script.type = "text/javascript"; + + if ( jQuery.support.scriptEval ) { + script.appendChild( document.createTextNode( data ) ); + } else { + script.text = data; + } + + // Use insertBefore instead of appendChild to circumvent an IE6 bug. + // This arises when a base node is used (#2709). + head.insertBefore( script, head.firstChild ); + head.removeChild( script ); + } + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toUpperCase() === name.toUpperCase(); + }, + + // args is for internal usage only + each: function( object, callback, args ) { + var name, i = 0, + length = object.length, + isObj = length === undefined || jQuery.isFunction(object); + + if ( args ) { + if ( isObj ) { + for ( name in object ) { + if ( callback.apply( object[ name ], args ) === false ) { + break; + } + } + } else { + for ( ; i < length; ) { + if ( callback.apply( object[ i++ ], args ) === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isObj ) { + for ( name in object ) { + if ( callback.call( object[ name ], name, object[ name ] ) === false ) { + break; + } + } + } else { + for ( var value = object[0]; + i < length && callback.call( value, i, value ) !== false; value = object[++i] ) {} + } + } + + return object; + }, + + trim: function( text ) { + return (text || "").replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( array, results ) { + var ret = results || []; + + if ( array != null ) { + // The window, strings (and functions) also have 'length' + // The extra typeof function check is to prevent crashes + // in Safari 2 (See: #3039) + if ( array.length == null || typeof array === "string" || jQuery.isFunction(array) || (typeof array !== "function" && array.setInterval) ) { + push.call( ret, array ); + } else { + jQuery.merge( ret, array ); + } + } + + return ret; + }, + + inArray: function( elem, array ) { + if ( array.indexOf ) { + return array.indexOf( elem ); + } + + for ( var i = 0, length = array.length; i < length; i++ ) { + if ( array[ i ] === elem ) { + return i; + } + } + + return -1; + }, + + merge: function( first, second ) { + var i = first.length, j = 0; + + if ( typeof second.length === "number" ) { + for ( var l = second.length; j < l; j++ ) { + first[ i++ ] = second[ j ]; + } + } else { + while ( second[j] !== undefined ) { + first[ i++ ] = second[ j++ ]; + } + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, inv ) { + var ret = []; + + // Go through the array, only saving the items + // that pass the validator function + for ( var i = 0, length = elems.length; i < length; i++ ) { + if ( !inv !== !callback( elems[ i ], i ) ) { + ret.push( elems[ i ] ); + } + } + + return ret; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var ret = [], value; + + // Go through the array, translating each of the items to their + // new value (or values). + for ( var i = 0, length = elems.length; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret[ ret.length ] = value; + } + } + + return ret.concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + proxy: function( fn, proxy, thisObject ) { + if ( arguments.length === 2 ) { + if ( typeof proxy === "string" ) { + thisObject = fn; + fn = thisObject[ proxy ]; + proxy = undefined; + + } else if ( proxy && !jQuery.isFunction( proxy ) ) { + thisObject = proxy; + proxy = undefined; + } + } + + if ( !proxy && fn ) { + proxy = function() { + return fn.apply( thisObject || this, arguments ); + }; + } + + // Set the guid of unique handler to the same of original handler, so it can be removed + if ( fn ) { + proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++; + } + + // So proxy can be declared as an argument + return proxy; + }, + + // Use of jQuery.browser is frowned upon. + // More details: http://docs.jquery.com/Utilities/jQuery.browser + uaMatch: function( ua ) { + var ret = { browser: "" }; + + ua = ua.toLowerCase(); + + if ( /webkit/.test( ua ) ) { + ret = { browser: "webkit", version: /webkit[\/ ]([\w.]+)/ }; + + } else if ( /opera/.test( ua ) ) { + ret = { browser: "opera", version: /version/.test( ua ) ? /version[\/ ]([\w.]+)/ : /opera[\/ ]([\w.]+)/ }; + + } else if ( /msie/.test( ua ) ) { + ret = { browser: "msie", version: /msie ([\w.]+)/ }; + + } else if ( /mozilla/.test( ua ) && !/compatible/.test( ua ) ) { + ret = { browser: "mozilla", version: /rv:([\w.]+)/ }; + } + + ret.version = (ret.version && ret.version.exec( ua ) || [0, "0"])[1]; + + return ret; + }, + + browser: {} +}); + +browserMatch = jQuery.uaMatch( userAgent ); +if ( browserMatch.browser ) { + jQuery.browser[ browserMatch.browser ] = true; + jQuery.browser.version = browserMatch.version; +} + +// Deprecated, use jQuery.browser.webkit instead +if ( jQuery.browser.webkit ) { + jQuery.browser.safari = true; +} + +if ( indexOf ) { + jQuery.inArray = function( elem, array ) { + return indexOf.call( array, elem ); + }; +} + +// All jQuery objects should point back to these +rootjQuery = jQuery(document); + +// Cleanup functions for the document ready method +if ( document.addEventListener ) { + DOMContentLoaded = function() { + document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false ); + jQuery.ready(); + }; + +} else if ( document.attachEvent ) { + DOMContentLoaded = function() { + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( document.readyState === "complete" ) { + document.detachEvent( "onreadystatechange", DOMContentLoaded ); + jQuery.ready(); + } + }; +} + +// The DOM ready check for Internet Explorer +function doScrollCheck() { + if ( jQuery.isReady ) { + return; + } + + try { + // If IE is used, use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + document.documentElement.doScroll("left"); + } catch( error ) { + setTimeout( doScrollCheck, 1 ); + return; + } + + // and execute any waiting functions + jQuery.ready(); +} + +if ( indexOf ) { + jQuery.inArray = function( elem, array ) { + return indexOf.call( array, elem ); + }; +} + +function evalScript( i, elem ) { + if ( elem.src ) { + jQuery.ajax({ + url: elem.src, + async: false, + dataType: "script" + }); + } else { + jQuery.globalEval( elem.text || elem.textContent || elem.innerHTML || "" ); + } + + if ( elem.parentNode ) { + elem.parentNode.removeChild( elem ); + } +} + +// Mutifunctional method to get and set values to a collection +// The value/s can be optionally by executed if its a function +function access( elems, key, value, exec, fn, pass ) { + var length = elems.length; + + // Setting many attributes + if ( typeof key === "object" ) { + for ( var k in key ) { + access( elems, k, key[k], exec, fn, value ); + } + return elems; + } + + // Setting one attribute + if ( value !== undefined ) { + // Optionally, function values get executed if exec is true + exec = !pass && exec && jQuery.isFunction(value); + + for ( var i = 0; i < length; i++ ) { + fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass ); + } + + return elems; + } + + // Getting an attribute + return length ? fn( elems[0], key ) : null; +} + +function now() { + return (new Date).getTime(); +} +(function() { + + jQuery.support = {}; + + var root = document.documentElement, + script = document.createElement("script"), + div = document.createElement("div"), + id = "script" + now(); + + div.style.display = "none"; + div.innerHTML = "
    a"; + + var all = div.getElementsByTagName("*"), + a = div.getElementsByTagName("a")[0]; + + // Can't get basic test support + if ( !all || !all.length || !a ) { + return; + } + + jQuery.support = { + // IE strips leading whitespace when .innerHTML is used + leadingWhitespace: div.firstChild.nodeType === 3, + + // Make sure that tbody elements aren't automatically inserted + // IE will insert them into empty tables + tbody: !div.getElementsByTagName("tbody").length, + + // Make sure that link elements get serialized correctly by innerHTML + // This requires a wrapper element in IE + htmlSerialize: !!div.getElementsByTagName("link").length, + + // Get the style information from getAttribute + // (IE uses .cssText insted) + style: /red/.test( a.getAttribute("style") ), + + // Make sure that URLs aren't manipulated + // (IE normalizes it by default) + hrefNormalized: a.getAttribute("href") === "/a", + + // Make sure that element opacity exists + // (IE uses filter instead) + // Use a regex to work around a WebKit issue. See #5145 + opacity: /^0.55$/.test( a.style.opacity ), + + // Verify style float existence + // (IE uses styleFloat instead of cssFloat) + cssFloat: !!a.style.cssFloat, + + // Make sure that if no value is specified for a checkbox + // that it defaults to "on". + // (WebKit defaults to "" instead) + checkOn: div.getElementsByTagName("input")[0].value === "on", + + // Make sure that a selected-by-default option has a working selected property. + // (WebKit defaults to false instead of true, IE too, if it's in an optgroup) + optSelected: document.createElement("select").appendChild( document.createElement("option") ).selected, + + // Will be defined later + scriptEval: false, + noCloneEvent: true, + boxModel: null + }; + + script.type = "text/javascript"; + try { + script.appendChild( document.createTextNode( "window." + id + "=1;" ) ); + } catch(e) {} + + root.insertBefore( script, root.firstChild ); + + // Make sure that the execution of code works by injecting a script + // tag with appendChild/createTextNode + // (IE doesn't support this, fails, and uses .text instead) + if ( window[ id ] ) { + jQuery.support.scriptEval = true; + delete window[ id ]; + } + + root.removeChild( script ); + + if ( div.attachEvent && div.fireEvent ) { + div.attachEvent("onclick", function click() { + // Cloning a node shouldn't copy over any + // bound event handlers (IE does this) + jQuery.support.noCloneEvent = false; + div.detachEvent("onclick", click); + }); + div.cloneNode(true).fireEvent("onclick"); + } + + // Figure out if the W3C box model works as expected + // document.body must exist before we can do this + // TODO: This timeout is temporary until I move ready into core.js. + jQuery(function() { + var div = document.createElement("div"); + div.style.width = div.style.paddingLeft = "1px"; + + document.body.appendChild( div ); + jQuery.boxModel = jQuery.support.boxModel = div.offsetWidth === 2; + document.body.removeChild( div ).style.display = 'none'; + div = null; + }); + + // Technique from Juriy Zaytsev + // http://thinkweb2.com/projects/prototype/detecting-event-support-without-browser-sniffing/ + var eventSupported = function( eventName ) { + var el = document.createElement("div"); + eventName = "on" + eventName; + + var isSupported = (eventName in el); + if ( !isSupported ) { + el.setAttribute(eventName, "return;"); + isSupported = typeof el[eventName] === "function"; + } + el = null; + + return isSupported; + }; + + jQuery.support.submitBubbles = eventSupported("submit"); + jQuery.support.changeBubbles = eventSupported("change"); + + // release memory in IE + root = script = div = all = a = null; +})(); + +jQuery.props = { + "for": "htmlFor", + "class": "className", + readonly: "readOnly", + maxlength: "maxLength", + cellspacing: "cellSpacing", + rowspan: "rowSpan", + colspan: "colSpan", + tabindex: "tabIndex", + usemap: "useMap", + frameborder: "frameBorder" +}; +var expando = "jQuery" + now(), uuid = 0, windowData = {}; +var emptyObject = {}; + +jQuery.extend({ + cache: {}, + + expando:expando, + + // The following elements throw uncatchable exceptions if you + // attempt to add expando properties to them. + noData: { + "embed": true, + "object": true, + "applet": true + }, + + data: function( elem, name, data ) { + if ( elem.nodeName && jQuery.noData[elem.nodeName.toLowerCase()] ) { + return; + } + + elem = elem == window ? + windowData : + elem; + + var id = elem[ expando ], cache = jQuery.cache, thisCache; + + // Handle the case where there's no name immediately + if ( !name && !id ) { + return null; + } + + // Compute a unique ID for the element + if ( !id ) { + id = ++uuid; + } + + // Avoid generating a new cache unless none exists and we + // want to manipulate it. + if ( typeof name === "object" ) { + elem[ expando ] = id; + thisCache = cache[ id ] = jQuery.extend(true, {}, name); + } else if ( cache[ id ] ) { + thisCache = cache[ id ]; + } else if ( typeof data === "undefined" ) { + thisCache = emptyObject; + } else { + thisCache = cache[ id ] = {}; + } + + // Prevent overriding the named cache with undefined values + if ( data !== undefined ) { + elem[ expando ] = id; + thisCache[ name ] = data; + } + + return typeof name === "string" ? thisCache[ name ] : thisCache; + }, + + removeData: function( elem, name ) { + if ( elem.nodeName && jQuery.noData[elem.nodeName.toLowerCase()] ) { + return; + } + + elem = elem == window ? + windowData : + elem; + + var id = elem[ expando ], cache = jQuery.cache, thisCache = cache[ id ]; + + // If we want to remove a specific section of the element's data + if ( name ) { + if ( thisCache ) { + // Remove the section of cache data + delete thisCache[ name ]; + + // If we've removed all the data, remove the element's cache + if ( jQuery.isEmptyObject(thisCache) ) { + jQuery.removeData( elem ); + } + } + + // Otherwise, we want to remove all of the element's data + } else { + // Clean up the element expando + try { + delete elem[ expando ]; + } catch( e ) { + // IE has trouble directly removing the expando + // but it's ok with using removeAttribute + if ( elem.removeAttribute ) { + elem.removeAttribute( expando ); + } + } + + // Completely remove the data cache + delete cache[ id ]; + } + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + if ( typeof key === "undefined" && this.length ) { + return jQuery.data( this[0] ); + + } else if ( typeof key === "object" ) { + return this.each(function() { + jQuery.data( this, key ); + }); + } + + var parts = key.split("."); + parts[1] = parts[1] ? "." + parts[1] : ""; + + if ( value === undefined ) { + var data = this.triggerHandler("getData" + parts[1] + "!", [parts[0]]); + + if ( data === undefined && this.length ) { + data = jQuery.data( this[0], key ); + } + return data === undefined && parts[1] ? + this.data( parts[0] ) : + data; + } else { + return this.trigger("setData" + parts[1] + "!", [parts[0], value]).each(function() { + jQuery.data( this, key, value ); + }); + } + }, + + removeData: function( key ) { + return this.each(function() { + jQuery.removeData( this, key ); + }); + } +}); +jQuery.extend({ + queue: function( elem, type, data ) { + if ( !elem ) { + return; + } + + type = (type || "fx") + "queue"; + var q = jQuery.data( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( !data ) { + return q || []; + } + + if ( !q || jQuery.isArray(data) ) { + q = jQuery.data( elem, type, jQuery.makeArray(data) ); + + } else { + q.push( data ); + } + + return q; + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), fn = queue.shift(); + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + } + + if ( fn ) { + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift("inprogress"); + } + + fn.call(elem, function() { + jQuery.dequeue(elem, type); + }); + } + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + } + + if ( data === undefined ) { + return jQuery.queue( this[0], type ); + } + return this.each(function( i, elem ) { + var queue = jQuery.queue( this, type, data ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + + // Based off of the plugin by Clint Helfers, with permission. + // http://blindsignals.com/index.php/2009/07/jquery-delay/ + delay: function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[time] || time : time; + type = type || "fx"; + + return this.queue( type, function() { + var elem = this; + setTimeout(function() { + jQuery.dequeue( elem, type ); + }, time ); + }); + }, + + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + } +}); +var rclass = /[\n\t]/g, + rspace = /\s+/, + rreturn = /\r/g, + rspecialurl = /href|src|style/, + rtype = /(button|input)/i, + rfocusable = /(button|input|object|select|textarea)/i, + rclickable = /^(a|area)$/i, + rradiocheck = /radio|checkbox/; + +jQuery.fn.extend({ + attr: function( name, value ) { + return access( this, name, value, true, jQuery.attr ); + }, + + removeAttr: function( name, fn ) { + return this.each(function(){ + jQuery.attr( this, name, "" ); + if ( this.nodeType === 1 ) { + this.removeAttribute( name ); + } + }); + }, + + addClass: function( value ) { + if ( jQuery.isFunction(value) ) { + return this.each(function(i) { + var self = jQuery(this); + self.addClass( value.call(this, i, self.attr("class")) ); + }); + } + + if ( value && typeof value === "string" ) { + var classNames = (value || "").split( rspace ); + + for ( var i = 0, l = this.length; i < l; i++ ) { + var elem = this[i]; + + if ( elem.nodeType === 1 ) { + if ( !elem.className ) { + elem.className = value; + + } else { + var className = " " + elem.className + " "; + for ( var c = 0, cl = classNames.length; c < cl; c++ ) { + if ( className.indexOf( " " + classNames[c] + " " ) < 0 ) { + elem.className += " " + classNames[c]; + } + } + } + } + } + } + + return this; + }, + + removeClass: function( value ) { + if ( jQuery.isFunction(value) ) { + return this.each(function(i) { + var self = jQuery(this); + self.removeClass( value.call(this, i, self.attr("class")) ); + }); + } + + if ( (value && typeof value === "string") || value === undefined ) { + var classNames = (value || "").split(rspace); + + for ( var i = 0, l = this.length; i < l; i++ ) { + var elem = this[i]; + + if ( elem.nodeType === 1 && elem.className ) { + if ( value ) { + var className = (" " + elem.className + " ").replace(rclass, " "); + for ( var c = 0, cl = classNames.length; c < cl; c++ ) { + className = className.replace(" " + classNames[c] + " ", " "); + } + elem.className = className.substring(1, className.length - 1); + + } else { + elem.className = ""; + } + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value, isBool = typeof stateVal === "boolean"; + + if ( jQuery.isFunction( value ) ) { + return this.each(function(i) { + var self = jQuery(this); + self.toggleClass( value.call(this, i, self.attr("class"), stateVal), stateVal ); + }); + } + + return this.each(function() { + if ( type === "string" ) { + // toggle individual class names + var className, i = 0, self = jQuery(this), + state = stateVal, + classNames = value.split( rspace ); + + while ( (className = classNames[ i++ ]) ) { + // check each className given, space seperated list + state = isBool ? state : !self.hasClass( className ); + self[ state ? "addClass" : "removeClass" ]( className ); + } + + } else if ( type === "undefined" || type === "boolean" ) { + if ( this.className ) { + // store className if set + jQuery.data( this, "__className__", this.className ); + } + + // toggle whole className + this.className = this.className || value === false ? "" : jQuery.data( this, "__className__" ) || ""; + } + }); + }, + + hasClass: function( selector ) { + var className = " " + selector + " "; + for ( var i = 0, l = this.length; i < l; i++ ) { + if ( (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) > -1 ) { + return true; + } + } + + return false; + }, + + val: function( value ) { + if ( value === undefined ) { + var elem = this[0]; + + if ( elem ) { + if ( jQuery.nodeName( elem, "option" ) ) { + return (elem.attributes.value || {}).specified ? elem.value : elem.text; + } + + // We need to handle select boxes special + if ( jQuery.nodeName( elem, "select" ) ) { + var index = elem.selectedIndex, + values = [], + options = elem.options, + one = elem.type === "select-one"; + + // Nothing was selected + if ( index < 0 ) { + return null; + } + + // Loop through all the selected options + for ( var i = one ? index : 0, max = one ? index + 1 : options.length; i < max; i++ ) { + var option = options[ i ]; + + if ( option.selected ) { + // Get the specifc value for the option + value = jQuery(option).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + } + + // Handle the case where in Webkit "" is returned instead of "on" if a value isn't specified + if ( rradiocheck.test( elem.type ) && !jQuery.support.checkOn ) { + return elem.getAttribute("value") === null ? "on" : elem.value; + } + + + // Everything else, we just grab the value + return (elem.value || "").replace(rreturn, ""); + + } + + return undefined; + } + + var isFunction = jQuery.isFunction(value); + + return this.each(function(i) { + var self = jQuery(this), val = value; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( isFunction ) { + val = value.call(this, i, self.val()); + } + + // Typecast each time if the value is a Function and the appended + // value is therefore different each time. + if ( typeof val === "number" ) { + val += ""; + } + + if ( jQuery.isArray(val) && rradiocheck.test( this.type ) ) { + this.checked = jQuery.inArray( self.val(), val ) >= 0; + + } else if ( jQuery.nodeName( this, "select" ) ) { + var values = jQuery.makeArray(val); + + jQuery( "option", this ).each(function() { + this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0; + }); + + if ( !values.length ) { + this.selectedIndex = -1; + } + + } else { + this.value = val; + } + }); + } +}); + +jQuery.extend({ + attrFn: { + val: true, + css: true, + html: true, + text: true, + data: true, + width: true, + height: true, + offset: true + }, + + attr: function( elem, name, value, pass ) { + // don't set attributes on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 ) { + return undefined; + } + + if ( pass && name in jQuery.attrFn ) { + return jQuery(elem)[name](value); + } + + var notxml = elem.nodeType !== 1 || !jQuery.isXMLDoc( elem ), + // Whether we are setting (or getting) + set = value !== undefined; + + // Try to normalize/fix the name + name = notxml && jQuery.props[ name ] || name; + + // Only do all the following if this is a node (faster for style) + if ( elem.nodeType === 1 ) { + // These attributes require special treatment + var special = rspecialurl.test( name ); + + // Safari mis-reports the default selected property of an option + // Accessing the parent's selectedIndex property fixes it + if ( name === "selected" && !jQuery.support.optSelected ) { + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + // Make sure that it also works with optgroups, see #5701 + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + + // If applicable, access the attribute via the DOM 0 way + if ( name in elem && notxml && !special ) { + if ( set ) { + // We can't allow the type property to be changed (since it causes problems in IE) + if ( name === "type" && rtype.test( elem.nodeName ) && elem.parentNode ) { + throw "type property can't be changed"; + } + + elem[ name ] = value; + } + + // browsers index elements by id/name on forms, give priority to attributes. + if ( jQuery.nodeName( elem, "form" ) && elem.getAttributeNode(name) ) { + return elem.getAttributeNode( name ).nodeValue; + } + + // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set + // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + if ( name === "tabIndex" ) { + var attributeNode = elem.getAttributeNode( "tabIndex" ); + + return attributeNode && attributeNode.specified ? + attributeNode.value : + rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ? + 0 : + undefined; + } + + return elem[ name ]; + } + + if ( !jQuery.support.style && notxml && name === "style" ) { + if ( set ) { + elem.style.cssText = "" + value; + } + + return elem.style.cssText; + } + + if ( set ) { + // convert the value to a string (all browsers do this but IE) see #1070 + elem.setAttribute( name, "" + value ); + } + + var attr = !jQuery.support.hrefNormalized && notxml && special ? + // Some attributes require a special call on IE + elem.getAttribute( name, 2 ) : + elem.getAttribute( name ); + + // Non-existent attributes return null, we normalize to undefined + return attr === null ? undefined : attr; + } + + // elem is actually elem.style ... set the style + // Using attr for specific style information is now deprecated. Use style insead. + return jQuery.style( elem, name, value ); + } +}); +var fcleanup = function( nm ) { + return nm.replace(/[^\w\s\.\|`]/g, function( ch ) { + return "\\" + ch; + }); +}; + +/* + * A number of helper functions used for managing events. + * Many of the ideas behind this code originated from + * Dean Edwards' addEvent library. + */ +jQuery.event = { + + // Bind an event to an element + // Original by Dean Edwards + add: function( elem, types, handler, data ) { + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // For whatever reason, IE has trouble passing the window object + // around, causing it to be cloned in the process + if ( elem.setInterval && ( elem !== window && !elem.frameElement ) ) { + elem = window; + } + + // Make sure that the function being executed has a unique ID + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // if data is passed, bind to handler + if ( data !== undefined ) { + // Create temporary function pointer to original handler + var fn = handler; + + // Create unique handler function, wrapped around original handler + handler = jQuery.proxy( fn ); + + // Store data in unique handler + handler.data = data; + } + + // Init the element's event structure + var events = jQuery.data( elem, "events" ) || jQuery.data( elem, "events", {} ), + handle = jQuery.data( elem, "handle" ), eventHandle; + + if ( !handle ) { + eventHandle = function() { + // Handle the second event of a trigger and when + // an event is called after a page has unloaded + return typeof jQuery !== "undefined" && !jQuery.event.triggered ? + jQuery.event.handle.apply( eventHandle.elem, arguments ) : + undefined; + }; + + handle = jQuery.data( elem, "handle", eventHandle ); + } + + // If no handle is found then we must be trying to bind to one of the + // banned noData elements + if ( !handle ) { + return; + } + + // Add elem as a property of the handle function + // This is to prevent a memory leak with non-native + // event in IE. + handle.elem = elem; + + // Handle multiple events separated by a space + // jQuery(...).bind("mouseover mouseout", fn); + types = types.split( /\s+/ ); + var type, i=0; + while ( (type = types[ i++ ]) ) { + // Namespaced event handlers + var namespaces = type.split("."); + type = namespaces.shift(); + handler.type = namespaces.slice(0).sort().join("."); + + // Get the current list of functions bound to this event + var handlers = events[ type ], + special = this.special[ type ] || {}; + + + + // Init the event handler queue + if ( !handlers ) { + handlers = events[ type ] = {}; + + // Check for a special event handler + // Only use addEventListener/attachEvent if the special + // events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, handler) === false ) { + // Bind the global event handler to the element + if ( elem.addEventListener ) { + elem.addEventListener( type, handle, false ); + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, handle ); + } + } + } + + if ( special.add ) { + var modifiedHandler = special.add.call( elem, handler, data, namespaces, handlers ); + if ( modifiedHandler && jQuery.isFunction( modifiedHandler ) ) { + modifiedHandler.guid = modifiedHandler.guid || handler.guid; + handler = modifiedHandler; + } + } + + // Add the function to the element's handler list + handlers[ handler.guid ] = handler; + + // Keep track of which events have been used, for global triggering + this.global[ type ] = true; + } + + // Nullify elem to prevent memory leaks in IE + elem = null; + }, + + global: {}, + + // Detach an event or set of events from an element + remove: function( elem, types, handler ) { + // don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + var events = jQuery.data( elem, "events" ), ret, type, fn; + + if ( events ) { + // Unbind all events for the element + if ( types === undefined || (typeof types === "string" && types.charAt(0) === ".") ) { + for ( type in events ) { + this.remove( elem, type + (types || "") ); + } + } else { + // types is actually an event object here + if ( types.type ) { + handler = types.handler; + types = types.type; + } + + // Handle multiple events separated by a space + // jQuery(...).unbind("mouseover mouseout", fn); + types = types.split(/\s+/); + var i = 0; + while ( (type = types[ i++ ]) ) { + // Namespaced event handlers + var namespaces = type.split("."); + type = namespaces.shift(); + var all = !namespaces.length, + cleaned = jQuery.map( namespaces.slice(0).sort(), fcleanup ), + namespace = new RegExp("(^|\\.)" + cleaned.join("\\.(?:.*\\.)?") + "(\\.|$)"), + special = this.special[ type ] || {}; + + if ( events[ type ] ) { + // remove the given handler for the given type + if ( handler ) { + fn = events[ type ][ handler.guid ]; + delete events[ type ][ handler.guid ]; + + // remove all handlers for the given type + } else { + for ( var handle in events[ type ] ) { + // Handle the removal of namespaced events + if ( all || namespace.test( events[ type ][ handle ].type ) ) { + delete events[ type ][ handle ]; + } + } + } + + if ( special.remove ) { + special.remove.call( elem, namespaces, fn); + } + + // remove generic event handler if no more handlers exist + for ( ret in events[ type ] ) { + break; + } + if ( !ret ) { + if ( !special.teardown || special.teardown.call( elem, namespaces ) === false ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, jQuery.data( elem, "handle" ), false ); + } else if ( elem.detachEvent ) { + elem.detachEvent( "on" + type, jQuery.data( elem, "handle" ) ); + } + } + ret = null; + delete events[ type ]; + } + } + } + } + + // Remove the expando if it's no longer used + for ( ret in events ) { + break; + } + if ( !ret ) { + var handle = jQuery.data( elem, "handle" ); + if ( handle ) { + handle.elem = null; + } + jQuery.removeData( elem, "events" ); + jQuery.removeData( elem, "handle" ); + } + } + }, + + // bubbling is internal + trigger: function( event, data, elem /*, bubbling */ ) { + // Event object or event type + var type = event.type || event, + bubbling = arguments[3]; + + if ( !bubbling ) { + event = typeof event === "object" ? + // jQuery.Event object + event[expando] ? event : + // Object literal + jQuery.extend( jQuery.Event(type), event ) : + // Just the event type (string) + jQuery.Event(type); + + if ( type.indexOf("!") >= 0 ) { + event.type = type = type.slice(0, -1); + event.exclusive = true; + } + + // Handle a global trigger + if ( !elem ) { + // Don't bubble custom events when global (to avoid too much overhead) + event.stopPropagation(); + + // Only trigger if we've ever bound an event for it + if ( this.global[ type ] ) { + jQuery.each( jQuery.cache, function() { + if ( this.events && this.events[type] ) { + jQuery.event.trigger( event, data, this.handle.elem ); + } + }); + } + } + + // Handle triggering a single element + + // don't do events on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 ) { + return undefined; + } + + // Clean up in case it is reused + event.result = undefined; + event.target = elem; + + // Clone the incoming data, if any + data = jQuery.makeArray( data ); + data.unshift( event ); + } + + event.currentTarget = elem; + + // Trigger the event, it is assumed that "handle" is a function + var handle = jQuery.data( elem, "handle" ); + if ( handle ) { + handle.apply( elem, data ); + } + + var nativeFn, nativeHandler; + try { + if ( !(elem && elem.nodeName && jQuery.noData[elem.nodeName.toLowerCase()]) ) { + nativeFn = elem[ type ]; + nativeHandler = elem[ "on" + type ]; + } + // prevent IE from throwing an error for some elements with some event types, see #3533 + } catch (e) {} + + var isClick = jQuery.nodeName(elem, "a") && type === "click"; + + // Trigger the native events (except for clicks on links) + if ( !bubbling && nativeFn && !event.isDefaultPrevented() && !isClick ) { + this.triggered = true; + try { + elem[ type ](); + // prevent IE from throwing an error for some hidden elements + } catch (e) {} + + // Handle triggering native .onfoo handlers + } else if ( nativeHandler && elem[ "on" + type ].apply( elem, data ) === false ) { + event.result = false; + } + + this.triggered = false; + + if ( !event.isPropagationStopped() ) { + var parent = elem.parentNode || elem.ownerDocument; + if ( parent ) { + jQuery.event.trigger( event, data, parent, true ); + } + } + }, + + handle: function( event ) { + // returned undefined or false + var all, handlers; + + event = arguments[0] = jQuery.event.fix( event || window.event ); + event.currentTarget = this; + + // Namespaced event handlers + var namespaces = event.type.split("."); + event.type = namespaces.shift(); + + // Cache this now, all = true means, any handler + all = !namespaces.length && !event.exclusive; + + var namespace = new RegExp("(^|\\.)" + namespaces.slice(0).sort().join("\\.(?:.*\\.)?") + "(\\.|$)"); + + handlers = ( jQuery.data(this, "events") || {} )[ event.type ]; + + for ( var j in handlers ) { + var handler = handlers[ j ]; + + // Filter the functions by class + if ( all || namespace.test(handler.type) ) { + // Pass in a reference to the handler function itself + // So that we can later remove it + event.handler = handler; + event.data = handler.data; + + var ret = handler.apply( this, arguments ); + + if ( ret !== undefined ) { + event.result = ret; + if ( ret === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + + if ( event.isImmediatePropagationStopped() ) { + break; + } + + } + } + + return event.result; + }, + + props: "altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "), + + fix: function( event ) { + if ( event[ expando ] ) { + return event; + } + + // store a copy of the original event object + // and "clone" to set read-only properties + var originalEvent = event; + event = jQuery.Event( originalEvent ); + + for ( var i = this.props.length, prop; i; ) { + prop = this.props[ --i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Fix target property, if necessary + if ( !event.target ) { + event.target = event.srcElement || document; // Fixes #1925 where srcElement might not be defined either + } + + // check if target is a textnode (safari) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + // Add relatedTarget, if necessary + if ( !event.relatedTarget && event.fromElement ) { + event.relatedTarget = event.fromElement === event.target ? event.toElement : event.fromElement; + } + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && event.clientX != null ) { + var doc = document.documentElement, body = document.body; + event.pageX = event.clientX + (doc && doc.scrollLeft || body && body.scrollLeft || 0) - (doc && doc.clientLeft || body && body.clientLeft || 0); + event.pageY = event.clientY + (doc && doc.scrollTop || body && body.scrollTop || 0) - (doc && doc.clientTop || body && body.clientTop || 0); + } + + // Add which for key events + if ( !event.which && ((event.charCode || event.charCode === 0) ? event.charCode : event.keyCode) ) { + event.which = event.charCode || event.keyCode; + } + + // Add metaKey to non-Mac browsers (use ctrl for PC's and Meta for Macs) + if ( !event.metaKey && event.ctrlKey ) { + event.metaKey = event.ctrlKey; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && event.button !== undefined ) { + event.which = (event.button & 1 ? 1 : ( event.button & 2 ? 3 : ( event.button & 4 ? 2 : 0 ) )); + } + + return event; + }, + + // Deprecated, use jQuery.guid instead + guid: 1E8, + + // Deprecated, use jQuery.proxy instead + proxy: jQuery.proxy, + + special: { + ready: { + // Make sure the ready event is setup + setup: jQuery.bindReady, + teardown: jQuery.noop + }, + + live: { + add: function( proxy, data, namespaces, live ) { + jQuery.extend( proxy, data || {} ); + + proxy.guid += data.selector + data.live; + jQuery.event.add( this, data.live, liveHandler, data ); + + }, + + remove: function( namespaces ) { + if ( namespaces.length ) { + var remove = 0, name = new RegExp("(^|\\.)" + namespaces[0] + "(\\.|$)"); + + jQuery.each( (jQuery.data(this, "events").live || {}), function() { + if ( name.test(this.type) ) { + remove++; + } + }); + + if ( remove < 1 ) { + jQuery.event.remove( this, namespaces[0], liveHandler ); + } + } + }, + special: {} + }, + beforeunload: { + setup: function( data, namespaces, fn ) { + // We only want to do this special case on windows + if ( this.setInterval ) { + this.onbeforeunload = fn; + } + + return false; + }, + teardown: function( namespaces, fn ) { + if ( this.onbeforeunload === fn ) { + this.onbeforeunload = null; + } + } + } + } +}; + +jQuery.Event = function( src ) { + // Allow instantiation without the 'new' keyword + if ( !this.preventDefault ) { + return new jQuery.Event( src ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + // Event type + } else { + this.type = src; + } + + // timeStamp is buggy for some events on Firefox(#3843) + // So we won't rely on the native value + this.timeStamp = now(); + + // Mark it as fixed + this[ expando ] = true; +}; + +function returnFalse() { + return false; +} +function returnTrue() { + return true; +} + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + preventDefault: function() { + this.isDefaultPrevented = returnTrue; + + var e = this.originalEvent; + if ( !e ) { + return; + } + + // if preventDefault exists run it on the original event + if ( e.preventDefault ) { + e.preventDefault(); + } + // otherwise set the returnValue property of the original event to false (IE) + e.returnValue = false; + }, + stopPropagation: function() { + this.isPropagationStopped = returnTrue; + + var e = this.originalEvent; + if ( !e ) { + return; + } + // if stopPropagation exists run it on the original event + if ( e.stopPropagation ) { + e.stopPropagation(); + } + // otherwise set the cancelBubble property of the original event to true (IE) + e.cancelBubble = true; + }, + stopImmediatePropagation: function() { + this.isImmediatePropagationStopped = returnTrue; + this.stopPropagation(); + }, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse +}; + +// Checks if an event happened on an element within another element +// Used in jQuery.event.special.mouseenter and mouseleave handlers +var withinElement = function( event ) { + // Check if mouse(over|out) are still within the same parent element + var parent = event.relatedTarget; + + // Traverse up the tree + while ( parent && parent !== this ) { + // Firefox sometimes assigns relatedTarget a XUL element + // which we cannot access the parentNode property of + try { + parent = parent.parentNode; + + // assuming we've left the element since we most likely mousedover a xul element + } catch(e) { + break; + } + } + + if ( parent !== this ) { + // set the correct event type + event.type = event.data; + + // handle event if we actually just moused on to a non sub-element + jQuery.event.handle.apply( this, arguments ); + } + +}, + +// In case of event delegation, we only need to rename the event.type, +// liveHandler will take care of the rest. +delegate = function( event ) { + event.type = event.data; + jQuery.event.handle.apply( this, arguments ); +}; + +// Create mouseenter and mouseleave events +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + setup: function( data ) { + jQuery.event.add( this, fix, data && data.selector ? delegate : withinElement, orig ); + }, + teardown: function( data ) { + jQuery.event.remove( this, fix, data && data.selector ? delegate : withinElement ); + } + }; +}); + +// submit delegation +if ( !jQuery.support.submitBubbles ) { + +jQuery.event.special.submit = { + setup: function( data, namespaces, fn ) { + if ( this.nodeName.toLowerCase() !== "form" ) { + jQuery.event.add(this, "click.specialSubmit." + fn.guid, function( e ) { + var elem = e.target, type = elem.type; + + if ( (type === "submit" || type === "image") && jQuery( elem ).closest("form").length ) { + return trigger( "submit", this, arguments ); + } + }); + + jQuery.event.add(this, "keypress.specialSubmit." + fn.guid, function( e ) { + var elem = e.target, type = elem.type; + + if ( (type === "text" || type === "password") && jQuery( elem ).closest("form").length && e.keyCode === 13 ) { + return trigger( "submit", this, arguments ); + } + }); + + } else { + return false; + } + }, + + remove: function( namespaces, fn ) { + jQuery.event.remove( this, "click.specialSubmit" + (fn ? "."+fn.guid : "") ); + jQuery.event.remove( this, "keypress.specialSubmit" + (fn ? "."+fn.guid : "") ); + } +}; + +} + +// change delegation, happens here so we have bind. +if ( !jQuery.support.changeBubbles ) { + +var formElems = /textarea|input|select/i; + +function getVal( elem ) { + var type = elem.type, val = elem.value; + + if ( type === "radio" || type === "checkbox" ) { + val = elem.checked; + + } else if ( type === "select-multiple" ) { + val = elem.selectedIndex > -1 ? + jQuery.map( elem.options, function( elem ) { + return elem.selected; + }).join("-") : + ""; + + } else if ( elem.nodeName.toLowerCase() === "select" ) { + val = elem.selectedIndex; + } + + return val; +} + +function testChange( e ) { + var elem = e.target, data, val; + + if ( !formElems.test( elem.nodeName ) || elem.readOnly ) { + return; + } + + data = jQuery.data( elem, "_change_data" ); + val = getVal(elem); + + if ( val === data ) { + return; + } + + // the current data will be also retrieved by beforeactivate + if ( e.type !== "focusout" || elem.type !== "radio" ) { + jQuery.data( elem, "_change_data", val ); + } + + if ( elem.type !== "select" && (data != null || val) ) { + e.type = "change"; + return jQuery.event.trigger( e, arguments[1], this ); + } +} + +jQuery.event.special.change = { + filters: { + focusout: testChange, + + click: function( e ) { + var elem = e.target, type = elem.type; + + if ( type === "radio" || type === "checkbox" || elem.nodeName.toLowerCase() === "select" ) { + return testChange.call( this, e ); + } + }, + + // Change has to be called before submit + // Keydown will be called before keypress, which is used in submit-event delegation + keydown: function( e ) { + var elem = e.target, type = elem.type; + + if ( (e.keyCode === 13 && elem.nodeName.toLowerCase() !== "textarea") || + (e.keyCode === 32 && (type === "checkbox" || type === "radio")) || + type === "select-multiple" ) { + return testChange.call( this, e ); + } + }, + + // Beforeactivate happens also before the previous element is blurred + // with this event you can't trigger a change event, but you can store + // information/focus[in] is not needed anymore + beforeactivate: function( e ) { + var elem = e.target; + + if ( elem.nodeName.toLowerCase() === "input" && elem.type === "radio" ) { + jQuery.data( elem, "_change_data", getVal(elem) ); + } + } + }, + setup: function( data, namespaces, fn ) { + for ( var type in changeFilters ) { + jQuery.event.add( this, type + ".specialChange." + fn.guid, changeFilters[type] ); + } + + return formElems.test( this.nodeName ); + }, + remove: function( namespaces, fn ) { + for ( var type in changeFilters ) { + jQuery.event.remove( this, type + ".specialChange" + (fn ? "."+fn.guid : ""), changeFilters[type] ); + } + + return formElems.test( this.nodeName ); + } +}; + +var changeFilters = jQuery.event.special.change.filters; + +} + +function trigger( type, elem, args ) { + args[0].type = type; + return jQuery.event.handle.apply( elem, args ); +} + +// Create "bubbling" focus and blur events +if ( document.addEventListener ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + jQuery.event.special[ fix ] = { + setup: function() { + this.addEventListener( orig, handler, true ); + }, + teardown: function() { + this.removeEventListener( orig, handler, true ); + } + }; + + function handler( e ) { + e = jQuery.event.fix( e ); + e.type = fix; + return jQuery.event.handle.call( this, e ); + } + }); +} + +jQuery.each(["bind", "one"], function( i, name ) { + jQuery.fn[ name ] = function( type, data, fn ) { + // Handle object literals + if ( typeof type === "object" ) { + for ( var key in type ) { + this[ name ](key, data, type[key], fn); + } + return this; + } + + if ( jQuery.isFunction( data ) ) { + thisObject = fn; + fn = data; + data = undefined; + } + + var handler = name === "one" ? jQuery.proxy( fn, function( event ) { + jQuery( this ).unbind( event, handler ); + return fn.apply( this, arguments ); + }) : fn; + + return type === "unload" && name !== "one" ? + this.one( type, data, fn, thisObject ) : + this.each(function() { + jQuery.event.add( this, type, handler, data ); + }); + }; +}); + +jQuery.fn.extend({ + unbind: function( type, fn ) { + // Handle object literals + if ( typeof type === "object" && !type.preventDefault ) { + for ( var key in type ) { + this.unbind(key, type[key]); + } + return this; + } + + return this.each(function() { + jQuery.event.remove( this, type, fn ); + }); + }, + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + + triggerHandler: function( type, data ) { + if ( this[0] ) { + var event = jQuery.Event( type ); + event.preventDefault(); + event.stopPropagation(); + jQuery.event.trigger( event, data, this[0] ); + return event.result; + } + }, + + toggle: function( fn ) { + // Save reference to arguments for access in closure + var args = arguments, i = 1; + + // link all the functions, so any of them can unbind this click handler + while ( i < args.length ) { + jQuery.proxy( fn, args[ i++ ] ); + } + + return this.click( jQuery.proxy( fn, function( event ) { + // Figure out which function to execute + var lastToggle = ( jQuery.data( this, "lastToggle" + fn.guid ) || 0 ) % i; + jQuery.data( this, "lastToggle" + fn.guid, lastToggle + 1 ); + + // Make sure that clicks stop + event.preventDefault(); + + // and execute the function + return args[ lastToggle ].apply( this, arguments ) || false; + })); + }, + + hover: function( fnOver, fnOut ) { + return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); + }, + + live: function( type, data, fn ) { + if ( jQuery.isFunction( data ) ) { + fn = data; + data = undefined; + } + + jQuery( this.context ).bind( liveConvert( type, this.selector ), { + data: data, selector: this.selector, live: type + }, fn ); + + return this; + }, + + die: function( type, fn ) { + jQuery( this.context ).unbind( liveConvert( type, this.selector ), fn ? { guid: fn.guid + this.selector + type } : null ); + return this; + } +}); + +function liveHandler( event ) { + var stop = true, elems = [], selectors = [], args = arguments, + related, match, fn, elem, j, i, data, + live = jQuery.extend({}, jQuery.data( this, "events" ).live); + + for ( j in live ) { + fn = live[j]; + if ( fn.live === event.type || + fn.altLive && jQuery.inArray(event.type, fn.altLive) > -1 ) { + + data = fn.data; + if ( !(data.beforeFilter && data.beforeFilter[event.type] && + !data.beforeFilter[event.type](event)) ) { + selectors.push( fn.selector ); + } + } else { + delete live[j]; + } + } + + match = jQuery( event.target ).closest( selectors, event.currentTarget ); + + for ( i = 0, l = match.length; i < l; i++ ) { + for ( j in live ) { + fn = live[j]; + elem = match[i].elem; + related = null; + + if ( match[i].selector === fn.selector ) { + // Those two events require additional checking + if ( fn.live === "mouseenter" || fn.live === "mouseleave" ) { + related = jQuery( event.relatedTarget ).closest( fn.selector )[0]; + } + + if ( !related || related !== elem ) { + elems.push({ elem: elem, fn: fn }); + } + } + } + } + + for ( i = 0, l = elems.length; i < l; i++ ) { + match = elems[i]; + event.currentTarget = match.elem; + event.data = match.fn.data; + if ( match.fn.apply( match.elem, args ) === false ) { + stop = false; + break; + } + } + + return stop; +} + +function liveConvert( type, selector ) { + return ["live", type, selector.replace(/\./g, "`").replace(/ /g, "&")].join("."); +} + +jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " + + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + + "change select submit keydown keypress keyup error").split(" "), function( i, name ) { + + // Handle event binding + jQuery.fn[ name ] = function( fn ) { + return fn ? this.bind( name, fn ) : this.trigger( name ); + }; + + if ( jQuery.attrFn ) { + jQuery.attrFn[ name ] = true; + } +}); + +// Prevent memory leaks in IE +// Window isn't included so as not to unbind existing unload events +// More info: +// - http://isaacschlueter.com/2006/10/msie-memory-leaks/ +if ( window.attachEvent && !window.addEventListener ) { + window.attachEvent("onunload", function() { + for ( var id in jQuery.cache ) { + if ( jQuery.cache[ id ].handle ) { + // Try/Catch is to handle iframes being unloaded, see #4280 + try { + jQuery.event.remove( jQuery.cache[ id ].handle.elem ); + } catch(e) {} + } + } + }); +} +/*! + * Sizzle CSS Selector Engine - v1.0 + * Copyright 2009, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * More information: http://sizzlejs.com/ + */ +(function(){ + +var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, + done = 0, + toString = Object.prototype.toString, + hasDuplicate = false, + baseHasDuplicate = true; + +// Here we check if the JavaScript engine is using some sort of +// optimization where it does not always call our comparision +// function. If that is the case, discard the hasDuplicate value. +// Thus far that includes Google Chrome. +[0, 0].sort(function(){ + baseHasDuplicate = false; + return 0; +}); + +var Sizzle = function(selector, context, results, seed) { + results = results || []; + var origContext = context = context || document; + + if ( context.nodeType !== 1 && context.nodeType !== 9 ) { + return []; + } + + if ( !selector || typeof selector !== "string" ) { + return results; + } + + var parts = [], m, set, checkSet, extra, prune = true, contextXML = isXML(context), + soFar = selector; + + // Reset the position of the chunker regexp (start from head) + while ( (chunker.exec(""), m = chunker.exec(soFar)) !== null ) { + soFar = m[3]; + + parts.push( m[1] ); + + if ( m[2] ) { + extra = m[3]; + break; + } + } + + if ( parts.length > 1 && origPOS.exec( selector ) ) { + if ( parts.length === 2 && Expr.relative[ parts[0] ] ) { + set = posProcess( parts[0] + parts[1], context ); + } else { + set = Expr.relative[ parts[0] ] ? + [ context ] : + Sizzle( parts.shift(), context ); + + while ( parts.length ) { + selector = parts.shift(); + + if ( Expr.relative[ selector ] ) { + selector += parts.shift(); + } + + set = posProcess( selector, set ); + } + } + } else { + // Take a shortcut and set the context if the root selector is an ID + // (but not if it'll be faster if the inner selector is an ID) + if ( !seed && parts.length > 1 && context.nodeType === 9 && !contextXML && + Expr.match.ID.test(parts[0]) && !Expr.match.ID.test(parts[parts.length - 1]) ) { + var ret = Sizzle.find( parts.shift(), context, contextXML ); + context = ret.expr ? Sizzle.filter( ret.expr, ret.set )[0] : ret.set[0]; + } + + if ( context ) { + var ret = seed ? + { expr: parts.pop(), set: makeArray(seed) } : + Sizzle.find( parts.pop(), parts.length === 1 && (parts[0] === "~" || parts[0] === "+") && context.parentNode ? context.parentNode : context, contextXML ); + set = ret.expr ? Sizzle.filter( ret.expr, ret.set ) : ret.set; + + if ( parts.length > 0 ) { + checkSet = makeArray(set); + } else { + prune = false; + } + + while ( parts.length ) { + var cur = parts.pop(), pop = cur; + + if ( !Expr.relative[ cur ] ) { + cur = ""; + } else { + pop = parts.pop(); + } + + if ( pop == null ) { + pop = context; + } + + Expr.relative[ cur ]( checkSet, pop, contextXML ); + } + } else { + checkSet = parts = []; + } + } + + if ( !checkSet ) { + checkSet = set; + } + + if ( !checkSet ) { + throw "Syntax error, unrecognized expression: " + (cur || selector); + } + + if ( toString.call(checkSet) === "[object Array]" ) { + if ( !prune ) { + results.push.apply( results, checkSet ); + } else if ( context && context.nodeType === 1 ) { + for ( var i = 0; checkSet[i] != null; i++ ) { + if ( checkSet[i] && (checkSet[i] === true || checkSet[i].nodeType === 1 && contains(context, checkSet[i])) ) { + results.push( set[i] ); + } + } + } else { + for ( var i = 0; checkSet[i] != null; i++ ) { + if ( checkSet[i] && checkSet[i].nodeType === 1 ) { + results.push( set[i] ); + } + } + } + } else { + makeArray( checkSet, results ); + } + + if ( extra ) { + Sizzle( extra, origContext, results, seed ); + Sizzle.uniqueSort( results ); + } + + return results; +}; + +Sizzle.uniqueSort = function(results){ + if ( sortOrder ) { + hasDuplicate = baseHasDuplicate; + results.sort(sortOrder); + + if ( hasDuplicate ) { + for ( var i = 1; i < results.length; i++ ) { + if ( results[i] === results[i-1] ) { + results.splice(i--, 1); + } + } + } + } + + return results; +}; + +Sizzle.matches = function(expr, set){ + return Sizzle(expr, null, null, set); +}; + +Sizzle.find = function(expr, context, isXML){ + var set, match; + + if ( !expr ) { + return []; + } + + for ( var i = 0, l = Expr.order.length; i < l; i++ ) { + var type = Expr.order[i], match; + + if ( (match = Expr.leftMatch[ type ].exec( expr )) ) { + var left = match[1]; + match.splice(1,1); + + if ( left.substr( left.length - 1 ) !== "\\" ) { + match[1] = (match[1] || "").replace(/\\/g, ""); + set = Expr.find[ type ]( match, context, isXML ); + if ( set != null ) { + expr = expr.replace( Expr.match[ type ], "" ); + break; + } + } + } + } + + if ( !set ) { + set = context.getElementsByTagName("*"); + } + + return {set: set, expr: expr}; +}; + +Sizzle.filter = function(expr, set, inplace, not){ + var old = expr, result = [], curLoop = set, match, anyFound, + isXMLFilter = set && set[0] && isXML(set[0]); + + while ( expr && set.length ) { + for ( var type in Expr.filter ) { + if ( (match = Expr.leftMatch[ type ].exec( expr )) != null && match[2] ) { + var filter = Expr.filter[ type ], found, item, left = match[1]; + anyFound = false; + + match.splice(1,1); + + if ( left.substr( left.length - 1 ) === "\\" ) { + continue; + } + + if ( curLoop === result ) { + result = []; + } + + if ( Expr.preFilter[ type ] ) { + match = Expr.preFilter[ type ]( match, curLoop, inplace, result, not, isXMLFilter ); + + if ( !match ) { + anyFound = found = true; + } else if ( match === true ) { + continue; + } + } + + if ( match ) { + for ( var i = 0; (item = curLoop[i]) != null; i++ ) { + if ( item ) { + found = filter( item, match, i, curLoop ); + var pass = not ^ !!found; + + if ( inplace && found != null ) { + if ( pass ) { + anyFound = true; + } else { + curLoop[i] = false; + } + } else if ( pass ) { + result.push( item ); + anyFound = true; + } + } + } + } + + if ( found !== undefined ) { + if ( !inplace ) { + curLoop = result; + } + + expr = expr.replace( Expr.match[ type ], "" ); + + if ( !anyFound ) { + return []; + } + + break; + } + } + } + + // Improper expression + if ( expr === old ) { + if ( anyFound == null ) { + throw "Syntax error, unrecognized expression: " + expr; + } else { + break; + } + } + + old = expr; + } + + return curLoop; +}; + +var Expr = Sizzle.selectors = { + order: [ "ID", "NAME", "TAG" ], + match: { + ID: /#((?:[\w\u00c0-\uFFFF-]|\\.)+)/, + CLASS: /\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/, + NAME: /\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/, + ATTR: /\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/, + TAG: /^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/, + CHILD: /:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/, + POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/, + PSEUDO: /:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/ + }, + leftMatch: {}, + attrMap: { + "class": "className", + "for": "htmlFor" + }, + attrHandle: { + href: function(elem){ + return elem.getAttribute("href"); + } + }, + relative: { + "+": function(checkSet, part){ + var isPartStr = typeof part === "string", + isTag = isPartStr && !/\W/.test(part), + isPartStrNotTag = isPartStr && !isTag; + + if ( isTag ) { + part = part.toLowerCase(); + } + + for ( var i = 0, l = checkSet.length, elem; i < l; i++ ) { + if ( (elem = checkSet[i]) ) { + while ( (elem = elem.previousSibling) && elem.nodeType !== 1 ) {} + + checkSet[i] = isPartStrNotTag || elem && elem.nodeName.toLowerCase() === part ? + elem || false : + elem === part; + } + } + + if ( isPartStrNotTag ) { + Sizzle.filter( part, checkSet, true ); + } + }, + ">": function(checkSet, part){ + var isPartStr = typeof part === "string"; + + if ( isPartStr && !/\W/.test(part) ) { + part = part.toLowerCase(); + + for ( var i = 0, l = checkSet.length; i < l; i++ ) { + var elem = checkSet[i]; + if ( elem ) { + var parent = elem.parentNode; + checkSet[i] = parent.nodeName.toLowerCase() === part ? parent : false; + } + } + } else { + for ( var i = 0, l = checkSet.length; i < l; i++ ) { + var elem = checkSet[i]; + if ( elem ) { + checkSet[i] = isPartStr ? + elem.parentNode : + elem.parentNode === part; + } + } + + if ( isPartStr ) { + Sizzle.filter( part, checkSet, true ); + } + } + }, + "": function(checkSet, part, isXML){ + var doneName = done++, checkFn = dirCheck; + + if ( typeof part === "string" && !/\W/.test(part) ) { + var nodeCheck = part = part.toLowerCase(); + checkFn = dirNodeCheck; + } + + checkFn("parentNode", part, doneName, checkSet, nodeCheck, isXML); + }, + "~": function(checkSet, part, isXML){ + var doneName = done++, checkFn = dirCheck; + + if ( typeof part === "string" && !/\W/.test(part) ) { + var nodeCheck = part = part.toLowerCase(); + checkFn = dirNodeCheck; + } + + checkFn("previousSibling", part, doneName, checkSet, nodeCheck, isXML); + } + }, + find: { + ID: function(match, context, isXML){ + if ( typeof context.getElementById !== "undefined" && !isXML ) { + var m = context.getElementById(match[1]); + return m ? [m] : []; + } + }, + NAME: function(match, context){ + if ( typeof context.getElementsByName !== "undefined" ) { + var ret = [], results = context.getElementsByName(match[1]); + + for ( var i = 0, l = results.length; i < l; i++ ) { + if ( results[i].getAttribute("name") === match[1] ) { + ret.push( results[i] ); + } + } + + return ret.length === 0 ? null : ret; + } + }, + TAG: function(match, context){ + return context.getElementsByTagName(match[1]); + } + }, + preFilter: { + CLASS: function(match, curLoop, inplace, result, not, isXML){ + match = " " + match[1].replace(/\\/g, "") + " "; + + if ( isXML ) { + return match; + } + + for ( var i = 0, elem; (elem = curLoop[i]) != null; i++ ) { + if ( elem ) { + if ( not ^ (elem.className && (" " + elem.className + " ").replace(/[\t\n]/g, " ").indexOf(match) >= 0) ) { + if ( !inplace ) { + result.push( elem ); + } + } else if ( inplace ) { + curLoop[i] = false; + } + } + } + + return false; + }, + ID: function(match){ + return match[1].replace(/\\/g, ""); + }, + TAG: function(match, curLoop){ + return match[1].toLowerCase(); + }, + CHILD: function(match){ + if ( match[1] === "nth" ) { + // parse equations like 'even', 'odd', '5', '2n', '3n+2', '4n-1', '-n+6' + var test = /(-?)(\d*)n((?:\+|-)?\d*)/.exec( + match[2] === "even" && "2n" || match[2] === "odd" && "2n+1" || + !/\D/.test( match[2] ) && "0n+" + match[2] || match[2]); + + // calculate the numbers (first)n+(last) including if they are negative + match[2] = (test[1] + (test[2] || 1)) - 0; + match[3] = test[3] - 0; + } + + // TODO: Move to normal caching system + match[0] = done++; + + return match; + }, + ATTR: function(match, curLoop, inplace, result, not, isXML){ + var name = match[1].replace(/\\/g, ""); + + if ( !isXML && Expr.attrMap[name] ) { + match[1] = Expr.attrMap[name]; + } + + if ( match[2] === "~=" ) { + match[4] = " " + match[4] + " "; + } + + return match; + }, + PSEUDO: function(match, curLoop, inplace, result, not){ + if ( match[1] === "not" ) { + // If we're dealing with a complex expression, or a simple one + if ( ( chunker.exec(match[3]) || "" ).length > 1 || /^\w/.test(match[3]) ) { + match[3] = Sizzle(match[3], null, null, curLoop); + } else { + var ret = Sizzle.filter(match[3], curLoop, inplace, true ^ not); + if ( !inplace ) { + result.push.apply( result, ret ); + } + return false; + } + } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) { + return true; + } + + return match; + }, + POS: function(match){ + match.unshift( true ); + return match; + } + }, + filters: { + enabled: function(elem){ + return elem.disabled === false && elem.type !== "hidden"; + }, + disabled: function(elem){ + return elem.disabled === true; + }, + checked: function(elem){ + return elem.checked === true; + }, + selected: function(elem){ + // Accessing this property makes selected-by-default + // options in Safari work properly + elem.parentNode.selectedIndex; + return elem.selected === true; + }, + parent: function(elem){ + return !!elem.firstChild; + }, + empty: function(elem){ + return !elem.firstChild; + }, + has: function(elem, i, match){ + return !!Sizzle( match[3], elem ).length; + }, + header: function(elem){ + return /h\d/i.test( elem.nodeName ); + }, + text: function(elem){ + return "text" === elem.type; + }, + radio: function(elem){ + return "radio" === elem.type; + }, + checkbox: function(elem){ + return "checkbox" === elem.type; + }, + file: function(elem){ + return "file" === elem.type; + }, + password: function(elem){ + return "password" === elem.type; + }, + submit: function(elem){ + return "submit" === elem.type; + }, + image: function(elem){ + return "image" === elem.type; + }, + reset: function(elem){ + return "reset" === elem.type; + }, + button: function(elem){ + return "button" === elem.type || elem.nodeName.toLowerCase() === "button"; + }, + input: function(elem){ + return /input|select|textarea|button/i.test(elem.nodeName); + } + }, + setFilters: { + first: function(elem, i){ + return i === 0; + }, + last: function(elem, i, match, array){ + return i === array.length - 1; + }, + even: function(elem, i){ + return i % 2 === 0; + }, + odd: function(elem, i){ + return i % 2 === 1; + }, + lt: function(elem, i, match){ + return i < match[3] - 0; + }, + gt: function(elem, i, match){ + return i > match[3] - 0; + }, + nth: function(elem, i, match){ + return match[3] - 0 === i; + }, + eq: function(elem, i, match){ + return match[3] - 0 === i; + } + }, + filter: { + PSEUDO: function(elem, match, i, array){ + var name = match[1], filter = Expr.filters[ name ]; + + if ( filter ) { + return filter( elem, i, match, array ); + } else if ( name === "contains" ) { + return (elem.textContent || elem.innerText || getText([ elem ]) || "").indexOf(match[3]) >= 0; + } else if ( name === "not" ) { + var not = match[3]; + + for ( var i = 0, l = not.length; i < l; i++ ) { + if ( not[i] === elem ) { + return false; + } + } + + return true; + } else { + throw "Syntax error, unrecognized expression: " + name; + } + }, + CHILD: function(elem, match){ + var type = match[1], node = elem; + switch (type) { + case 'only': + case 'first': + while ( (node = node.previousSibling) ) { + if ( node.nodeType === 1 ) { + return false; + } + } + if ( type === "first" ) { + return true; + } + node = elem; + case 'last': + while ( (node = node.nextSibling) ) { + if ( node.nodeType === 1 ) { + return false; + } + } + return true; + case 'nth': + var first = match[2], last = match[3]; + + if ( first === 1 && last === 0 ) { + return true; + } + + var doneName = match[0], + parent = elem.parentNode; + + if ( parent && (parent.sizcache !== doneName || !elem.nodeIndex) ) { + var count = 0; + for ( node = parent.firstChild; node; node = node.nextSibling ) { + if ( node.nodeType === 1 ) { + node.nodeIndex = ++count; + } + } + parent.sizcache = doneName; + } + + var diff = elem.nodeIndex - last; + if ( first === 0 ) { + return diff === 0; + } else { + return ( diff % first === 0 && diff / first >= 0 ); + } + } + }, + ID: function(elem, match){ + return elem.nodeType === 1 && elem.getAttribute("id") === match; + }, + TAG: function(elem, match){ + return (match === "*" && elem.nodeType === 1) || elem.nodeName.toLowerCase() === match; + }, + CLASS: function(elem, match){ + return (" " + (elem.className || elem.getAttribute("class")) + " ") + .indexOf( match ) > -1; + }, + ATTR: function(elem, match){ + var name = match[1], + result = Expr.attrHandle[ name ] ? + Expr.attrHandle[ name ]( elem ) : + elem[ name ] != null ? + elem[ name ] : + elem.getAttribute( name ), + value = result + "", + type = match[2], + check = match[4]; + + return result == null ? + type === "!=" : + type === "=" ? + value === check : + type === "*=" ? + value.indexOf(check) >= 0 : + type === "~=" ? + (" " + value + " ").indexOf(check) >= 0 : + !check ? + value && result !== false : + type === "!=" ? + value !== check : + type === "^=" ? + value.indexOf(check) === 0 : + type === "$=" ? + value.substr(value.length - check.length) === check : + type === "|=" ? + value === check || value.substr(0, check.length + 1) === check + "-" : + false; + }, + POS: function(elem, match, i, array){ + var name = match[2], filter = Expr.setFilters[ name ]; + + if ( filter ) { + return filter( elem, i, match, array ); + } + } + } +}; + +var origPOS = Expr.match.POS; + +for ( var type in Expr.match ) { + Expr.match[ type ] = new RegExp( Expr.match[ type ].source + /(?![^\[]*\])(?![^\(]*\))/.source ); + Expr.leftMatch[ type ] = new RegExp( /(^(?:.|\r|\n)*?)/.source + Expr.match[ type ].source.replace(/\\(\d+)/g, function(all, num){ + return "\\" + (num - 0 + 1); + })); +} + +var makeArray = function(array, results) { + array = Array.prototype.slice.call( array, 0 ); + + if ( results ) { + results.push.apply( results, array ); + return results; + } + + return array; +}; + +// Perform a simple check to determine if the browser is capable of +// converting a NodeList to an array using builtin methods. +try { + Array.prototype.slice.call( document.documentElement.childNodes, 0 ); + +// Provide a fallback method if it does not work +} catch(e){ + makeArray = function(array, results) { + var ret = results || []; + + if ( toString.call(array) === "[object Array]" ) { + Array.prototype.push.apply( ret, array ); + } else { + if ( typeof array.length === "number" ) { + for ( var i = 0, l = array.length; i < l; i++ ) { + ret.push( array[i] ); + } + } else { + for ( var i = 0; array[i]; i++ ) { + ret.push( array[i] ); + } + } + } + + return ret; + }; +} + +var sortOrder; + +if ( document.documentElement.compareDocumentPosition ) { + sortOrder = function( a, b ) { + if ( !a.compareDocumentPosition || !b.compareDocumentPosition ) { + if ( a == b ) { + hasDuplicate = true; + } + return a.compareDocumentPosition ? -1 : 1; + } + + var ret = a.compareDocumentPosition(b) & 4 ? -1 : a === b ? 0 : 1; + if ( ret === 0 ) { + hasDuplicate = true; + } + return ret; + }; +} else if ( "sourceIndex" in document.documentElement ) { + sortOrder = function( a, b ) { + if ( !a.sourceIndex || !b.sourceIndex ) { + if ( a == b ) { + hasDuplicate = true; + } + return a.sourceIndex ? -1 : 1; + } + + var ret = a.sourceIndex - b.sourceIndex; + if ( ret === 0 ) { + hasDuplicate = true; + } + return ret; + }; +} else if ( document.createRange ) { + sortOrder = function( a, b ) { + if ( !a.ownerDocument || !b.ownerDocument ) { + if ( a == b ) { + hasDuplicate = true; + } + return a.ownerDocument ? -1 : 1; + } + + var aRange = a.ownerDocument.createRange(), bRange = b.ownerDocument.createRange(); + aRange.setStart(a, 0); + aRange.setEnd(a, 0); + bRange.setStart(b, 0); + bRange.setEnd(b, 0); + var ret = aRange.compareBoundaryPoints(Range.START_TO_END, bRange); + if ( ret === 0 ) { + hasDuplicate = true; + } + return ret; + }; +} + +// Utility function for retreiving the text value of an array of DOM nodes +function getText( elems ) { + var ret = "", elem; + + for ( var i = 0; elems[i]; i++ ) { + elem = elems[i]; + + // Get the text from text nodes and CDATA nodes + if ( elem.nodeType === 3 || elem.nodeType === 4 ) { + ret += elem.nodeValue; + + // Traverse everything else, except comment nodes + } else if ( elem.nodeType !== 8 ) { + ret += getText( elem.childNodes ); + } + } + + return ret; +} + +// Check to see if the browser returns elements by name when +// querying by getElementById (and provide a workaround) +(function(){ + // We're going to inject a fake input element with a specified name + var form = document.createElement("div"), + id = "script" + (new Date).getTime(); + form.innerHTML = ""; + + // Inject it into the root element, check its status, and remove it quickly + var root = document.documentElement; + root.insertBefore( form, root.firstChild ); + + // The workaround has to do additional checks after a getElementById + // Which slows things down for other browsers (hence the branching) + if ( document.getElementById( id ) ) { + Expr.find.ID = function(match, context, isXML){ + if ( typeof context.getElementById !== "undefined" && !isXML ) { + var m = context.getElementById(match[1]); + return m ? m.id === match[1] || typeof m.getAttributeNode !== "undefined" && m.getAttributeNode("id").nodeValue === match[1] ? [m] : undefined : []; + } + }; + + Expr.filter.ID = function(elem, match){ + var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id"); + return elem.nodeType === 1 && node && node.nodeValue === match; + }; + } + + root.removeChild( form ); + root = form = null; // release memory in IE +})(); + +(function(){ + // Check to see if the browser returns only elements + // when doing getElementsByTagName("*") + + // Create a fake element + var div = document.createElement("div"); + div.appendChild( document.createComment("") ); + + // Make sure no comments are found + if ( div.getElementsByTagName("*").length > 0 ) { + Expr.find.TAG = function(match, context){ + var results = context.getElementsByTagName(match[1]); + + // Filter out possible comments + if ( match[1] === "*" ) { + var tmp = []; + + for ( var i = 0; results[i]; i++ ) { + if ( results[i].nodeType === 1 ) { + tmp.push( results[i] ); + } + } + + results = tmp; + } + + return results; + }; + } + + // Check to see if an attribute returns normalized href attributes + div.innerHTML = ""; + if ( div.firstChild && typeof div.firstChild.getAttribute !== "undefined" && + div.firstChild.getAttribute("href") !== "#" ) { + Expr.attrHandle.href = function(elem){ + return elem.getAttribute("href", 2); + }; + } + + div = null; // release memory in IE +})(); + +if ( document.querySelectorAll ) { + (function(){ + var oldSizzle = Sizzle, div = document.createElement("div"); + div.innerHTML = "

    "; + + // Safari can't handle uppercase or unicode characters when + // in quirks mode. + if ( div.querySelectorAll && div.querySelectorAll(".TEST").length === 0 ) { + return; + } + + Sizzle = function(query, context, extra, seed){ + context = context || document; + + // Only use querySelectorAll on non-XML documents + // (ID selectors don't work in non-HTML documents) + if ( !seed && context.nodeType === 9 && !isXML(context) ) { + try { + return makeArray( context.querySelectorAll(query), extra ); + } catch(e){} + } + + return oldSizzle(query, context, extra, seed); + }; + + for ( var prop in oldSizzle ) { + Sizzle[ prop ] = oldSizzle[ prop ]; + } + + div = null; // release memory in IE + })(); +} + +(function(){ + var div = document.createElement("div"); + + div.innerHTML = "
    "; + + // Opera can't find a second classname (in 9.6) + // Also, make sure that getElementsByClassName actually exists + if ( !div.getElementsByClassName || div.getElementsByClassName("e").length === 0 ) { + return; + } + + // Safari caches class attributes, doesn't catch changes (in 3.2) + div.lastChild.className = "e"; + + if ( div.getElementsByClassName("e").length === 1 ) { + return; + } + + Expr.order.splice(1, 0, "CLASS"); + Expr.find.CLASS = function(match, context, isXML) { + if ( typeof context.getElementsByClassName !== "undefined" && !isXML ) { + return context.getElementsByClassName(match[1]); + } + }; + + div = null; // release memory in IE +})(); + +function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { + for ( var i = 0, l = checkSet.length; i < l; i++ ) { + var elem = checkSet[i]; + if ( elem ) { + elem = elem[dir]; + var match = false; + + while ( elem ) { + if ( elem.sizcache === doneName ) { + match = checkSet[elem.sizset]; + break; + } + + if ( elem.nodeType === 1 && !isXML ){ + elem.sizcache = doneName; + elem.sizset = i; + } + + if ( elem.nodeName.toLowerCase() === cur ) { + match = elem; + break; + } + + elem = elem[dir]; + } + + checkSet[i] = match; + } + } +} + +function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { + for ( var i = 0, l = checkSet.length; i < l; i++ ) { + var elem = checkSet[i]; + if ( elem ) { + elem = elem[dir]; + var match = false; + + while ( elem ) { + if ( elem.sizcache === doneName ) { + match = checkSet[elem.sizset]; + break; + } + + if ( elem.nodeType === 1 ) { + if ( !isXML ) { + elem.sizcache = doneName; + elem.sizset = i; + } + if ( typeof cur !== "string" ) { + if ( elem === cur ) { + match = true; + break; + } + + } else if ( Sizzle.filter( cur, [elem] ).length > 0 ) { + match = elem; + break; + } + } + + elem = elem[dir]; + } + + checkSet[i] = match; + } + } +} + +var contains = document.compareDocumentPosition ? function(a, b){ + return a.compareDocumentPosition(b) & 16; +} : function(a, b){ + return a !== b && (a.contains ? a.contains(b) : true); +}; + +var isXML = function(elem){ + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = (elem ? elem.ownerDocument || elem : 0).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +var posProcess = function(selector, context){ + var tmpSet = [], later = "", match, + root = context.nodeType ? [context] : context; + + // Position selectors must be done after the filter + // And so must :not(positional) so we move all PSEUDOs to the end + while ( (match = Expr.match.PSEUDO.exec( selector )) ) { + later += match[0]; + selector = selector.replace( Expr.match.PSEUDO, "" ); + } + + selector = Expr.relative[selector] ? selector + "*" : selector; + + for ( var i = 0, l = root.length; i < l; i++ ) { + Sizzle( selector, root[i], tmpSet ); + } + + return Sizzle.filter( later, tmpSet ); +}; + +// EXPOSE +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.filters; +jQuery.unique = Sizzle.uniqueSort; +jQuery.getText = getText; +jQuery.isXMLDoc = isXML; +jQuery.contains = contains; + +return; + +window.Sizzle = Sizzle; + +})(); +var runtil = /Until$/, + rparentsprev = /^(?:parents|prevUntil|prevAll)/, + // Note: This RegExp should be improved, or likely pulled from Sizzle + rmultiselector = /,/, + slice = Array.prototype.slice; + +// Implement the identical functionality for filter and not +var winnow = function( elements, qualifier, keep ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep(elements, function( elem, i ) { + return !!qualifier.call( elem, i, elem ) === keep; + }); + + } else if ( qualifier.nodeType ) { + return jQuery.grep(elements, function( elem, i ) { + return (elem === qualifier) === keep; + }); + + } else if ( typeof qualifier === "string" ) { + var filtered = jQuery.grep(elements, function( elem ) { + return elem.nodeType === 1; + }); + + if ( isSimple.test( qualifier ) ) { + return jQuery.filter(qualifier, filtered, !keep); + } else { + qualifier = jQuery.filter( qualifier, elements ); + } + } + + return jQuery.grep(elements, function( elem, i ) { + return (jQuery.inArray( elem, qualifier ) >= 0) === keep; + }); +}; + +jQuery.fn.extend({ + find: function( selector ) { + var ret = this.pushStack( "", "find", selector ), length = 0; + + for ( var i = 0, l = this.length; i < l; i++ ) { + length = ret.length; + jQuery.find( selector, this[i], ret ); + + if ( i > 0 ) { + // Make sure that the results are unique + for ( var n = length; n < ret.length; n++ ) { + for ( var r = 0; r < length; r++ ) { + if ( ret[r] === ret[n] ) { + ret.splice(n--, 1); + break; + } + } + } + } + } + + return ret; + }, + + has: function( target ) { + var targets = jQuery( target ); + return this.filter(function() { + for ( var i = 0, l = targets.length; i < l; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + not: function( selector ) { + return this.pushStack( winnow(this, selector, false), "not", selector); + }, + + filter: function( selector ) { + return this.pushStack( winnow(this, selector, true), "filter", selector ); + }, + + is: function( selector ) { + return !!selector && jQuery.filter( selector, this ).length > 0; + }, + + closest: function( selectors, context ) { + if ( jQuery.isArray( selectors ) ) { + var ret = [], cur = this[0], match, matches = {}, selector; + + if ( cur && selectors.length ) { + for ( var i = 0, l = selectors.length; i < l; i++ ) { + selector = selectors[i]; + + if ( !matches[selector] ) { + matches[selector] = jQuery.expr.match.POS.test( selector ) ? + jQuery( selector, context || this.context ) : + selector; + } + } + + while ( cur && cur.ownerDocument && cur !== context ) { + for ( selector in matches ) { + match = matches[selector]; + + if ( match.jquery ? match.index(cur) > -1 : jQuery(cur).is(match) ) { + ret.push({ selector: selector, elem: cur }); + delete matches[selector]; + } + } + cur = cur.parentNode; + } + } + + return ret; + } + + var pos = jQuery.expr.match.POS.test( selectors ) ? + jQuery( selectors, context || this.context ) : null; + + return this.map(function( i, cur ) { + while ( cur && cur.ownerDocument && cur !== context ) { + if ( pos ? pos.index(cur) > -1 : jQuery(cur).is(selectors) ) { + return cur; + } + cur = cur.parentNode; + } + return null; + }); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + if ( !elem || typeof elem === "string" ) { + return jQuery.inArray( this[0], + // If it receives a string, the selector is used + // If it receives nothing, the siblings are used + elem ? jQuery( elem ) : this.parent().children() ); + } + // Locate the position of the desired element + return jQuery.inArray( + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[0] : elem, this ); + }, + + add: function( selector, context ) { + var set = typeof selector === "string" ? + jQuery( selector, context || this.context ) : + jQuery.makeArray( selector ), + all = jQuery.merge( this.get(), set ); + + return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ? + all : + jQuery.unique( all ) ); + }, + + andSelf: function() { + return this.add( this.prevObject ); + } +}); + +// A painfully simple check to see if an element is disconnected +// from a document (should be improved, where feasible). +function isDisconnected( node ) { + return !node || !node.parentNode || node.parentNode.nodeType === 11; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return jQuery.nth( elem, 2, "nextSibling" ); + }, + prev: function( elem ) { + return jQuery.nth( elem, 2, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( elem.parentNode.firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return jQuery.nodeName( elem, "iframe" ) ? + elem.contentDocument || elem.contentWindow.document : + jQuery.makeArray( elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var ret = jQuery.map( this, fn, until ); + + if ( !runtil.test( name ) ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + ret = jQuery.filter( selector, ret ); + } + + ret = this.length > 1 ? jQuery.unique( ret ) : ret; + + if ( (this.length > 1 || rmultiselector.test( selector )) && rparentsprev.test( name ) ) { + ret = ret.reverse(); + } + + return this.pushStack( ret, name, slice.call(arguments).join(",") ); + }; +}); + +jQuery.extend({ + filter: function( expr, elems, not ) { + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return jQuery.find.matches(expr, elems); + }, + + dir: function( elem, dir, until ) { + var matched = [], cur = elem[dir]; + while ( cur && cur.nodeType !== 9 && (until === undefined || !jQuery( cur ).is( until )) ) { + if ( cur.nodeType === 1 ) { + matched.push( cur ); + } + cur = cur[dir]; + } + return matched; + }, + + nth: function( cur, result, dir, elem ) { + result = result || 1; + var num = 0; + + for ( ; cur; cur = cur[dir] ) { + if ( cur.nodeType === 1 && ++num === result ) { + break; + } + } + + return cur; + }, + + sibling: function( n, elem ) { + var r = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + r.push( n ); + } + } + + return r; + } +}); +var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g, + rleadingWhitespace = /^\s+/, + rxhtmlTag = /(<([\w:]+)[^>]*?)\/>/g, + rselfClosing = /^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i, + rtagName = /<([\w:]+)/, + rtbody = /"; + }, + wrapMap = { + option: [ 1, "" ], + legend: [ 1, "
    ", "
    " ], + thead: [ 1, "", "
    " ], + tr: [ 2, "", "
    " ], + td: [ 3, "", "
    " ], + col: [ 2, "", "
    " ], + area: [ 1, "", "" ], + _default: [ 0, "", "" ] + }; + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +// IE can't serialize and } \ No newline at end of file diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/.DS_Store b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/.DS_Store new file mode 100644 index 0000000..b838dd7 Binary files /dev/null and b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/.DS_Store differ diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/Milestone_Bar_CSS b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/Milestone_Bar_CSS new file mode 100644 index 0000000..aaedee7 --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/Milestone_Bar_CSS @@ -0,0 +1,214 @@ +{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540 +{\fonttbl\f0\fmodern\fcharset0 Courier;} +{\colortbl;\red255\green255\blue255;} +\margl1440\margr1440\vieww20620\viewh12480\viewkind0 +\deftab720 +\pard\pardeftab720\ql\qnatural + +\f0\fs24 \cf0 \ +#milestoneBarContent iframe\{\ + border: none;\ + height: 140px;\ + width: 100%;\ +\}\ +\ +#sidebarDiv\{\ + z-index: 100;/* To exceed body .bodyDiv #bd_b #bd_bl - 11; .x-layout-collapsed - 20 */\ +\}\ +\ +#milestoneBarPanel\{\ + z-index: 100;/* To exceed #sidebarDiv .indicator - 6; .x-layout-collapsed - 20 */\ +\}\ +\ +#milestoneBarPanel\{\ + display: block;\ + min-height: 20px;\ + position: fixed;\ + bottom: 0;\ + left: 0;\ + width: 100%;\ +\}\ +\ +#milestoneBarTab\{\ + background: #1797C0;\ + border-bottom: 0px;\ + -moz-border-radius-topright: 8px;\ + padding: 8px 0px;\ + -moz-box-shadow: 0px 1px 10px #333;\ + font-weight: bold;\ + color: #fff;\ + width: 120px;\ + text-align: center;\ +\}\ +\ +#milestoneBarTab:hover\{\ + cursor: pointer;\ +\}\ +\ +#milestoneBarContent\{\ + display: none;\ + height: 140px;\ + background: white;\ +\}\ +\ +#milestoneBarContentShadow\{\ + height: 140px;\ + background: transparent;\ + border-top: 1px solid #333;\ + -moz-box-shadow: 0px 1px 10px #333;\ + position: absolute;\ + z-index: -1;\ + width: 100%;\ +\}\ +\ +#nav\{\ + background: #1797C0;\ + position: fixed;\ + left: 0;\ + top: 0;\ + width: 120px;\ + height: 100%;\ + padding: 10px 0;\ +\}\ +\ +#nav .navItem, .subNavItem\{\ + cursor: pointer;\ + font-weight: bold;\ + color: #fff;\ + position: relative;\ + padding: 8px 14px;\ + text-transform: lowercase;\ + text-align: right;\ +\}\ +\ +#nav .navItem:hover\{\ + color: #fff;\ + // text-shadow: 0 0 2px #666;\ +\}\ +\ +#nav .current, #nav .current:hover\{\ + background: white;\ + color: #333;\ + text-shadow: 0 0 0 #fff;\ +\}\ +\ +#milestoneBarterBarContent\{\ + position: absolute;\ + left: 120px;\ +\}\ +\ + .section\{\ + padding: 10px;\ + \}\ + \ + #welcomeLine\{\ + color: #333;\ + font-size: 16px;\ + padding-bottom: 6px;\ + \}\ +\ + #people .highlight, #groups .highlight\{\ + position: absolute;\ + top: 40px;\ + width: 120px;\ + height: 31px;\ + background: white;\ + \}\ + \ + #groups .highlight\{\ + height: 30px;\ + top: 71px;\ + \}\ +\ + .subNavContainer\{\ + background: #1797C0;\ + position: absolute;\ + left: 0;\ + top: 0;\ + width: 120px;\ + height: 120px;\ + padding: 10px 0;\ + overflow: hidden;\ + \}\ + \ + .subNav\{\ + position: absolute;\ + right: 0;\ + top: 10px;\ + \}\ + \ + #groups .subNav\{\ + top: 40px;\ + \}\ + \ + .subNav .subNavItem:hover\{\ + color: #fff;\ + // text-shadow: 0 0 6px #000;\ + \}\ + \ + .subNav .current, .subNav .current:hover\{\ + color: #333;\ + text-shadow: 0 0 0 #fff;\ + \}\ + \ + .quote\{\ + color: #1797C0;\ + font-size: 20px;\ + \}\ + \ + #people, #groups\{\ + padding-left: 130px; /* For subMenu + 10px padding*/\ + \}\ +\ + #people select, #groups select\{\ + color: #333;\ + font-size: 16px;\ + float: left;\ + margin-right: 10px;\ + max-height: 120px;\ + display: block;\ + width: 160px;\ + \}\ + \ + div[id*="selectedPerson"], div[id*="selectedSubscriber"],\ + div[id*="selectedGroup"]\{\ + float: left;\ + border: 1px solid #ccc;\ + height: 78px;\ + width: 200px;\ + margin-right: 10px;\ + padding: 10px;\ + \}\ + \ + div[id*="selectedPerson"] img, div[id*="selectedSubscriber"] img\{\ + border: 1px solid #ccc;\ + float: left;\ + margin: 0 10px 10px 0;\ + height: 64px;\ + width: 64px;\ + \}\ + \ + .publisher\{\ + float: left;\ + \}\ +\ +\ +/* DRAG DROP */\ +#dropbox \{\ + width: 425px;\ + height: 80px;\ + border: 2px solid #DDD;\ + -moz-border-radius: 8px;\ + -webkit-border-radius: 8px;\ + background-color: #FEFFEC;\ + text-align: center;\ + color: #BBB;\ + font-size: 2em;\ + font-family: Arial, sans-serif;\ +\}\ + \ +#droplabel \{\ + position: relative;\ + top: 40%;\ +\}\ +} \ No newline at end of file diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/SummaryStyle_CSS.css b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/SummaryStyle_CSS.css new file mode 100644 index 0000000..0dc8b1b --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/SummaryStyle_CSS.css @@ -0,0 +1,30 @@ +.mask{ + position: relative; + overflow: hidden; + margin: 0px auto; + width: 100%; +} +.header{ + float: left; + width: 100%; + padding: 2px; +} +.colleft{ + position: relative; + width: 100%; + right: 50%; +} +.col1{ + position: relative; + overflow: hidden; + float: left; + width: 48%; + left: 101%; +} +.col2{ + position: relative; + overflow: hidden; + float: left; + width: 48%; + left: 3%; +} \ No newline at end of file diff --git a/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/homeCalendar.css b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/homeCalendar.css new file mode 100644 index 0000000..d9d371f --- /dev/null +++ b/force-app/main/default/staticresources/Milestone1_Resource_Bundle/stylesheets/homeCalendar.css @@ -0,0 +1,179 @@ +.mCalendarPopup { + width: 15.1em; + margin: 2px; +} + +.mCalendar { + font-family: Arial, Helvetica, sans-serif; + text-align: center; +} + +.home .mCalendar { + margin-left: 15px; + margin-top: 10px; +} + +.mCalendar .topLeft { + height: 3px; + font-size: 0; + background-image: url(/img/cornerTopLeft.gif); + background-position: left top; + background-repeat: no-repeat; +} + +.mCalendar .topRight { + float: right; + width: 5px; + height: 3px; + font-size: 0; + background-image: url(/img/cornerTopRight.gif); + background-position: left top; + background-repeat: no-repeat; +} + +.mCalendar .bottomLeft { + height: 3px; + font-size: 0; + background-image: url(/img/cornerBottomLeft.gif); + background-position: left top; + background-repeat: no-repeat; +} + +.mCalendar .bottomRight { + float: right; + width: 5px; + height: 3px; + font-size: 0; + background-image: url(/img/cornerBottomRight.gif); + background-position: left top; + background-repeat: no-repeat; +} + +.mCalendar .body { + margin: 0; + padding: 5px 12px 10px 12px; + background-color:#F9F9EF; + border-right: 1px solid #999999; + border-left: 1px solid #999999; +} + +.mCalendar .body table { + margin: 0 auto; +} + +.mCalendar .header td { + color: #506749; + font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif; + font-weight: bold; + padding-bottom: 5px; + border-bottom: 1px solid #506749; + vertical-align: top; +} + +.mCalendar .header .prevCalArrow { + background-image: url(/img/cal/btnLeft.gif); + background-position: 0px 0px;width:19px; + height:13px; + display:block; +} + +.mCalendar .header .nextCalArrow { + background-image: url(/img/cal/btnRight.gif); + background-position: 0px 0px;width:19px; + height:13px; + display:block; +} + +.mCalendar td a.calActive, .mCalendar .calActive{ + color: #666666; + text-decoration: none; +} + +.mCalendar td a.calInactive, .mCalendar .calInactive { + color: #CCCCCC; + text-decoration: none; +} + +.mCalendar td a.calToday, .mCalendar tr td.calToday { + font-weight: bold; + background-color: #FFF; + border: 1px solid #999; +} +.mCalendar tr td.calToday a { + text-decoration: none; +} + +.mCalendar .calDays { + font-size: 0.81em; + color: #506749; +} + +.mCalendar .days { + font-size: 0.81em; + color: #666666; +} + + + +.mCalendar .highlight { + font-size: 0.81em; + background-color:#D4E9D4; + color:#666666; +} + +.homeCalendarEvents { + padding: 0; + margin: .5em 0 0 0; +} + +.homeCalendarEvents .date { + padding: 4px 2px 4px 5px; + margin:0; + list-style: none; + font-weight: bold; + color:#474545; +} + +.homeCalendarEvents .event { + border-top: 1px solid #E3DEB8; + padding: 4px 2px 4px 5px; + margin: 0; + list-style: none; +} + +/* Get rid of small extra rule right above the event time on the home page */ +.homeCalendarEvents span.event { + border-top: none; +} + +.homeClientUpdate { + padding: 4px 2px 4px 8px; + margin: 0; + background-color: #FFFF99; +} + +.homeClientUpdate .msg { + padding: 0px 8px 0px 0px; + font-weight: bold; + font-size: 115%; + color: #CC0000; +} + +.mCalendar .calendarHeader { + background-image: none; + margin: 6px auto auto .5em; +} + +.mCalendar .calendarHeader .userIcons, +.mCalendar .calendarHeader .dwmIcons { + float: none; + display: block; + margin: 0; +} + +.mCalendar .calendarHeader .listViewIconOn, +.mCalendar .calendarHeader .listViewIcon { + margin-right: 10px; +} + + diff --git a/src/staticresources/SLDS203_MPM.resource-meta.xml b/force-app/main/default/staticresources/SLDS203_MPM.resource-meta.xml old mode 100755 new mode 100644 similarity index 100% rename from src/staticresources/SLDS203_MPM.resource-meta.xml rename to force-app/main/default/staticresources/SLDS203_MPM.resource-meta.xml diff --git a/force-app/main/default/staticresources/SLDS203_MPM/README.md b/force-app/main/default/staticresources/SLDS203_MPM/README.md new file mode 100644 index 0000000..5861e0e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/README.md @@ -0,0 +1,33 @@ +# Lightning Design System +# Version: 2.1.2 +# Salesforce Lightning Design System + +Welcome to the [Salesforce Lightning Design System](https://www.lightningdesignsystem.com) brought to you by [Salesforce UX](https://twitter.com/salesforceux). + +* Tailored for building Salesforce apps: Using the Lightning Design System markup and CSS framework results in UIs that reflect the Salesforce Lightning look and feel. +* Continuously updated: As long as you’re using the latest version of the Lightning Design System, your pages are always up to date with Salesforce UI changes. + +## Documentation + +[Salesforce Lightning Design System web site](https://www.lightningdesignsystem.com) + +## Contents + +* assets/ + - fonts/ - the Salesforce Sans font + - icons/ - PNG, SVG and SVG spritemap versions of icons + - images/ - including spinners + - styles/ + - salesforce-lightning-design-system.css (regular CSS — which should not be used within a component that already has access to the SLDS CSS within the platform — please use the scoping tool mentioned below) + - salesforce-lightning-design-system.min.css (minified CSS) + - (The scoped files for -vf and -ltng have been removed from the download. If you still need a scoped file, a custom scoped file should be built using [the file scoping tool](https://tools.lightningdesignsystem.com/css-customizer)) +* scss/ - the Sass source for the Lightning Design System CSS +* swatches/ + - salesforce-lightning-design-system.ase + - salesforce-lightning-design-system.clr - adobe and ios swatch formats, respectively. See [https://helpx.adobe.com/photoshop/using/customizing-color-pickers-swatches.html](https://helpx.adobe.com/photoshop/using/customizing-color-pickers-swatches.html) + +## Licenses + +* Source code is licensed under [BSD License Clause 2](http://opensource.org/licenses/BSD-2-Clause) +* All icons and images are licensed under [Creative Commons Attribution-NoDerivatives 4.0](http://creativecommons.org/licenses/by-nd/4.0/) +* The font is licensed under our [font license](https://www.lightningdesignsystem.com/assets/licenses/License-for-font.txt) diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/License-for-font.txt b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/License-for-font.txt new file mode 100644 index 0000000..721a257 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/License-for-font.txt @@ -0,0 +1,106 @@ +FONT LICENSE AGREEMENT + +THIS FONT LICENSE AGREEMENT (“AGREEMENT”) IS A LEGAL AGREEMENT BETWEEN YOU AND +SALESFORCE.COM, INC. (“WE”, “US”, “OUR”, AND “SALESFORCE”) THAT GOVERNS YOUR +ACQUISITION AND USE OF THE SALESFORCE SANS FONT (E.G., TYPEFACE, TYPOGRAPHIC +CHARACTERS, ALPHANUMERICS, SYMBOLS, DESIGNS, AND ORNAMENTS) AND THE RELATED +FONT FILES (E.G., TRUETYPE (TTF), WEB OPEN FONT FORMAT (WOFF,WOFF2), EMBEDDED +OPENTYPE (EOT), AND SCALABLE VECTOR GRAPHICS (SVG) FILES) (COLLECTIVELY, THE +“FONT”). BY DOWNLOADING OR USING THE FONT, YOU AGREE TO THE TERMS OF THIS +AGREEMENT. IF YOU ARE DOWNLOADING OR USING THE FONT ON BEHALF OF A COMPANY OR +OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE AUTHORITY TO BIND SUCH +ENTITY AND ITS AFFILIATES TO THIS AGREEMENT, IN WHICH CASE THE TERMS “YOU” OR +“YOUR” WILL REFER TO SUCH ENTITY AND ITS AFFILIATES. IF YOU DO NOT HAVE SUCH +AUTHORITY, OR IF YOU DO NOT AGREE WITH THE TERMS OF THIS AGREEMENT, YOU MUST +NOT DOWNLOAD OR USE THE FONT. This Agreement was last updated on August 21, +2015. It is effective between You and Us as of the date You accept this +Agreement by downloading or using the Font. + +1. License Grant +Subject to the terms of this Agreement and any other +applicable Salesforce terms, conditions, and acceptable use policies (AUPs), +We hereby grant to You a revocable, non-transferable, non-exclusive, and non- +sublicenseable limited license to, without modification, reproduce and use the +Font solely to create applications with the Salesforce Lightning Design System +that run in Salesforce or on a Salesforce platform (e.g., Lightning, Heroku, +Visualforce) (“Applications”). + +2. Restrictions +To the extent your Application contains copyright notices, +together with all other copyright notices included with each Application, You +will include the following copyright notice: “The Salesforce Sans Font is used +under license from salesforce.com, inc. Copyright 2015 Salesforce.com, Inc.” +You may not modify, adapt, translate, reverse engineer, decompile, +disassemble, or create derivative works based on the Font. You must include +the Font in an Application in a manner that does not allow a user to access +the Font outside of the Application. You will not use the Font on a +standalone basis and will only use the Font as part of the Salesforce +Lightning Design System. You must not take any action which will have the +direct or indirect effect of causing the Font to become subject to the terms +of an open source license or any similar terms. You may refer to the Font as +“Salesforce Sans”, but You may not use any other Salesforce trademark in +connection with the Font except as may be expressly agreed to by Salesforce in +writing or as set forth in other applicable Salesforce terms, conditions, and +acceptable use policies (AUPs) and in any event You must comply at all times +with the Salesforce Trademark and Copyright Usage Guidelines located at http:/ +/www2.sfdcstatic.com/assets/pdf/misc/salesforce_Trademark_Usage_Guidelines.pdf +and any other supplemental guidelines that may apply to you. You must not +license, sublicense, sell, resell, rent, lease, transfer, assign, distribute, +time share, or otherwise commercially exploit the Font nor make the Font +available to any third party, other than as expressly permitted by this +Agreement. To the extent any Font documentation, style guides, or other +applicable Salesforce terms, conditions, and acceptable use policies (AUPs) +impose guidelines or restrictions for the use of the Font, You will abide by +those guidelines and restrictions. + +3. Ownership +Subject to the limited rights expressly granted hereunder, We +reserve all rights, title, and interest in and to the Font, including all +related intellectual property rights. No rights are granted to You hereunder +other than as expressly set forth herein. We shall have a royalty-free, +worldwide, irrevocable, perpetual license to use and incorporate into the Font +any suggestions, enhancement requests, recommendations, or other feedback +provided by You. + +4. Term and Termination +This Agreement will take effect when you download or +use the Font and will terminate upon the earlier of: (a) Your failure to +comply with any term of this Agreement or any other applicable Salesforce +terms, conditions, and acceptable use policies (AUPs); (b) return, +destruction, or deletion of all copies of the Font in your possession; or, (c) +60 days after Salesforce provides You with written notice of termination. +Salesforce’s rights and your obligations will survive the termination of this +Agreement. Upon termination of this Agreement by Salesforce, if requested by +Salesforce, you will destroy or delete all copies of the Font in your +possession and cease using the Font in all Applications. + +5. No Warranty +THE FONT IS PROVIDED “AS-IS,” EXCLUSIVE OF ANY WARRANTY +WHATSOEVER. WE DISCLAIM ALL IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION +ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, +TITLE, AND NON-INFRINGEMENT. The Font may contain bugs or errors. Any use of +the Font is at Your sole risk. You acknowledge that We may discontinue making +the Font available to You at any time in Our sole discretion. + +6. No Damages +IN NO EVENT SHALL WE HAVE ANY LIABILITY HEREUNDER TO YOU FOR +ANY DAMAGES WHATSOEVER, INCLUDING BUT NOT LIMITED TO DIRECT, INDIRECT, +SPECIAL, INCIDENTAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES, OR DAMAGES BASED ON +LOST PROFITS, DATA OR USE, HOWEVER CAUSED AND, WHETHER IN CONTRACT, TORT OR +UNDER ANY OTHER THEORY OF LIABILITY, WHETHER OR NOT YOU HAVE BEEN ADVISED OF +THE POSSIBILITY OF SUCH DAMAGES. + +7. General Provisions +You may not assign any of Your rights or obligations +hereunder, whether by operation of law or otherwise, without Our prior written +consent. This Agreement shall be governed exclusively by the internal laws of +the State of California, without regard to its conflicts of laws rules. Each +party hereby consents to the exclusive jurisdiction of the state and federal +courts located in San Francisco County, California to adjudicate any dispute +arising out of or relating to this Agreement. This Agreement constitutes the +entire agreement between the parties, and supersedes all prior and +contemporaneous agreements, proposals or representations, written or oral, +concerning its subject matter. No modification, amendment, or waiver of any +provision of this Agreement shall be effective unless in writing and either +signed or accepted electronically by the party against whom the modification, +amendment or waiver is to be asserted. diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Bold.ttf b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Bold.ttf new file mode 100644 index 0000000..12e439f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Bold.ttf differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-BoldItalic.ttf b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-BoldItalic.ttf new file mode 100644 index 0000000..0eb9deb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-BoldItalic.ttf differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Italic.ttf b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Italic.ttf new file mode 100644 index 0000000..b03fc87 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Italic.ttf differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Light.ttf b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Light.ttf new file mode 100644 index 0000000..b9dcdef Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Light.ttf differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-LightItalic.ttf b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-LightItalic.ttf new file mode 100644 index 0000000..4146373 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-LightItalic.ttf differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Regular.ttf b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Regular.ttf new file mode 100644 index 0000000..f486935 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Regular.ttf differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Thin.ttf b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Thin.ttf new file mode 100644 index 0000000..5ad6071 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-Thin.ttf differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-ThinItalic.ttf b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-ThinItalic.ttf new file mode 100644 index 0000000..684965c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/SalesforceSans-ThinItalic.ttf differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.eot b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.eot new file mode 100644 index 0000000..b391605 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.eot differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.svg new file mode 100644 index 0000000..16a3ae6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.svg @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.woff b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.woff new file mode 100644 index 0000000..6ec23a8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.woff differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.woff2 b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.woff2 new file mode 100644 index 0000000..8425952 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Bold.woff2 differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.eot b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.eot new file mode 100644 index 0000000..47da582 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.eot differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.svg new file mode 100644 index 0000000..2f31ec6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.svg @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.woff b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.woff new file mode 100644 index 0000000..bd44622 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.woff differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.woff2 b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.woff2 new file mode 100644 index 0000000..ce640f2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-BoldItalic.woff2 differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.eot b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.eot new file mode 100644 index 0000000..7cac6cf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.eot differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.svg new file mode 100644 index 0000000..a893ccf --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.svg @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.woff b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.woff new file mode 100644 index 0000000..aa6a6b3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.woff differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.woff2 b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.woff2 new file mode 100644 index 0000000..f729b67 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Italic.woff2 differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.eot b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.eot new file mode 100644 index 0000000..52a7b68 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.eot differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.svg new file mode 100644 index 0000000..cde501d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.svg @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.woff b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.woff new file mode 100644 index 0000000..dc25e65 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.woff differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.woff2 b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.woff2 new file mode 100644 index 0000000..f467a3b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Light.woff2 differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.eot b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.eot new file mode 100644 index 0000000..2c0ceeb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.eot differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.svg new file mode 100644 index 0000000..e62fbc0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.svg @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.woff b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.woff new file mode 100644 index 0000000..15cbe9f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.woff differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.woff2 b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.woff2 new file mode 100644 index 0000000..6aef541 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-LightItalic.woff2 differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.eot b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.eot new file mode 100644 index 0000000..33e29eb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.eot differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.svg new file mode 100644 index 0000000..1312dc3 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.svg @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.woff b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.woff new file mode 100644 index 0000000..b858d09 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.woff differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.woff2 b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.woff2 new file mode 100644 index 0000000..37c7671 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Regular.woff2 differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.eot b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.eot new file mode 100644 index 0000000..6fcba44 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.eot differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.svg new file mode 100644 index 0000000..76fcd42 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.svg @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.woff b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.woff new file mode 100644 index 0000000..3a2285e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.woff differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.woff2 b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.woff2 new file mode 100644 index 0000000..8b2be1c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-Thin.woff2 differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.eot b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.eot new file mode 100644 index 0000000..6eaefd6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.eot differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.svg new file mode 100644 index 0000000..828ae6b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.svg @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.woff b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.woff new file mode 100644 index 0000000..cd498ec Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.woff differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.woff2 b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.woff2 new file mode 100644 index 0000000..a51b2ea Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/fonts/webfonts/SalesforceSans-ThinItalic.woff2 differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/License-for-icons.txt b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/License-for-icons.txt new file mode 100644 index 0000000..9a8a66a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/License-for-icons.txt @@ -0,0 +1,267 @@ +Creative Commons Attribution-NoDerivatives 4.0 International Public License +https://creativecommons.org/licenses/by-nd/4.0/legalcode + + + +SUMMARY OF THE LICENSE: + +You are free to: + +* Share — copy and redistribute the material in any medium or format + for any purpose, even commercially. +* The licensor cannot revoke these freedoms as long as you follow the + license terms. + +Under the following terms: + +* Attribution — You must give appropriate credit, provide a link to + the license, and indicate if changes were made. You may do so in any + reasonable manner, but not in any way that suggests the licensor + endorses you or your use. +* NoDerivatives — If you remix, transform, or build upon the material, + you may not distribute the modified material. + +No additional restrictions — You may not apply legal terms or +technological measures that legally restrict others from doing +anything the license permits. + + + +FULL LICENSE TEXT: + +By exercising the Licensed Rights (defined below), You accept and +agree to be bound by the terms and conditions of this Creative Commons +Attribution-NoDerivatives 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + +Section 1 – Definitions. +a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material and + in which the Licensed Material is translated, altered, arranged, + transformed, or otherwise modified in a manner requiring permission + under the Copyright and Similar Rights held by the Licensor. For + purposes of this Public License, where the Licensed Material is a + musical work, performance, or sound recording, Adapted Material is + always produced where the Licensed Material is synched in timed + relation with a moving image. +b. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) (#s2b) are not Copyright and + Similar Rights. +c. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. +d. Exceptions and Limitations means fair use, fair dealing, and/or any + other exception or limitation to Copyright and Similar Rights that + applies to Your use of the Licensed Material. +e. Licensed Material means the artistic or literary work, database, or + other material to which the Licensor applied this Public License. +f. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. +g. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. +h. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such as + reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. +i. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. +j. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. +a. License grant. + 1. Subject to the terms and conditions of this Public License, the + Licensor hereby grants You a worldwide, royalty-free, non- + sublicensable, non-exclusive, irrevocable license to exercise the + Licensed Rights in the Licensed Material to: + A. reproduce and Share the Licensed Material, in whole or in part; + and + B. produce and reproduce, but not Share, Adapted Material. + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public License + does not apply, and You do not need to comply with its terms and + conditions. + 3. Term. The term of this Public License is specified in Section + 6(a) (#s6a) . + 4. Media and formats; technical modifications allowed. The Licensor + authorizes You to exercise the Licensed Rights in all media and + formats whether now known or hereafter created, and to make + technical modifications necessary to do so. The Licensor waives + and/or agrees not to assert any right or authority to forbid You + from making technical modifications necessary to exercise the + Licensed Rights, including technical modifications necessary to + circumvent Effective Technological Measures. For purposes of this + Public License, simply making modifications authorized by this + Section 2(a)(4) (#s2a4) never produces Adapted Material. + 5. Downstream recipients. + A. Offer from the Licensor – Licensed Material. Every recipient of + the Licensed Material automatically receives an offer from the + Licensor to exercise the Licensed Rights under the terms and + conditions of this Public License. + B. No downstream restrictions. You may not offer or impose any + additional or different terms or conditions on, or apply any + Effective Technological Measures to, the Licensed Material if + doing so restricts exercise of the Licensed Rights by any + recipient of the Licensed Material. + 6. No endorsement. Nothing in this Public License constitutes or may + be construed as permission to assert or imply that You are, or + that Your use of the Licensed Material is, connected with, or + sponsored, endorsed, or granted official status by, the Licensor + or others designated to receive attribution as provided in + Section 3(a)(1)(A)(i) (#s3a1Ai) . +b. Other rights. + 1. Moral rights, such as the right of integrity, are not licensed + under this Public License, nor are publicity, privacy, and/or + other similar personality rights; however, to the extent + possible, the Licensor waives and/or agrees not to assert any + such rights held by the Licensor to the limited extent necessary + to allow You to exercise the Licensed Rights, but not otherwise. + 2. Patent and trademark rights are not licensed under this Public + License. + 3. To the extent possible, the Licensor waives any right to collect + royalties from You for the exercise of the Licensed Rights, + whether directly or through a collecting society under any + voluntary or waivable statutory or compulsory licensing scheme. + In all other cases the Licensor expressly reserves any right to + collect such royalties. + +Section 3 – License Conditions. +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. +a. Attribution. + 1. If You Share the Licensed Material, You must: + A. retain the following if it is supplied by the Licensor with the + Licensed Material: + i. identification of the creator(s) of the Licensed Material and + any others designated to receive attribution, in any + reasonable manner requested by the Licensor (including by + pseudonym if designated); ii. a copyright notice; iii. a + notice that refers to this Public License; iv. a notice that + refers to the disclaimer of warranties; + v. a URI or hyperlink to the Licensed Material to the extent + reasonably practicable; + B. indicate if You modified the Licensed Material and retain an + indication of any previous modifications; and + C. indicate the Licensed Material is licensed under this Public + License, and include the text of, or the URI or hyperlink to, + this Public License. For the avoidance of doubt, You do not + have permission under this Public License to Share Adapted + Material. + 2. You may satisfy the conditions in Section 3(a)(1) (#s3a1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required information. + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) (#s3a1A) to the extent + reasonably practicable. + +Section 4 – Sui Generis Database Rights. +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + a. for the avoidance of doubt, Section 2(a)(1) (#s2a1) grants You + the right to extract, reuse, reproduce, and Share all or a + substantial portion of the contents of the database, provided You + do not Share Adapted Material; + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + c. You must comply with the conditions in Section 3(a) (#s3a) if You + Share all or a substantial portion of the contents of the + database. + +For the avoidance of doubt, this Section 4 (#s4) supplements and does +not replace Your obligations under this Public License where the +Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. +a. Unless otherwise separately undertaken by the Licensor, to the + extent possible, the Licensor offers the Licensed Material as-is + and as-available, and makes no representations or warranties of any + kind concerning the Licensed Material, whether express, implied, + statutory, or other. This includes, without limitation, warranties + of title, merchantability, fitness for a particular purpose, non- + infringement, absence of latent or other defects, accuracy, or the + presence or absence of errors, whether or not known or + discoverable. Where disclaimers of warranties are not allowed in + full or in part, this disclaimer may not apply to You. +b. To the extent possible, in no event will the Licensor be liable to + You on any legal theory (including, without limitation, negligence) + or otherwise for any direct, special, indirect, incidental, + consequential, punitive, exemplary, or other losses, costs, + expenses, or damages arising out of this Public License or use of + the Licensed Material, even if the Licensor has been advised of the + possibility of such losses, costs, expenses, or damages. Where a + limitation of liability is not allowed in full or in part, this + limitation may not apply to You. + +c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + +Section 6 – Term and Termination. +a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. +b. Where Your right to use the Licensed Material has terminated under + Section 6(a) (#s6a) , it reinstates: + 1. automatically as of the date the violation is cured, provided it + is cured within 30 days of Your discovery of the violation; or + 2. upon express reinstatement by the Licensor. For the avoidance of + doubt, this Section 6(b) (#s6b) does not affect any right the + Licensor may have to seek remedies for Your violations of this + Public License. +c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. +d. Sections 1 (#s1) , 5 (#s5) , 6 (#s6) , 7 (#s7) , and 8 (#s8) + survive termination of this Public License. + +Section 7 – Other Terms and Conditions. +a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. +b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. +a. For the avoidance of doubt, this Public License does not, and shall + not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. +b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. +c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. +d. Nothing in this Public License constitutes or may be interpreted as + a limitation upon, or waiver of, any privileges and immunities that + apply to the Licensor or You, including from the legal processes of + any jurisdiction or authority. diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/README-dist.md b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/README-dist.md new file mode 100644 index 0000000..50baaa4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/README-dist.md @@ -0,0 +1,18 @@ +Salesforce Design System Icons + +Contents: + +action-sprite/ - sprited SVGs, see symbols.html and svg/symbols.svg +custom-sprite/ +doctype-sprite/ +standard-sprite/ +utility-sprite/ + +action/ - individual 60x60 and 120x120 PNG icons, SVG icons +custom/ +doctype/ +standard/ +utility/ + +License-for-icons.txt + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action-sprite/svg/symbols.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action-sprite/svg/symbols.svg new file mode 100644 index 0000000..c7d4a9e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action-sprite/svg/symbols.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action-sprite/symbols.html b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action-sprite/symbols.html new file mode 100644 index 0000000..13f6961 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action-sprite/symbols.html @@ -0,0 +1,4401 @@ + + + + + + + + SVG <symbol> sprite preview | svg-sprite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    SVG <symbol> sprite preview

    +

    This preview features two methods of using the generated sprite in conjunction with inline SVG. Please have a look at the HTML source for further details and be aware of the following constraints:

    +
      +
    • Your browser has to support inline SVG for these techniques to work.
    • +
    • The embedded sprite (A) slightly differs from the generated external one. Please see the documentation for details on how to create such an embeddable sprite.
    • +
    • Internet Explorer up to version 11 doesn't support external sprites for use with inline SVG. For IE 9-11, you may polyfill this functionality with SVG for Everybody.
    • +
    +
    +
    + + + +

    A) Inline SVG with embedded sprite

    +
      + +
    • +
      + + + + + + +
      +

      add_contact

      +
    • +
    • +
      + + + + + + +
      +

      add_relationship

      +
    • +
    • +
      + + + + + + +
      +

      announcement

      +
    • +
    • +
      + + + + + + +
      +

      apex

      +
    • +
    • +
      + + + + + + +
      +

      approval

      +
    • +
    • +
      + + + + + + +
      +

      back

      +
    • +
    • +
      + + + + + + +
      +

      call

      +
    • +
    • +
      + + + + + + +
      +

      canvas

      +
    • +
    • +
      + + + + + + +
      +

      change_owner

      +
    • +
    • +
      + + + + + + +
      +

      change_record_type

      +
    • +
    • +
      + + + + + + +
      +

      check

      +
    • +
    • +
      + + + + + + +
      +

      clone

      +
    • +
    • +
      + + + + + + +
      +

      close

      +
    • +
    • +
      + + + + + + +
      +

      defer

      +
    • +
    • +
      + + + + + + +
      +

      delete

      +
    • +
    • +
      + + + + + + +
      +

      description

      +
    • +
    • +
      + + + + + + +
      +

      dial_in

      +
    • +
    • +
      + + + + + + +
      +

      download

      +
    • +
    • +
      + + + + + + +
      +

      edit

      +
    • +
    • +
      + + + + + + +
      +

      edit_groups

      +
    • +
    • +
      + + + + + + +
      +

      edit_relationship

      +
    • +
    • +
      + + + + + + +
      +

      email

      +
    • +
    • +
      + + + + + + +
      +

      fallback

      +
    • +
    • +
      + + + + + + +
      +

      filter

      +
    • +
    • +
      + + + + + + +
      +

      flow

      +
    • +
    • +
      + + + + + + +
      +

      follow

      +
    • +
    • +
      + + + + + + +
      +

      following

      +
    • +
    • +
      + + + + + + +
      +

      freeze_user

      +
    • +
    • +
      + + + + + + +
      +

      goal

      +
    • +
    • +
      + + + + + + +
      +

      google_news

      +
    • +
    • +
      + + + + + + +
      +

      info

      +
    • +
    • +
      + + + + + + +
      +

      join_group

      +
    • +
    • +
      + + + + + + +
      +

      lead_convert

      +
    • +
    • +
      + + + + + + +
      +

      leave_group

      +
    • +
    • +
      + + + + + + +
      +

      log_a_call

      +
    • +
    • +
      + + + + + + +
      +

      log_event

      +
    • +
    • +
      + + + + + + +
      +

      manage_perm_sets

      +
    • +
    • +
      + + + + + + +
      +

      map

      +
    • +
    • +
      + + + + + + +
      +

      more

      +
    • +
    • +
      + + + + + + +
      +

      new

      +
    • +
    • +
      + + + + +
      +

      new_account

      +
    • +
    • +
      + + + + + + +
      +

      new_campaign

      +
    • +
    • +
      + + + + + + +
      +

      new_case

      +
    • +
    • +
      + + + + + + +
      +

      new_child_case

      +
    • +
    • +
      + + + + + + +
      +

      new_contact

      +
    • +
    • +
      + + + + + + +
      +

      new_custom1

      +
    • +
    • +
      + + + + + + +
      +

      new_custom10

      +
    • +
    • +
      + + + + + + +
      +

      new_custom100

      +
    • +
    • +
      + + + + + + +
      +

      new_custom11

      +
    • +
    • +
      + + + + + + +
      +

      new_custom12

      +
    • +
    • +
      + + + + + + +
      +

      new_custom13

      +
    • +
    • +
      + + + + + + +
      +

      new_custom14

      +
    • +
    • +
      + + + + + + +
      +

      new_custom15

      +
    • +
    • +
      + + + + + + +
      +

      new_custom16

      +
    • +
    • +
      + + + + + + +
      +

      new_custom17

      +
    • +
    • +
      + + + + + + +
      +

      new_custom18

      +
    • +
    • +
      + + + + + + +
      +

      new_custom19

      +
    • +
    • +
      + + + + + + +
      +

      new_custom2

      +
    • +
    • +
      + + + + + + +
      +

      new_custom20

      +
    • +
    • +
      + + + + + + +
      +

      new_custom21

      +
    • +
    • +
      + + + + + + +
      +

      new_custom22

      +
    • +
    • +
      + + + + + + +
      +

      new_custom23

      +
    • +
    • +
      + + + + + + +
      +

      new_custom24

      +
    • +
    • +
      + + + + + + +
      +

      new_custom25

      +
    • +
    • +
      + + + + + + +
      +

      new_custom26

      +
    • +
    • +
      + + + + + + +
      +

      new_custom27

      +
    • +
    • +
      + + + + + + +
      +

      new_custom28

      +
    • +
    • +
      + + + + + + +
      +

      new_custom29

      +
    • +
    • +
      + + + + + + +
      +

      new_custom3

      +
    • +
    • +
      + + + + + + +
      +

      new_custom30

      +
    • +
    • +
      + + + + + + +
      +

      new_custom31

      +
    • +
    • +
      + + + + + + +
      +

      new_custom32

      +
    • +
    • +
      + + + + + + +
      +

      new_custom33

      +
    • +
    • +
      + + + + + + +
      +

      new_custom34

      +
    • +
    • +
      + + + + + + +
      +

      new_custom35

      +
    • +
    • +
      + + + + + + +
      +

      new_custom36

      +
    • +
    • +
      + + + + + + +
      +

      new_custom37

      +
    • +
    • +
      + + + + + + +
      +

      new_custom38

      +
    • +
    • +
      + + + + + + +
      +

      new_custom39

      +
    • +
    • +
      + + + + + + +
      +

      new_custom4

      +
    • +
    • +
      + + + + + + +
      +

      new_custom40

      +
    • +
    • +
      + + + + + + +
      +

      new_custom41

      +
    • +
    • +
      + + + + + + +
      +

      new_custom42

      +
    • +
    • +
      + + + + + + +
      +

      new_custom43

      +
    • +
    • +
      + + + + + + +
      +

      new_custom44

      +
    • +
    • +
      + + + + + + +
      +

      new_custom45

      +
    • +
    • +
      + + + + + + +
      +

      new_custom46

      +
    • +
    • +
      + + + + + + +
      +

      new_custom47

      +
    • +
    • +
      + + + + + + +
      +

      new_custom48

      +
    • +
    • +
      + + + + + + +
      +

      new_custom49

      +
    • +
    • +
      + + + + + + +
      +

      new_custom5

      +
    • +
    • +
      + + + + + + +
      +

      new_custom50

      +
    • +
    • +
      + + + + + + +
      +

      new_custom51

      +
    • +
    • +
      + + + + + + +
      +

      new_custom52

      +
    • +
    • +
      + + + + + + +
      +

      new_custom53

      +
    • +
    • +
      + + + + + + +
      +

      new_custom54

      +
    • +
    • +
      + + + + + + +
      +

      new_custom55

      +
    • +
    • +
      + + + + + + +
      +

      new_custom56

      +
    • +
    • +
      + + + + + + +
      +

      new_custom57

      +
    • +
    • +
      + + + + + + +
      +

      new_custom58

      +
    • +
    • +
      + + + + + + +
      +

      new_custom59

      +
    • +
    • +
      + + + + + + +
      +

      new_custom6

      +
    • +
    • +
      + + + + + + +
      +

      new_custom60

      +
    • +
    • +
      + + + + + + +
      +

      new_custom61

      +
    • +
    • +
      + + + + + + +
      +

      new_custom62

      +
    • +
    • +
      + + + + + + +
      +

      new_custom63

      +
    • +
    • +
      + + + + + + +
      +

      new_custom64

      +
    • +
    • +
      + + + + + + +
      +

      new_custom65

      +
    • +
    • +
      + + + + + + +
      +

      new_custom66

      +
    • +
    • +
      + + + + + + +
      +

      new_custom67

      +
    • +
    • +
      + + + + + + +
      +

      new_custom68

      +
    • +
    • +
      + + + + + + +
      +

      new_custom69

      +
    • +
    • +
      + + + + + + +
      +

      new_custom7

      +
    • +
    • +
      + + + + + + +
      +

      new_custom70

      +
    • +
    • +
      + + + + + + +
      +

      new_custom71

      +
    • +
    • +
      + + + + + + +
      +

      new_custom72

      +
    • +
    • +
      + + + + + + +
      +

      new_custom73

      +
    • +
    • +
      + + + + + + +
      +

      new_custom74

      +
    • +
    • +
      + + + + + + +
      +

      new_custom75

      +
    • +
    • +
      + + + + + + +
      +

      new_custom76

      +
    • +
    • +
      + + + + + + +
      +

      new_custom77

      +
    • +
    • +
      + + + + + + +
      +

      new_custom78

      +
    • +
    • +
      + + + + + + +
      +

      new_custom79

      +
    • +
    • +
      + + + + + + +
      +

      new_custom8

      +
    • +
    • +
      + + + + + + +
      +

      new_custom80

      +
    • +
    • +
      + + + + + + +
      +

      new_custom81

      +
    • +
    • +
      + + + + + + +
      +

      new_custom82

      +
    • +
    • +
      + + + + + + +
      +

      new_custom83

      +
    • +
    • +
      + + + + + + +
      +

      new_custom84

      +
    • +
    • +
      + + + + + + +
      +

      new_custom85

      +
    • +
    • +
      + + + + + + +
      +

      new_custom86

      +
    • +
    • +
      + + + + + + +
      +

      new_custom87

      +
    • +
    • +
      + + + + + + +
      +

      new_custom88

      +
    • +
    • +
      + + + + + + +
      +

      new_custom89

      +
    • +
    • +
      + + + + + + +
      +

      new_custom9

      +
    • +
    • +
      + + + + + + +
      +

      new_custom90

      +
    • +
    • +
      + + + + + + +
      +

      new_custom91

      +
    • +
    • +
      + + + + + + +
      +

      new_custom92

      +
    • +
    • +
      + + + + + + +
      +

      new_custom93

      +
    • +
    • +
      + + + + + + +
      +

      new_custom94

      +
    • +
    • +
      + + + + + + +
      +

      new_custom95

      +
    • +
    • +
      + + + + + + +
      +

      new_custom96

      +
    • +
    • +
      + + + + + + +
      +

      new_custom97

      +
    • +
    • +
      + + + + + + +
      +

      new_custom98

      +
    • +
    • +
      + + + + + + +
      +

      new_custom99

      +
    • +
    • +
      + + + + + + +
      +

      new_event

      +
    • +
    • +
      + + + + + + +
      +

      new_group

      +
    • +
    • +
      + + + + + + +
      +

      new_lead

      +
    • +
    • +
      + + + + + + +
      +

      new_note

      +
    • +
    • +
      + + + + + + +
      +

      new_notebook

      +
    • +
    • +
      + + + + + + +
      +

      new_opportunity

      +
    • +
    • +
      + + + + +
      +

      new_person_account

      +
    • +
    • +
      + + + + + + +
      +

      new_task

      +
    • +
    • +
      + + + + + + +
      +

      password_unlock

      +
    • +
    • +
      + + + + + + +
      +

      preview

      +
    • +
    • +
      + + + + + + +
      +

      priority

      +
    • +
    • +
      + + + + + + +
      +

      question_post_action

      +
    • +
    • +
      + + + + + + +
      +

      quote

      +
    • +
    • +
      + + + + + + +
      +

      record

      +
    • +
    • +
      + + + + + + +
      +

      refresh

      +
    • +
    • +
      + + + + + + +
      +

      reject

      +
    • +
    • +
      + + + + + + +
      +

      remove

      +
    • +
    • +
      + + + + + + +
      +

      remove_relationship

      +
    • +
    • +
      + + + + + + +
      +

      reset_password

      +
    • +
    • +
      + + + + + + +
      +

      share

      +
    • +
    • +
      + + + + + + +
      +

      share_file

      +
    • +
    • +
      + + + + + + +
      +

      share_link

      +
    • +
    • +
      + + + + + + +
      +

      share_poll

      +
    • +
    • +
      + + + + + + +
      +

      share_post

      +
    • +
    • +
      + + + + + + +
      +

      share_thanks

      +
    • +
    • +
      + + + + + + +
      +

      sort

      +
    • +
    • +
      + + + + + + +
      +

      submit_for_approval

      +
    • +
    • +
      + + + + + + +
      +

      update

      +
    • +
    • +
      + + + + + + +
      +

      update_status

      +
    • +
    • +
      + + + + + + +
      +

      upload

      +
    • +
    • +
      + + + + + + +
      +

      user

      +
    • +
    • +
      + + + + + + +
      +

      user_activation

      +
    • +
    • +
      + + + + + + +
      +

      view_relationship

      +
    • +
    • +
      + + + + + + +
      +

      web_link

      +
    • +
    + + + +
    +
    + + + +

    B) Inline SVG with external sprite (IE 9-11 with polyfill only)

    +
      + +
    • +
      + + + + + + +
      +

      add_contact

      +
    • +
    • +
      + + + + + + +
      +

      add_relationship

      +
    • +
    • +
      + + + + + + +
      +

      announcement

      +
    • +
    • +
      + + + + + + +
      +

      apex

      +
    • +
    • +
      + + + + + + +
      +

      approval

      +
    • +
    • +
      + + + + + + +
      +

      back

      +
    • +
    • +
      + + + + + + +
      +

      call

      +
    • +
    • +
      + + + + + + +
      +

      canvas

      +
    • +
    • +
      + + + + + + +
      +

      change_owner

      +
    • +
    • +
      + + + + + + +
      +

      change_record_type

      +
    • +
    • +
      + + + + + + +
      +

      check

      +
    • +
    • +
      + + + + + + +
      +

      clone

      +
    • +
    • +
      + + + + + + +
      +

      close

      +
    • +
    • +
      + + + + + + +
      +

      defer

      +
    • +
    • +
      + + + + + + +
      +

      delete

      +
    • +
    • +
      + + + + + + +
      +

      description

      +
    • +
    • +
      + + + + + + +
      +

      dial_in

      +
    • +
    • +
      + + + + + + +
      +

      download

      +
    • +
    • +
      + + + + + + +
      +

      edit

      +
    • +
    • +
      + + + + + + +
      +

      edit_groups

      +
    • +
    • +
      + + + + + + +
      +

      edit_relationship

      +
    • +
    • +
      + + + + + + +
      +

      email

      +
    • +
    • +
      + + + + + + +
      +

      fallback

      +
    • +
    • +
      + + + + + + +
      +

      filter

      +
    • +
    • +
      + + + + + + +
      +

      flow

      +
    • +
    • +
      + + + + + + +
      +

      follow

      +
    • +
    • +
      + + + + + + +
      +

      following

      +
    • +
    • +
      + + + + + + +
      +

      freeze_user

      +
    • +
    • +
      + + + + + + +
      +

      goal

      +
    • +
    • +
      + + + + + + +
      +

      google_news

      +
    • +
    • +
      + + + + + + +
      +

      info

      +
    • +
    • +
      + + + + + + +
      +

      join_group

      +
    • +
    • +
      + + + + + + +
      +

      lead_convert

      +
    • +
    • +
      + + + + + + +
      +

      leave_group

      +
    • +
    • +
      + + + + + + +
      +

      log_a_call

      +
    • +
    • +
      + + + + + + +
      +

      log_event

      +
    • +
    • +
      + + + + + + +
      +

      manage_perm_sets

      +
    • +
    • +
      + + + + + + +
      +

      map

      +
    • +
    • +
      + + + + + + +
      +

      more

      +
    • +
    • +
      + + + + + + +
      +

      new

      +
    • +
    • +
      + + + + +
      +

      new_account

      +
    • +
    • +
      + + + + + + +
      +

      new_campaign

      +
    • +
    • +
      + + + + + + +
      +

      new_case

      +
    • +
    • +
      + + + + + + +
      +

      new_child_case

      +
    • +
    • +
      + + + + + + +
      +

      new_contact

      +
    • +
    • +
      + + + + + + +
      +

      new_custom1

      +
    • +
    • +
      + + + + + + +
      +

      new_custom10

      +
    • +
    • +
      + + + + + + +
      +

      new_custom100

      +
    • +
    • +
      + + + + + + +
      +

      new_custom11

      +
    • +
    • +
      + + + + + + +
      +

      new_custom12

      +
    • +
    • +
      + + + + + + +
      +

      new_custom13

      +
    • +
    • +
      + + + + + + +
      +

      new_custom14

      +
    • +
    • +
      + + + + + + +
      +

      new_custom15

      +
    • +
    • +
      + + + + + + +
      +

      new_custom16

      +
    • +
    • +
      + + + + + + +
      +

      new_custom17

      +
    • +
    • +
      + + + + + + +
      +

      new_custom18

      +
    • +
    • +
      + + + + + + +
      +

      new_custom19

      +
    • +
    • +
      + + + + + + +
      +

      new_custom2

      +
    • +
    • +
      + + + + + + +
      +

      new_custom20

      +
    • +
    • +
      + + + + + + +
      +

      new_custom21

      +
    • +
    • +
      + + + + + + +
      +

      new_custom22

      +
    • +
    • +
      + + + + + + +
      +

      new_custom23

      +
    • +
    • +
      + + + + + + +
      +

      new_custom24

      +
    • +
    • +
      + + + + + + +
      +

      new_custom25

      +
    • +
    • +
      + + + + + + +
      +

      new_custom26

      +
    • +
    • +
      + + + + + + +
      +

      new_custom27

      +
    • +
    • +
      + + + + + + +
      +

      new_custom28

      +
    • +
    • +
      + + + + + + +
      +

      new_custom29

      +
    • +
    • +
      + + + + + + +
      +

      new_custom3

      +
    • +
    • +
      + + + + + + +
      +

      new_custom30

      +
    • +
    • +
      + + + + + + +
      +

      new_custom31

      +
    • +
    • +
      + + + + + + +
      +

      new_custom32

      +
    • +
    • +
      + + + + + + +
      +

      new_custom33

      +
    • +
    • +
      + + + + + + +
      +

      new_custom34

      +
    • +
    • +
      + + + + + + +
      +

      new_custom35

      +
    • +
    • +
      + + + + + + +
      +

      new_custom36

      +
    • +
    • +
      + + + + + + +
      +

      new_custom37

      +
    • +
    • +
      + + + + + + +
      +

      new_custom38

      +
    • +
    • +
      + + + + + + +
      +

      new_custom39

      +
    • +
    • +
      + + + + + + +
      +

      new_custom4

      +
    • +
    • +
      + + + + + + +
      +

      new_custom40

      +
    • +
    • +
      + + + + + + +
      +

      new_custom41

      +
    • +
    • +
      + + + + + + +
      +

      new_custom42

      +
    • +
    • +
      + + + + + + +
      +

      new_custom43

      +
    • +
    • +
      + + + + + + +
      +

      new_custom44

      +
    • +
    • +
      + + + + + + +
      +

      new_custom45

      +
    • +
    • +
      + + + + + + +
      +

      new_custom46

      +
    • +
    • +
      + + + + + + +
      +

      new_custom47

      +
    • +
    • +
      + + + + + + +
      +

      new_custom48

      +
    • +
    • +
      + + + + + + +
      +

      new_custom49

      +
    • +
    • +
      + + + + + + +
      +

      new_custom5

      +
    • +
    • +
      + + + + + + +
      +

      new_custom50

      +
    • +
    • +
      + + + + + + +
      +

      new_custom51

      +
    • +
    • +
      + + + + + + +
      +

      new_custom52

      +
    • +
    • +
      + + + + + + +
      +

      new_custom53

      +
    • +
    • +
      + + + + + + +
      +

      new_custom54

      +
    • +
    • +
      + + + + + + +
      +

      new_custom55

      +
    • +
    • +
      + + + + + + +
      +

      new_custom56

      +
    • +
    • +
      + + + + + + +
      +

      new_custom57

      +
    • +
    • +
      + + + + + + +
      +

      new_custom58

      +
    • +
    • +
      + + + + + + +
      +

      new_custom59

      +
    • +
    • +
      + + + + + + +
      +

      new_custom6

      +
    • +
    • +
      + + + + + + +
      +

      new_custom60

      +
    • +
    • +
      + + + + + + +
      +

      new_custom61

      +
    • +
    • +
      + + + + + + +
      +

      new_custom62

      +
    • +
    • +
      + + + + + + +
      +

      new_custom63

      +
    • +
    • +
      + + + + + + +
      +

      new_custom64

      +
    • +
    • +
      + + + + + + +
      +

      new_custom65

      +
    • +
    • +
      + + + + + + +
      +

      new_custom66

      +
    • +
    • +
      + + + + + + +
      +

      new_custom67

      +
    • +
    • +
      + + + + + + +
      +

      new_custom68

      +
    • +
    • +
      + + + + + + +
      +

      new_custom69

      +
    • +
    • +
      + + + + + + +
      +

      new_custom7

      +
    • +
    • +
      + + + + + + +
      +

      new_custom70

      +
    • +
    • +
      + + + + + + +
      +

      new_custom71

      +
    • +
    • +
      + + + + + + +
      +

      new_custom72

      +
    • +
    • +
      + + + + + + +
      +

      new_custom73

      +
    • +
    • +
      + + + + + + +
      +

      new_custom74

      +
    • +
    • +
      + + + + + + +
      +

      new_custom75

      +
    • +
    • +
      + + + + + + +
      +

      new_custom76

      +
    • +
    • +
      + + + + + + +
      +

      new_custom77

      +
    • +
    • +
      + + + + + + +
      +

      new_custom78

      +
    • +
    • +
      + + + + + + +
      +

      new_custom79

      +
    • +
    • +
      + + + + + + +
      +

      new_custom8

      +
    • +
    • +
      + + + + + + +
      +

      new_custom80

      +
    • +
    • +
      + + + + + + +
      +

      new_custom81

      +
    • +
    • +
      + + + + + + +
      +

      new_custom82

      +
    • +
    • +
      + + + + + + +
      +

      new_custom83

      +
    • +
    • +
      + + + + + + +
      +

      new_custom84

      +
    • +
    • +
      + + + + + + +
      +

      new_custom85

      +
    • +
    • +
      + + + + + + +
      +

      new_custom86

      +
    • +
    • +
      + + + + + + +
      +

      new_custom87

      +
    • +
    • +
      + + + + + + +
      +

      new_custom88

      +
    • +
    • +
      + + + + + + +
      +

      new_custom89

      +
    • +
    • +
      + + + + + + +
      +

      new_custom9

      +
    • +
    • +
      + + + + + + +
      +

      new_custom90

      +
    • +
    • +
      + + + + + + +
      +

      new_custom91

      +
    • +
    • +
      + + + + + + +
      +

      new_custom92

      +
    • +
    • +
      + + + + + + +
      +

      new_custom93

      +
    • +
    • +
      + + + + + + +
      +

      new_custom94

      +
    • +
    • +
      + + + + + + +
      +

      new_custom95

      +
    • +
    • +
      + + + + + + +
      +

      new_custom96

      +
    • +
    • +
      + + + + + + +
      +

      new_custom97

      +
    • +
    • +
      + + + + + + +
      +

      new_custom98

      +
    • +
    • +
      + + + + + + +
      +

      new_custom99

      +
    • +
    • +
      + + + + + + +
      +

      new_event

      +
    • +
    • +
      + + + + + + +
      +

      new_group

      +
    • +
    • +
      + + + + + + +
      +

      new_lead

      +
    • +
    • +
      + + + + + + +
      +

      new_note

      +
    • +
    • +
      + + + + + + +
      +

      new_notebook

      +
    • +
    • +
      + + + + + + +
      +

      new_opportunity

      +
    • +
    • +
      + + + + +
      +

      new_person_account

      +
    • +
    • +
      + + + + + + +
      +

      new_task

      +
    • +
    • +
      + + + + + + +
      +

      password_unlock

      +
    • +
    • +
      + + + + + + +
      +

      preview

      +
    • +
    • +
      + + + + + + +
      +

      priority

      +
    • +
    • +
      + + + + + + +
      +

      question_post_action

      +
    • +
    • +
      + + + + + + +
      +

      quote

      +
    • +
    • +
      + + + + + + +
      +

      record

      +
    • +
    • +
      + + + + + + +
      +

      refresh

      +
    • +
    • +
      + + + + + + +
      +

      reject

      +
    • +
    • +
      + + + + + + +
      +

      remove

      +
    • +
    • +
      + + + + + + +
      +

      remove_relationship

      +
    • +
    • +
      + + + + + + +
      +

      reset_password

      +
    • +
    • +
      + + + + + + +
      +

      share

      +
    • +
    • +
      + + + + + + +
      +

      share_file

      +
    • +
    • +
      + + + + + + +
      +

      share_link

      +
    • +
    • +
      + + + + + + +
      +

      share_poll

      +
    • +
    • +
      + + + + + + +
      +

      share_post

      +
    • +
    • +
      + + + + + + +
      +

      share_thanks

      +
    • +
    • +
      + + + + + + +
      +

      sort

      +
    • +
    • +
      + + + + + + +
      +

      submit_for_approval

      +
    • +
    • +
      + + + + + + +
      +

      update

      +
    • +
    • +
      + + + + + + +
      +

      update_status

      +
    • +
    • +
      + + + + + + +
      +

      upload

      +
    • +
    • +
      + + + + + + +
      +

      user

      +
    • +
    • +
      + + + + + + +
      +

      user_activation

      +
    • +
    • +
      + + + + + + +
      +

      view_relationship

      +
    • +
    • +
      + + + + + + +
      +

      web_link

      +
    • +
    + + + +
    +
    +

    Generated at Wed, 27 Jul 2016 17:59:49 GMT by svg-sprite.

    +
    + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_contact.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_contact.svg new file mode 100644 index 0000000..f25fe0c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_contact_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_contact_120.png new file mode 100644 index 0000000..2178e08 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_contact_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_contact_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_contact_60.png new file mode 100644 index 0000000..0c752f1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_contact_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_relationship.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_relationship.svg new file mode 100644 index 0000000..3c848fb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_relationship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_relationship_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_relationship_120.png new file mode 100644 index 0000000..67c0616 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_relationship_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_relationship_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_relationship_60.png new file mode 100644 index 0000000..9a1dd0d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/add_relationship_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/announcement.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/announcement.svg new file mode 100644 index 0000000..43242ab --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/announcement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/announcement_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/announcement_120.png new file mode 100644 index 0000000..6ad9fe1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/announcement_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/announcement_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/announcement_60.png new file mode 100644 index 0000000..1f3a1eb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/announcement_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/apex.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/apex.svg new file mode 100644 index 0000000..3594b95 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/apex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/apex_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/apex_120.png new file mode 100644 index 0000000..5ceceb3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/apex_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/apex_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/apex_60.png new file mode 100644 index 0000000..59c7edf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/apex_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/approval.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/approval.svg new file mode 100644 index 0000000..fad5dfd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/approval.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/approval_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/approval_120.png new file mode 100644 index 0000000..7698d8e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/approval_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/approval_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/approval_60.png new file mode 100644 index 0000000..cd4f8c0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/approval_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/back.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/back.svg new file mode 100644 index 0000000..f596332 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/back_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/back_120.png new file mode 100644 index 0000000..5ccc3bf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/back_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/back_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/back_60.png new file mode 100644 index 0000000..878bf0e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/back_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/call.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/call.svg new file mode 100644 index 0000000..eb15b85 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/call_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/call_120.png new file mode 100644 index 0000000..f5fda42 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/call_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/call_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/call_60.png new file mode 100644 index 0000000..9f8120d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/call_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/canvas.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/canvas.svg new file mode 100644 index 0000000..e992c57 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/canvas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/canvas_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/canvas_120.png new file mode 100644 index 0000000..8f807d6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/canvas_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/canvas_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/canvas_60.png new file mode 100644 index 0000000..2d899a1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/canvas_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_owner.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_owner.svg new file mode 100644 index 0000000..f56d6d9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_owner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_owner_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_owner_120.png new file mode 100644 index 0000000..2466d7c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_owner_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_owner_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_owner_60.png new file mode 100644 index 0000000..5690bf2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_owner_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_record_type.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_record_type.svg new file mode 100644 index 0000000..b8b8451 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_record_type.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_record_type_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_record_type_120.png new file mode 100644 index 0000000..6d00cd3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_record_type_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_record_type_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_record_type_60.png new file mode 100644 index 0000000..755cf4b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/change_record_type_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/check.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/check.svg new file mode 100644 index 0000000..8dc249d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/check_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/check_120.png new file mode 100644 index 0000000..7eea2f9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/check_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/check_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/check_60.png new file mode 100644 index 0000000..ec74f53 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/check_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/clone.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/clone.svg new file mode 100644 index 0000000..8bfc52c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/clone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/clone_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/clone_120.png new file mode 100644 index 0000000..5e1de3e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/clone_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/clone_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/clone_60.png new file mode 100644 index 0000000..179a842 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/clone_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/close.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/close.svg new file mode 100644 index 0000000..0851e48 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/close_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/close_120.png new file mode 100644 index 0000000..5a3ba88 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/close_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/close_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/close_60.png new file mode 100644 index 0000000..d5e43a1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/close_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/defer.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/defer.svg new file mode 100644 index 0000000..d1dc7be --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/defer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/defer_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/defer_120.png new file mode 100644 index 0000000..a44655d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/defer_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/defer_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/defer_60.png new file mode 100644 index 0000000..64640f4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/defer_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/delete.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/delete.svg new file mode 100644 index 0000000..b58246c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/delete_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/delete_120.png new file mode 100644 index 0000000..b41b03a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/delete_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/delete_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/delete_60.png new file mode 100644 index 0000000..4ab979c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/delete_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/description.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/description.svg new file mode 100644 index 0000000..da5f393 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/description.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/description_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/description_120.png new file mode 100644 index 0000000..2fc5dc1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/description_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/description_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/description_60.png new file mode 100644 index 0000000..1542e2e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/description_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/dial_in.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/dial_in.svg new file mode 100644 index 0000000..e8d9bbe --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/dial_in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/dial_in_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/dial_in_120.png new file mode 100644 index 0000000..c36ddc0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/dial_in_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/dial_in_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/dial_in_60.png new file mode 100644 index 0000000..9ab4e82 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/dial_in_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/download.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/download.svg new file mode 100644 index 0000000..414347b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/download_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/download_120.png new file mode 100644 index 0000000..544642c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/download_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/download_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/download_60.png new file mode 100644 index 0000000..44e2c0c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/download_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit.svg new file mode 100644 index 0000000..2e02a37 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_120.png new file mode 100644 index 0000000..65faecb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_60.png new file mode 100644 index 0000000..08a9421 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_groups.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_groups.svg new file mode 100644 index 0000000..a34667c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_groups.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_groups_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_groups_120.png new file mode 100644 index 0000000..5d633ed Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_groups_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_groups_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_groups_60.png new file mode 100644 index 0000000..55f8d40 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_groups_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_relationship.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_relationship.svg new file mode 100644 index 0000000..7139bc5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_relationship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_relationship_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_relationship_120.png new file mode 100644 index 0000000..70d8729 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_relationship_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_relationship_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_relationship_60.png new file mode 100644 index 0000000..7c7b0dd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/edit_relationship_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/email.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/email.svg new file mode 100644 index 0000000..d09c853 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/email_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/email_120.png new file mode 100644 index 0000000..83c5d99 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/email_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/email_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/email_60.png new file mode 100644 index 0000000..5d4d72e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/email_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/fallback.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/fallback.svg new file mode 100644 index 0000000..2aa2a97 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/fallback.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/fallback_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/fallback_120.png new file mode 100644 index 0000000..cac20c8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/fallback_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/fallback_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/fallback_60.png new file mode 100644 index 0000000..3b02b8e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/fallback_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/filter.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/filter.svg new file mode 100644 index 0000000..cb80741 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/filter_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/filter_120.png new file mode 100644 index 0000000..7b2b600 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/filter_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/filter_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/filter_60.png new file mode 100644 index 0000000..a2c7ccf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/filter_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/flow.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/flow.svg new file mode 100644 index 0000000..8b4c39c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/flow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/flow_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/flow_120.png new file mode 100644 index 0000000..7544bce Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/flow_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/flow_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/flow_60.png new file mode 100644 index 0000000..e9b50b1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/flow_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/follow.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/follow.svg new file mode 100644 index 0000000..eea12db --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/follow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/follow_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/follow_120.png new file mode 100644 index 0000000..36fea63 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/follow_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/follow_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/follow_60.png new file mode 100644 index 0000000..0e7f7b0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/follow_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/following.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/following.svg new file mode 100644 index 0000000..6df1d22 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/following.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/following_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/following_120.png new file mode 100644 index 0000000..fa977f4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/following_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/following_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/following_60.png new file mode 100644 index 0000000..3e4c859 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/following_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/freeze_user.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/freeze_user.svg new file mode 100644 index 0000000..04ccf76 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/freeze_user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/freeze_user_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/freeze_user_120.png new file mode 100644 index 0000000..14fffef Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/freeze_user_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/freeze_user_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/freeze_user_60.png new file mode 100644 index 0000000..f6edd31 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/freeze_user_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/goal.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/goal.svg new file mode 100644 index 0000000..9f7cc7a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/goal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/goal_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/goal_120.png new file mode 100644 index 0000000..3b6b81f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/goal_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/goal_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/goal_60.png new file mode 100644 index 0000000..c940ca2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/goal_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/google_news.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/google_news.svg new file mode 100644 index 0000000..efcb799 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/google_news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/google_news_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/google_news_120.png new file mode 100644 index 0000000..62a3df9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/google_news_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/google_news_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/google_news_60.png new file mode 100644 index 0000000..38edf40 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/google_news_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/info.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/info.svg new file mode 100644 index 0000000..17f0216 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/info_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/info_120.png new file mode 100644 index 0000000..1e2a3c6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/info_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/info_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/info_60.png new file mode 100644 index 0000000..1e432b1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/info_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/join_group.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/join_group.svg new file mode 100644 index 0000000..dc1acb9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/join_group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/join_group_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/join_group_120.png new file mode 100644 index 0000000..7ed2892 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/join_group_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/join_group_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/join_group_60.png new file mode 100644 index 0000000..f07e5ed Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/join_group_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/lead_convert.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/lead_convert.svg new file mode 100644 index 0000000..5a5b1b5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/lead_convert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/lead_convert_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/lead_convert_120.png new file mode 100644 index 0000000..faf1338 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/lead_convert_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/lead_convert_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/lead_convert_60.png new file mode 100644 index 0000000..349d7ea Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/lead_convert_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/leave_group.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/leave_group.svg new file mode 100644 index 0000000..932b957 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/leave_group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/leave_group_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/leave_group_120.png new file mode 100644 index 0000000..b8e8260 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/leave_group_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/leave_group_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/leave_group_60.png new file mode 100644 index 0000000..898ea3f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/leave_group_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_a_call.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_a_call.svg new file mode 100644 index 0000000..44247ee --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_a_call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_a_call_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_a_call_120.png new file mode 100644 index 0000000..7acc444 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_a_call_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_a_call_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_a_call_60.png new file mode 100644 index 0000000..94ef7a7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_a_call_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_event.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_event.svg new file mode 100644 index 0000000..57dd1a9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_event.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_event_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_event_120.png new file mode 100644 index 0000000..e6744cb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_event_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_event_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_event_60.png new file mode 100644 index 0000000..a92501c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/log_event_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/manage_perm_sets.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/manage_perm_sets.svg new file mode 100644 index 0000000..a3100a0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/manage_perm_sets.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/manage_perm_sets_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/manage_perm_sets_120.png new file mode 100644 index 0000000..1943bb2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/manage_perm_sets_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/manage_perm_sets_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/manage_perm_sets_60.png new file mode 100644 index 0000000..d3bb4c9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/manage_perm_sets_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/map.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/map.svg new file mode 100644 index 0000000..70f21f7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/map_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/map_120.png new file mode 100644 index 0000000..fe31f30 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/map_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/map_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/map_60.png new file mode 100644 index 0000000..e04cef6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/map_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/more.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/more.svg new file mode 100644 index 0000000..b883143 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/more.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/more_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/more_120.png new file mode 100644 index 0000000..f3ab793 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/more_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/more_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/more_60.png new file mode 100644 index 0000000..ae1dbe2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/more_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new.svg new file mode 100644 index 0000000..00b096e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_120.png new file mode 100644 index 0000000..7d945f2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_60.png new file mode 100644 index 0000000..d337c4f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_account.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_account.svg new file mode 100644 index 0000000..5a84df4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_account.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_account_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_account_120.png new file mode 100644 index 0000000..5ad8e57 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_account_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_account_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_account_60.png new file mode 100644 index 0000000..f76325b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_account_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_campaign.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_campaign.svg new file mode 100644 index 0000000..f321487 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_campaign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_campaign_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_campaign_120.png new file mode 100644 index 0000000..795e45f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_campaign_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_campaign_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_campaign_60.png new file mode 100644 index 0000000..cec1ce5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_campaign_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_case.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_case.svg new file mode 100644 index 0000000..6c17cf4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_case.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_case_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_case_120.png new file mode 100644 index 0000000..b6370b4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_case_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_case_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_case_60.png new file mode 100644 index 0000000..c7a30e5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_case_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_child_case.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_child_case.svg new file mode 100644 index 0000000..c9a7e9c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_child_case.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_child_case_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_child_case_120.png new file mode 100644 index 0000000..dfcbd64 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_child_case_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_child_case_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_child_case_60.png new file mode 100644 index 0000000..bbe4b16 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_child_case_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_contact.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_contact.svg new file mode 100644 index 0000000..f25fe0c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_contact_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_contact_120.png new file mode 100644 index 0000000..2178e08 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_contact_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_contact_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_contact_60.png new file mode 100644 index 0000000..0c752f1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_contact_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom1.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom1.svg new file mode 100644 index 0000000..8d904ae --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom10.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom10.svg new file mode 100644 index 0000000..cf0b72a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom100.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom100.svg new file mode 100644 index 0000000..aed5468 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom100_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom100_120.png new file mode 100644 index 0000000..ac244e1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom100_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom100_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom100_60.png new file mode 100644 index 0000000..69f936a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom100_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom10_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom10_120.png new file mode 100644 index 0000000..c2cf237 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom10_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom10_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom10_60.png new file mode 100644 index 0000000..2af18ca Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom10_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom11.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom11.svg new file mode 100644 index 0000000..b1e137b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom11.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom11_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom11_120.png new file mode 100644 index 0000000..2cab962 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom11_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom11_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom11_60.png new file mode 100644 index 0000000..dded5a0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom11_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom12.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom12.svg new file mode 100644 index 0000000..08441f9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom12_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom12_120.png new file mode 100644 index 0000000..d2fedde Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom12_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom12_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom12_60.png new file mode 100644 index 0000000..fb93817 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom12_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom13.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom13.svg new file mode 100644 index 0000000..d92ec36 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom13.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom13_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom13_120.png new file mode 100644 index 0000000..3d351ea Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom13_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom13_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom13_60.png new file mode 100644 index 0000000..774bb25 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom13_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom14.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom14.svg new file mode 100644 index 0000000..1359f0e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom14.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom14_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom14_120.png new file mode 100644 index 0000000..3a40828 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom14_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom14_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom14_60.png new file mode 100644 index 0000000..0e76a5b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom14_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom15.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom15.svg new file mode 100644 index 0000000..2bcc6ff --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom15.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom15_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom15_120.png new file mode 100644 index 0000000..9cfc9fb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom15_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom15_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom15_60.png new file mode 100644 index 0000000..392304f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom15_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom16.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom16.svg new file mode 100644 index 0000000..e94cd35 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom16_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom16_120.png new file mode 100644 index 0000000..277aad2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom16_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom16_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom16_60.png new file mode 100644 index 0000000..4314faf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom16_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom17.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom17.svg new file mode 100644 index 0000000..2755df5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom17.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom17_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom17_120.png new file mode 100644 index 0000000..130c692 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom17_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom17_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom17_60.png new file mode 100644 index 0000000..95558c5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom17_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom18.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom18.svg new file mode 100644 index 0000000..f666793 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom18.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom18_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom18_120.png new file mode 100644 index 0000000..19068c8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom18_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom18_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom18_60.png new file mode 100644 index 0000000..cbcc89b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom18_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom19.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom19.svg new file mode 100644 index 0000000..4dbc543 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom19.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom19_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom19_120.png new file mode 100644 index 0000000..de363f3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom19_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom19_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom19_60.png new file mode 100644 index 0000000..de00a86 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom19_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom1_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom1_120.png new file mode 100644 index 0000000..d599df7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom1_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom1_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom1_60.png new file mode 100644 index 0000000..4620b64 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom1_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom2.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom2.svg new file mode 100644 index 0000000..8cf11f7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom20.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom20.svg new file mode 100644 index 0000000..08b5fbb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom20.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom20_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom20_120.png new file mode 100644 index 0000000..064c32c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom20_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom20_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom20_60.png new file mode 100644 index 0000000..90c953b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom20_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom21.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom21.svg new file mode 100644 index 0000000..34cc3c2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom21.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom21_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom21_120.png new file mode 100644 index 0000000..23ae08a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom21_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom21_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom21_60.png new file mode 100644 index 0000000..6201c09 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom21_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom22.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom22.svg new file mode 100644 index 0000000..88f5cf0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom22.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom22_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom22_120.png new file mode 100644 index 0000000..3b3b9fd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom22_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom22_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom22_60.png new file mode 100644 index 0000000..f807200 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom22_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom23.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom23.svg new file mode 100644 index 0000000..b5c77d8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom23.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom23_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom23_120.png new file mode 100644 index 0000000..e4d7823 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom23_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom23_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom23_60.png new file mode 100644 index 0000000..ac90e00 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom23_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom24.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom24.svg new file mode 100644 index 0000000..e306c36 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom24_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom24_120.png new file mode 100644 index 0000000..1c43a61 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom24_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom24_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom24_60.png new file mode 100644 index 0000000..0849244 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom24_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom25.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom25.svg new file mode 100644 index 0000000..2508b7f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom25.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom25_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom25_120.png new file mode 100644 index 0000000..3644c94 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom25_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom25_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom25_60.png new file mode 100644 index 0000000..9797cc5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom25_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom26.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom26.svg new file mode 100644 index 0000000..8ec4037 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom26.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom26_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom26_120.png new file mode 100644 index 0000000..0099aae Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom26_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom26_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom26_60.png new file mode 100644 index 0000000..401ecf1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom26_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom27.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom27.svg new file mode 100644 index 0000000..1764c5c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom27.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom27_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom27_120.png new file mode 100644 index 0000000..4a977fd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom27_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom27_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom27_60.png new file mode 100644 index 0000000..44ad3f2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom27_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom28.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom28.svg new file mode 100644 index 0000000..58a5d47 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom28.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom28_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom28_120.png new file mode 100644 index 0000000..000087e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom28_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom28_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom28_60.png new file mode 100644 index 0000000..d4cf1a8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom28_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom29.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom29.svg new file mode 100644 index 0000000..de47dd4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom29.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom29_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom29_120.png new file mode 100644 index 0000000..e9f9025 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom29_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom29_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom29_60.png new file mode 100644 index 0000000..28d3511 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom29_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom2_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom2_120.png new file mode 100644 index 0000000..7b7bb62 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom2_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom2_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom2_60.png new file mode 100644 index 0000000..4ed78f5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom2_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom3.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom3.svg new file mode 100644 index 0000000..a3cbcc6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom30.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom30.svg new file mode 100644 index 0000000..f2e05ff --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom30.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom30_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom30_120.png new file mode 100644 index 0000000..5b5c65d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom30_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom30_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom30_60.png new file mode 100644 index 0000000..f8ccd34 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom30_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom31.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom31.svg new file mode 100644 index 0000000..10ba259 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom31.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom31_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom31_120.png new file mode 100644 index 0000000..77982e3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom31_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom31_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom31_60.png new file mode 100644 index 0000000..d06b206 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom31_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom32.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom32.svg new file mode 100644 index 0000000..8ce58f4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom32.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom32_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom32_120.png new file mode 100644 index 0000000..3537a5c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom32_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom32_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom32_60.png new file mode 100644 index 0000000..222417e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom32_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom33.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom33.svg new file mode 100644 index 0000000..aa54c00 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom33.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom33_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom33_120.png new file mode 100644 index 0000000..044d7e8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom33_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom33_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom33_60.png new file mode 100644 index 0000000..1440237 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom33_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom34.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom34.svg new file mode 100644 index 0000000..0333784 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom34.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom34_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom34_120.png new file mode 100644 index 0000000..bde67e5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom34_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom34_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom34_60.png new file mode 100644 index 0000000..577a061 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom34_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom35.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom35.svg new file mode 100644 index 0000000..ead8195 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom35.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom35_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom35_120.png new file mode 100644 index 0000000..f70796f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom35_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom35_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom35_60.png new file mode 100644 index 0000000..7b2bf97 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom35_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom36.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom36.svg new file mode 100644 index 0000000..972d130 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom36.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom36_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom36_120.png new file mode 100644 index 0000000..7fe1126 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom36_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom36_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom36_60.png new file mode 100644 index 0000000..adf411c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom36_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom37.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom37.svg new file mode 100644 index 0000000..1c70396 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom37.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom37_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom37_120.png new file mode 100644 index 0000000..d5e9736 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom37_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom37_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom37_60.png new file mode 100644 index 0000000..aef8732 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom37_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom38.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom38.svg new file mode 100644 index 0000000..e302151 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom38.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom38_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom38_120.png new file mode 100644 index 0000000..615276f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom38_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom38_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom38_60.png new file mode 100644 index 0000000..5ea41d0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom38_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom39.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom39.svg new file mode 100644 index 0000000..4a328a1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom39.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom39_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom39_120.png new file mode 100644 index 0000000..2231a5c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom39_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom39_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom39_60.png new file mode 100644 index 0000000..9a1e159 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom39_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom3_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom3_120.png new file mode 100644 index 0000000..8e163d6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom3_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom3_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom3_60.png new file mode 100644 index 0000000..abbec77 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom3_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom4.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom4.svg new file mode 100644 index 0000000..c9b7abc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom40.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom40.svg new file mode 100644 index 0000000..e4b7682 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom40.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom40_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom40_120.png new file mode 100644 index 0000000..c98c5a8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom40_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom40_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom40_60.png new file mode 100644 index 0000000..c75b46b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom40_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom41.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom41.svg new file mode 100644 index 0000000..1045941 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom41.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom41_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom41_120.png new file mode 100644 index 0000000..5aaf68d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom41_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom41_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom41_60.png new file mode 100644 index 0000000..ad50e72 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom41_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom42.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom42.svg new file mode 100644 index 0000000..d92ec36 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom42.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom42_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom42_120.png new file mode 100644 index 0000000..3d351ea Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom42_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom42_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom42_60.png new file mode 100644 index 0000000..774bb25 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom42_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom43.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom43.svg new file mode 100644 index 0000000..a642be6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom43.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom43_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom43_120.png new file mode 100644 index 0000000..a8771f7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom43_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom43_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom43_60.png new file mode 100644 index 0000000..833589e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom43_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom44.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom44.svg new file mode 100644 index 0000000..b61cd45 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom44.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom44_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom44_120.png new file mode 100644 index 0000000..a89dc61 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom44_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom44_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom44_60.png new file mode 100644 index 0000000..f129a88 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom44_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom45.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom45.svg new file mode 100644 index 0000000..ce78463 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom45.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom45_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom45_120.png new file mode 100644 index 0000000..757b0c8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom45_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom45_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom45_60.png new file mode 100644 index 0000000..9ecfa1a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom45_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom46.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom46.svg new file mode 100644 index 0000000..08cfba5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom46.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom46_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom46_120.png new file mode 100644 index 0000000..3153d7c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom46_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom46_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom46_60.png new file mode 100644 index 0000000..34fa9c5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom46_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom47.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom47.svg new file mode 100644 index 0000000..34193fc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom47.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom47_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom47_120.png new file mode 100644 index 0000000..89a52d2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom47_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom47_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom47_60.png new file mode 100644 index 0000000..ab25c97 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom47_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom48.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom48.svg new file mode 100644 index 0000000..cc3158c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom48.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom48_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom48_120.png new file mode 100644 index 0000000..4c48d59 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom48_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom48_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom48_60.png new file mode 100644 index 0000000..8bb81f5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom48_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom49.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom49.svg new file mode 100644 index 0000000..f1502c2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom49.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom49_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom49_120.png new file mode 100644 index 0000000..318933a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom49_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom49_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom49_60.png new file mode 100644 index 0000000..c1d0955 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom49_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom4_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom4_120.png new file mode 100644 index 0000000..e6932d8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom4_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom4_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom4_60.png new file mode 100644 index 0000000..52019bc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom4_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom5.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom5.svg new file mode 100644 index 0000000..6d7ca7e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom50.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom50.svg new file mode 100644 index 0000000..13be83b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom50.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom50_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom50_120.png new file mode 100644 index 0000000..22c4c35 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom50_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom50_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom50_60.png new file mode 100644 index 0000000..e871137 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom50_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom51.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom51.svg new file mode 100644 index 0000000..722d4f8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom51.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom51_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom51_120.png new file mode 100644 index 0000000..2a563cb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom51_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom51_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom51_60.png new file mode 100644 index 0000000..0a35349 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom51_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom52.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom52.svg new file mode 100644 index 0000000..541e095 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom52.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom52_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom52_120.png new file mode 100644 index 0000000..7610f8b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom52_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom52_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom52_60.png new file mode 100644 index 0000000..5b1debd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom52_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom53.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom53.svg new file mode 100644 index 0000000..8a18fe5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom53.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom53_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom53_120.png new file mode 100644 index 0000000..cb1bd4f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom53_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom53_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom53_60.png new file mode 100644 index 0000000..f2f4c1d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom53_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom54.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom54.svg new file mode 100644 index 0000000..16b386d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom54.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom54_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom54_120.png new file mode 100644 index 0000000..e6eecec Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom54_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom54_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom54_60.png new file mode 100644 index 0000000..d172da2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom54_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom55.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom55.svg new file mode 100644 index 0000000..9b4dc48 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom55.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom55_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom55_120.png new file mode 100644 index 0000000..fea14bd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom55_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom55_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom55_60.png new file mode 100644 index 0000000..c483ac2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom55_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom56.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom56.svg new file mode 100644 index 0000000..3a97875 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom56.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom56_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom56_120.png new file mode 100644 index 0000000..f97a277 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom56_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom56_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom56_60.png new file mode 100644 index 0000000..0a0e3fb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom56_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom57.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom57.svg new file mode 100644 index 0000000..3c04315 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom57.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom57_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom57_120.png new file mode 100644 index 0000000..a04d4b3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom57_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom57_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom57_60.png new file mode 100644 index 0000000..57cea50 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom57_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom58.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom58.svg new file mode 100644 index 0000000..76ef2cc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom58.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom58_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom58_120.png new file mode 100644 index 0000000..89d178e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom58_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom58_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom58_60.png new file mode 100644 index 0000000..b31d727 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom58_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom59.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom59.svg new file mode 100644 index 0000000..c2dbaee --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom59.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom59_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom59_120.png new file mode 100644 index 0000000..5b9f9a0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom59_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom59_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom59_60.png new file mode 100644 index 0000000..e374ab7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom59_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom5_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom5_120.png new file mode 100644 index 0000000..e748c15 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom5_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom5_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom5_60.png new file mode 100644 index 0000000..94c237d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom5_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom6.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom6.svg new file mode 100644 index 0000000..46c0657 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom60.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom60.svg new file mode 100644 index 0000000..27e7671 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom60.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom60_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom60_120.png new file mode 100644 index 0000000..bd4e206 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom60_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom60_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom60_60.png new file mode 100644 index 0000000..c00c63d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom60_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom61.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom61.svg new file mode 100644 index 0000000..fecfbbc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom61.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom61_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom61_120.png new file mode 100644 index 0000000..b7aa20a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom61_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom61_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom61_60.png new file mode 100644 index 0000000..3dfd214 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom61_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom62.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom62.svg new file mode 100644 index 0000000..94b4fa1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom62.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom62_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom62_120.png new file mode 100644 index 0000000..da7fe47 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom62_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom62_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom62_60.png new file mode 100644 index 0000000..dcab0dd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom62_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom63.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom63.svg new file mode 100644 index 0000000..95caf6e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom63.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom63_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom63_120.png new file mode 100644 index 0000000..7ce7b93 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom63_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom63_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom63_60.png new file mode 100644 index 0000000..c161b25 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom63_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom64.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom64.svg new file mode 100644 index 0000000..f8925b9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom64.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom64_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom64_120.png new file mode 100644 index 0000000..7c965ca Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom64_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom64_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom64_60.png new file mode 100644 index 0000000..bda091b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom64_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom65.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom65.svg new file mode 100644 index 0000000..bd2855b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom65.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom65_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom65_120.png new file mode 100644 index 0000000..76914a9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom65_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom65_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom65_60.png new file mode 100644 index 0000000..500e9db Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom65_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom66.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom66.svg new file mode 100644 index 0000000..541cddc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom66.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom66_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom66_120.png new file mode 100644 index 0000000..6993482 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom66_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom66_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom66_60.png new file mode 100644 index 0000000..571a7e1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom66_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom67.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom67.svg new file mode 100644 index 0000000..f2a5651 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom67.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom67_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom67_120.png new file mode 100644 index 0000000..aa10e73 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom67_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom67_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom67_60.png new file mode 100644 index 0000000..b38ab07 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom67_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom68.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom68.svg new file mode 100644 index 0000000..c66bda9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom68.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom68_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom68_120.png new file mode 100644 index 0000000..a54dac9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom68_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom68_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom68_60.png new file mode 100644 index 0000000..8143e02 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom68_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom69.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom69.svg new file mode 100644 index 0000000..993b118 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom69.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom69_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom69_120.png new file mode 100644 index 0000000..f310ae0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom69_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom69_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom69_60.png new file mode 100644 index 0000000..ef5762a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom69_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom6_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom6_120.png new file mode 100644 index 0000000..2a5f929 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom6_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom6_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom6_60.png new file mode 100644 index 0000000..086fe12 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom6_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom7.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom7.svg new file mode 100644 index 0000000..0c272be --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom70.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom70.svg new file mode 100644 index 0000000..62709c8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom70.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom70_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom70_120.png new file mode 100644 index 0000000..fe03b23 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom70_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom70_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom70_60.png new file mode 100644 index 0000000..90e5557 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom70_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom71.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom71.svg new file mode 100644 index 0000000..31bba0c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom71.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom71_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom71_120.png new file mode 100644 index 0000000..b1be7e5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom71_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom71_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom71_60.png new file mode 100644 index 0000000..11d49ae Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom71_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom72.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom72.svg new file mode 100644 index 0000000..0f8de0b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom72.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom72_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom72_120.png new file mode 100644 index 0000000..5e2a888 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom72_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom72_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom72_60.png new file mode 100644 index 0000000..c8eaa20 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom72_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom73.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom73.svg new file mode 100644 index 0000000..122e152 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom73.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom73_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom73_120.png new file mode 100644 index 0000000..f32e57e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom73_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom73_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom73_60.png new file mode 100644 index 0000000..0f6e5c9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom73_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom74.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom74.svg new file mode 100644 index 0000000..e67c5a3 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom74.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom74_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom74_120.png new file mode 100644 index 0000000..680c920 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom74_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom74_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom74_60.png new file mode 100644 index 0000000..4f304d4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom74_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom75.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom75.svg new file mode 100644 index 0000000..f90fb87 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom75.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom75_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom75_120.png new file mode 100644 index 0000000..07f800e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom75_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom75_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom75_60.png new file mode 100644 index 0000000..b57ecc7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom75_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom76.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom76.svg new file mode 100644 index 0000000..bf92f8e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom76.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom76_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom76_120.png new file mode 100644 index 0000000..2f15847 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom76_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom76_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom76_60.png new file mode 100644 index 0000000..beef6bd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom76_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom77.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom77.svg new file mode 100644 index 0000000..fc34391 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom77.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom77_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom77_120.png new file mode 100644 index 0000000..d9d9330 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom77_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom77_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom77_60.png new file mode 100644 index 0000000..726220e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom77_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom78.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom78.svg new file mode 100644 index 0000000..3834f62 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom78.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom78_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom78_120.png new file mode 100644 index 0000000..f11b569 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom78_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom78_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom78_60.png new file mode 100644 index 0000000..bd25b29 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom78_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom79.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom79.svg new file mode 100644 index 0000000..08232e4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom79.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom79_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom79_120.png new file mode 100644 index 0000000..e51c68a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom79_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom79_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom79_60.png new file mode 100644 index 0000000..88a87b0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom79_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom7_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom7_120.png new file mode 100644 index 0000000..e52825c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom7_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom7_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom7_60.png new file mode 100644 index 0000000..29c8be4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom7_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom8.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom8.svg new file mode 100644 index 0000000..9a336d2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom80.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom80.svg new file mode 100644 index 0000000..016aa8c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom80.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom80_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom80_120.png new file mode 100644 index 0000000..b82e2bf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom80_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom80_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom80_60.png new file mode 100644 index 0000000..98178e3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom80_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom81.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom81.svg new file mode 100644 index 0000000..933ab0a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom81.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom81_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom81_120.png new file mode 100644 index 0000000..53934d4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom81_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom81_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom81_60.png new file mode 100644 index 0000000..939a183 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom81_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom82.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom82.svg new file mode 100644 index 0000000..e5eb235 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom82.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom82_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom82_120.png new file mode 100644 index 0000000..fa70ce6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom82_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom82_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom82_60.png new file mode 100644 index 0000000..65ca443 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom82_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom83.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom83.svg new file mode 100644 index 0000000..b621b8f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom83.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom83_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom83_120.png new file mode 100644 index 0000000..ee5f4c1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom83_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom83_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom83_60.png new file mode 100644 index 0000000..c23b58c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom83_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom84.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom84.svg new file mode 100644 index 0000000..deb0903 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom84.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom84_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom84_120.png new file mode 100644 index 0000000..c4af1f2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom84_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom84_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom84_60.png new file mode 100644 index 0000000..3e545c3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom84_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom85.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom85.svg new file mode 100644 index 0000000..afd22e4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom85.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom85_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom85_120.png new file mode 100644 index 0000000..e57566b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom85_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom85_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom85_60.png new file mode 100644 index 0000000..56c831a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom85_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom86.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom86.svg new file mode 100644 index 0000000..91c0710 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom86.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom86_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom86_120.png new file mode 100644 index 0000000..cb41dd8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom86_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom86_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom86_60.png new file mode 100644 index 0000000..af07e04 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom86_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom87.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom87.svg new file mode 100644 index 0000000..b5ac59e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom87.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom87_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom87_120.png new file mode 100644 index 0000000..52455df Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom87_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom87_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom87_60.png new file mode 100644 index 0000000..e0f073d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom87_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom88.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom88.svg new file mode 100644 index 0000000..9de385b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom88.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom88_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom88_120.png new file mode 100644 index 0000000..8d8340e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom88_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom88_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom88_60.png new file mode 100644 index 0000000..b9f059a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom88_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom89.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom89.svg new file mode 100644 index 0000000..f985e51 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom89.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom89_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom89_120.png new file mode 100644 index 0000000..5bd5cdb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom89_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom89_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom89_60.png new file mode 100644 index 0000000..215398f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom89_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom8_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom8_120.png new file mode 100644 index 0000000..671ef4d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom8_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom8_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom8_60.png new file mode 100644 index 0000000..e115107 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom8_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom9.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom9.svg new file mode 100644 index 0000000..8bc77ea --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom90.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom90.svg new file mode 100644 index 0000000..366d33f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom90.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom90_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom90_120.png new file mode 100644 index 0000000..ab8a267 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom90_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom90_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom90_60.png new file mode 100644 index 0000000..aa7f915 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom90_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom91.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom91.svg new file mode 100644 index 0000000..b4d3fcc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom91.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom91_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom91_120.png new file mode 100644 index 0000000..8ed8b4f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom91_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom91_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom91_60.png new file mode 100644 index 0000000..8472004 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom91_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom92.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom92.svg new file mode 100644 index 0000000..9319acd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom92.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom92_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom92_120.png new file mode 100644 index 0000000..7a06346 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom92_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom92_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom92_60.png new file mode 100644 index 0000000..629b39b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom92_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom93.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom93.svg new file mode 100644 index 0000000..5d650f1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom93.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom93_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom93_120.png new file mode 100644 index 0000000..61f6917 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom93_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom93_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom93_60.png new file mode 100644 index 0000000..46a5e1c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom93_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom94.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom94.svg new file mode 100644 index 0000000..a6110d6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom94.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom94_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom94_120.png new file mode 100644 index 0000000..ce6876e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom94_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom94_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom94_60.png new file mode 100644 index 0000000..cb533c2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom94_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom95.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom95.svg new file mode 100644 index 0000000..0e76f3b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom95.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom95_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom95_120.png new file mode 100644 index 0000000..7c40f65 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom95_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom95_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom95_60.png new file mode 100644 index 0000000..3aa664b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom95_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom96.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom96.svg new file mode 100644 index 0000000..5799751 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom96.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom96_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom96_120.png new file mode 100644 index 0000000..97e7ebd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom96_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom96_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom96_60.png new file mode 100644 index 0000000..73ccaa2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom96_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom97.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom97.svg new file mode 100644 index 0000000..be5dcf2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom97.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom97_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom97_120.png new file mode 100644 index 0000000..3fe4dc5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom97_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom97_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom97_60.png new file mode 100644 index 0000000..b72b1ea Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom97_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom98.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom98.svg new file mode 100644 index 0000000..48ba7c9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom98.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom98_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom98_120.png new file mode 100644 index 0000000..ffbb6e8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom98_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom98_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom98_60.png new file mode 100644 index 0000000..05400de Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom98_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom99.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom99.svg new file mode 100644 index 0000000..e2679f8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom99.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom99_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom99_120.png new file mode 100644 index 0000000..ee749f5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom99_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom99_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom99_60.png new file mode 100644 index 0000000..32576f4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom99_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom9_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom9_120.png new file mode 100644 index 0000000..a470529 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom9_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom9_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom9_60.png new file mode 100644 index 0000000..8a06779 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_custom9_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_event.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_event.svg new file mode 100644 index 0000000..8cb395d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_event.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_event_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_event_120.png new file mode 100644 index 0000000..d4badfd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_event_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_event_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_event_60.png new file mode 100644 index 0000000..f69c852 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_event_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_group.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_group.svg new file mode 100644 index 0000000..9c1ec97 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_group_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_group_120.png new file mode 100644 index 0000000..bde1b90 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_group_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_group_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_group_60.png new file mode 100644 index 0000000..f6a1511 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_group_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_lead.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_lead.svg new file mode 100644 index 0000000..1a83726 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_lead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_lead_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_lead_120.png new file mode 100644 index 0000000..7135f01 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_lead_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_lead_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_lead_60.png new file mode 100644 index 0000000..d905f31 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_lead_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_note.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_note.svg new file mode 100644 index 0000000..acba7d8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_note_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_note_120.png new file mode 100644 index 0000000..c071558 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_note_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_note_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_note_60.png new file mode 100644 index 0000000..01d8fcb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_note_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_notebook.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_notebook.svg new file mode 100644 index 0000000..10d75b4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_notebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_notebook_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_notebook_120.png new file mode 100644 index 0000000..83aee25 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_notebook_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_notebook_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_notebook_60.png new file mode 100644 index 0000000..cfa2a4f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_notebook_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_opportunity.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_opportunity.svg new file mode 100644 index 0000000..a8cac0e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_opportunity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_opportunity_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_opportunity_120.png new file mode 100644 index 0000000..3e79c83 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_opportunity_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_opportunity_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_opportunity_60.png new file mode 100644 index 0000000..4605e14 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_opportunity_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_person_account.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_person_account.svg new file mode 100644 index 0000000..d568b9a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_person_account.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_person_account_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_person_account_120.png new file mode 100644 index 0000000..d7145fd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_person_account_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_person_account_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_person_account_60.png new file mode 100644 index 0000000..d911268 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_person_account_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_task.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_task.svg new file mode 100644 index 0000000..9852593 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_task.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_task_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_task_120.png new file mode 100644 index 0000000..1bcb854 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_task_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_task_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_task_60.png new file mode 100644 index 0000000..fd15be0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/new_task_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/password_unlock.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/password_unlock.svg new file mode 100644 index 0000000..848f50a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/password_unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/password_unlock_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/password_unlock_120.png new file mode 100644 index 0000000..2ca4d14 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/password_unlock_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/password_unlock_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/password_unlock_60.png new file mode 100644 index 0000000..152e95e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/password_unlock_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/preview.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/preview.svg new file mode 100644 index 0000000..90953e0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/preview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/preview_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/preview_120.png new file mode 100644 index 0000000..7f563fc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/preview_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/preview_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/preview_60.png new file mode 100644 index 0000000..6b87a04 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/preview_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/priority.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/priority.svg new file mode 100644 index 0000000..eda8a96 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/priority.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/priority_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/priority_120.png new file mode 100644 index 0000000..8be2ab7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/priority_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/priority_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/priority_60.png new file mode 100644 index 0000000..cb42d49 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/priority_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/question_post_action.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/question_post_action.svg new file mode 100644 index 0000000..1c32fa1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/question_post_action.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/question_post_action_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/question_post_action_120.png new file mode 100644 index 0000000..93f94a8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/question_post_action_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/question_post_action_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/question_post_action_60.png new file mode 100644 index 0000000..3da8dac Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/question_post_action_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/quote.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/quote.svg new file mode 100644 index 0000000..516a53a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/quote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/quote_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/quote_120.png new file mode 100644 index 0000000..2ee75dd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/quote_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/quote_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/quote_60.png new file mode 100644 index 0000000..1eca535 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/quote_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/record.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/record.svg new file mode 100644 index 0000000..9463f77 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/record.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/record_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/record_120.png new file mode 100644 index 0000000..bbf7638 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/record_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/record_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/record_60.png new file mode 100644 index 0000000..7552193 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/record_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/refresh.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/refresh.svg new file mode 100644 index 0000000..b0f0687 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/refresh_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/refresh_120.png new file mode 100644 index 0000000..4fe413c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/refresh_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/refresh_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/refresh_60.png new file mode 100644 index 0000000..1b6f51a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/refresh_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reject.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reject.svg new file mode 100644 index 0000000..0851e48 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reject_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reject_120.png new file mode 100644 index 0000000..5a3ba88 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reject_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reject_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reject_60.png new file mode 100644 index 0000000..d5e43a1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reject_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove.svg new file mode 100644 index 0000000..0851e48 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_120.png new file mode 100644 index 0000000..5a3ba88 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_60.png new file mode 100644 index 0000000..d5e43a1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_relationship.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_relationship.svg new file mode 100644 index 0000000..2b8e5a5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_relationship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_relationship_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_relationship_120.png new file mode 100644 index 0000000..9af0918 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_relationship_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_relationship_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_relationship_60.png new file mode 100644 index 0000000..7a33514 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/remove_relationship_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reset_password.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reset_password.svg new file mode 100644 index 0000000..b0f0687 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reset_password.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reset_password_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reset_password_120.png new file mode 100644 index 0000000..4fe413c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reset_password_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reset_password_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reset_password_60.png new file mode 100644 index 0000000..1b6f51a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/reset_password_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share.svg new file mode 100644 index 0000000..f19f352 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_120.png new file mode 100644 index 0000000..f2d9825 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_60.png new file mode 100644 index 0000000..77fc7f4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_file.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_file.svg new file mode 100644 index 0000000..7abc349 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_file_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_file_120.png new file mode 100644 index 0000000..8b9ba9e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_file_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_file_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_file_60.png new file mode 100644 index 0000000..0930a2b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_file_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_link.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_link.svg new file mode 100644 index 0000000..8cf93ed --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_link_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_link_120.png new file mode 100644 index 0000000..2892904 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_link_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_link_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_link_60.png new file mode 100644 index 0000000..62c38fb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_link_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_poll.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_poll.svg new file mode 100644 index 0000000..879d537 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_poll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_poll_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_poll_120.png new file mode 100644 index 0000000..c6f82d5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_poll_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_poll_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_poll_60.png new file mode 100644 index 0000000..b1dcdeb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_poll_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_post.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_post.svg new file mode 100644 index 0000000..349cbbb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_post.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_post_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_post_120.png new file mode 100644 index 0000000..cb2ced0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_post_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_post_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_post_60.png new file mode 100644 index 0000000..78975a6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_post_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_thanks.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_thanks.svg new file mode 100644 index 0000000..45923e5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_thanks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_thanks_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_thanks_120.png new file mode 100644 index 0000000..2cf44a0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_thanks_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_thanks_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_thanks_60.png new file mode 100644 index 0000000..e1b80d0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/share_thanks_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/sort.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/sort.svg new file mode 100644 index 0000000..66c48cc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/sort_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/sort_120.png new file mode 100644 index 0000000..74ef911 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/sort_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/sort_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/sort_60.png new file mode 100644 index 0000000..d1ce207 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/sort_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/submit_for_approval.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/submit_for_approval.svg new file mode 100644 index 0000000..e49a8eb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/submit_for_approval.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/submit_for_approval_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/submit_for_approval_120.png new file mode 100644 index 0000000..4499941 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/submit_for_approval_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/submit_for_approval_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/submit_for_approval_60.png new file mode 100644 index 0000000..1268f48 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/submit_for_approval_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update.svg new file mode 100644 index 0000000..50e1fab --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_120.png new file mode 100644 index 0000000..8bed3a2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_60.png new file mode 100644 index 0000000..6fc9534 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_status.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_status.svg new file mode 100644 index 0000000..2db296d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_status.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_status_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_status_120.png new file mode 100644 index 0000000..c9c9202 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_status_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_status_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_status_60.png new file mode 100644 index 0000000..0ee3292 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/update_status_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/upload.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/upload.svg new file mode 100644 index 0000000..fcaecf2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/upload_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/upload_120.png new file mode 100644 index 0000000..2df3e1f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/upload_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/upload_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/upload_60.png new file mode 100644 index 0000000..256e96d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/upload_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user.svg new file mode 100644 index 0000000..4d8abe6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_120.png new file mode 100644 index 0000000..a26f074 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_60.png new file mode 100644 index 0000000..1b2c523 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_activation.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_activation.svg new file mode 100644 index 0000000..8f403b2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_activation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_activation_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_activation_120.png new file mode 100644 index 0000000..c4ff99b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_activation_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_activation_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_activation_60.png new file mode 100644 index 0000000..7d1c47b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/user_activation_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/view_relationship.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/view_relationship.svg new file mode 100644 index 0000000..daa33f3 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/view_relationship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/view_relationship_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/view_relationship_120.png new file mode 100644 index 0000000..8ba0f9c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/view_relationship_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/view_relationship_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/view_relationship_60.png new file mode 100644 index 0000000..ab506dc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/view_relationship_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/web_link.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/web_link.svg new file mode 100644 index 0000000..3a90619 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/web_link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/web_link_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/web_link_120.png new file mode 100644 index 0000000..add8b8e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/web_link_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/web_link_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/web_link_60.png new file mode 100644 index 0000000..cfe4794 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/action/web_link_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom-sprite/svg/symbols.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom-sprite/svg/symbols.svg new file mode 100644 index 0000000..d4d4f79 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom-sprite/svg/symbols.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom-sprite/symbols.html b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom-sprite/symbols.html new file mode 100644 index 0000000..632706f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom-sprite/symbols.html @@ -0,0 +1,2505 @@ + + + + + + + + SVG <symbol> sprite preview | svg-sprite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    SVG <symbol> sprite preview

    +

    This preview features two methods of using the generated sprite in conjunction with inline SVG. Please have a look at the HTML source for further details and be aware of the following constraints:

    +
      +
    • Your browser has to support inline SVG for these techniques to work.
    • +
    • The embedded sprite (A) slightly differs from the generated external one. Please see the documentation for details on how to create such an embeddable sprite.
    • +
    • Internet Explorer up to version 11 doesn't support external sprites for use with inline SVG. For IE 9-11, you may polyfill this functionality with SVG for Everybody.
    • +
    +
    +
    + + + +

    A) Inline SVG with embedded sprite

    +
      + +
    • +
      + + + + + + +
      +

      custom1

      +
    • +
    • +
      + + + + + + +
      +

      custom10

      +
    • +
    • +
      + + + + + + +
      +

      custom100

      +
    • +
    • +
      + + + + + + +
      +

      custom11

      +
    • +
    • +
      + + + + + + +
      +

      custom12

      +
    • +
    • +
      + + + + + + +
      +

      custom13

      +
    • +
    • +
      + + + + + + +
      +

      custom14

      +
    • +
    • +
      + + + + + + +
      +

      custom15

      +
    • +
    • +
      + + + + + + +
      +

      custom16

      +
    • +
    • +
      + + + + + + +
      +

      custom17

      +
    • +
    • +
      + + + + + + +
      +

      custom18

      +
    • +
    • +
      + + + + + + +
      +

      custom19

      +
    • +
    • +
      + + + + + + +
      +

      custom2

      +
    • +
    • +
      + + + + + + +
      +

      custom20

      +
    • +
    • +
      + + + + + + +
      +

      custom21

      +
    • +
    • +
      + + + + + + +
      +

      custom22

      +
    • +
    • +
      + + + + + + +
      +

      custom23

      +
    • +
    • +
      + + + + + + +
      +

      custom24

      +
    • +
    • +
      + + + + + + +
      +

      custom25

      +
    • +
    • +
      + + + + + + +
      +

      custom26

      +
    • +
    • +
      + + + + + + +
      +

      custom27

      +
    • +
    • +
      + + + + + + +
      +

      custom28

      +
    • +
    • +
      + + + + + + +
      +

      custom29

      +
    • +
    • +
      + + + + + + +
      +

      custom3

      +
    • +
    • +
      + + + + + + +
      +

      custom30

      +
    • +
    • +
      + + + + + + +
      +

      custom31

      +
    • +
    • +
      + + + + + + +
      +

      custom32

      +
    • +
    • +
      + + + + + + +
      +

      custom33

      +
    • +
    • +
      + + + + + + +
      +

      custom34

      +
    • +
    • +
      + + + + + + +
      +

      custom35

      +
    • +
    • +
      + + + + + + +
      +

      custom36

      +
    • +
    • +
      + + + + + + +
      +

      custom37

      +
    • +
    • +
      + + + + + + +
      +

      custom38

      +
    • +
    • +
      + + + + + + +
      +

      custom39

      +
    • +
    • +
      + + + + + + +
      +

      custom4

      +
    • +
    • +
      + + + + + + +
      +

      custom40

      +
    • +
    • +
      + + + + + + +
      +

      custom41

      +
    • +
    • +
      + + + + + + +
      +

      custom42

      +
    • +
    • +
      + + + + + + +
      +

      custom43

      +
    • +
    • +
      + + + + + + +
      +

      custom44

      +
    • +
    • +
      + + + + + + +
      +

      custom45

      +
    • +
    • +
      + + + + + + +
      +

      custom46

      +
    • +
    • +
      + + + + + + +
      +

      custom47

      +
    • +
    • +
      + + + + + + +
      +

      custom48

      +
    • +
    • +
      + + + + + + +
      +

      custom49

      +
    • +
    • +
      + + + + + + +
      +

      custom5

      +
    • +
    • +
      + + + + + + +
      +

      custom50

      +
    • +
    • +
      + + + + + + +
      +

      custom51

      +
    • +
    • +
      + + + + + + +
      +

      custom52

      +
    • +
    • +
      + + + + + + +
      +

      custom53

      +
    • +
    • +
      + + + + + + +
      +

      custom54

      +
    • +
    • +
      + + + + + + +
      +

      custom55

      +
    • +
    • +
      + + + + + + +
      +

      custom56

      +
    • +
    • +
      + + + + + + +
      +

      custom57

      +
    • +
    • +
      + + + + + + +
      +

      custom58

      +
    • +
    • +
      + + + + + + +
      +

      custom59

      +
    • +
    • +
      + + + + + + +
      +

      custom6

      +
    • +
    • +
      + + + + + + +
      +

      custom60

      +
    • +
    • +
      + + + + + + +
      +

      custom61

      +
    • +
    • +
      + + + + + + +
      +

      custom62

      +
    • +
    • +
      + + + + + + +
      +

      custom63

      +
    • +
    • +
      + + + + + + +
      +

      custom64

      +
    • +
    • +
      + + + + + + +
      +

      custom65

      +
    • +
    • +
      + + + + + + +
      +

      custom66

      +
    • +
    • +
      + + + + + + +
      +

      custom67

      +
    • +
    • +
      + + + + + + +
      +

      custom68

      +
    • +
    • +
      + + + + + + +
      +

      custom69

      +
    • +
    • +
      + + + + + + +
      +

      custom7

      +
    • +
    • +
      + + + + + + +
      +

      custom70

      +
    • +
    • +
      + + + + + + +
      +

      custom71

      +
    • +
    • +
      + + + + + + +
      +

      custom72

      +
    • +
    • +
      + + + + + + +
      +

      custom73

      +
    • +
    • +
      + + + + + + +
      +

      custom74

      +
    • +
    • +
      + + + + + + +
      +

      custom75

      +
    • +
    • +
      + + + + + + +
      +

      custom76

      +
    • +
    • +
      + + + + + + +
      +

      custom77

      +
    • +
    • +
      + + + + + + +
      +

      custom78

      +
    • +
    • +
      + + + + + + +
      +

      custom79

      +
    • +
    • +
      + + + + + + +
      +

      custom8

      +
    • +
    • +
      + + + + + + +
      +

      custom80

      +
    • +
    • +
      + + + + + + +
      +

      custom81

      +
    • +
    • +
      + + + + + + +
      +

      custom82

      +
    • +
    • +
      + + + + + + +
      +

      custom83

      +
    • +
    • +
      + + + + + + +
      +

      custom84

      +
    • +
    • +
      + + + + + + +
      +

      custom85

      +
    • +
    • +
      + + + + + + +
      +

      custom86

      +
    • +
    • +
      + + + + + + +
      +

      custom87

      +
    • +
    • +
      + + + + + + +
      +

      custom88

      +
    • +
    • +
      + + + + + + +
      +

      custom89

      +
    • +
    • +
      + + + + + + +
      +

      custom9

      +
    • +
    • +
      + + + + + + +
      +

      custom90

      +
    • +
    • +
      + + + + + + +
      +

      custom91

      +
    • +
    • +
      + + + + + + +
      +

      custom92

      +
    • +
    • +
      + + + + + + +
      +

      custom93

      +
    • +
    • +
      + + + + + + +
      +

      custom94

      +
    • +
    • +
      + + + + + + +
      +

      custom95

      +
    • +
    • +
      + + + + + + +
      +

      custom96

      +
    • +
    • +
      + + + + + + +
      +

      custom97

      +
    • +
    • +
      + + + + + + +
      +

      custom98

      +
    • +
    • +
      + + + + + + +
      +

      custom99

      +
    • +
    + + + +
    +
    + + + +

    B) Inline SVG with external sprite (IE 9-11 with polyfill only)

    +
      + +
    • +
      + + + + + + +
      +

      custom1

      +
    • +
    • +
      + + + + + + +
      +

      custom10

      +
    • +
    • +
      + + + + + + +
      +

      custom100

      +
    • +
    • +
      + + + + + + +
      +

      custom11

      +
    • +
    • +
      + + + + + + +
      +

      custom12

      +
    • +
    • +
      + + + + + + +
      +

      custom13

      +
    • +
    • +
      + + + + + + +
      +

      custom14

      +
    • +
    • +
      + + + + + + +
      +

      custom15

      +
    • +
    • +
      + + + + + + +
      +

      custom16

      +
    • +
    • +
      + + + + + + +
      +

      custom17

      +
    • +
    • +
      + + + + + + +
      +

      custom18

      +
    • +
    • +
      + + + + + + +
      +

      custom19

      +
    • +
    • +
      + + + + + + +
      +

      custom2

      +
    • +
    • +
      + + + + + + +
      +

      custom20

      +
    • +
    • +
      + + + + + + +
      +

      custom21

      +
    • +
    • +
      + + + + + + +
      +

      custom22

      +
    • +
    • +
      + + + + + + +
      +

      custom23

      +
    • +
    • +
      + + + + + + +
      +

      custom24

      +
    • +
    • +
      + + + + + + +
      +

      custom25

      +
    • +
    • +
      + + + + + + +
      +

      custom26

      +
    • +
    • +
      + + + + + + +
      +

      custom27

      +
    • +
    • +
      + + + + + + +
      +

      custom28

      +
    • +
    • +
      + + + + + + +
      +

      custom29

      +
    • +
    • +
      + + + + + + +
      +

      custom3

      +
    • +
    • +
      + + + + + + +
      +

      custom30

      +
    • +
    • +
      + + + + + + +
      +

      custom31

      +
    • +
    • +
      + + + + + + +
      +

      custom32

      +
    • +
    • +
      + + + + + + +
      +

      custom33

      +
    • +
    • +
      + + + + + + +
      +

      custom34

      +
    • +
    • +
      + + + + + + +
      +

      custom35

      +
    • +
    • +
      + + + + + + +
      +

      custom36

      +
    • +
    • +
      + + + + + + +
      +

      custom37

      +
    • +
    • +
      + + + + + + +
      +

      custom38

      +
    • +
    • +
      + + + + + + +
      +

      custom39

      +
    • +
    • +
      + + + + + + +
      +

      custom4

      +
    • +
    • +
      + + + + + + +
      +

      custom40

      +
    • +
    • +
      + + + + + + +
      +

      custom41

      +
    • +
    • +
      + + + + + + +
      +

      custom42

      +
    • +
    • +
      + + + + + + +
      +

      custom43

      +
    • +
    • +
      + + + + + + +
      +

      custom44

      +
    • +
    • +
      + + + + + + +
      +

      custom45

      +
    • +
    • +
      + + + + + + +
      +

      custom46

      +
    • +
    • +
      + + + + + + +
      +

      custom47

      +
    • +
    • +
      + + + + + + +
      +

      custom48

      +
    • +
    • +
      + + + + + + +
      +

      custom49

      +
    • +
    • +
      + + + + + + +
      +

      custom5

      +
    • +
    • +
      + + + + + + +
      +

      custom50

      +
    • +
    • +
      + + + + + + +
      +

      custom51

      +
    • +
    • +
      + + + + + + +
      +

      custom52

      +
    • +
    • +
      + + + + + + +
      +

      custom53

      +
    • +
    • +
      + + + + + + +
      +

      custom54

      +
    • +
    • +
      + + + + + + +
      +

      custom55

      +
    • +
    • +
      + + + + + + +
      +

      custom56

      +
    • +
    • +
      + + + + + + +
      +

      custom57

      +
    • +
    • +
      + + + + + + +
      +

      custom58

      +
    • +
    • +
      + + + + + + +
      +

      custom59

      +
    • +
    • +
      + + + + + + +
      +

      custom6

      +
    • +
    • +
      + + + + + + +
      +

      custom60

      +
    • +
    • +
      + + + + + + +
      +

      custom61

      +
    • +
    • +
      + + + + + + +
      +

      custom62

      +
    • +
    • +
      + + + + + + +
      +

      custom63

      +
    • +
    • +
      + + + + + + +
      +

      custom64

      +
    • +
    • +
      + + + + + + +
      +

      custom65

      +
    • +
    • +
      + + + + + + +
      +

      custom66

      +
    • +
    • +
      + + + + + + +
      +

      custom67

      +
    • +
    • +
      + + + + + + +
      +

      custom68

      +
    • +
    • +
      + + + + + + +
      +

      custom69

      +
    • +
    • +
      + + + + + + +
      +

      custom7

      +
    • +
    • +
      + + + + + + +
      +

      custom70

      +
    • +
    • +
      + + + + + + +
      +

      custom71

      +
    • +
    • +
      + + + + + + +
      +

      custom72

      +
    • +
    • +
      + + + + + + +
      +

      custom73

      +
    • +
    • +
      + + + + + + +
      +

      custom74

      +
    • +
    • +
      + + + + + + +
      +

      custom75

      +
    • +
    • +
      + + + + + + +
      +

      custom76

      +
    • +
    • +
      + + + + + + +
      +

      custom77

      +
    • +
    • +
      + + + + + + +
      +

      custom78

      +
    • +
    • +
      + + + + + + +
      +

      custom79

      +
    • +
    • +
      + + + + + + +
      +

      custom8

      +
    • +
    • +
      + + + + + + +
      +

      custom80

      +
    • +
    • +
      + + + + + + +
      +

      custom81

      +
    • +
    • +
      + + + + + + +
      +

      custom82

      +
    • +
    • +
      + + + + + + +
      +

      custom83

      +
    • +
    • +
      + + + + + + +
      +

      custom84

      +
    • +
    • +
      + + + + + + +
      +

      custom85

      +
    • +
    • +
      + + + + + + +
      +

      custom86

      +
    • +
    • +
      + + + + + + +
      +

      custom87

      +
    • +
    • +
      + + + + + + +
      +

      custom88

      +
    • +
    • +
      + + + + + + +
      +

      custom89

      +
    • +
    • +
      + + + + + + +
      +

      custom9

      +
    • +
    • +
      + + + + + + +
      +

      custom90

      +
    • +
    • +
      + + + + + + +
      +

      custom91

      +
    • +
    • +
      + + + + + + +
      +

      custom92

      +
    • +
    • +
      + + + + + + +
      +

      custom93

      +
    • +
    • +
      + + + + + + +
      +

      custom94

      +
    • +
    • +
      + + + + + + +
      +

      custom95

      +
    • +
    • +
      + + + + + + +
      +

      custom96

      +
    • +
    • +
      + + + + + + +
      +

      custom97

      +
    • +
    • +
      + + + + + + +
      +

      custom98

      +
    • +
    • +
      + + + + + + +
      +

      custom99

      +
    • +
    + + + +
    +
    +

    Generated at Wed, 27 Jul 2016 17:59:49 GMT by svg-sprite.

    +
    + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom1.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom1.svg new file mode 100644 index 0000000..812269f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom10.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom10.svg new file mode 100644 index 0000000..8c2b325 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom10.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom100.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom100.svg new file mode 100644 index 0000000..d91fee7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom100.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom100_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom100_120.png new file mode 100644 index 0000000..ee7df6b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom100_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom100_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom100_60.png new file mode 100644 index 0000000..4ccf841 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom100_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom10_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom10_120.png new file mode 100644 index 0000000..6b2559a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom10_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom10_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom10_60.png new file mode 100644 index 0000000..41e69aa Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom10_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom11.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom11.svg new file mode 100644 index 0000000..4e1350b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom11.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom11_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom11_120.png new file mode 100644 index 0000000..7ca4853 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom11_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom11_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom11_60.png new file mode 100644 index 0000000..9e75981 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom11_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom12.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom12.svg new file mode 100644 index 0000000..166b205 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom12.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom12_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom12_120.png new file mode 100644 index 0000000..abb6436 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom12_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom12_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom12_60.png new file mode 100644 index 0000000..f608406 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom12_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom13.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom13.svg new file mode 100644 index 0000000..9650c47 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom13.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom13_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom13_120.png new file mode 100644 index 0000000..b3bb83c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom13_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom13_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom13_60.png new file mode 100644 index 0000000..0abf045 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom13_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom14.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom14.svg new file mode 100644 index 0000000..5004a07 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom14.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom14_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom14_120.png new file mode 100644 index 0000000..2d7de76 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom14_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom14_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom14_60.png new file mode 100644 index 0000000..c5b259e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom14_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom15.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom15.svg new file mode 100644 index 0000000..4fad1ed --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom15.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom15_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom15_120.png new file mode 100644 index 0000000..53a2154 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom15_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom15_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom15_60.png new file mode 100644 index 0000000..59d67be Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom15_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom16.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom16.svg new file mode 100644 index 0000000..c4f7c1a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom16.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom16_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom16_120.png new file mode 100644 index 0000000..3e3e7ba Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom16_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom16_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom16_60.png new file mode 100644 index 0000000..c873fab Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom16_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom17.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom17.svg new file mode 100644 index 0000000..d1e1304 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom17.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom17_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom17_120.png new file mode 100644 index 0000000..449dacc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom17_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom17_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom17_60.png new file mode 100644 index 0000000..4441a49 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom17_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom18.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom18.svg new file mode 100644 index 0000000..82868b5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom18.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom18_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom18_120.png new file mode 100644 index 0000000..7ee7fb7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom18_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom18_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom18_60.png new file mode 100644 index 0000000..8234c7f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom18_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom19.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom19.svg new file mode 100644 index 0000000..9a72250 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom19.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom19_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom19_120.png new file mode 100644 index 0000000..ed97fdc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom19_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom19_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom19_60.png new file mode 100644 index 0000000..730abe3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom19_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom1_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom1_120.png new file mode 100644 index 0000000..903c0a0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom1_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom1_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom1_60.png new file mode 100644 index 0000000..13298fb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom1_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom2.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom2.svg new file mode 100644 index 0000000..50b51a1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom20.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom20.svg new file mode 100644 index 0000000..2057fc9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom20.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom20_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom20_120.png new file mode 100644 index 0000000..d57bc42 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom20_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom20_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom20_60.png new file mode 100644 index 0000000..cbcaa24 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom20_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom21.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom21.svg new file mode 100644 index 0000000..08091f9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom21.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom21_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom21_120.png new file mode 100644 index 0000000..0858bea Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom21_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom21_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom21_60.png new file mode 100644 index 0000000..876e4f1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom21_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom22.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom22.svg new file mode 100644 index 0000000..eadf1bd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom22.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom22_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom22_120.png new file mode 100644 index 0000000..ef05859 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom22_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom22_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom22_60.png new file mode 100644 index 0000000..94667bb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom22_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom23.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom23.svg new file mode 100644 index 0000000..be35a1f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom23.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom23_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom23_120.png new file mode 100644 index 0000000..1c35b96 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom23_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom23_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom23_60.png new file mode 100644 index 0000000..0a003e4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom23_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom24.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom24.svg new file mode 100644 index 0000000..a7ffa36 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom24_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom24_120.png new file mode 100644 index 0000000..38291cd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom24_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom24_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom24_60.png new file mode 100644 index 0000000..a30ee6c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom24_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom25.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom25.svg new file mode 100644 index 0000000..4631be7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom25.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom25_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom25_120.png new file mode 100644 index 0000000..41eb9aa Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom25_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom25_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom25_60.png new file mode 100644 index 0000000..c78c6c1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom25_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom26.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom26.svg new file mode 100644 index 0000000..b16b35f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom26.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom26_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom26_120.png new file mode 100644 index 0000000..5876ac0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom26_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom26_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom26_60.png new file mode 100644 index 0000000..8a3f54e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom26_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom27.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom27.svg new file mode 100644 index 0000000..a9c9142 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom27.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom27_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom27_120.png new file mode 100644 index 0000000..326601b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom27_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom27_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom27_60.png new file mode 100644 index 0000000..f346636 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom27_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom28.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom28.svg new file mode 100644 index 0000000..7b9a73f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom28.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom28_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom28_120.png new file mode 100644 index 0000000..b87388e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom28_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom28_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom28_60.png new file mode 100644 index 0000000..979a81b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom28_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom29.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom29.svg new file mode 100644 index 0000000..e62214f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom29.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom29_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom29_120.png new file mode 100644 index 0000000..c87b2ed Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom29_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom29_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom29_60.png new file mode 100644 index 0000000..807c811 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom29_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom2_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom2_120.png new file mode 100644 index 0000000..dc2484b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom2_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom2_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom2_60.png new file mode 100644 index 0000000..ab50fba Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom2_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom3.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom3.svg new file mode 100644 index 0000000..ad43bcb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom30.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom30.svg new file mode 100644 index 0000000..eee8702 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom30.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom30_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom30_120.png new file mode 100644 index 0000000..e01c54d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom30_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom30_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom30_60.png new file mode 100644 index 0000000..8be3e90 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom30_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom31.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom31.svg new file mode 100644 index 0000000..d255e83 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom31.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom31_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom31_120.png new file mode 100644 index 0000000..0b4b1ae Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom31_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom31_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom31_60.png new file mode 100644 index 0000000..1db1baa Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom31_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom32.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom32.svg new file mode 100644 index 0000000..1b962a8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom32.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom32_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom32_120.png new file mode 100644 index 0000000..e391340 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom32_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom32_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom32_60.png new file mode 100644 index 0000000..8d9439a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom32_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom33.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom33.svg new file mode 100644 index 0000000..3a6a968 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom33.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom33_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom33_120.png new file mode 100644 index 0000000..e7172e3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom33_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom33_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom33_60.png new file mode 100644 index 0000000..f443f76 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom33_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom34.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom34.svg new file mode 100644 index 0000000..6f1ab89 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom34.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom34_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom34_120.png new file mode 100644 index 0000000..d2f4695 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom34_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom34_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom34_60.png new file mode 100644 index 0000000..1d11274 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom34_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom35.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom35.svg new file mode 100644 index 0000000..b72c96a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom35.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom35_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom35_120.png new file mode 100644 index 0000000..850762e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom35_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom35_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom35_60.png new file mode 100644 index 0000000..148fe96 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom35_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom36.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom36.svg new file mode 100644 index 0000000..2d5232a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom36.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom36_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom36_120.png new file mode 100644 index 0000000..058d0e0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom36_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom36_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom36_60.png new file mode 100644 index 0000000..af1a9c4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom36_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom37.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom37.svg new file mode 100644 index 0000000..526218d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom37.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom37_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom37_120.png new file mode 100644 index 0000000..7f23a45 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom37_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom37_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom37_60.png new file mode 100644 index 0000000..d0486f1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom37_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom38.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom38.svg new file mode 100644 index 0000000..9990948 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom38.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom38_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom38_120.png new file mode 100644 index 0000000..a48d6b3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom38_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom38_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom38_60.png new file mode 100644 index 0000000..aa2ee10 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom38_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom39.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom39.svg new file mode 100644 index 0000000..01c11d6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom39.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom39_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom39_120.png new file mode 100644 index 0000000..3a6cc7e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom39_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom39_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom39_60.png new file mode 100644 index 0000000..851e1fd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom39_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom3_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom3_120.png new file mode 100644 index 0000000..882272b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom3_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom3_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom3_60.png new file mode 100644 index 0000000..a7b9f39 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom3_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom4.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom4.svg new file mode 100644 index 0000000..772c315 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom40.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom40.svg new file mode 100644 index 0000000..6608d7d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom40.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom40_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom40_120.png new file mode 100644 index 0000000..8ef8e64 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom40_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom40_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom40_60.png new file mode 100644 index 0000000..def4ebe Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom40_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom41.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom41.svg new file mode 100644 index 0000000..5abb800 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom41.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom41_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom41_120.png new file mode 100644 index 0000000..5079697 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom41_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom41_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom41_60.png new file mode 100644 index 0000000..445187e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom41_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom42.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom42.svg new file mode 100644 index 0000000..9650c47 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom42.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom42_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom42_120.png new file mode 100644 index 0000000..b3bb83c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom42_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom42_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom42_60.png new file mode 100644 index 0000000..0abf045 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom42_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom43.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom43.svg new file mode 100644 index 0000000..9d2e710 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom43.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom43_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom43_120.png new file mode 100644 index 0000000..0e3fe2e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom43_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom43_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom43_60.png new file mode 100644 index 0000000..b38ca4a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom43_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom44.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom44.svg new file mode 100644 index 0000000..166d0d4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom44.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom44_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom44_120.png new file mode 100644 index 0000000..3b3e72f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom44_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom44_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom44_60.png new file mode 100644 index 0000000..35e003c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom44_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom45.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom45.svg new file mode 100644 index 0000000..8170a1e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom45.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom45_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom45_120.png new file mode 100644 index 0000000..88c43be Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom45_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom45_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom45_60.png new file mode 100644 index 0000000..cba8120 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom45_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom46.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom46.svg new file mode 100644 index 0000000..47c0c22 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom46.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom46_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom46_120.png new file mode 100644 index 0000000..73bc1b8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom46_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom46_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom46_60.png new file mode 100644 index 0000000..2aff24f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom46_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom47.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom47.svg new file mode 100644 index 0000000..05cedaf --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom47.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom47_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom47_120.png new file mode 100644 index 0000000..f29a0f9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom47_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom47_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom47_60.png new file mode 100644 index 0000000..ea68ee5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom47_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom48.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom48.svg new file mode 100644 index 0000000..43a838e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom48.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom48_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom48_120.png new file mode 100644 index 0000000..375b02a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom48_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom48_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom48_60.png new file mode 100644 index 0000000..a5a0e5a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom48_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom49.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom49.svg new file mode 100644 index 0000000..2510a7b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom49.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom49_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom49_120.png new file mode 100644 index 0000000..bc51a5a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom49_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom49_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom49_60.png new file mode 100644 index 0000000..8699c69 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom49_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom4_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom4_120.png new file mode 100644 index 0000000..b30302b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom4_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom4_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom4_60.png new file mode 100644 index 0000000..5c72a80 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom4_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom5.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom5.svg new file mode 100644 index 0000000..2c92b99 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom50.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom50.svg new file mode 100644 index 0000000..c4de145 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom50.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom50_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom50_120.png new file mode 100644 index 0000000..ff93bf9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom50_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom50_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom50_60.png new file mode 100644 index 0000000..31e1184 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom50_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom51.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom51.svg new file mode 100644 index 0000000..a6cf028 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom51.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom51_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom51_120.png new file mode 100644 index 0000000..43f2503 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom51_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom51_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom51_60.png new file mode 100644 index 0000000..2d24b93 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom51_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom52.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom52.svg new file mode 100644 index 0000000..760e269 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom52.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom52_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom52_120.png new file mode 100644 index 0000000..24c2594 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom52_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom52_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom52_60.png new file mode 100644 index 0000000..4e78540 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom52_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom53.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom53.svg new file mode 100644 index 0000000..d6cafac --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom53.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom53_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom53_120.png new file mode 100644 index 0000000..bfbd6d0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom53_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom53_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom53_60.png new file mode 100644 index 0000000..0bd795c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom53_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom54.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom54.svg new file mode 100644 index 0000000..35b142d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom54.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom54_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom54_120.png new file mode 100644 index 0000000..91c4b6d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom54_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom54_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom54_60.png new file mode 100644 index 0000000..27b8b68 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom54_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom55.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom55.svg new file mode 100644 index 0000000..f9bcac6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom55.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom55_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom55_120.png new file mode 100644 index 0000000..2e1d4af Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom55_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom55_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom55_60.png new file mode 100644 index 0000000..68cc603 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom55_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom56.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom56.svg new file mode 100644 index 0000000..9c43c90 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom56.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom56_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom56_120.png new file mode 100644 index 0000000..6257fa1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom56_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom56_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom56_60.png new file mode 100644 index 0000000..d1a98d9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom56_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom57.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom57.svg new file mode 100644 index 0000000..68e2156 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom57.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom57_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom57_120.png new file mode 100644 index 0000000..d23d77b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom57_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom57_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom57_60.png new file mode 100644 index 0000000..6ad8c05 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom57_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom58.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom58.svg new file mode 100644 index 0000000..047c66c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom58.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom58_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom58_120.png new file mode 100644 index 0000000..17d1002 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom58_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom58_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom58_60.png new file mode 100644 index 0000000..0161d90 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom58_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom59.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom59.svg new file mode 100644 index 0000000..9d54c21 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom59.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom59_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom59_120.png new file mode 100644 index 0000000..c21c67f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom59_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom59_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom59_60.png new file mode 100644 index 0000000..59fec06 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom59_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom5_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom5_120.png new file mode 100644 index 0000000..55cbe4e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom5_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom5_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom5_60.png new file mode 100644 index 0000000..7714f87 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom5_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom6.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom6.svg new file mode 100644 index 0000000..c3923b0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom6.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom60.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom60.svg new file mode 100644 index 0000000..2263d5e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom60.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom60_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom60_120.png new file mode 100644 index 0000000..1c5b321 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom60_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom60_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom60_60.png new file mode 100644 index 0000000..2966137 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom60_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom61.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom61.svg new file mode 100644 index 0000000..28c1ce7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom61.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom61_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom61_120.png new file mode 100644 index 0000000..b9e21ff Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom61_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom61_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom61_60.png new file mode 100644 index 0000000..cfadf76 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom61_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom62.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom62.svg new file mode 100644 index 0000000..6db03e6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom62.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom62_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom62_120.png new file mode 100644 index 0000000..c00b7f6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom62_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom62_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom62_60.png new file mode 100644 index 0000000..22971e8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom62_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom63.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom63.svg new file mode 100644 index 0000000..187d3c0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom63.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom63_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom63_120.png new file mode 100644 index 0000000..8d20733 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom63_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom63_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom63_60.png new file mode 100644 index 0000000..c16c431 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom63_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom64.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom64.svg new file mode 100644 index 0000000..dda12ca --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom64.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom64_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom64_120.png new file mode 100644 index 0000000..a5aae2e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom64_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom64_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom64_60.png new file mode 100644 index 0000000..083353c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom64_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom65.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom65.svg new file mode 100644 index 0000000..1150e20 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom65.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom65_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom65_120.png new file mode 100644 index 0000000..be76950 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom65_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom65_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom65_60.png new file mode 100644 index 0000000..ced3d0e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom65_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom66.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom66.svg new file mode 100644 index 0000000..481c033 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom66.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom66_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom66_120.png new file mode 100644 index 0000000..aecff5a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom66_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom66_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom66_60.png new file mode 100644 index 0000000..8c17b22 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom66_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom67.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom67.svg new file mode 100644 index 0000000..3a51d51 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom67.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom67_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom67_120.png new file mode 100644 index 0000000..9b749ac Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom67_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom67_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom67_60.png new file mode 100644 index 0000000..87929d9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom67_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom68.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom68.svg new file mode 100644 index 0000000..9267baf --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom68.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom68_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom68_120.png new file mode 100644 index 0000000..854e171 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom68_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom68_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom68_60.png new file mode 100644 index 0000000..836f9ba Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom68_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom69.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom69.svg new file mode 100644 index 0000000..ac0a32f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom69.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom69_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom69_120.png new file mode 100644 index 0000000..536c48d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom69_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom69_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom69_60.png new file mode 100644 index 0000000..eed7689 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom69_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom6_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom6_120.png new file mode 100644 index 0000000..5fbc5f7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom6_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom6_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom6_60.png new file mode 100644 index 0000000..6b791f8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom6_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom7.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom7.svg new file mode 100644 index 0000000..93dcafd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom7.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom70.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom70.svg new file mode 100644 index 0000000..6445824 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom70.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom70_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom70_120.png new file mode 100644 index 0000000..3642dfd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom70_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom70_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom70_60.png new file mode 100644 index 0000000..4686459 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom70_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom71.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom71.svg new file mode 100644 index 0000000..aa050cf --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom71.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom71_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom71_120.png new file mode 100644 index 0000000..45499d8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom71_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom71_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom71_60.png new file mode 100644 index 0000000..b6bd7cb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom71_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom72.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom72.svg new file mode 100644 index 0000000..82f5970 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom72.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom72_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom72_120.png new file mode 100644 index 0000000..dc3c842 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom72_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom72_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom72_60.png new file mode 100644 index 0000000..3ae61c6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom72_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom73.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom73.svg new file mode 100644 index 0000000..fc4638f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom73.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom73_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom73_120.png new file mode 100644 index 0000000..bcbcede Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom73_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom73_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom73_60.png new file mode 100644 index 0000000..e8fe868 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom73_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom74.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom74.svg new file mode 100644 index 0000000..1909f85 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom74.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom74_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom74_120.png new file mode 100644 index 0000000..520eb73 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom74_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom74_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom74_60.png new file mode 100644 index 0000000..3893bfc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom74_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom75.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom75.svg new file mode 100644 index 0000000..58d6e73 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom75.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom75_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom75_120.png new file mode 100644 index 0000000..b2bfd07 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom75_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom75_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom75_60.png new file mode 100644 index 0000000..7a1c57e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom75_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom76.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom76.svg new file mode 100644 index 0000000..569a51f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom76.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom76_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom76_120.png new file mode 100644 index 0000000..e7ea663 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom76_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom76_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom76_60.png new file mode 100644 index 0000000..15a4cfa Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom76_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom77.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom77.svg new file mode 100644 index 0000000..7ee5547 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom77.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom77_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom77_120.png new file mode 100644 index 0000000..22dd36c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom77_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom77_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom77_60.png new file mode 100644 index 0000000..db0b18d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom77_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom78.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom78.svg new file mode 100644 index 0000000..6a33131 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom78.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom78_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom78_120.png new file mode 100644 index 0000000..af79f6d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom78_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom78_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom78_60.png new file mode 100644 index 0000000..d67bdeb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom78_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom79.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom79.svg new file mode 100644 index 0000000..9a2b16a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom79.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom79_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom79_120.png new file mode 100644 index 0000000..382de58 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom79_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom79_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom79_60.png new file mode 100644 index 0000000..cf9d973 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom79_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom7_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom7_120.png new file mode 100644 index 0000000..eb3fe99 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom7_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom7_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom7_60.png new file mode 100644 index 0000000..4a62e48 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom7_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom8.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom8.svg new file mode 100644 index 0000000..9755119 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom80.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom80.svg new file mode 100644 index 0000000..44b368c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom80.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom80_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom80_120.png new file mode 100644 index 0000000..1c61e21 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom80_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom80_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom80_60.png new file mode 100644 index 0000000..75c632c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom80_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom81.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom81.svg new file mode 100644 index 0000000..e6425b5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom81.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom81_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom81_120.png new file mode 100644 index 0000000..67d3a43 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom81_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom81_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom81_60.png new file mode 100644 index 0000000..687576e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom81_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom82.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom82.svg new file mode 100644 index 0000000..fc566a0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom82.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom82_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom82_120.png new file mode 100644 index 0000000..d34cc65 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom82_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom82_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom82_60.png new file mode 100644 index 0000000..a49a8f1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom82_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom83.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom83.svg new file mode 100644 index 0000000..a9e7234 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom83.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom83_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom83_120.png new file mode 100644 index 0000000..1ca1ccf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom83_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom83_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom83_60.png new file mode 100644 index 0000000..4ce6716 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom83_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom84.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom84.svg new file mode 100644 index 0000000..a899ae8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom84.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom84_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom84_120.png new file mode 100644 index 0000000..2083db6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom84_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom84_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom84_60.png new file mode 100644 index 0000000..6029ca1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom84_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom85.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom85.svg new file mode 100644 index 0000000..dba4163 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom85.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom85_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom85_120.png new file mode 100644 index 0000000..e47ab6b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom85_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom85_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom85_60.png new file mode 100644 index 0000000..f136273 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom85_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom86.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom86.svg new file mode 100644 index 0000000..64a2033 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom86.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom86_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom86_120.png new file mode 100644 index 0000000..6d89ab4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom86_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom86_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom86_60.png new file mode 100644 index 0000000..ec25e3e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom86_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom87.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom87.svg new file mode 100644 index 0000000..67d4dc1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom87.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom87_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom87_120.png new file mode 100644 index 0000000..87e1a7d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom87_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom87_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom87_60.png new file mode 100644 index 0000000..a49e443 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom87_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom88.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom88.svg new file mode 100644 index 0000000..17dbfac --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom88.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom88_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom88_120.png new file mode 100644 index 0000000..5a7f96c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom88_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom88_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom88_60.png new file mode 100644 index 0000000..1eac08e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom88_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom89.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom89.svg new file mode 100644 index 0000000..34d3dc0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom89.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom89_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom89_120.png new file mode 100644 index 0000000..bae876c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom89_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom89_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom89_60.png new file mode 100644 index 0000000..6dc423f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom89_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom8_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom8_120.png new file mode 100644 index 0000000..4b92f8b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom8_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom8_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom8_60.png new file mode 100644 index 0000000..3754ec0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom8_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom9.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom9.svg new file mode 100644 index 0000000..a925790 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom90.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom90.svg new file mode 100644 index 0000000..1db34d3 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom90.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom90_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom90_120.png new file mode 100644 index 0000000..4e5efa5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom90_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom90_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom90_60.png new file mode 100644 index 0000000..28f4c05 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom90_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom91.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom91.svg new file mode 100644 index 0000000..f28dd2a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom91.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom91_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom91_120.png new file mode 100644 index 0000000..8da44fd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom91_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom91_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom91_60.png new file mode 100644 index 0000000..2ae7eb6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom91_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom92.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom92.svg new file mode 100644 index 0000000..3c46897 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom92.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom92_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom92_120.png new file mode 100644 index 0000000..f46148a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom92_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom92_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom92_60.png new file mode 100644 index 0000000..2b82346 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom92_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom93.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom93.svg new file mode 100644 index 0000000..0637d6b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom93.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom93_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom93_120.png new file mode 100644 index 0000000..196c580 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom93_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom93_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom93_60.png new file mode 100644 index 0000000..264ef3f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom93_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom94.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom94.svg new file mode 100644 index 0000000..0c3fb77 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom94.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom94_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom94_120.png new file mode 100644 index 0000000..1efd929 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom94_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom94_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom94_60.png new file mode 100644 index 0000000..8e9e6bc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom94_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom95.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom95.svg new file mode 100644 index 0000000..a27af03 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom95.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom95_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom95_120.png new file mode 100644 index 0000000..7fce73e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom95_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom95_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom95_60.png new file mode 100644 index 0000000..6f274bc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom95_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom96.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom96.svg new file mode 100644 index 0000000..9678c6c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom96.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom96_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom96_120.png new file mode 100644 index 0000000..0508fe3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom96_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom96_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom96_60.png new file mode 100644 index 0000000..9690555 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom96_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom97.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom97.svg new file mode 100644 index 0000000..b63b1bd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom97.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom97_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom97_120.png new file mode 100644 index 0000000..adef8b9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom97_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom97_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom97_60.png new file mode 100644 index 0000000..36aabb1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom97_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom98.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom98.svg new file mode 100644 index 0000000..b0d0adf --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom98.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom98_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom98_120.png new file mode 100644 index 0000000..800c63e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom98_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom98_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom98_60.png new file mode 100644 index 0000000..07dab1a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom98_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom99.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom99.svg new file mode 100644 index 0000000..18dc9c9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom99.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom99_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom99_120.png new file mode 100644 index 0000000..fcf94fc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom99_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom99_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom99_60.png new file mode 100644 index 0000000..ca17a75 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom99_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom9_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom9_120.png new file mode 100644 index 0000000..06eb1f6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom9_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom9_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom9_60.png new file mode 100644 index 0000000..8fa1096 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/custom/custom9_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype-sprite/svg/symbols.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype-sprite/svg/symbols.svg new file mode 100644 index 0000000..a9905ef --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype-sprite/svg/symbols.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype-sprite/symbols.html b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype-sprite/symbols.html new file mode 100644 index 0000000..d1b9db8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype-sprite/symbols.html @@ -0,0 +1,969 @@ + + + + + + + + SVG <symbol> sprite preview | svg-sprite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    SVG <symbol> sprite preview

    +

    This preview features two methods of using the generated sprite in conjunction with inline SVG. Please have a look at the HTML source for further details and be aware of the following constraints:

    +
      +
    • Your browser has to support inline SVG for these techniques to work.
    • +
    • The embedded sprite (A) slightly differs from the generated external one. Please see the documentation for details on how to create such an embeddable sprite.
    • +
    • Internet Explorer up to version 11 doesn't support external sprites for use with inline SVG. For IE 9-11, you may polyfill this functionality with SVG for Everybody.
    • +
    +
    +
    + + + +

    A) Inline SVG with embedded sprite

    +
      + +
    • +
      + + + + + + +
      +

      ai

      +
    • +
    • +
      + + + + + + +
      +

      attachment

      +
    • +
    • +
      + + + + + + +
      +

      audio

      +
    • +
    • +
      + + + + + + +
      +

      box_notes

      +
    • +
    • +
      + + + + + + +
      +

      csv

      +
    • +
    • +
      + + + + + + +
      +

      eps

      +
    • +
    • +
      + + + + + + +
      +

      excel

      +
    • +
    • +
      + + + + + + +
      +

      exe

      +
    • +
    • +
      + + + + + + +
      +

      flash

      +
    • +
    • +
      + + + + + + +
      +

      gdoc

      +
    • +
    • +
      + + + + + + +
      +

      gdocs

      +
    • +
    • +
      + + + + + + +
      +

      gform

      +
    • +
    • +
      + + + + + + +
      +

      gpres

      +
    • +
    • +
      + + + + + + +
      +

      gsheet

      +
    • +
    • +
      + + + + + + +
      +

      html

      +
    • +
    • +
      + + + + + + +
      +

      image

      +
    • +
    • +
      + + + + + + +
      +

      keynote

      +
    • +
    • +
      + + + + + + +
      +

      link

      +
    • +
    • +
      + + + + + + +
      +

      mp4

      +
    • +
    • +
      + + + + + + +
      +

      overlay

      +
    • +
    • +
      + + + + + + +
      +

      pack

      +
    • +
    • +
      + + + + + + +
      +

      pages

      +
    • +
    • +
      + + + + + + +
      +

      pdf

      +
    • +
    • +
      + + + + + + +
      +

      ppt

      +
    • +
    • +
      + + + + + + +
      +

      psd

      +
    • +
    • +
      + + + + + + +
      +

      rtf

      +
    • +
    • +
      + + + + + + +
      +

      slide

      +
    • +
    • +
      + + + + + + +
      +

      stypi

      +
    • +
    • +
      + + + + + + +
      +

      txt

      +
    • +
    • +
      + + + + + + +
      +

      unknown

      +
    • +
    • +
      + + + + + + +
      +

      video

      +
    • +
    • +
      + + + + + + +
      +

      visio

      +
    • +
    • +
      + + + + + + +
      +

      webex

      +
    • +
    • +
      + + + + + + +
      +

      word

      +
    • +
    • +
      + + + + + + +
      +

      xml

      +
    • +
    • +
      + + + + + + +
      +

      zip

      +
    • +
    + + + +
    +
    + + + +

    B) Inline SVG with external sprite (IE 9-11 with polyfill only)

    +
      + +
    • +
      + + + + + + +
      +

      ai

      +
    • +
    • +
      + + + + + + +
      +

      attachment

      +
    • +
    • +
      + + + + + + +
      +

      audio

      +
    • +
    • +
      + + + + + + +
      +

      box_notes

      +
    • +
    • +
      + + + + + + +
      +

      csv

      +
    • +
    • +
      + + + + + + +
      +

      eps

      +
    • +
    • +
      + + + + + + +
      +

      excel

      +
    • +
    • +
      + + + + + + +
      +

      exe

      +
    • +
    • +
      + + + + + + +
      +

      flash

      +
    • +
    • +
      + + + + + + +
      +

      gdoc

      +
    • +
    • +
      + + + + + + +
      +

      gdocs

      +
    • +
    • +
      + + + + + + +
      +

      gform

      +
    • +
    • +
      + + + + + + +
      +

      gpres

      +
    • +
    • +
      + + + + + + +
      +

      gsheet

      +
    • +
    • +
      + + + + + + +
      +

      html

      +
    • +
    • +
      + + + + + + +
      +

      image

      +
    • +
    • +
      + + + + + + +
      +

      keynote

      +
    • +
    • +
      + + + + + + +
      +

      link

      +
    • +
    • +
      + + + + + + +
      +

      mp4

      +
    • +
    • +
      + + + + + + +
      +

      overlay

      +
    • +
    • +
      + + + + + + +
      +

      pack

      +
    • +
    • +
      + + + + + + +
      +

      pages

      +
    • +
    • +
      + + + + + + +
      +

      pdf

      +
    • +
    • +
      + + + + + + +
      +

      ppt

      +
    • +
    • +
      + + + + + + +
      +

      psd

      +
    • +
    • +
      + + + + + + +
      +

      rtf

      +
    • +
    • +
      + + + + + + +
      +

      slide

      +
    • +
    • +
      + + + + + + +
      +

      stypi

      +
    • +
    • +
      + + + + + + +
      +

      txt

      +
    • +
    • +
      + + + + + + +
      +

      unknown

      +
    • +
    • +
      + + + + + + +
      +

      video

      +
    • +
    • +
      + + + + + + +
      +

      visio

      +
    • +
    • +
      + + + + + + +
      +

      webex

      +
    • +
    • +
      + + + + + + +
      +

      word

      +
    • +
    • +
      + + + + + + +
      +

      xml

      +
    • +
    • +
      + + + + + + +
      +

      zip

      +
    • +
    + + + +
    +
    +

    Generated at Wed, 27 Jul 2016 17:59:49 GMT by svg-sprite.

    +
    + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ai.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ai.svg new file mode 100644 index 0000000..3e0de1c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ai_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ai_120.png new file mode 100644 index 0000000..c79d7bd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ai_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ai_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ai_60.png new file mode 100644 index 0000000..a36774f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ai_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/attachment.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/attachment.svg new file mode 100644 index 0000000..26b92d9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/attachment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/attachment_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/attachment_120.png new file mode 100644 index 0000000..65fa303 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/attachment_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/attachment_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/attachment_60.png new file mode 100644 index 0000000..4398e52 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/attachment_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/audio.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/audio.svg new file mode 100644 index 0000000..2a5257d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/audio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/audio_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/audio_120.png new file mode 100644 index 0000000..fbbeb47 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/audio_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/audio_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/audio_60.png new file mode 100644 index 0000000..fa196d6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/audio_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/box_notes.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/box_notes.svg new file mode 100644 index 0000000..050e7f1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/box_notes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/box_notes_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/box_notes_120.png new file mode 100644 index 0000000..a056bcb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/box_notes_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/box_notes_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/box_notes_60.png new file mode 100644 index 0000000..901f3e4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/box_notes_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/csv.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/csv.svg new file mode 100644 index 0000000..1d92ddd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/csv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/csv_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/csv_120.png new file mode 100644 index 0000000..1760853 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/csv_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/csv_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/csv_60.png new file mode 100644 index 0000000..0743cee Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/csv_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/eps.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/eps.svg new file mode 100644 index 0000000..6db3527 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/eps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/eps_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/eps_120.png new file mode 100644 index 0000000..4414436 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/eps_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/eps_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/eps_60.png new file mode 100644 index 0000000..4011afe Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/eps_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/excel.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/excel.svg new file mode 100644 index 0000000..7634a7c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/excel_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/excel_120.png new file mode 100644 index 0000000..7b06e9a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/excel_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/excel_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/excel_60.png new file mode 100644 index 0000000..47a522f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/excel_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/exe.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/exe.svg new file mode 100644 index 0000000..6c59c43 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/exe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/exe_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/exe_120.png new file mode 100644 index 0000000..196deb7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/exe_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/exe_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/exe_60.png new file mode 100644 index 0000000..63d23eb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/exe_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/flash.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/flash.svg new file mode 100644 index 0000000..85459ff --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/flash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/flash_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/flash_120.png new file mode 100644 index 0000000..19f6395 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/flash_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/flash_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/flash_60.png new file mode 100644 index 0000000..765c265 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/flash_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdoc.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdoc.svg new file mode 100644 index 0000000..c7faa28 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdoc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdoc_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdoc_120.png new file mode 100644 index 0000000..96e872c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdoc_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdoc_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdoc_60.png new file mode 100644 index 0000000..d4def2f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdoc_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdocs.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdocs.svg new file mode 100644 index 0000000..91f90fc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdocs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdocs_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdocs_120.png new file mode 100644 index 0000000..1f00ba5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdocs_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdocs_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdocs_60.png new file mode 100644 index 0000000..07d9bf9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gdocs_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gform.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gform.svg new file mode 100644 index 0000000..1de392a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gform_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gform_120.png new file mode 100644 index 0000000..f9aca26 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gform_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gform_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gform_60.png new file mode 100644 index 0000000..31d476a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gform_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gpres.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gpres.svg new file mode 100644 index 0000000..b09b568 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gpres.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gpres_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gpres_120.png new file mode 100644 index 0000000..eb82f16 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gpres_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gpres_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gpres_60.png new file mode 100644 index 0000000..4959058 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gpres_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gsheet.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gsheet.svg new file mode 100644 index 0000000..ad9b852 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gsheet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gsheet_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gsheet_120.png new file mode 100644 index 0000000..31028e6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gsheet_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gsheet_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gsheet_60.png new file mode 100644 index 0000000..e940dd5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/gsheet_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/html.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/html.svg new file mode 100644 index 0000000..176d1ba --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/html.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/html_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/html_120.png new file mode 100644 index 0000000..8b4f663 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/html_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/html_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/html_60.png new file mode 100644 index 0000000..8b80e70 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/html_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/image.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/image.svg new file mode 100644 index 0000000..a2f46df --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/image_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/image_120.png new file mode 100644 index 0000000..b5a518a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/image_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/image_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/image_60.png new file mode 100644 index 0000000..8e1caba Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/image_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/keynote.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/keynote.svg new file mode 100644 index 0000000..a94b717 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/keynote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/keynote_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/keynote_120.png new file mode 100644 index 0000000..1933d2e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/keynote_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/keynote_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/keynote_60.png new file mode 100644 index 0000000..af3e7ed Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/keynote_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/link.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/link.svg new file mode 100644 index 0000000..8faf378 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/link_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/link_120.png new file mode 100644 index 0000000..9303f25 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/link_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/link_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/link_60.png new file mode 100644 index 0000000..94a8a8c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/link_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/mp4.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/mp4.svg new file mode 100644 index 0000000..6cebff2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/mp4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/mp4_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/mp4_120.png new file mode 100644 index 0000000..27d100c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/mp4_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/mp4_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/mp4_60.png new file mode 100644 index 0000000..b850da2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/mp4_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/overlay.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/overlay.svg new file mode 100644 index 0000000..97d517b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/overlay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/overlay_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/overlay_120.png new file mode 100644 index 0000000..63b9dcc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/overlay_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/overlay_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/overlay_60.png new file mode 100644 index 0000000..2c0dbbc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/overlay_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pack.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pack.svg new file mode 100644 index 0000000..896928a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pack_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pack_120.png new file mode 100644 index 0000000..4b5c71b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pack_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pack_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pack_60.png new file mode 100644 index 0000000..12b4217 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pack_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pages.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pages.svg new file mode 100644 index 0000000..b2108c1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pages.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pages_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pages_120.png new file mode 100644 index 0000000..ae466ce Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pages_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pages_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pages_60.png new file mode 100644 index 0000000..10bcd52 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pages_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pdf.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pdf.svg new file mode 100644 index 0000000..47471a5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pdf_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pdf_120.png new file mode 100644 index 0000000..eea7b8c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pdf_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pdf_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pdf_60.png new file mode 100644 index 0000000..a01bbed Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/pdf_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ppt.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ppt.svg new file mode 100644 index 0000000..c585de6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ppt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ppt_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ppt_120.png new file mode 100644 index 0000000..8b9540b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ppt_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ppt_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ppt_60.png new file mode 100644 index 0000000..2289e3d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/ppt_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/psd.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/psd.svg new file mode 100644 index 0000000..7471ca3 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/psd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/psd_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/psd_120.png new file mode 100644 index 0000000..135d095 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/psd_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/psd_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/psd_60.png new file mode 100644 index 0000000..6f8e850 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/psd_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/rtf.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/rtf.svg new file mode 100644 index 0000000..45465ce --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/rtf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/rtf_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/rtf_120.png new file mode 100644 index 0000000..7b6ccb6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/rtf_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/rtf_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/rtf_60.png new file mode 100644 index 0000000..3e1f33d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/rtf_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/slide.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/slide.svg new file mode 100644 index 0000000..202d93e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/slide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/slide_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/slide_120.png new file mode 100644 index 0000000..3847d97 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/slide_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/slide_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/slide_60.png new file mode 100644 index 0000000..de4a074 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/slide_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/stypi.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/stypi.svg new file mode 100644 index 0000000..2ecef17 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/stypi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/stypi_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/stypi_120.png new file mode 100644 index 0000000..a4fa6c6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/stypi_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/stypi_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/stypi_60.png new file mode 100644 index 0000000..3afc1ca Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/stypi_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/txt.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/txt.svg new file mode 100644 index 0000000..16feeb2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/txt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/txt_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/txt_120.png new file mode 100644 index 0000000..a294c9d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/txt_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/txt_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/txt_60.png new file mode 100644 index 0000000..e349e01 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/txt_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/unknown.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/unknown.svg new file mode 100644 index 0000000..c22cfd6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/unknown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/unknown_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/unknown_120.png new file mode 100644 index 0000000..99731d3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/unknown_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/unknown_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/unknown_60.png new file mode 100644 index 0000000..baa71cb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/unknown_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/video.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/video.svg new file mode 100644 index 0000000..ee29cc7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/video_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/video_120.png new file mode 100644 index 0000000..f5ff7d7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/video_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/video_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/video_60.png new file mode 100644 index 0000000..71216fc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/video_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/visio.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/visio.svg new file mode 100644 index 0000000..a05458e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/visio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/visio_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/visio_120.png new file mode 100644 index 0000000..2196c62 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/visio_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/visio_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/visio_60.png new file mode 100644 index 0000000..5ef2221 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/visio_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/webex.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/webex.svg new file mode 100644 index 0000000..d2867cc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/webex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/webex_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/webex_120.png new file mode 100644 index 0000000..7920282 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/webex_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/webex_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/webex_60.png new file mode 100644 index 0000000..e2eb352 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/webex_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/word.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/word.svg new file mode 100644 index 0000000..933de19 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/word.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/word_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/word_120.png new file mode 100644 index 0000000..3ec9f1b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/word_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/word_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/word_60.png new file mode 100644 index 0000000..2f6b596 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/word_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/xml.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/xml.svg new file mode 100644 index 0000000..5c7eac9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/xml.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/xml_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/xml_120.png new file mode 100644 index 0000000..c9a41b7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/xml_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/xml_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/xml_60.png new file mode 100644 index 0000000..d638c25 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/xml_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/zip.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/zip.svg new file mode 100644 index 0000000..3be3aca --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/zip.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/zip_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/zip_120.png new file mode 100644 index 0000000..2b910fa Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/zip_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/zip_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/zip_60.png new file mode 100644 index 0000000..4fd9ed1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/doctype/zip_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard-sprite/svg/symbols.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard-sprite/svg/symbols.svg new file mode 100644 index 0000000..bc673c6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard-sprite/svg/symbols.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard-sprite/symbols.html b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard-sprite/symbols.html new file mode 100644 index 0000000..a19a88e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard-sprite/symbols.html @@ -0,0 +1,2529 @@ + + + + + + + + SVG <symbol> sprite preview | svg-sprite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    SVG <symbol> sprite preview

    +

    This preview features two methods of using the generated sprite in conjunction with inline SVG. Please have a look at the HTML source for further details and be aware of the following constraints:

    +
      +
    • Your browser has to support inline SVG for these techniques to work.
    • +
    • The embedded sprite (A) slightly differs from the generated external one. Please see the documentation for details on how to create such an embeddable sprite.
    • +
    • Internet Explorer up to version 11 doesn't support external sprites for use with inline SVG. For IE 9-11, you may polyfill this functionality with SVG for Everybody.
    • +
    +
    +
    + + + +

    A) Inline SVG with embedded sprite

    +
      + +
    • +
      + + + + +
      +

      account

      +
    • +
    • +
      + + + + + + +
      +

      announcement

      +
    • +
    • +
      + + + + + + +
      +

      answer_best

      +
    • +
    • +
      + + + + + + +
      +

      answer_private

      +
    • +
    • +
      + + + + + + +
      +

      answer_public

      +
    • +
    • +
      + + + + + + +
      +

      approval

      +
    • +
    • +
      + + + + + + +
      +

      apps

      +
    • +
    • +
      + + + + + + +
      +

      apps_admin

      +
    • +
    • +
      + + + + + + +
      +

      article

      +
    • +
    • +
      + + + + + + +
      +

      avatar

      +
    • +
    • +
      + + + + + + +
      +

      avatar_loading

      +
    • +
    • +
      + + + + + + +
      +

      calibration

      +
    • +
    • +
      + + + + + + +
      +

      call

      +
    • +
    • +
      + + + + + + +
      +

      call_history

      +
    • +
    • +
      + + + + + + +
      +

      campaign

      +
    • +
    • +
      + + + + + + +
      +

      campaign_members

      +
    • +
    • +
      + + + + + + +
      +

      canvas

      +
    • +
    • +
      + + + + + + +
      +

      case

      +
    • +
    • +
      + + + + + + +
      +

      case_change_status

      +
    • +
    • +
      + + + + + + +
      +

      case_comment

      +
    • +
    • +
      + + + + + + +
      +

      case_email

      +
    • +
    • +
      + + + + + + +
      +

      case_log_a_call

      +
    • +
    • +
      + + + + + + +
      +

      case_transcript

      +
    • +
    • +
      + + + + + + +
      +

      client

      +
    • +
    • +
      + + + + + + +
      +

      coaching

      +
    • +
    • +
      + + + + + + +
      +

      connected_apps

      +
    • +
    • +
      + + + + + + +
      +

      contact

      +
    • +
    • +
      + + + + + + +
      +

      contract

      +
    • +
    • +
      + + + + + + +
      +

      custom

      +
    • +
    • +
      + + + + + + +
      +

      dashboard

      +
    • +
    • +
      + + + + + + +
      +

      default

      +
    • +
    • +
      + + + + + + +
      +

      document

      +
    • +
    • +
      + + + + + + +
      +

      drafts

      +
    • +
    • +
      + + + + + + +
      +

      email

      +
    • +
    • +
      + + + + + + +
      +

      email_chatter

      +
    • +
    • +
      + + + + + + +
      +

      empty

      +
    • +
    • +
      + + + + + + +
      +

      endorsement

      +
    • +
    • +
      + + + + + + +
      +

      environment_hub

      +
    • +
    • +
      + + + + + + +
      +

      event

      +
    • +
    • +
      + + + + + + +
      +

      feed

      +
    • +
    • +
      + + + + + + +
      +

      feedback

      +
    • +
    • +
      + + + + + + +
      +

      file

      +
    • +
    • +
      + + + + + + +
      +

      flow

      +
    • +
    • +
      + + + + + + +
      +

      folder

      +
    • +
    • +
      + + + + + + +
      +

      forecasts

      +
    • +
    • +
      + + + + + + +
      +

      generic_loading

      +
    • +
    • +
      + + + + + + +
      +

      goals

      +
    • +
    • +
      + + + + + + +
      +

      group_loading

      +
    • +
    • +
      + + + + + + +
      +

      groups

      +
    • +
    • +
      + + + + + + +
      +

      hierarchy

      +
    • +
    • +
      + + + + + + +
      +

      home

      +
    • +
    • +
      + + + + + + +
      +

      household

      +
    • +
    • +
      + + + + + + +
      +

      insights

      +
    • +
    • +
      + + + + +
      +

      investment_account

      +
    • +
    • +
      + + + + + + +
      +

      lead

      +
    • +
    • +
      + + + + + + +
      +

      link

      +
    • +
    • +
      + + + + + + +
      +

      log_a_call

      +
    • +
    • +
      + + + + + + +
      +

      marketing_actions

      +
    • +
    • +
      + + + + + + +
      +

      merge

      +
    • +
    • +
      + + + + + + +
      +

      metrics

      +
    • +
    • +
      + + + + + + +
      +

      news

      +
    • +
    • +
      + + + + + + +
      +

      note

      +
    • +
    • +
      + + + + + + +
      +

      opportunity

      +
    • +
    • +
      + + + + + + +
      +

      orders

      +
    • +
    • +
      + + + + + + +
      +

      people

      +
    • +
    • +
      + + + + + + +
      +

      performance

      +
    • +
    • +
      + + + + +
      +

      person_account

      +
    • +
    • +
      + + + + + + +
      +

      photo

      +
    • +
    • +
      + + + + + + +
      +

      poll

      +
    • +
    • +
      + + + + + + +
      +

      portal

      +
    • +
    • +
      + + + + + + +
      +

      post

      +
    • +
    • +
      + + + + + + +
      +

      pricebook

      +
    • +
    • +
      + + + + + + +
      +

      process

      +
    • +
    • +
      + + + + + + +
      +

      product

      +
    • +
    • +
      + + + + + + +
      +

      question_best

      +
    • +
    • +
      + + + + + + +
      +

      question_feed

      +
    • +
    • +
      + + + + + + +
      +

      quotes

      +
    • +
    • +
      + + + + + + +
      +

      recent

      +
    • +
    • +
      + + + + + + +
      +

      record

      +
    • +
    • +
      + + + + + + +
      +

      related_list

      +
    • +
    • +
      + + + + + + +
      +

      relationship

      +
    • +
    • +
      + + + + + + +
      +

      report

      +
    • +
    • +
      + + + + + + +
      +

      reward

      +
    • +
    • +
      + + + + + + +
      +

      sales_path

      +
    • +
    • +
      + + + + + + +
      +

      scan_card

      +
    • +
    • +
      + + + + + + +
      +

      service_contract

      +
    • +
    • +
      + + + + + + +
      +

      skill_entity

      +
    • +
    • +
      + + + + + + +
      +

      social

      +
    • +
    • +
      + + + + + + +
      +

      solution

      +
    • +
    • +
      + + + + + + +
      +

      sossession

      +
    • +
    • +
      + + + + + + +
      +

      task

      +
    • +
    • +
      + + + + + + +
      +

      task2

      +
    • +
    • +
      + + + + + + +
      +

      team_member

      +
    • +
    • +
      + + + + + + +
      +

      thanks

      +
    • +
    • +
      + + + + + + +
      +

      thanks_loading

      +
    • +
    • +
      + + + + + + +
      +

      today

      +
    • +
    • +
      + + + + + + +
      +

      topic

      +
    • +
    • +
      + + + + + + +
      +

      unmatched

      +
    • +
    • +
      + + + + + + +
      +

      user

      +
    • +
    • +
      + + + + + + +
      +

      work_order

      +
    • +
    • +
      + + + + + + +
      +

      work_order_item

      +
    • +
    + + + +
    +
    + + + +

    B) Inline SVG with external sprite (IE 9-11 with polyfill only)

    +
      + +
    • +
      + + + + +
      +

      account

      +
    • +
    • +
      + + + + + + +
      +

      announcement

      +
    • +
    • +
      + + + + + + +
      +

      answer_best

      +
    • +
    • +
      + + + + + + +
      +

      answer_private

      +
    • +
    • +
      + + + + + + +
      +

      answer_public

      +
    • +
    • +
      + + + + + + +
      +

      approval

      +
    • +
    • +
      + + + + + + +
      +

      apps

      +
    • +
    • +
      + + + + + + +
      +

      apps_admin

      +
    • +
    • +
      + + + + + + +
      +

      article

      +
    • +
    • +
      + + + + + + +
      +

      avatar

      +
    • +
    • +
      + + + + + + +
      +

      avatar_loading

      +
    • +
    • +
      + + + + + + +
      +

      calibration

      +
    • +
    • +
      + + + + + + +
      +

      call

      +
    • +
    • +
      + + + + + + +
      +

      call_history

      +
    • +
    • +
      + + + + + + +
      +

      campaign

      +
    • +
    • +
      + + + + + + +
      +

      campaign_members

      +
    • +
    • +
      + + + + + + +
      +

      canvas

      +
    • +
    • +
      + + + + + + +
      +

      case

      +
    • +
    • +
      + + + + + + +
      +

      case_change_status

      +
    • +
    • +
      + + + + + + +
      +

      case_comment

      +
    • +
    • +
      + + + + + + +
      +

      case_email

      +
    • +
    • +
      + + + + + + +
      +

      case_log_a_call

      +
    • +
    • +
      + + + + + + +
      +

      case_transcript

      +
    • +
    • +
      + + + + + + +
      +

      client

      +
    • +
    • +
      + + + + + + +
      +

      coaching

      +
    • +
    • +
      + + + + + + +
      +

      connected_apps

      +
    • +
    • +
      + + + + + + +
      +

      contact

      +
    • +
    • +
      + + + + + + +
      +

      contract

      +
    • +
    • +
      + + + + + + +
      +

      custom

      +
    • +
    • +
      + + + + + + +
      +

      dashboard

      +
    • +
    • +
      + + + + + + +
      +

      default

      +
    • +
    • +
      + + + + + + +
      +

      document

      +
    • +
    • +
      + + + + + + +
      +

      drafts

      +
    • +
    • +
      + + + + + + +
      +

      email

      +
    • +
    • +
      + + + + + + +
      +

      email_chatter

      +
    • +
    • +
      + + + + + + +
      +

      empty

      +
    • +
    • +
      + + + + + + +
      +

      endorsement

      +
    • +
    • +
      + + + + + + +
      +

      environment_hub

      +
    • +
    • +
      + + + + + + +
      +

      event

      +
    • +
    • +
      + + + + + + +
      +

      feed

      +
    • +
    • +
      + + + + + + +
      +

      feedback

      +
    • +
    • +
      + + + + + + +
      +

      file

      +
    • +
    • +
      + + + + + + +
      +

      flow

      +
    • +
    • +
      + + + + + + +
      +

      folder

      +
    • +
    • +
      + + + + + + +
      +

      forecasts

      +
    • +
    • +
      + + + + + + +
      +

      generic_loading

      +
    • +
    • +
      + + + + + + +
      +

      goals

      +
    • +
    • +
      + + + + + + +
      +

      group_loading

      +
    • +
    • +
      + + + + + + +
      +

      groups

      +
    • +
    • +
      + + + + + + +
      +

      hierarchy

      +
    • +
    • +
      + + + + + + +
      +

      home

      +
    • +
    • +
      + + + + + + +
      +

      household

      +
    • +
    • +
      + + + + + + +
      +

      insights

      +
    • +
    • +
      + + + + +
      +

      investment_account

      +
    • +
    • +
      + + + + + + +
      +

      lead

      +
    • +
    • +
      + + + + + + +
      +

      link

      +
    • +
    • +
      + + + + + + +
      +

      log_a_call

      +
    • +
    • +
      + + + + + + +
      +

      marketing_actions

      +
    • +
    • +
      + + + + + + +
      +

      merge

      +
    • +
    • +
      + + + + + + +
      +

      metrics

      +
    • +
    • +
      + + + + + + +
      +

      news

      +
    • +
    • +
      + + + + + + +
      +

      note

      +
    • +
    • +
      + + + + + + +
      +

      opportunity

      +
    • +
    • +
      + + + + + + +
      +

      orders

      +
    • +
    • +
      + + + + + + +
      +

      people

      +
    • +
    • +
      + + + + + + +
      +

      performance

      +
    • +
    • +
      + + + + +
      +

      person_account

      +
    • +
    • +
      + + + + + + +
      +

      photo

      +
    • +
    • +
      + + + + + + +
      +

      poll

      +
    • +
    • +
      + + + + + + +
      +

      portal

      +
    • +
    • +
      + + + + + + +
      +

      post

      +
    • +
    • +
      + + + + + + +
      +

      pricebook

      +
    • +
    • +
      + + + + + + +
      +

      process

      +
    • +
    • +
      + + + + + + +
      +

      product

      +
    • +
    • +
      + + + + + + +
      +

      question_best

      +
    • +
    • +
      + + + + + + +
      +

      question_feed

      +
    • +
    • +
      + + + + + + +
      +

      quotes

      +
    • +
    • +
      + + + + + + +
      +

      recent

      +
    • +
    • +
      + + + + + + +
      +

      record

      +
    • +
    • +
      + + + + + + +
      +

      related_list

      +
    • +
    • +
      + + + + + + +
      +

      relationship

      +
    • +
    • +
      + + + + + + +
      +

      report

      +
    • +
    • +
      + + + + + + +
      +

      reward

      +
    • +
    • +
      + + + + + + +
      +

      sales_path

      +
    • +
    • +
      + + + + + + +
      +

      scan_card

      +
    • +
    • +
      + + + + + + +
      +

      service_contract

      +
    • +
    • +
      + + + + + + +
      +

      skill_entity

      +
    • +
    • +
      + + + + + + +
      +

      social

      +
    • +
    • +
      + + + + + + +
      +

      solution

      +
    • +
    • +
      + + + + + + +
      +

      sossession

      +
    • +
    • +
      + + + + + + +
      +

      task

      +
    • +
    • +
      + + + + + + +
      +

      task2

      +
    • +
    • +
      + + + + + + +
      +

      team_member

      +
    • +
    • +
      + + + + + + +
      +

      thanks

      +
    • +
    • +
      + + + + + + +
      +

      thanks_loading

      +
    • +
    • +
      + + + + + + +
      +

      today

      +
    • +
    • +
      + + + + + + +
      +

      topic

      +
    • +
    • +
      + + + + + + +
      +

      unmatched

      +
    • +
    • +
      + + + + + + +
      +

      user

      +
    • +
    • +
      + + + + + + +
      +

      work_order

      +
    • +
    • +
      + + + + + + +
      +

      work_order_item

      +
    • +
    + + + +
    +
    +

    Generated at Wed, 27 Jul 2016 17:59:49 GMT by svg-sprite.

    +
    + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/account.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/account.svg new file mode 100644 index 0000000..fb5089c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/account.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/account_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/account_120.png new file mode 100644 index 0000000..62a6fa2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/account_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/account_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/account_60.png new file mode 100644 index 0000000..0a1518f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/account_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/announcement.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/announcement.svg new file mode 100644 index 0000000..4aa3fba --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/announcement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/announcement_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/announcement_120.png new file mode 100644 index 0000000..3e77d15 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/announcement_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/announcement_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/announcement_60.png new file mode 100644 index 0000000..5bf56ab Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/announcement_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_best.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_best.svg new file mode 100644 index 0000000..f5bbdd4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_best.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_best_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_best_120.png new file mode 100644 index 0000000..619001e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_best_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_best_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_best_60.png new file mode 100644 index 0000000..fb9d810 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_best_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_private.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_private.svg new file mode 100644 index 0000000..1d570d5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_private.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_private_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_private_120.png new file mode 100644 index 0000000..be4f7d2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_private_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_private_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_private_60.png new file mode 100644 index 0000000..88fcb16 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_private_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_public.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_public.svg new file mode 100644 index 0000000..b01b329 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_public.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_public_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_public_120.png new file mode 100644 index 0000000..a4b30f4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_public_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_public_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_public_60.png new file mode 100644 index 0000000..ed3d777 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/answer_public_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/approval.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/approval.svg new file mode 100644 index 0000000..5a43a0e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/approval.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/approval_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/approval_120.png new file mode 100644 index 0000000..1626d27 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/approval_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/approval_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/approval_60.png new file mode 100644 index 0000000..593695d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/approval_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps.svg new file mode 100644 index 0000000..26998ab --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_120.png new file mode 100644 index 0000000..31a777e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_60.png new file mode 100644 index 0000000..2c836a0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_admin.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_admin.svg new file mode 100644 index 0000000..cac42fd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_admin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_admin_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_admin_120.png new file mode 100644 index 0000000..f8bd1e6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_admin_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_admin_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_admin_60.png new file mode 100644 index 0000000..7a0d363 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/apps_admin_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/article.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/article.svg new file mode 100644 index 0000000..e9c9a73 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/article.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/article_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/article_120.png new file mode 100644 index 0000000..52c9178 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/article_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/article_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/article_60.png new file mode 100644 index 0000000..0a0701b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/article_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar.svg new file mode 100644 index 0000000..a141755 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_120.png new file mode 100644 index 0000000..f4dc52f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_60.png new file mode 100644 index 0000000..7966456 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_loading.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_loading.svg new file mode 100644 index 0000000..ee567b6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_loading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_loading_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_loading_120.png new file mode 100644 index 0000000..f72b59b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_loading_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_loading_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_loading_60.png new file mode 100644 index 0000000..d1a91e2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/avatar_loading_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/calibration.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/calibration.svg new file mode 100644 index 0000000..296fa5f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/calibration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/calibration_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/calibration_120.png new file mode 100644 index 0000000..ee45ad3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/calibration_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/calibration_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/calibration_60.png new file mode 100644 index 0000000..68a5752 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/calibration_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call.svg new file mode 100644 index 0000000..eadf1bd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_120.png new file mode 100644 index 0000000..ef05859 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_60.png new file mode 100644 index 0000000..94667bb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_history.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_history.svg new file mode 100644 index 0000000..3365d7b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_history.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_history_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_history_120.png new file mode 100644 index 0000000..d6e1d80 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_history_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_history_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_history_60.png new file mode 100644 index 0000000..786995f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/call_history_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign.svg new file mode 100644 index 0000000..e759d6a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_120.png new file mode 100644 index 0000000..d38e176 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_60.png new file mode 100644 index 0000000..33198c4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_members.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_members.svg new file mode 100644 index 0000000..232b569 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_members.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_members_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_members_120.png new file mode 100644 index 0000000..e9586ec Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_members_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_members_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_members_60.png new file mode 100644 index 0000000..0788710 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/campaign_members_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/canvas.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/canvas.svg new file mode 100644 index 0000000..e34323a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/canvas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/canvas_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/canvas_120.png new file mode 100644 index 0000000..201099a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/canvas_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/canvas_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/canvas_60.png new file mode 100644 index 0000000..9efcce6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/canvas_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case.svg new file mode 100644 index 0000000..57045eb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_120.png new file mode 100644 index 0000000..8a25b6b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_60.png new file mode 100644 index 0000000..f1805a9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_change_status.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_change_status.svg new file mode 100644 index 0000000..0b57b77 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_change_status.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_change_status_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_change_status_120.png new file mode 100644 index 0000000..f0bf37d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_change_status_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_change_status_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_change_status_60.png new file mode 100644 index 0000000..4d10321 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_change_status_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_comment.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_comment.svg new file mode 100644 index 0000000..5fe0792 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_comment_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_comment_120.png new file mode 100644 index 0000000..b33b102 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_comment_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_comment_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_comment_60.png new file mode 100644 index 0000000..71cabb7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_comment_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_email.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_email.svg new file mode 100644 index 0000000..ab22018 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_email_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_email_120.png new file mode 100644 index 0000000..0734e5d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_email_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_email_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_email_60.png new file mode 100644 index 0000000..b94fc29 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_email_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_log_a_call.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_log_a_call.svg new file mode 100644 index 0000000..5c08b55 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_log_a_call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_log_a_call_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_log_a_call_120.png new file mode 100644 index 0000000..d576923 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_log_a_call_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_log_a_call_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_log_a_call_60.png new file mode 100644 index 0000000..240e765 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_log_a_call_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_transcript.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_transcript.svg new file mode 100644 index 0000000..a551740 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_transcript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_transcript_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_transcript_120.png new file mode 100644 index 0000000..1b5421d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_transcript_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_transcript_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_transcript_60.png new file mode 100644 index 0000000..769a689 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/case_transcript_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/client.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/client.svg new file mode 100644 index 0000000..01f7285 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/client.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/client_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/client_120.png new file mode 100644 index 0000000..2280d07 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/client_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/client_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/client_60.png new file mode 100644 index 0000000..7ac5e77 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/client_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/coaching.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/coaching.svg new file mode 100644 index 0000000..0cc004f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/coaching.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/coaching_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/coaching_120.png new file mode 100644 index 0000000..31b75b2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/coaching_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/coaching_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/coaching_60.png new file mode 100644 index 0000000..31fa018 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/coaching_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/connected_apps.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/connected_apps.svg new file mode 100644 index 0000000..8a314e0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/connected_apps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/connected_apps_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/connected_apps_120.png new file mode 100644 index 0000000..56d43e3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/connected_apps_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/connected_apps_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/connected_apps_60.png new file mode 100644 index 0000000..6fc9b93 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/connected_apps_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contact.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contact.svg new file mode 100644 index 0000000..ee37c84 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contact_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contact_120.png new file mode 100644 index 0000000..d9cd367 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contact_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contact_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contact_60.png new file mode 100644 index 0000000..0d9f0c2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contact_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contract.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contract.svg new file mode 100644 index 0000000..a7ca95d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contract.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contract_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contract_120.png new file mode 100644 index 0000000..a470b88 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contract_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contract_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contract_60.png new file mode 100644 index 0000000..3071c09 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/contract_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/custom.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/custom.svg new file mode 100644 index 0000000..9a72250 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/custom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/custom_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/custom_120.png new file mode 100644 index 0000000..ed97fdc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/custom_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/custom_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/custom_60.png new file mode 100644 index 0000000..730abe3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/custom_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/dashboard.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/dashboard.svg new file mode 100644 index 0000000..2697122 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/dashboard_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/dashboard_120.png new file mode 100644 index 0000000..39c1887 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/dashboard_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/dashboard_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/dashboard_60.png new file mode 100644 index 0000000..1185cac Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/dashboard_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/default.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/default.svg new file mode 100644 index 0000000..0d17baa --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/default_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/default_120.png new file mode 100644 index 0000000..6fb8852 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/default_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/default_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/default_60.png new file mode 100644 index 0000000..4ebe9b8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/default_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/document.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/document.svg new file mode 100644 index 0000000..fbe12db --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/document.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/document_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/document_120.png new file mode 100644 index 0000000..99ae061 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/document_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/document_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/document_60.png new file mode 100644 index 0000000..f3ac717 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/document_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/drafts.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/drafts.svg new file mode 100644 index 0000000..6d6e2aa --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/drafts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/drafts_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/drafts_120.png new file mode 100644 index 0000000..3755892 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/drafts_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/drafts_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/drafts_60.png new file mode 100644 index 0000000..80c9a9a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/drafts_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email.svg new file mode 100644 index 0000000..b106218 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_120.png new file mode 100644 index 0000000..cd918c6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_60.png new file mode 100644 index 0000000..48470dd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_chatter.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_chatter.svg new file mode 100644 index 0000000..b106218 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_chatter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_chatter_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_chatter_120.png new file mode 100644 index 0000000..cd918c6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_chatter_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_chatter_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_chatter_60.png new file mode 100644 index 0000000..48470dd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/email_chatter_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/empty.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/empty.svg new file mode 100644 index 0000000..c8d809f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/empty.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/empty_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/empty_120.png new file mode 100644 index 0000000..4b2742a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/empty_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/empty_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/empty_60.png new file mode 100644 index 0000000..eea1ee6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/empty_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/endorsement.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/endorsement.svg new file mode 100644 index 0000000..8ee45ba --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/endorsement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/endorsement_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/endorsement_120.png new file mode 100644 index 0000000..d61415d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/endorsement_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/endorsement_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/endorsement_60.png new file mode 100644 index 0000000..952ef18 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/endorsement_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/environment_hub.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/environment_hub.svg new file mode 100644 index 0000000..01981a0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/environment_hub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/environment_hub_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/environment_hub_120.png new file mode 100644 index 0000000..3aeedec Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/environment_hub_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/environment_hub_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/environment_hub_60.png new file mode 100644 index 0000000..e4efd05 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/environment_hub_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/event.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/event.svg new file mode 100644 index 0000000..96f3b2e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/event.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/event_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/event_120.png new file mode 100644 index 0000000..d91223d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/event_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/event_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/event_60.png new file mode 100644 index 0000000..27db107 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/event_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feed.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feed.svg new file mode 100644 index 0000000..5c232a6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feed_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feed_120.png new file mode 100644 index 0000000..22ec477 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feed_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feed_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feed_60.png new file mode 100644 index 0000000..360dd6e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feed_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feedback.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feedback.svg new file mode 100644 index 0000000..9bb126c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feedback.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feedback_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feedback_120.png new file mode 100644 index 0000000..b1fe125 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feedback_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feedback_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feedback_60.png new file mode 100644 index 0000000..3b6fcd1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/feedback_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/file.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/file.svg new file mode 100644 index 0000000..66ec7f2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/file_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/file_120.png new file mode 100644 index 0000000..6ce43ce Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/file_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/file_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/file_60.png new file mode 100644 index 0000000..489b108 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/file_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/flow.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/flow.svg new file mode 100644 index 0000000..ca4caf4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/flow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/flow_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/flow_120.png new file mode 100644 index 0000000..4e064e0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/flow_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/flow_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/flow_60.png new file mode 100644 index 0000000..6916196 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/flow_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/folder.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/folder.svg new file mode 100644 index 0000000..459bb88 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/folder_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/folder_120.png new file mode 100644 index 0000000..f29b858 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/folder_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/folder_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/folder_60.png new file mode 100644 index 0000000..86f7095 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/folder_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/forecasts.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/forecasts.svg new file mode 100644 index 0000000..ff4279d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/forecasts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/forecasts_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/forecasts_120.png new file mode 100644 index 0000000..27d2fa0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/forecasts_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/forecasts_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/forecasts_60.png new file mode 100644 index 0000000..08947d5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/forecasts_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/generic_loading.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/generic_loading.svg new file mode 100644 index 0000000..2973cb0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/generic_loading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/generic_loading_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/generic_loading_120.png new file mode 100644 index 0000000..f4eb316 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/generic_loading_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/generic_loading_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/generic_loading_60.png new file mode 100644 index 0000000..1d1a9d9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/generic_loading_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/goals.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/goals.svg new file mode 100644 index 0000000..18fa9f4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/goals.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/goals_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/goals_120.png new file mode 100644 index 0000000..f181463 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/goals_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/goals_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/goals_60.png new file mode 100644 index 0000000..7fa7b78 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/goals_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/group_loading.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/group_loading.svg new file mode 100644 index 0000000..8417430 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/group_loading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/group_loading_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/group_loading_120.png new file mode 100644 index 0000000..e9ef679 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/group_loading_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/group_loading_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/group_loading_60.png new file mode 100644 index 0000000..755acb9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/group_loading_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/groups.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/groups.svg new file mode 100644 index 0000000..7be9689 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/groups.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/groups_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/groups_120.png new file mode 100644 index 0000000..6824a40 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/groups_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/groups_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/groups_60.png new file mode 100644 index 0000000..c5cc642 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/groups_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/hierarchy.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/hierarchy.svg new file mode 100644 index 0000000..a4d0dbc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/hierarchy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/hierarchy_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/hierarchy_120.png new file mode 100644 index 0000000..ee4476f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/hierarchy_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/hierarchy_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/hierarchy_60.png new file mode 100644 index 0000000..a6f3d3e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/hierarchy_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/home.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/home.svg new file mode 100644 index 0000000..aa7139f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/home_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/home_120.png new file mode 100644 index 0000000..ca84da1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/home_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/home_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/home_60.png new file mode 100644 index 0000000..bb81998 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/home_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/household.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/household.svg new file mode 100644 index 0000000..1c7f1ae --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/household.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/household_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/household_120.png new file mode 100644 index 0000000..1fc75e5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/household_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/household_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/household_60.png new file mode 100644 index 0000000..16f0348 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/household_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/insights.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/insights.svg new file mode 100644 index 0000000..72dc5f0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/insights.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/insights_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/insights_120.png new file mode 100644 index 0000000..ff97622 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/insights_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/insights_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/insights_60.png new file mode 100644 index 0000000..1ae61b4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/insights_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/investment_account.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/investment_account.svg new file mode 100644 index 0000000..f111365 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/investment_account.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/investment_account_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/investment_account_120.png new file mode 100644 index 0000000..c335a04 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/investment_account_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/investment_account_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/investment_account_60.png new file mode 100644 index 0000000..f53c402 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/investment_account_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/lead.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/lead.svg new file mode 100644 index 0000000..f78627f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/lead.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/lead_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/lead_120.png new file mode 100644 index 0000000..57584a4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/lead_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/lead_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/lead_60.png new file mode 100644 index 0000000..a7ec099 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/lead_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/link.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/link.svg new file mode 100644 index 0000000..19b672d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/link_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/link_120.png new file mode 100644 index 0000000..1f06d52 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/link_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/link_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/link_60.png new file mode 100644 index 0000000..09531d8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/link_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/log_a_call.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/log_a_call.svg new file mode 100644 index 0000000..218114f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/log_a_call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/log_a_call_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/log_a_call_120.png new file mode 100644 index 0000000..25fbb74 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/log_a_call_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/log_a_call_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/log_a_call_60.png new file mode 100644 index 0000000..9fd409b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/log_a_call_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/marketing_actions.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/marketing_actions.svg new file mode 100644 index 0000000..b5515fd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/marketing_actions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/marketing_actions_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/marketing_actions_120.png new file mode 100644 index 0000000..ab11bce Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/marketing_actions_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/marketing_actions_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/marketing_actions_60.png new file mode 100644 index 0000000..3426e67 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/marketing_actions_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/merge.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/merge.svg new file mode 100644 index 0000000..ef01d22 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/merge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/merge_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/merge_120.png new file mode 100644 index 0000000..19d6ab0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/merge_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/merge_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/merge_60.png new file mode 100644 index 0000000..15718d4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/merge_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/metrics.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/metrics.svg new file mode 100644 index 0000000..09a6be9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/metrics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/metrics_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/metrics_120.png new file mode 100644 index 0000000..3d14a54 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/metrics_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/metrics_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/metrics_60.png new file mode 100644 index 0000000..3804ab2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/metrics_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/news.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/news.svg new file mode 100644 index 0000000..72dc5f0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/news_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/news_120.png new file mode 100644 index 0000000..ff97622 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/news_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/news_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/news_60.png new file mode 100644 index 0000000..1ae61b4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/news_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/note.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/note.svg new file mode 100644 index 0000000..54b216e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/note_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/note_120.png new file mode 100644 index 0000000..d0c2efe Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/note_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/note_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/note_60.png new file mode 100644 index 0000000..d0fea9f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/note_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/opportunity.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/opportunity.svg new file mode 100644 index 0000000..7787978 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/opportunity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/opportunity_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/opportunity_120.png new file mode 100644 index 0000000..4dc64e9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/opportunity_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/opportunity_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/opportunity_60.png new file mode 100644 index 0000000..90cbfcb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/opportunity_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/orders.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/orders.svg new file mode 100644 index 0000000..3da817b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/orders.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/orders_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/orders_120.png new file mode 100644 index 0000000..77e1826 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/orders_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/orders_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/orders_60.png new file mode 100644 index 0000000..5ff68f4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/orders_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/people.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/people.svg new file mode 100644 index 0000000..a141755 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/people.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/people_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/people_120.png new file mode 100644 index 0000000..f4dc52f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/people_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/people_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/people_60.png new file mode 100644 index 0000000..7966456 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/people_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/performance.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/performance.svg new file mode 100644 index 0000000..2f05ec8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/performance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/performance_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/performance_120.png new file mode 100644 index 0000000..9fe0fd2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/performance_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/performance_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/performance_60.png new file mode 100644 index 0000000..1590169 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/performance_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/person_account.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/person_account.svg new file mode 100644 index 0000000..86f5b4d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/person_account.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/person_account_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/person_account_120.png new file mode 100644 index 0000000..f0e50b1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/person_account_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/person_account_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/person_account_60.png new file mode 100644 index 0000000..c874a7c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/person_account_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/photo.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/photo.svg new file mode 100644 index 0000000..dd37fce --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/photo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/photo_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/photo_120.png new file mode 100644 index 0000000..7a9d933 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/photo_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/photo_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/photo_60.png new file mode 100644 index 0000000..44632d0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/photo_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/poll.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/poll.svg new file mode 100644 index 0000000..0880ab2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/poll.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/poll_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/poll_120.png new file mode 100644 index 0000000..0072883 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/poll_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/poll_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/poll_60.png new file mode 100644 index 0000000..f169dd0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/poll_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/portal.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/portal.svg new file mode 100644 index 0000000..6027f31 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/portal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/portal_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/portal_120.png new file mode 100644 index 0000000..02a49f8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/portal_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/portal_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/portal_60.png new file mode 100644 index 0000000..0287156 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/portal_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/post.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/post.svg new file mode 100644 index 0000000..6a2fb43 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/post.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/post_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/post_120.png new file mode 100644 index 0000000..e7b30d7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/post_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/post_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/post_60.png new file mode 100644 index 0000000..fd3b58a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/post_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/pricebook.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/pricebook.svg new file mode 100644 index 0000000..c07ae27 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/pricebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/pricebook_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/pricebook_120.png new file mode 100644 index 0000000..a479e36 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/pricebook_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/pricebook_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/pricebook_60.png new file mode 100644 index 0000000..479056d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/pricebook_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/process.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/process.svg new file mode 100644 index 0000000..4191ac5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/process.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/process_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/process_120.png new file mode 100644 index 0000000..8bfa466 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/process_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/process_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/process_60.png new file mode 100644 index 0000000..a5dbc65 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/process_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/product.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/product.svg new file mode 100644 index 0000000..d1b648e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/product.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/product_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/product_120.png new file mode 100644 index 0000000..cbe0e1a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/product_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/product_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/product_60.png new file mode 100644 index 0000000..2346896 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/product_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_best.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_best.svg new file mode 100644 index 0000000..e4bcc1e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_best.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_best_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_best_120.png new file mode 100644 index 0000000..e660796 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_best_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_best_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_best_60.png new file mode 100644 index 0000000..d258e49 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_best_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_feed.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_feed.svg new file mode 100644 index 0000000..27aa736 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_feed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_feed_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_feed_120.png new file mode 100644 index 0000000..56079e8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_feed_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_feed_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_feed_60.png new file mode 100644 index 0000000..1b6f17d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/question_feed_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/quotes.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/quotes.svg new file mode 100644 index 0000000..a790bc7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/quotes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/quotes_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/quotes_120.png new file mode 100644 index 0000000..ed9850d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/quotes_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/quotes_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/quotes_60.png new file mode 100644 index 0000000..88fa235 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/quotes_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/recent.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/recent.svg new file mode 100644 index 0000000..c8d4020 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/recent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/recent_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/recent_120.png new file mode 100644 index 0000000..5691fa0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/recent_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/recent_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/recent_60.png new file mode 100644 index 0000000..4ffc673 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/recent_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/record.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/record.svg new file mode 100644 index 0000000..cdc567d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/record.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/record_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/record_120.png new file mode 100644 index 0000000..e9c22c0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/record_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/record_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/record_60.png new file mode 100644 index 0000000..5ffe816 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/record_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/related_list.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/related_list.svg new file mode 100644 index 0000000..1b2decd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/related_list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/related_list_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/related_list_120.png new file mode 100644 index 0000000..29c6723 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/related_list_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/related_list_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/related_list_60.png new file mode 100644 index 0000000..b2bddb2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/related_list_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/relationship.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/relationship.svg new file mode 100644 index 0000000..69a35fc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/relationship.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/relationship_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/relationship_120.png new file mode 100644 index 0000000..36a2844 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/relationship_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/relationship_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/relationship_60.png new file mode 100644 index 0000000..d102b63 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/relationship_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/report.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/report.svg new file mode 100644 index 0000000..9a1711e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/report.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/report_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/report_120.png new file mode 100644 index 0000000..d14e023 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/report_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/report_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/report_60.png new file mode 100644 index 0000000..1c1dfe4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/report_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/reward.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/reward.svg new file mode 100644 index 0000000..f998389 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/reward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/reward_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/reward_120.png new file mode 100644 index 0000000..051d698 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/reward_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/reward_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/reward_60.png new file mode 100644 index 0000000..d3dd5be Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/reward_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sales_path.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sales_path.svg new file mode 100644 index 0000000..70c967b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sales_path.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sales_path_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sales_path_120.png new file mode 100644 index 0000000..5e633f8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sales_path_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sales_path_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sales_path_60.png new file mode 100644 index 0000000..1a69bd8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sales_path_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/scan_card.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/scan_card.svg new file mode 100644 index 0000000..7bb2d5c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/scan_card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/scan_card_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/scan_card_120.png new file mode 100644 index 0000000..60afb83 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/scan_card_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/scan_card_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/scan_card_60.png new file mode 100644 index 0000000..83a8181 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/scan_card_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/service_contract.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/service_contract.svg new file mode 100644 index 0000000..76dcb90 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/service_contract.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/service_contract_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/service_contract_120.png new file mode 100644 index 0000000..dcdcbbb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/service_contract_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/service_contract_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/service_contract_60.png new file mode 100644 index 0000000..61b1831 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/service_contract_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/skill_entity.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/skill_entity.svg new file mode 100644 index 0000000..f8d7de6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/skill_entity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/skill_entity_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/skill_entity_120.png new file mode 100644 index 0000000..1eeb0c1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/skill_entity_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/skill_entity_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/skill_entity_60.png new file mode 100644 index 0000000..f365e41 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/skill_entity_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/social.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/social.svg new file mode 100644 index 0000000..22260e7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/social.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/social_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/social_120.png new file mode 100644 index 0000000..ae81d37 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/social_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/social_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/social_60.png new file mode 100644 index 0000000..95890e7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/social_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/solution.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/solution.svg new file mode 100644 index 0000000..6256913 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/solution.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/solution_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/solution_120.png new file mode 100644 index 0000000..ab6f44f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/solution_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/solution_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/solution_60.png new file mode 100644 index 0000000..cd61b3a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/solution_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sossession.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sossession.svg new file mode 100644 index 0000000..a1195f7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sossession.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sossession_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sossession_120.png new file mode 100644 index 0000000..21e1bf1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sossession_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sossession_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sossession_60.png new file mode 100644 index 0000000..9633f9a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/sossession_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task.svg new file mode 100644 index 0000000..3c5bb9d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task2.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task2.svg new file mode 100644 index 0000000..5cc9b00 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task2_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task2_120.png new file mode 100644 index 0000000..3e45aca Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task2_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task2_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task2_60.png new file mode 100644 index 0000000..6078d5c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task2_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task_120.png new file mode 100644 index 0000000..cb4e80f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task_60.png new file mode 100644 index 0000000..52deeec Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/task_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/team_member.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/team_member.svg new file mode 100644 index 0000000..33e877b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/team_member.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/team_member_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/team_member_120.png new file mode 100644 index 0000000..acd1f76 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/team_member_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/team_member_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/team_member_60.png new file mode 100644 index 0000000..037d6d1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/team_member_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks.svg new file mode 100644 index 0000000..f6edd8f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_120.png new file mode 100644 index 0000000..721b7f6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_60.png new file mode 100644 index 0000000..ccbe8f9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_loading.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_loading.svg new file mode 100644 index 0000000..fb78d7f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_loading.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_loading_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_loading_120.png new file mode 100644 index 0000000..c3478d7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_loading_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_loading_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_loading_60.png new file mode 100644 index 0000000..0061882 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/thanks_loading_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/today.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/today.svg new file mode 100644 index 0000000..13decdc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/today.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/today_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/today_120.png new file mode 100644 index 0000000..c39b04b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/today_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/today_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/today_60.png new file mode 100644 index 0000000..73a7ec1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/today_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/topic.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/topic.svg new file mode 100644 index 0000000..3b46648 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/topic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/topic_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/topic_120.png new file mode 100644 index 0000000..bca0e39 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/topic_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/topic_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/topic_60.png new file mode 100644 index 0000000..a853ef9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/topic_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/unmatched.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/unmatched.svg new file mode 100644 index 0000000..7c35364 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/unmatched.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/unmatched_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/unmatched_120.png new file mode 100644 index 0000000..677c100 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/unmatched_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/unmatched_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/unmatched_60.png new file mode 100644 index 0000000..11485af Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/unmatched_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/user.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/user.svg new file mode 100644 index 0000000..a141755 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/user_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/user_120.png new file mode 100644 index 0000000..f4dc52f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/user_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/user_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/user_60.png new file mode 100644 index 0000000..7966456 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/user_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order.svg new file mode 100644 index 0000000..0ffa537 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_120.png new file mode 100644 index 0000000..d2f6f03 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_60.png new file mode 100644 index 0000000..0c17574 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_item.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_item.svg new file mode 100644 index 0000000..1ffaddf --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_item.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_item_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_item_120.png new file mode 100644 index 0000000..d4ead67 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_item_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_item_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_item_60.png new file mode 100644 index 0000000..e212578 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/standard/work_order_item_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility-sprite/svg/symbols.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility-sprite/svg/symbols.svg new file mode 100644 index 0000000..6fae409 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility-sprite/svg/symbols.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility-sprite/symbols.html b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility-sprite/symbols.html new file mode 100644 index 0000000..b9624fc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility-sprite/symbols.html @@ -0,0 +1,5601 @@ + + + + + + + + SVG <symbol> sprite preview | svg-sprite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    SVG <symbol> sprite preview

    +

    This preview features two methods of using the generated sprite in conjunction with inline SVG. Please have a look at the HTML source for further details and be aware of the following constraints:

    +
      +
    • Your browser has to support inline SVG for these techniques to work.
    • +
    • The embedded sprite (A) slightly differs from the generated external one. Please see the documentation for details on how to create such an embeddable sprite.
    • +
    • Internet Explorer up to version 11 doesn't support external sprites for use with inline SVG. For IE 9-11, you may polyfill this functionality with SVG for Everybody.
    • +
    +
    +
    + + + +

    A) Inline SVG with embedded sprite

    +
      + +
    • +
      + + + + + + +
      +

      add

      +
    • +
    • +
      + + + + + + +
      +

      adduser

      +
    • +
    • +
      + + + + + + +
      +

      announcement

      +
    • +
    • +
      + + + + + + +
      +

      answer

      +
    • +
    • +
      + + + + + + +
      +

      apex

      +
    • +
    • +
      + + + + + + +
      +

      approval

      +
    • +
    • +
      + + + + + + +
      +

      apps

      +
    • +
    • +
      + + + + + + +
      +

      arrowdown

      +
    • +
    • +
      + + + + + + +
      +

      arrowup

      +
    • +
    • +
      + + + + + + +
      +

      attach

      +
    • +
    • +
      + + + + + + +
      +

      back

      +
    • +
    • +
      + + + + + + +
      +

      ban

      +
    • +
    • +
      + + + + + + +
      +

      bold

      +
    • +
    • +
      + + + + + + +
      +

      bookmark

      +
    • +
    • +
      + + + + + + +
      +

      breadcrumbs

      +
    • +
    • +
      + + + + + + +
      +

      broadcast

      +
    • +
    • +
      + + + + + + +
      +

      brush

      +
    • +
    • +
      + + + + + + +
      +

      bucket

      +
    • +
    • +
      + + + + + + +
      +

      builder

      +
    • +
    • +
      + + + + + + +
      +

      call

      +
    • +
    • +
      + + + + + + +
      +

      capslock

      +
    • +
    • +
      + + + + + + +
      +

      cases

      +
    • +
    • +
      + + + + + + +
      +

      center_align_text

      +
    • +
    • +
      + + + + + + +
      +

      change_owner

      +
    • +
    • +
      + + + + + + +
      +

      change_record_type

      +
    • +
    • +
      + + + + + + +
      +

      chart

      +
    • +
    • +
      + + + + + + +
      +

      chat

      +
    • +
    • +
      + + + + + + +
      +

      check

      +
    • +
    • +
      + + + + + + +
      +

      checkin

      +
    • +
    • +
      + + + + + + +
      +

      chevrondown

      +
    • +
    • +
      + + + + + + +
      +

      chevronleft

      +
    • +
    • +
      + + + + + + +
      +

      chevronright

      +
    • +
    • +
      + + + + + + +
      +

      chevronup

      +
    • +
    • +
      + + + + + + +
      +

      clear

      +
    • +
    • +
      + + + + + + +
      +

      clock

      +
    • +
    • +
      + + + + + + +
      +

      close

      +
    • +
    • +
      + + + + + + +
      +

      comments

      +
    • +
    • +
      + + + + + + +
      +

      company

      +
    • +
    • +
      + + + + + + +
      +

      connected_apps

      +
    • +
    • +
      + + + + + + +
      +

      contract

      +
    • +
    • +
      + + + + + + +
      +

      contract_alt

      +
    • +
    • +
      + + + + + + +
      +

      copy

      +
    • +
    • +
      + + + + + + +
      +

      crossfilter

      +
    • +
    • +
      + + + + + + +
      +

      custom_apps

      +
    • +
    • +
      + + + + + + +
      +

      cut

      +
    • +
    • +
      + + + + + + +
      +

      dash

      +
    • +
    • +
      + + + + + + +
      +

      database

      +
    • +
    • +
      + + + + + + +
      +

      datadotcom

      +
    • +
    • +
      + + + + + + +
      +

      dayview

      +
    • +
    • +
      + + + + + + +
      +

      delete

      +
    • +
    • +
      + + + + + + +
      +

      deprecate

      +
    • +
    • +
      + + + + + + +
      +

      description

      +
    • +
    • +
      + + + + + + +
      +

      desktop

      +
    • +
    • +
      + + + + + + +
      +

      dislike

      +
    • +
    • +
      + + + + + + +
      +

      dock_panel

      +
    • +
    • +
      + + + + + + +
      +

      down

      +
    • +
    • +
      + + + + + + +
      +

      download

      +
    • +
    • +
      + + + + + + +
      +

      edit

      +
    • +
    • +
      + + + + + + +
      +

      edit_form

      +
    • +
    • +
      + + + + + + +
      +

      email

      +
    • +
    • +
      + + + + + + +
      +

      end_call

      +
    • +
    • +
      + + + + + + +
      +

      erect_window

      +
    • +
    • +
      + + + + + + +
      +

      error

      +
    • +
    • +
      + + + + + + +
      +

      event

      +
    • +
    • +
      + + + + + + +
      +

      expand

      +
    • +
    • +
      + + + + + + +
      +

      expand_alt

      +
    • +
    • +
      + + + + + + +
      +

      fallback

      +
    • +
    • +
      + + + + + + +
      +

      favorite

      +
    • +
    • +
      + + + + + + +
      +

      feed

      +
    • +
    • +
      + + + + + + +
      +

      file

      +
    • +
    • +
      + + + + + + +
      +

      filter

      +
    • +
    • +
      + + + + + + +
      +

      filterList

      +
    • +
    • +
      + + + + + + +
      +

      flow

      +
    • +
    • +
      + + + + + + +
      +

      forward

      +
    • +
    • +
      + + + + + + +
      +

      frozen

      +
    • +
    • +
      + + + + + + +
      +

      full_width_view

      +
    • +
    • +
      + + + + + + +
      +

      groups

      +
    • +
    • +
      + + + + + + +
      +

      help

      +
    • +
    • +
      + + + + + + +
      +

      home

      +
    • +
    • +
      + + + + + + +
      +

      identity

      +
    • +
    • +
      + + + + + + +
      +

      image

      +
    • +
    • +
      + + + + + + +
      +

      inbox

      +
    • +
    • +
      + + + + + + +
      +

      info

      +
    • +
    • +
      + + + + + + +
      +

      info_alt

      +
    • +
    • +
      + + + + + + +
      +

      insert_tag_field

      +
    • +
    • +
      + + + + + + +
      +

      insert_template

      +
    • +
    • +
      + + + + + + +
      +

      italic

      +
    • +
    • +
      + + + + + + +
      +

      jump_to_bottom

      +
    • +
    • +
      + + + + + + +
      +

      jump_to_top

      +
    • +
    • +
      + + + + + + +
      +

      justify_text

      +
    • +
    • +
      + + + + + + +
      +

      kanban

      +
    • +
    • +
      + + + + + + +
      +

      keyboard_dismiss

      +
    • +
    • +
      + + + + + + +
      +

      knowledge_base

      +
    • +
    • +
      + + + + + + +
      +

      layers

      +
    • +
    • +
      + + + + + + +
      +

      layout

      +
    • +
    • +
      + + + + + + +
      +

      left

      +
    • +
    • +
      + + + + + + +
      +

      left_align_text

      +
    • +
    • +
      + + + + + + +
      +

      level_up

      +
    • +
    • +
      + + + + + + +
      +

      like

      +
    • +
    • +
      + + + + + + +
      +

      link

      +
    • +
    • +
      + + + + + + +
      +

      list

      +
    • +
    • +
      + + + + + + +
      +

      location

      +
    • +
    • +
      + + + + + + +
      +

      lock

      +
    • +
    • +
      + + + + + + +
      +

      log_a_call

      +
    • +
    • +
      + + + + + + +
      +

      logout

      +
    • +
    • +
      + + + + + + +
      +

      magicwand

      +
    • +
    • +
      + + + + + + +
      +

      mark_all_as_read

      +
    • +
    • +
      + + + + + + +
      +

      matrix

      +
    • +
    • +
      + + + + + + +
      +

      merge

      +
    • +
    • +
      + + + + + + +
      +

      metrics

      +
    • +
    • +
      + + + + + + +
      +

      minimize_window

      +
    • +
    • +
      + + + + + + +
      +

      moneybag

      +
    • +
    • +
      + + + + + + +
      +

      monthlyview

      +
    • +
    • +
      + + + + + + +
      +

      move

      +
    • +
    • +
      + + + + + + +
      +

      muted

      +
    • +
    • +
      + + + + + + +
      +

      new

      +
    • +
    • +
      + + + + + + +
      +

      new_window

      +
    • +
    • +
      + + + + + + +
      +

      news

      +
    • +
    • +
      + + + + + + +
      +

      note

      +
    • +
    • +
      + + + + + + +
      +

      notebook

      +
    • +
    • +
      + + + + + + +
      +

      notification

      +
    • +
    • +
      + + + + + + +
      +

      office365

      +
    • +
    • +
      + + + + + + +
      +

      offline

      +
    • +
    • +
      + + + + + + +
      +

      open

      +
    • +
    • +
      + + + + + + +
      +

      open_folder

      +
    • +
    • +
      + + + + + + +
      +

      opened_folder

      +
    • +
    • +
      + + + + + + +
      +

      overflow

      +
    • +
    • +
      + + + + + + +
      +

      package

      +
    • +
    • +
      + + + + + + +
      +

      package_org

      +
    • +
    • +
      + + + + + + +
      +

      package_org_beta

      +
    • +
    • +
      + + + + + + +
      +

      page

      +
    • +
    • +
      + + + + + + +
      +

      palette

      +
    • +
    • +
      + + + + + + +
      +

      paste

      +
    • +
    • +
      + + + + + + +
      +

      people

      +
    • +
    • +
      + + + + + + +
      +

      phone_landscape

      +
    • +
    • +
      + + + + + + +
      +

      phone_portrait

      +
    • +
    • +
      + + + + + + +
      +

      photo

      +
    • +
    • +
      + + + + + + +
      +

      picklist

      +
    • +
    • +
      + + + + + + +
      +

      power

      +
    • +
    • +
      + + + + + + +
      +

      preview

      +
    • +
    • +
      + + + + + + +
      +

      priority

      +
    • +
    • +
      + + + + + + +
      +

      process

      +
    • +
    • +
      + + + + + + +
      +

      push

      +
    • +
    • +
      + + + + + + +
      +

      puzzle

      +
    • +
    • +
      + + + + + + +
      +

      question

      +
    • +
    • +
      + + + + + + +
      +

      questions_and_answers

      +
    • +
    • +
      + + + + + + +
      +

      record

      +
    • +
    • +
      + + + + + + +
      +

      record_create

      +
    • +
    • +
      + + + + + + +
      +

      redo

      +
    • +
    • +
      + + + + + + +
      +

      refresh

      +
    • +
    • +
      + + + + + + +
      +

      relate

      +
    • +
    • +
      + + + + + + +
      +

      remove_formatting

      +
    • +
    • +
      + + + + + + +
      +

      remove_link

      +
    • +
    • +
      + + + + + + +
      +

      replace

      +
    • +
    • +
      + + + + + + +
      +

      reply

      +
    • +
    • +
      + + + + + + +
      +

      reply_all

      +
    • +
    • +
      + + + + + + +
      +

      reset_password

      +
    • +
    • +
      + + + + + + +
      +

      resource_absence

      +
    • +
    • +
      + + + + + + +
      +

      resource_capacity

      +
    • +
    • +
      + + + + + + +
      +

      resource_territory

      +
    • +
    • +
      + + + + + + +
      +

      retweet

      +
    • +
    • +
      + + + + + + +
      +

      richtextbulletedlist

      +
    • +
    • +
      + + + + + + +
      +

      richtextindent

      +
    • +
    • +
      + + + + + + +
      +

      richtextnumberedlist

      +
    • +
    • +
      + + + + + + +
      +

      richtextoutdent

      +
    • +
    • +
      + + + + + + +
      +

      right

      +
    • +
    • +
      + + + + + + +
      +

      right_align_text

      +
    • +
    • +
      + + + + + + +
      +

      rotate

      +
    • +
    • +
      + + + + + + +
      +

      rows

      +
    • +
    • +
      + + + + + + +
      +

      salesforce1

      +
    • +
    • +
      + + + + + + +
      +

      search

      +
    • +
    • +
      + + + + + + +
      +

      settings

      +
    • +
    • +
      + + + + + + +
      +

      setup

      +
    • +
    • +
      + + + + + + +
      +

      setup_assistant_guide

      +
    • +
    • +
      + + + + + + +
      +

      share

      +
    • +
    • +
      + + + + + + +
      +

      share_mobile

      +
    • +
    • +
      + + + + + + +
      +

      share_post

      +
    • +
    • +
      + + + + + + +
      +

      shield

      +
    • +
    • +
      + + + + + + +
      +

      side_list

      +
    • +
    • +
      + + + + + + +
      +

      signpost

      +
    • +
    • +
      + + + + + + +
      +

      sms

      +
    • +
    • +
      + + + + + + +
      +

      snippet

      +
    • +
    • +
      + + + + + + +
      +

      socialshare

      +
    • +
    • +
      + + + + + + +
      +

      sort

      +
    • +
    • +
      + + + + + + +
      +

      spinner

      +
    • +
    • +
      + + + + + + +
      +

      standard_objects

      +
    • +
    • +
      + + + + + + +
      +

      stop

      +
    • +
    • +
      + + + + + + +
      +

      strikethrough

      +
    • +
    • +
      + + + + + + +
      +

      success

      +
    • +
    • +
      + + + + + + +
      +

      summary

      +
    • +
    • +
      + + + + + + +
      +

      summarydetail

      +
    • +
    • +
      + + + + + + +
      +

      switch

      +
    • +
    • +
      + + + + + + +
      +

      sync

      +
    • +
    • +
      + + + + + + +
      +

      table

      +
    • +
    • +
      + + + + + + +
      +

      tablet_landscape

      +
    • +
    • +
      + + + + + + +
      +

      tablet_portrait

      +
    • +
    • +
      + + + + + + +
      +

      tabset

      +
    • +
    • +
      + + + + + + +
      +

      task

      +
    • +
    • +
      + + + + + + +
      +

      text_background_color

      +
    • +
    • +
      + + + + + + +
      +

      text_color

      +
    • +
    • +
      + + + + + + +
      +

      threedots

      +
    • +
    • +
      + + + + + + +
      +

      threedots_vertical

      +
    • +
    • +
      + + + + + + +
      +

      thunder

      +
    • +
    • +
      + + + + + + +
      +

      tile_card_list

      +
    • +
    • +
      + + + + + + +
      +

      topic

      +
    • +
    • +
      + + + + + + +
      +

      touch_action

      +
    • +
    • +
      + + + + + + +
      +

      trail

      +
    • +
    • +
      + + + + + + +
      +

      turn_off_notifications

      +
    • +
    • +
      + + + + + + +
      +

      undelete

      +
    • +
    • +
      + + + + + + +
      +

      undeprecate

      +
    • +
    • +
      + + + + + + +
      +

      underline

      +
    • +
    • +
      + + + + + + +
      +

      undo

      +
    • +
    • +
      + + + + + + +
      +

      unlock

      +
    • +
    • +
      + + + + + + +
      +

      unmuted

      +
    • +
    • +
      + + + + + + +
      +

      up

      +
    • +
    • +
      + + + + + + +
      +

      upload

      +
    • +
    • +
      + + + + + + +
      +

      user

      +
    • +
    • +
      + + + + + + +
      +

      user_role

      +
    • +
    • +
      + + + + + + +
      +

      volume_high

      +
    • +
    • +
      + + + + + + +
      +

      volume_low

      +
    • +
    • +
      + + + + + + +
      +

      volume_off

      +
    • +
    • +
      + + + + + + +
      +

      warning

      +
    • +
    • +
      + + + + + + +
      +

      weeklyview

      +
    • +
    • +
      + + + + + + +
      +

      wifi

      +
    • +
    • +
      + + + + + + +
      +

      work_order_type

      +
    • +
    • +
      + + + + + + +
      +

      world

      +
    • +
    • +
      + + + + + + +
      +

      yubi_key

      +
    • +
    • +
      + + + + + + +
      +

      zoomin

      +
    • +
    • +
      + + + + + + +
      +

      zoomout

      +
    • +
    + + + +
    +
    + + + +

    B) Inline SVG with external sprite (IE 9-11 with polyfill only)

    +
      + +
    • +
      + + + + + + +
      +

      add

      +
    • +
    • +
      + + + + + + +
      +

      adduser

      +
    • +
    • +
      + + + + + + +
      +

      announcement

      +
    • +
    • +
      + + + + + + +
      +

      answer

      +
    • +
    • +
      + + + + + + +
      +

      apex

      +
    • +
    • +
      + + + + + + +
      +

      approval

      +
    • +
    • +
      + + + + + + +
      +

      apps

      +
    • +
    • +
      + + + + + + +
      +

      arrowdown

      +
    • +
    • +
      + + + + + + +
      +

      arrowup

      +
    • +
    • +
      + + + + + + +
      +

      attach

      +
    • +
    • +
      + + + + + + +
      +

      back

      +
    • +
    • +
      + + + + + + +
      +

      ban

      +
    • +
    • +
      + + + + + + +
      +

      bold

      +
    • +
    • +
      + + + + + + +
      +

      bookmark

      +
    • +
    • +
      + + + + + + +
      +

      breadcrumbs

      +
    • +
    • +
      + + + + + + +
      +

      broadcast

      +
    • +
    • +
      + + + + + + +
      +

      brush

      +
    • +
    • +
      + + + + + + +
      +

      bucket

      +
    • +
    • +
      + + + + + + +
      +

      builder

      +
    • +
    • +
      + + + + + + +
      +

      call

      +
    • +
    • +
      + + + + + + +
      +

      capslock

      +
    • +
    • +
      + + + + + + +
      +

      cases

      +
    • +
    • +
      + + + + + + +
      +

      center_align_text

      +
    • +
    • +
      + + + + + + +
      +

      change_owner

      +
    • +
    • +
      + + + + + + +
      +

      change_record_type

      +
    • +
    • +
      + + + + + + +
      +

      chart

      +
    • +
    • +
      + + + + + + +
      +

      chat

      +
    • +
    • +
      + + + + + + +
      +

      check

      +
    • +
    • +
      + + + + + + +
      +

      checkin

      +
    • +
    • +
      + + + + + + +
      +

      chevrondown

      +
    • +
    • +
      + + + + + + +
      +

      chevronleft

      +
    • +
    • +
      + + + + + + +
      +

      chevronright

      +
    • +
    • +
      + + + + + + +
      +

      chevronup

      +
    • +
    • +
      + + + + + + +
      +

      clear

      +
    • +
    • +
      + + + + + + +
      +

      clock

      +
    • +
    • +
      + + + + + + +
      +

      close

      +
    • +
    • +
      + + + + + + +
      +

      comments

      +
    • +
    • +
      + + + + + + +
      +

      company

      +
    • +
    • +
      + + + + + + +
      +

      connected_apps

      +
    • +
    • +
      + + + + + + +
      +

      contract

      +
    • +
    • +
      + + + + + + +
      +

      contract_alt

      +
    • +
    • +
      + + + + + + +
      +

      copy

      +
    • +
    • +
      + + + + + + +
      +

      crossfilter

      +
    • +
    • +
      + + + + + + +
      +

      custom_apps

      +
    • +
    • +
      + + + + + + +
      +

      cut

      +
    • +
    • +
      + + + + + + +
      +

      dash

      +
    • +
    • +
      + + + + + + +
      +

      database

      +
    • +
    • +
      + + + + + + +
      +

      datadotcom

      +
    • +
    • +
      + + + + + + +
      +

      dayview

      +
    • +
    • +
      + + + + + + +
      +

      delete

      +
    • +
    • +
      + + + + + + +
      +

      deprecate

      +
    • +
    • +
      + + + + + + +
      +

      description

      +
    • +
    • +
      + + + + + + +
      +

      desktop

      +
    • +
    • +
      + + + + + + +
      +

      dislike

      +
    • +
    • +
      + + + + + + +
      +

      dock_panel

      +
    • +
    • +
      + + + + + + +
      +

      down

      +
    • +
    • +
      + + + + + + +
      +

      download

      +
    • +
    • +
      + + + + + + +
      +

      edit

      +
    • +
    • +
      + + + + + + +
      +

      edit_form

      +
    • +
    • +
      + + + + + + +
      +

      email

      +
    • +
    • +
      + + + + + + +
      +

      end_call

      +
    • +
    • +
      + + + + + + +
      +

      erect_window

      +
    • +
    • +
      + + + + + + +
      +

      error

      +
    • +
    • +
      + + + + + + +
      +

      event

      +
    • +
    • +
      + + + + + + +
      +

      expand

      +
    • +
    • +
      + + + + + + +
      +

      expand_alt

      +
    • +
    • +
      + + + + + + +
      +

      fallback

      +
    • +
    • +
      + + + + + + +
      +

      favorite

      +
    • +
    • +
      + + + + + + +
      +

      feed

      +
    • +
    • +
      + + + + + + +
      +

      file

      +
    • +
    • +
      + + + + + + +
      +

      filter

      +
    • +
    • +
      + + + + + + +
      +

      filterList

      +
    • +
    • +
      + + + + + + +
      +

      flow

      +
    • +
    • +
      + + + + + + +
      +

      forward

      +
    • +
    • +
      + + + + + + +
      +

      frozen

      +
    • +
    • +
      + + + + + + +
      +

      full_width_view

      +
    • +
    • +
      + + + + + + +
      +

      groups

      +
    • +
    • +
      + + + + + + +
      +

      help

      +
    • +
    • +
      + + + + + + +
      +

      home

      +
    • +
    • +
      + + + + + + +
      +

      identity

      +
    • +
    • +
      + + + + + + +
      +

      image

      +
    • +
    • +
      + + + + + + +
      +

      inbox

      +
    • +
    • +
      + + + + + + +
      +

      info

      +
    • +
    • +
      + + + + + + +
      +

      info_alt

      +
    • +
    • +
      + + + + + + +
      +

      insert_tag_field

      +
    • +
    • +
      + + + + + + +
      +

      insert_template

      +
    • +
    • +
      + + + + + + +
      +

      italic

      +
    • +
    • +
      + + + + + + +
      +

      jump_to_bottom

      +
    • +
    • +
      + + + + + + +
      +

      jump_to_top

      +
    • +
    • +
      + + + + + + +
      +

      justify_text

      +
    • +
    • +
      + + + + + + +
      +

      kanban

      +
    • +
    • +
      + + + + + + +
      +

      keyboard_dismiss

      +
    • +
    • +
      + + + + + + +
      +

      knowledge_base

      +
    • +
    • +
      + + + + + + +
      +

      layers

      +
    • +
    • +
      + + + + + + +
      +

      layout

      +
    • +
    • +
      + + + + + + +
      +

      left

      +
    • +
    • +
      + + + + + + +
      +

      left_align_text

      +
    • +
    • +
      + + + + + + +
      +

      level_up

      +
    • +
    • +
      + + + + + + +
      +

      like

      +
    • +
    • +
      + + + + + + +
      +

      link

      +
    • +
    • +
      + + + + + + +
      +

      list

      +
    • +
    • +
      + + + + + + +
      +

      location

      +
    • +
    • +
      + + + + + + +
      +

      lock

      +
    • +
    • +
      + + + + + + +
      +

      log_a_call

      +
    • +
    • +
      + + + + + + +
      +

      logout

      +
    • +
    • +
      + + + + + + +
      +

      magicwand

      +
    • +
    • +
      + + + + + + +
      +

      mark_all_as_read

      +
    • +
    • +
      + + + + + + +
      +

      matrix

      +
    • +
    • +
      + + + + + + +
      +

      merge

      +
    • +
    • +
      + + + + + + +
      +

      metrics

      +
    • +
    • +
      + + + + + + +
      +

      minimize_window

      +
    • +
    • +
      + + + + + + +
      +

      moneybag

      +
    • +
    • +
      + + + + + + +
      +

      monthlyview

      +
    • +
    • +
      + + + + + + +
      +

      move

      +
    • +
    • +
      + + + + + + +
      +

      muted

      +
    • +
    • +
      + + + + + + +
      +

      new

      +
    • +
    • +
      + + + + + + +
      +

      new_window

      +
    • +
    • +
      + + + + + + +
      +

      news

      +
    • +
    • +
      + + + + + + +
      +

      note

      +
    • +
    • +
      + + + + + + +
      +

      notebook

      +
    • +
    • +
      + + + + + + +
      +

      notification

      +
    • +
    • +
      + + + + + + +
      +

      office365

      +
    • +
    • +
      + + + + + + +
      +

      offline

      +
    • +
    • +
      + + + + + + +
      +

      open

      +
    • +
    • +
      + + + + + + +
      +

      open_folder

      +
    • +
    • +
      + + + + + + +
      +

      opened_folder

      +
    • +
    • +
      + + + + + + +
      +

      overflow

      +
    • +
    • +
      + + + + + + +
      +

      package

      +
    • +
    • +
      + + + + + + +
      +

      package_org

      +
    • +
    • +
      + + + + + + +
      +

      package_org_beta

      +
    • +
    • +
      + + + + + + +
      +

      page

      +
    • +
    • +
      + + + + + + +
      +

      palette

      +
    • +
    • +
      + + + + + + +
      +

      paste

      +
    • +
    • +
      + + + + + + +
      +

      people

      +
    • +
    • +
      + + + + + + +
      +

      phone_landscape

      +
    • +
    • +
      + + + + + + +
      +

      phone_portrait

      +
    • +
    • +
      + + + + + + +
      +

      photo

      +
    • +
    • +
      + + + + + + +
      +

      picklist

      +
    • +
    • +
      + + + + + + +
      +

      power

      +
    • +
    • +
      + + + + + + +
      +

      preview

      +
    • +
    • +
      + + + + + + +
      +

      priority

      +
    • +
    • +
      + + + + + + +
      +

      process

      +
    • +
    • +
      + + + + + + +
      +

      push

      +
    • +
    • +
      + + + + + + +
      +

      puzzle

      +
    • +
    • +
      + + + + + + +
      +

      question

      +
    • +
    • +
      + + + + + + +
      +

      questions_and_answers

      +
    • +
    • +
      + + + + + + +
      +

      record

      +
    • +
    • +
      + + + + + + +
      +

      record_create

      +
    • +
    • +
      + + + + + + +
      +

      redo

      +
    • +
    • +
      + + + + + + +
      +

      refresh

      +
    • +
    • +
      + + + + + + +
      +

      relate

      +
    • +
    • +
      + + + + + + +
      +

      remove_formatting

      +
    • +
    • +
      + + + + + + +
      +

      remove_link

      +
    • +
    • +
      + + + + + + +
      +

      replace

      +
    • +
    • +
      + + + + + + +
      +

      reply

      +
    • +
    • +
      + + + + + + +
      +

      reply_all

      +
    • +
    • +
      + + + + + + +
      +

      reset_password

      +
    • +
    • +
      + + + + + + +
      +

      resource_absence

      +
    • +
    • +
      + + + + + + +
      +

      resource_capacity

      +
    • +
    • +
      + + + + + + +
      +

      resource_territory

      +
    • +
    • +
      + + + + + + +
      +

      retweet

      +
    • +
    • +
      + + + + + + +
      +

      richtextbulletedlist

      +
    • +
    • +
      + + + + + + +
      +

      richtextindent

      +
    • +
    • +
      + + + + + + +
      +

      richtextnumberedlist

      +
    • +
    • +
      + + + + + + +
      +

      richtextoutdent

      +
    • +
    • +
      + + + + + + +
      +

      right

      +
    • +
    • +
      + + + + + + +
      +

      right_align_text

      +
    • +
    • +
      + + + + + + +
      +

      rotate

      +
    • +
    • +
      + + + + + + +
      +

      rows

      +
    • +
    • +
      + + + + + + +
      +

      salesforce1

      +
    • +
    • +
      + + + + + + +
      +

      search

      +
    • +
    • +
      + + + + + + +
      +

      settings

      +
    • +
    • +
      + + + + + + +
      +

      setup

      +
    • +
    • +
      + + + + + + +
      +

      setup_assistant_guide

      +
    • +
    • +
      + + + + + + +
      +

      share

      +
    • +
    • +
      + + + + + + +
      +

      share_mobile

      +
    • +
    • +
      + + + + + + +
      +

      share_post

      +
    • +
    • +
      + + + + + + +
      +

      shield

      +
    • +
    • +
      + + + + + + +
      +

      side_list

      +
    • +
    • +
      + + + + + + +
      +

      signpost

      +
    • +
    • +
      + + + + + + +
      +

      sms

      +
    • +
    • +
      + + + + + + +
      +

      snippet

      +
    • +
    • +
      + + + + + + +
      +

      socialshare

      +
    • +
    • +
      + + + + + + +
      +

      sort

      +
    • +
    • +
      + + + + + + +
      +

      spinner

      +
    • +
    • +
      + + + + + + +
      +

      standard_objects

      +
    • +
    • +
      + + + + + + +
      +

      stop

      +
    • +
    • +
      + + + + + + +
      +

      strikethrough

      +
    • +
    • +
      + + + + + + +
      +

      success

      +
    • +
    • +
      + + + + + + +
      +

      summary

      +
    • +
    • +
      + + + + + + +
      +

      summarydetail

      +
    • +
    • +
      + + + + + + +
      +

      switch

      +
    • +
    • +
      + + + + + + +
      +

      sync

      +
    • +
    • +
      + + + + + + +
      +

      table

      +
    • +
    • +
      + + + + + + +
      +

      tablet_landscape

      +
    • +
    • +
      + + + + + + +
      +

      tablet_portrait

      +
    • +
    • +
      + + + + + + +
      +

      tabset

      +
    • +
    • +
      + + + + + + +
      +

      task

      +
    • +
    • +
      + + + + + + +
      +

      text_background_color

      +
    • +
    • +
      + + + + + + +
      +

      text_color

      +
    • +
    • +
      + + + + + + +
      +

      threedots

      +
    • +
    • +
      + + + + + + +
      +

      threedots_vertical

      +
    • +
    • +
      + + + + + + +
      +

      thunder

      +
    • +
    • +
      + + + + + + +
      +

      tile_card_list

      +
    • +
    • +
      + + + + + + +
      +

      topic

      +
    • +
    • +
      + + + + + + +
      +

      touch_action

      +
    • +
    • +
      + + + + + + +
      +

      trail

      +
    • +
    • +
      + + + + + + +
      +

      turn_off_notifications

      +
    • +
    • +
      + + + + + + +
      +

      undelete

      +
    • +
    • +
      + + + + + + +
      +

      undeprecate

      +
    • +
    • +
      + + + + + + +
      +

      underline

      +
    • +
    • +
      + + + + + + +
      +

      undo

      +
    • +
    • +
      + + + + + + +
      +

      unlock

      +
    • +
    • +
      + + + + + + +
      +

      unmuted

      +
    • +
    • +
      + + + + + + +
      +

      up

      +
    • +
    • +
      + + + + + + +
      +

      upload

      +
    • +
    • +
      + + + + + + +
      +

      user

      +
    • +
    • +
      + + + + + + +
      +

      user_role

      +
    • +
    • +
      + + + + + + +
      +

      volume_high

      +
    • +
    • +
      + + + + + + +
      +

      volume_low

      +
    • +
    • +
      + + + + + + +
      +

      volume_off

      +
    • +
    • +
      + + + + + + +
      +

      warning

      +
    • +
    • +
      + + + + + + +
      +

      weeklyview

      +
    • +
    • +
      + + + + + + +
      +

      wifi

      +
    • +
    • +
      + + + + + + +
      +

      work_order_type

      +
    • +
    • +
      + + + + + + +
      +

      world

      +
    • +
    • +
      + + + + + + +
      +

      yubi_key

      +
    • +
    • +
      + + + + + + +
      +

      zoomin

      +
    • +
    • +
      + + + + + + +
      +

      zoomout

      +
    • +
    + + + +
    +
    +

    Generated at Wed, 27 Jul 2016 17:59:49 GMT by svg-sprite.

    +
    + + diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/add.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/add.svg new file mode 100644 index 0000000..00b096e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/add_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/add_120.png new file mode 100644 index 0000000..23af9e5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/add_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/add_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/add_60.png new file mode 100644 index 0000000..2f14744 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/add_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/adduser.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/adduser.svg new file mode 100644 index 0000000..1ee13ef --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/adduser.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/adduser_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/adduser_120.png new file mode 100644 index 0000000..9f7b5e2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/adduser_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/adduser_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/adduser_60.png new file mode 100644 index 0000000..50733ca Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/adduser_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/announcement.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/announcement.svg new file mode 100644 index 0000000..43242ab --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/announcement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/announcement_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/announcement_120.png new file mode 100644 index 0000000..5930fad Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/announcement_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/announcement_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/announcement_60.png new file mode 100644 index 0000000..b747210 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/announcement_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/answer.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/answer.svg new file mode 100644 index 0000000..cde184a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/answer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/answer_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/answer_120.png new file mode 100644 index 0000000..848af59 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/answer_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/answer_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/answer_60.png new file mode 100644 index 0000000..cdfa385 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/answer_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apex.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apex.svg new file mode 100644 index 0000000..5f15f1c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apex_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apex_120.png new file mode 100644 index 0000000..45fc4f1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apex_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apex_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apex_60.png new file mode 100644 index 0000000..4437336 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apex_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/approval.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/approval.svg new file mode 100644 index 0000000..e49a8eb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/approval.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/approval_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/approval_120.png new file mode 100644 index 0000000..d252fe0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/approval_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/approval_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/approval_60.png new file mode 100644 index 0000000..053b0fe Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/approval_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apps.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apps.svg new file mode 100644 index 0000000..bf8d609 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apps_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apps_120.png new file mode 100644 index 0000000..f8dc10f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apps_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apps_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apps_60.png new file mode 100644 index 0000000..fb53b0f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/apps_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowdown.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowdown.svg new file mode 100644 index 0000000..d8920ba --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowdown_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowdown_120.png new file mode 100644 index 0000000..dd03d69 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowdown_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowdown_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowdown_60.png new file mode 100644 index 0000000..61e6246 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowdown_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowup.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowup.svg new file mode 100644 index 0000000..4125ca2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowup_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowup_120.png new file mode 100644 index 0000000..d429d51 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowup_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowup_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowup_60.png new file mode 100644 index 0000000..21bf65a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/arrowup_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/attach.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/attach.svg new file mode 100644 index 0000000..617aa38 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/attach.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/attach_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/attach_120.png new file mode 100644 index 0000000..e6ee2d4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/attach_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/attach_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/attach_60.png new file mode 100644 index 0000000..429276d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/attach_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/back.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/back.svg new file mode 100644 index 0000000..da5520f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/back_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/back_120.png new file mode 100644 index 0000000..bec2827 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/back_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/back_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/back_60.png new file mode 100644 index 0000000..0c57a19 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/back_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/ban.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/ban.svg new file mode 100644 index 0000000..8ac13be --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/ban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/ban_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/ban_120.png new file mode 100644 index 0000000..4a9da17 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/ban_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/ban_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/ban_60.png new file mode 100644 index 0000000..ee965a8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/ban_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bold.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bold.svg new file mode 100644 index 0000000..ea6b8ae --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bold_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bold_120.png new file mode 100644 index 0000000..297910f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bold_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bold_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bold_60.png new file mode 100644 index 0000000..c514b91 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bold_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bookmark.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bookmark.svg new file mode 100644 index 0000000..d225175 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bookmark_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bookmark_120.png new file mode 100644 index 0000000..af810e4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bookmark_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bookmark_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bookmark_60.png new file mode 100644 index 0000000..ccc2c03 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bookmark_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/breadcrumbs.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/breadcrumbs.svg new file mode 100644 index 0000000..73be8bf --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/breadcrumbs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/breadcrumbs_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/breadcrumbs_120.png new file mode 100644 index 0000000..74c005f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/breadcrumbs_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/breadcrumbs_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/breadcrumbs_60.png new file mode 100644 index 0000000..9898c31 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/breadcrumbs_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/broadcast.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/broadcast.svg new file mode 100644 index 0000000..a437ba5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/broadcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/broadcast_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/broadcast_120.png new file mode 100644 index 0000000..180afbf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/broadcast_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/broadcast_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/broadcast_60.png new file mode 100644 index 0000000..f733629 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/broadcast_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/brush.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/brush.svg new file mode 100644 index 0000000..8045fcc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/brush.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/brush_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/brush_120.png new file mode 100644 index 0000000..7ff5fcc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/brush_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/brush_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/brush_60.png new file mode 100644 index 0000000..78c5e15 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/brush_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bucket.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bucket.svg new file mode 100644 index 0000000..6352d8f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bucket_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bucket_120.png new file mode 100644 index 0000000..1f4aa1f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bucket_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bucket_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bucket_60.png new file mode 100644 index 0000000..0df0891 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/bucket_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/builder.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/builder.svg new file mode 100644 index 0000000..d37b601 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/builder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/builder_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/builder_120.png new file mode 100644 index 0000000..36cd924 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/builder_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/builder_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/builder_60.png new file mode 100644 index 0000000..049b7c7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/builder_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/call.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/call.svg new file mode 100644 index 0000000..929056c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/call_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/call_120.png new file mode 100644 index 0000000..0a544c8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/call_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/call_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/call_60.png new file mode 100644 index 0000000..2b29371 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/call_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/capslock.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/capslock.svg new file mode 100644 index 0000000..7350fb7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/capslock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/capslock_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/capslock_120.png new file mode 100644 index 0000000..afc297e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/capslock_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/capslock_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/capslock_60.png new file mode 100644 index 0000000..655fb15 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/capslock_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cases.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cases.svg new file mode 100644 index 0000000..90d3e86 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cases.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cases_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cases_120.png new file mode 100644 index 0000000..35e82d3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cases_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cases_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cases_60.png new file mode 100644 index 0000000..81e9a00 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cases_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/center_align_text.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/center_align_text.svg new file mode 100644 index 0000000..6c957ec --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/center_align_text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/center_align_text_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/center_align_text_120.png new file mode 100644 index 0000000..0258cac Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/center_align_text_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/center_align_text_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/center_align_text_60.png new file mode 100644 index 0000000..37d8c9d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/center_align_text_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_owner.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_owner.svg new file mode 100644 index 0000000..f56d6d9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_owner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_owner_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_owner_120.png new file mode 100644 index 0000000..d5e8fde Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_owner_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_owner_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_owner_60.png new file mode 100644 index 0000000..ffa391c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_owner_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_record_type.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_record_type.svg new file mode 100644 index 0000000..b8b8451 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_record_type.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_record_type_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_record_type_120.png new file mode 100644 index 0000000..ffbd343 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_record_type_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_record_type_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_record_type_60.png new file mode 100644 index 0000000..c927283 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/change_record_type_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chart.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chart.svg new file mode 100644 index 0000000..ac73c2e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chart_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chart_120.png new file mode 100644 index 0000000..ab3195d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chart_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chart_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chart_60.png new file mode 100644 index 0000000..f1ad9b8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chart_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chat.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chat.svg new file mode 100644 index 0000000..412b657 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chat_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chat_120.png new file mode 100644 index 0000000..292c5cf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chat_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chat_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chat_60.png new file mode 100644 index 0000000..362163f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chat_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/check.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/check.svg new file mode 100644 index 0000000..8dc249d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/check_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/check_120.png new file mode 100644 index 0000000..db8146a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/check_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/check_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/check_60.png new file mode 100644 index 0000000..2e8c4da Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/check_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/checkin.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/checkin.svg new file mode 100644 index 0000000..bbba27b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/checkin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/checkin_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/checkin_120.png new file mode 100644 index 0000000..866bccf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/checkin_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/checkin_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/checkin_60.png new file mode 100644 index 0000000..7d30e7b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/checkin_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevrondown.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevrondown.svg new file mode 100644 index 0000000..2a04749 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevrondown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevrondown_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevrondown_120.png new file mode 100644 index 0000000..1ce1475 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevrondown_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevrondown_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevrondown_60.png new file mode 100644 index 0000000..fa80023 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevrondown_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronleft.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronleft.svg new file mode 100644 index 0000000..8a967d2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronleft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronleft_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronleft_120.png new file mode 100644 index 0000000..6c9abb1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronleft_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronleft_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronleft_60.png new file mode 100644 index 0000000..278c12a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronleft_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronright.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronright.svg new file mode 100644 index 0000000..99de236 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronright_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronright_120.png new file mode 100644 index 0000000..59bfe87 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronright_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronright_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronright_60.png new file mode 100644 index 0000000..bc77619 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronright_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronup.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronup.svg new file mode 100644 index 0000000..9c81239 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronup_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronup_120.png new file mode 100644 index 0000000..5500606 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronup_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronup_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronup_60.png new file mode 100644 index 0000000..265f39c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/chevronup_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clear.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clear.svg new file mode 100644 index 0000000..b543ea1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clear_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clear_120.png new file mode 100644 index 0000000..6079409 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clear_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clear_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clear_60.png new file mode 100644 index 0000000..4c88592 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clear_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clock.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clock.svg new file mode 100644 index 0000000..d1dc7be --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clock_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clock_120.png new file mode 100644 index 0000000..42d8efa Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clock_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clock_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clock_60.png new file mode 100644 index 0000000..7495c4b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/clock_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/close.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/close.svg new file mode 100644 index 0000000..e36ef64 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/close_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/close_120.png new file mode 100644 index 0000000..f8b061c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/close_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/close_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/close_60.png new file mode 100644 index 0000000..7be2bcb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/close_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/comments.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/comments.svg new file mode 100644 index 0000000..a0f3487 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/comments.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/comments_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/comments_120.png new file mode 100644 index 0000000..167b015 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/comments_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/comments_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/comments_60.png new file mode 100644 index 0000000..2416ae0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/comments_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/company.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/company.svg new file mode 100644 index 0000000..c58a336 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/company.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/company_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/company_120.png new file mode 100644 index 0000000..13fc69c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/company_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/company_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/company_60.png new file mode 100644 index 0000000..31face8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/company_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/connected_apps.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/connected_apps.svg new file mode 100644 index 0000000..b6a443e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/connected_apps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/connected_apps_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/connected_apps_120.png new file mode 100644 index 0000000..ca1ddd1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/connected_apps_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/connected_apps_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/connected_apps_60.png new file mode 100644 index 0000000..942799d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/connected_apps_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract.svg new file mode 100644 index 0000000..a63d341 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_120.png new file mode 100644 index 0000000..7e815dd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_60.png new file mode 100644 index 0000000..3e998e2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_alt.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_alt.svg new file mode 100644 index 0000000..6b1ead7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_alt_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_alt_120.png new file mode 100644 index 0000000..149acd4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_alt_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_alt_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_alt_60.png new file mode 100644 index 0000000..61b1041 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/contract_alt_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/copy.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/copy.svg new file mode 100644 index 0000000..1497f10 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/copy_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/copy_120.png new file mode 100644 index 0000000..13727bf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/copy_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/copy_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/copy_60.png new file mode 100644 index 0000000..5d12384 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/copy_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/crossfilter.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/crossfilter.svg new file mode 100644 index 0000000..3751032 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/crossfilter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/crossfilter_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/crossfilter_120.png new file mode 100644 index 0000000..1e1698e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/crossfilter_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/crossfilter_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/crossfilter_60.png new file mode 100644 index 0000000..1e98bfe Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/crossfilter_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/custom_apps.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/custom_apps.svg new file mode 100644 index 0000000..4dbc543 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/custom_apps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/custom_apps_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/custom_apps_120.png new file mode 100644 index 0000000..0cb9b02 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/custom_apps_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/custom_apps_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/custom_apps_60.png new file mode 100644 index 0000000..6afbe50 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/custom_apps_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cut.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cut.svg new file mode 100644 index 0000000..70e678b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cut_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cut_120.png new file mode 100644 index 0000000..3f00900 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cut_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cut_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cut_60.png new file mode 100644 index 0000000..bd14fad Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/cut_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dash.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dash.svg new file mode 100644 index 0000000..66f0a4a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dash_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dash_120.png new file mode 100644 index 0000000..ef23f53 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dash_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dash_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dash_60.png new file mode 100644 index 0000000..65c2009 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dash_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/database.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/database.svg new file mode 100644 index 0000000..362bdb7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/database.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/database_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/database_120.png new file mode 100644 index 0000000..e5cf099 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/database_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/database_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/database_60.png new file mode 100644 index 0000000..f7d47c3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/database_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/datadotcom.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/datadotcom.svg new file mode 100644 index 0000000..fa108ad --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/datadotcom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/datadotcom_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/datadotcom_120.png new file mode 100644 index 0000000..099d8a3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/datadotcom_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/datadotcom_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/datadotcom_60.png new file mode 100644 index 0000000..722bfff Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/datadotcom_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dayview.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dayview.svg new file mode 100644 index 0000000..1dc575a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dayview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dayview_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dayview_120.png new file mode 100644 index 0000000..b57db2b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dayview_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dayview_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dayview_60.png new file mode 100644 index 0000000..031fb18 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dayview_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/delete.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/delete.svg new file mode 100644 index 0000000..b58246c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/delete_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/delete_120.png new file mode 100644 index 0000000..6561218 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/delete_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/delete_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/delete_60.png new file mode 100644 index 0000000..6356878 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/delete_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/deprecate.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/deprecate.svg new file mode 100644 index 0000000..2197b1e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/deprecate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/deprecate_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/deprecate_120.png new file mode 100644 index 0000000..6ffc287 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/deprecate_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/deprecate_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/deprecate_60.png new file mode 100644 index 0000000..56ae238 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/deprecate_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/description.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/description.svg new file mode 100644 index 0000000..da5f393 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/description.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/description_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/description_120.png new file mode 100644 index 0000000..fce011d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/description_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/description_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/description_60.png new file mode 100644 index 0000000..fbc55f5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/description_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/desktop.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/desktop.svg new file mode 100644 index 0000000..ba7ac2f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/desktop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/desktop_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/desktop_120.png new file mode 100644 index 0000000..70da525 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/desktop_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/desktop_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/desktop_60.png new file mode 100644 index 0000000..3ae50b0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/desktop_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dislike.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dislike.svg new file mode 100644 index 0000000..9d70d27 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dislike.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dislike_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dislike_120.png new file mode 100644 index 0000000..35a677a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dislike_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dislike_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dislike_60.png new file mode 100644 index 0000000..10b557c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dislike_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dock_panel.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dock_panel.svg new file mode 100644 index 0000000..5ccbbb7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dock_panel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dock_panel_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dock_panel_120.png new file mode 100644 index 0000000..2ea48fa Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dock_panel_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dock_panel_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dock_panel_60.png new file mode 100644 index 0000000..34caff4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/dock_panel_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/down.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/down.svg new file mode 100644 index 0000000..33b11d8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/down_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/down_120.png new file mode 100644 index 0000000..ac6832e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/down_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/down_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/down_60.png new file mode 100644 index 0000000..1042571 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/down_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/download.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/download.svg new file mode 100644 index 0000000..414347b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/download_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/download_120.png new file mode 100644 index 0000000..a410875 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/download_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/download_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/download_60.png new file mode 100644 index 0000000..1a09730 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/download_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit.svg new file mode 100644 index 0000000..2d896fe --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_120.png new file mode 100644 index 0000000..8b95e92 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_60.png new file mode 100644 index 0000000..178119b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_form.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_form.svg new file mode 100644 index 0000000..f666793 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_form.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_form_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_form_120.png new file mode 100644 index 0000000..ec9cd21 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_form_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_form_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_form_60.png new file mode 100644 index 0000000..794d4b4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/edit_form_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/email.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/email.svg new file mode 100644 index 0000000..e767f21 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/email_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/email_120.png new file mode 100644 index 0000000..4b1065c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/email_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/email_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/email_60.png new file mode 100644 index 0000000..6343771 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/email_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/end_call.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/end_call.svg new file mode 100644 index 0000000..8ffa627 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/end_call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/end_call_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/end_call_120.png new file mode 100644 index 0000000..7a424cc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/end_call_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/end_call_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/end_call_60.png new file mode 100644 index 0000000..4daad98 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/end_call_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/erect_window.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/erect_window.svg new file mode 100644 index 0000000..24949e7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/erect_window.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/erect_window_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/erect_window_120.png new file mode 100644 index 0000000..fb3404e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/erect_window_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/erect_window_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/erect_window_60.png new file mode 100644 index 0000000..a7cb363 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/erect_window_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/error.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/error.svg new file mode 100644 index 0000000..f49b99f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/error_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/error_120.png new file mode 100644 index 0000000..35ab00a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/error_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/error_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/error_60.png new file mode 100644 index 0000000..b4af678 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/error_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/event.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/event.svg new file mode 100644 index 0000000..8cb395d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/event.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/event_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/event_120.png new file mode 100644 index 0000000..1b22ad5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/event_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/event_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/event_60.png new file mode 100644 index 0000000..0c5386c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/event_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand.svg new file mode 100644 index 0000000..8ba9064 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_120.png new file mode 100644 index 0000000..7312b04 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_60.png new file mode 100644 index 0000000..b05c430 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_alt.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_alt.svg new file mode 100644 index 0000000..e928ce1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_alt_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_alt_120.png new file mode 100644 index 0000000..70c5c7b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_alt_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_alt_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_alt_60.png new file mode 100644 index 0000000..918db29 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/expand_alt_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/fallback.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/fallback.svg new file mode 100644 index 0000000..2aa2a97 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/fallback.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/fallback_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/fallback_120.png new file mode 100644 index 0000000..ac95da3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/fallback_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/fallback_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/fallback_60.png new file mode 100644 index 0000000..d4b7965 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/fallback_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/favorite.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/favorite.svg new file mode 100644 index 0000000..33be602 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/favorite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/favorite_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/favorite_120.png new file mode 100644 index 0000000..f0e1f8b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/favorite_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/favorite_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/favorite_60.png new file mode 100644 index 0000000..5ee65fc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/favorite_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/feed.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/feed.svg new file mode 100644 index 0000000..aa7946b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/feed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/feed_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/feed_120.png new file mode 100644 index 0000000..e239eb2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/feed_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/feed_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/feed_60.png new file mode 100644 index 0000000..f525462 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/feed_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/file.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/file.svg new file mode 100644 index 0000000..6eb0a7f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/file_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/file_120.png new file mode 100644 index 0000000..d264d83 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/file_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/file_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/file_60.png new file mode 100644 index 0000000..9af386a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/file_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filter.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filter.svg new file mode 100644 index 0000000..67674ea --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filterList.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filterList.svg new file mode 100644 index 0000000..373285e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filterList.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filterList_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filterList_120.png new file mode 100644 index 0000000..a026a5f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filterList_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filterList_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filterList_60.png new file mode 100644 index 0000000..1d52acb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filterList_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filter_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filter_120.png new file mode 100644 index 0000000..233bb49 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filter_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filter_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filter_60.png new file mode 100644 index 0000000..8ad1037 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/filter_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/flow.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/flow.svg new file mode 100644 index 0000000..086b6ed --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/flow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/flow_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/flow_120.png new file mode 100644 index 0000000..34514ac Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/flow_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/flow_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/flow_60.png new file mode 100644 index 0000000..6965108 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/flow_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/forward.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/forward.svg new file mode 100644 index 0000000..84f5980 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/forward.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/forward_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/forward_120.png new file mode 100644 index 0000000..8e5cd11 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/forward_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/forward_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/forward_60.png new file mode 100644 index 0000000..6987599 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/forward_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/frozen.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/frozen.svg new file mode 100644 index 0000000..04ccf76 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/frozen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/frozen_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/frozen_120.png new file mode 100644 index 0000000..275bfef Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/frozen_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/frozen_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/frozen_60.png new file mode 100644 index 0000000..64a6cc6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/frozen_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/full_width_view.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/full_width_view.svg new file mode 100644 index 0000000..6582162 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/full_width_view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/full_width_view_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/full_width_view_120.png new file mode 100644 index 0000000..29fb268 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/full_width_view_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/full_width_view_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/full_width_view_60.png new file mode 100644 index 0000000..3274f00 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/full_width_view_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/groups.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/groups.svg new file mode 100644 index 0000000..c201538 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/groups.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/groups_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/groups_120.png new file mode 100644 index 0000000..55cd322 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/groups_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/groups_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/groups_60.png new file mode 100644 index 0000000..a95d2d3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/groups_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/help.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/help.svg new file mode 100644 index 0000000..1c32fa1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/help_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/help_120.png new file mode 100644 index 0000000..ce389d5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/help_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/help_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/help_60.png new file mode 100644 index 0000000..83a6024 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/help_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/home.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/home.svg new file mode 100644 index 0000000..47d6e0e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/home_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/home_120.png new file mode 100644 index 0000000..77eac69 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/home_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/home_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/home_60.png new file mode 100644 index 0000000..1df0a44 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/home_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/identity.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/identity.svg new file mode 100644 index 0000000..506092c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/identity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/identity_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/identity_120.png new file mode 100644 index 0000000..b116f46 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/identity_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/identity_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/identity_60.png new file mode 100644 index 0000000..696d213 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/identity_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/image.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/image.svg new file mode 100644 index 0000000..fb84ef1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/image_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/image_120.png new file mode 100644 index 0000000..439731a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/image_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/image_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/image_60.png new file mode 100644 index 0000000..92f0ee1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/image_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/inbox.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/inbox.svg new file mode 100644 index 0000000..ad495ce --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/inbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/inbox_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/inbox_120.png new file mode 100644 index 0000000..e3905c4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/inbox_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/inbox_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/inbox_60.png new file mode 100644 index 0000000..e951df3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/inbox_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info.svg new file mode 100644 index 0000000..17f0216 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_120.png new file mode 100644 index 0000000..55222b2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_60.png new file mode 100644 index 0000000..5ba00bd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_alt.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_alt.svg new file mode 100644 index 0000000..6f06859 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_alt_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_alt_120.png new file mode 100644 index 0000000..14a12de Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_alt_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_alt_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_alt_60.png new file mode 100644 index 0000000..df836cc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/info_alt_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_tag_field.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_tag_field.svg new file mode 100644 index 0000000..1c7e766 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_tag_field.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_tag_field_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_tag_field_120.png new file mode 100644 index 0000000..7428a34 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_tag_field_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_tag_field_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_tag_field_60.png new file mode 100644 index 0000000..25b731a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_tag_field_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_template.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_template.svg new file mode 100644 index 0000000..770ea57 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_template.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_template_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_template_120.png new file mode 100644 index 0000000..cc6f480 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_template_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_template_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_template_60.png new file mode 100644 index 0000000..52c9ddb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/insert_template_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/italic.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/italic.svg new file mode 100644 index 0000000..aacfaae --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/italic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/italic_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/italic_120.png new file mode 100644 index 0000000..5e97353 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/italic_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/italic_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/italic_60.png new file mode 100644 index 0000000..7efd1ad Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/italic_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_bottom.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_bottom.svg new file mode 100644 index 0000000..77c7202 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_bottom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_bottom_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_bottom_120.png new file mode 100644 index 0000000..1a55c03 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_bottom_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_bottom_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_bottom_60.png new file mode 100644 index 0000000..9e6ed27 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_bottom_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_top.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_top.svg new file mode 100644 index 0000000..9a587ad --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_top.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_top_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_top_120.png new file mode 100644 index 0000000..1daf83d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_top_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_top_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_top_60.png new file mode 100644 index 0000000..157f8d3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/jump_to_top_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/justify_text.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/justify_text.svg new file mode 100644 index 0000000..a4b0beb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/justify_text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/justify_text_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/justify_text_120.png new file mode 100644 index 0000000..9852260 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/justify_text_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/justify_text_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/justify_text_60.png new file mode 100644 index 0000000..82caa61 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/justify_text_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/kanban.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/kanban.svg new file mode 100644 index 0000000..5d0bdff --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/kanban.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/kanban_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/kanban_120.png new file mode 100644 index 0000000..5862a35 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/kanban_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/kanban_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/kanban_60.png new file mode 100644 index 0000000..8e08bd4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/kanban_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/keyboard_dismiss.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/keyboard_dismiss.svg new file mode 100644 index 0000000..10fa1c5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/keyboard_dismiss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/keyboard_dismiss_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/keyboard_dismiss_120.png new file mode 100644 index 0000000..2826656 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/keyboard_dismiss_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/keyboard_dismiss_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/keyboard_dismiss_60.png new file mode 100644 index 0000000..bbce73a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/keyboard_dismiss_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/knowledge_base.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/knowledge_base.svg new file mode 100644 index 0000000..05d167b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/knowledge_base.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/knowledge_base_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/knowledge_base_120.png new file mode 100644 index 0000000..a11fca2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/knowledge_base_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/knowledge_base_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/knowledge_base_60.png new file mode 100644 index 0000000..c7c6583 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/knowledge_base_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layers.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layers.svg new file mode 100644 index 0000000..de9c9ea --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layers_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layers_120.png new file mode 100644 index 0000000..ad84632 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layers_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layers_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layers_60.png new file mode 100644 index 0000000..465d3af Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layers_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layout.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layout.svg new file mode 100644 index 0000000..778ee30 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layout_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layout_120.png new file mode 100644 index 0000000..e06a703 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layout_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layout_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layout_60.png new file mode 100644 index 0000000..41a2435 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/layout_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left.svg new file mode 100644 index 0000000..268a75d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_120.png new file mode 100644 index 0000000..02a1078 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_60.png new file mode 100644 index 0000000..a1864c1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_align_text.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_align_text.svg new file mode 100644 index 0000000..3f83231 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_align_text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_align_text_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_align_text_120.png new file mode 100644 index 0000000..5f7b3cd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_align_text_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_align_text_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_align_text_60.png new file mode 100644 index 0000000..b9c3c22 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/left_align_text_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/level_up.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/level_up.svg new file mode 100644 index 0000000..b1acfca --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/level_up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/level_up_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/level_up_120.png new file mode 100644 index 0000000..7522e3f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/level_up_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/level_up_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/level_up_60.png new file mode 100644 index 0000000..92485be Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/level_up_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/like.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/like.svg new file mode 100644 index 0000000..996d6d5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/like.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/like_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/like_120.png new file mode 100644 index 0000000..316eb2d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/like_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/like_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/like_60.png new file mode 100644 index 0000000..0121365 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/like_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/link.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/link.svg new file mode 100644 index 0000000..8cf93ed --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/link_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/link_120.png new file mode 100644 index 0000000..9931680 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/link_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/link_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/link_60.png new file mode 100644 index 0000000..6f69fc1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/link_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/list.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/list.svg new file mode 100644 index 0000000..22dc8b7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/list_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/list_120.png new file mode 100644 index 0000000..7a68bfa Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/list_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/list_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/list_60.png new file mode 100644 index 0000000..5374dac Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/list_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/location.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/location.svg new file mode 100644 index 0000000..70f21f7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/location_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/location_120.png new file mode 100644 index 0000000..5f06206 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/location_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/location_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/location_60.png new file mode 100644 index 0000000..6944ffc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/location_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/lock.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/lock.svg new file mode 100644 index 0000000..703c47e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/lock_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/lock_120.png new file mode 100644 index 0000000..33b748e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/lock_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/lock_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/lock_60.png new file mode 100644 index 0000000..a40ee4e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/lock_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/log_a_call.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/log_a_call.svg new file mode 100644 index 0000000..8a87237 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/log_a_call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/log_a_call_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/log_a_call_120.png new file mode 100644 index 0000000..0d991cb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/log_a_call_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/log_a_call_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/log_a_call_60.png new file mode 100644 index 0000000..fcc37e4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/log_a_call_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/logout.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/logout.svg new file mode 100644 index 0000000..7c89406 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/logout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/logout_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/logout_120.png new file mode 100644 index 0000000..7f9f4e7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/logout_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/logout_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/logout_60.png new file mode 100644 index 0000000..478fce1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/logout_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/magicwand.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/magicwand.svg new file mode 100644 index 0000000..0cf99d8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/magicwand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/magicwand_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/magicwand_120.png new file mode 100644 index 0000000..1e17846 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/magicwand_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/magicwand_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/magicwand_60.png new file mode 100644 index 0000000..b2d2f70 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/magicwand_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/mark_all_as_read.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/mark_all_as_read.svg new file mode 100644 index 0000000..e829ea2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/mark_all_as_read.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/mark_all_as_read_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/mark_all_as_read_120.png new file mode 100644 index 0000000..90f977e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/mark_all_as_read_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/mark_all_as_read_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/mark_all_as_read_60.png new file mode 100644 index 0000000..e641006 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/mark_all_as_read_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/matrix.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/matrix.svg new file mode 100644 index 0000000..3b0acd0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/matrix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/matrix_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/matrix_120.png new file mode 100644 index 0000000..bee2ae2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/matrix_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/matrix_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/matrix_60.png new file mode 100644 index 0000000..1a6da28 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/matrix_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/merge.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/merge.svg new file mode 100644 index 0000000..554d559 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/merge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/merge_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/merge_120.png new file mode 100644 index 0000000..60e5cf9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/merge_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/merge_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/merge_60.png new file mode 100644 index 0000000..fd7b854 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/merge_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/metrics.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/metrics.svg new file mode 100644 index 0000000..b94e8d1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/metrics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/metrics_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/metrics_120.png new file mode 100644 index 0000000..2cbc21b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/metrics_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/metrics_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/metrics_60.png new file mode 100644 index 0000000..509c18a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/metrics_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/minimize_window.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/minimize_window.svg new file mode 100644 index 0000000..6d4b369 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/minimize_window.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/minimize_window_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/minimize_window_120.png new file mode 100644 index 0000000..9d13019 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/minimize_window_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/minimize_window_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/minimize_window_60.png new file mode 100644 index 0000000..30b3f01 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/minimize_window_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/moneybag.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/moneybag.svg new file mode 100644 index 0000000..d4a54b8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/moneybag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/moneybag_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/moneybag_120.png new file mode 100644 index 0000000..91d3518 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/moneybag_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/moneybag_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/moneybag_60.png new file mode 100644 index 0000000..f850963 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/moneybag_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/monthlyview.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/monthlyview.svg new file mode 100644 index 0000000..dd4d74c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/monthlyview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/monthlyview_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/monthlyview_120.png new file mode 100644 index 0000000..8b5649f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/monthlyview_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/monthlyview_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/monthlyview_60.png new file mode 100644 index 0000000..e42ffcf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/monthlyview_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/move.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/move.svg new file mode 100644 index 0000000..bea5dd8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/move.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/move_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/move_120.png new file mode 100644 index 0000000..bc5e85e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/move_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/move_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/move_60.png new file mode 100644 index 0000000..4762e30 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/move_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/muted.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/muted.svg new file mode 100644 index 0000000..357516e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/muted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/muted_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/muted_120.png new file mode 100644 index 0000000..97abce8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/muted_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/muted_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/muted_60.png new file mode 100644 index 0000000..2a624ee Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/muted_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new.svg new file mode 100644 index 0000000..51376e2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_120.png new file mode 100644 index 0000000..79c51ac Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_60.png new file mode 100644 index 0000000..eaeca6e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_window.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_window.svg new file mode 100644 index 0000000..a08b9f8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_window.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_window_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_window_120.png new file mode 100644 index 0000000..997a434 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_window_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_window_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_window_60.png new file mode 100644 index 0000000..d6790ce Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/new_window_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/news.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/news.svg new file mode 100644 index 0000000..ea099f8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/news_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/news_120.png new file mode 100644 index 0000000..9de9d49 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/news_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/news_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/news_60.png new file mode 100644 index 0000000..a379b9f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/news_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/note.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/note.svg new file mode 100644 index 0000000..d1227e7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/note_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/note_120.png new file mode 100644 index 0000000..fab6a2d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/note_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/note_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/note_60.png new file mode 100644 index 0000000..4467d9e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/note_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notebook.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notebook.svg new file mode 100644 index 0000000..10d75b4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notebook_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notebook_120.png new file mode 100644 index 0000000..18a03e9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notebook_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notebook_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notebook_60.png new file mode 100644 index 0000000..07a840b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notebook_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notification.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notification.svg new file mode 100644 index 0000000..7f000a7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notification_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notification_120.png new file mode 100644 index 0000000..eef87c0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notification_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notification_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notification_60.png new file mode 100644 index 0000000..35ae795 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/notification_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/office365.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/office365.svg new file mode 100644 index 0000000..1a3eee9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/office365.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/office365_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/office365_120.png new file mode 100644 index 0000000..1a2d526 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/office365_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/office365_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/office365_60.png new file mode 100644 index 0000000..be40107 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/office365_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/offline.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/offline.svg new file mode 100644 index 0000000..29bd157 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/offline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/offline_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/offline_120.png new file mode 100644 index 0000000..383cb85 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/offline_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/offline_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/offline_60.png new file mode 100644 index 0000000..9f3d98f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/offline_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open.svg new file mode 100644 index 0000000..91daa94 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_120.png new file mode 100644 index 0000000..443e10e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_60.png new file mode 100644 index 0000000..8cbc593 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_folder.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_folder.svg new file mode 100644 index 0000000..b6ff55f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_folder_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_folder_120.png new file mode 100644 index 0000000..80ac4a2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_folder_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_folder_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_folder_60.png new file mode 100644 index 0000000..e93bff9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/open_folder_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/opened_folder.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/opened_folder.svg new file mode 100644 index 0000000..8b4d2f1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/opened_folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/opened_folder_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/opened_folder_120.png new file mode 100644 index 0000000..6af0a8e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/opened_folder_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/opened_folder_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/opened_folder_60.png new file mode 100644 index 0000000..c9a55de Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/opened_folder_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/overflow.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/overflow.svg new file mode 100644 index 0000000..4ee2e80 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/overflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/overflow_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/overflow_120.png new file mode 100644 index 0000000..e3cbcb5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/overflow_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/overflow_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/overflow_60.png new file mode 100644 index 0000000..acde453 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/overflow_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package.svg new file mode 100644 index 0000000..726d640 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_120.png new file mode 100644 index 0000000..4f447d9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_60.png new file mode 100644 index 0000000..b1c5569 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org.svg new file mode 100644 index 0000000..f0b3766 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_120.png new file mode 100644 index 0000000..65d6129 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_60.png new file mode 100644 index 0000000..d7c918b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_beta.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_beta.svg new file mode 100644 index 0000000..c6c5d0a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_beta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_beta_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_beta_120.png new file mode 100644 index 0000000..805f53f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_beta_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_beta_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_beta_60.png new file mode 100644 index 0000000..0f1904f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/package_org_beta_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/page.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/page.svg new file mode 100644 index 0000000..2bc67e8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/page.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/page_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/page_120.png new file mode 100644 index 0000000..74422db Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/page_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/page_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/page_60.png new file mode 100644 index 0000000..4f04473 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/page_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/palette.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/palette.svg new file mode 100644 index 0000000..8bc77ea --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/palette.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/palette_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/palette_120.png new file mode 100644 index 0000000..62b97dd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/palette_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/palette_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/palette_60.png new file mode 100644 index 0000000..ad22a26 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/palette_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/paste.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/paste.svg new file mode 100644 index 0000000..d21b89e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/paste.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/paste_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/paste_120.png new file mode 100644 index 0000000..51dbaf1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/paste_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/paste_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/paste_60.png new file mode 100644 index 0000000..71b9cab Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/paste_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/people.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/people.svg new file mode 100644 index 0000000..0a944de --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/people.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/people_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/people_120.png new file mode 100644 index 0000000..2a5fca0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/people_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/people_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/people_60.png new file mode 100644 index 0000000..d1389a4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/people_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_landscape.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_landscape.svg new file mode 100644 index 0000000..6763948 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_landscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_landscape_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_landscape_120.png new file mode 100644 index 0000000..0cd5e47 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_landscape_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_landscape_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_landscape_60.png new file mode 100644 index 0000000..d8856ad Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_landscape_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_portrait.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_portrait.svg new file mode 100644 index 0000000..ea64ab7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_portrait.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_portrait_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_portrait_120.png new file mode 100644 index 0000000..ef3c6cf Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_portrait_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_portrait_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_portrait_60.png new file mode 100644 index 0000000..764bb58 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/phone_portrait_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/photo.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/photo.svg new file mode 100644 index 0000000..2002146 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/photo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/photo_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/photo_120.png new file mode 100644 index 0000000..ca6c965 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/photo_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/photo_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/photo_60.png new file mode 100644 index 0000000..9b81c23 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/photo_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/picklist.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/picklist.svg new file mode 100644 index 0000000..00cc45e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/picklist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/picklist_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/picklist_120.png new file mode 100644 index 0000000..068b754 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/picklist_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/picklist_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/picklist_60.png new file mode 100644 index 0000000..ca154f7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/picklist_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/power.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/power.svg new file mode 100644 index 0000000..23d46c9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/power.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/power_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/power_120.png new file mode 100644 index 0000000..fe5a609 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/power_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/power_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/power_60.png new file mode 100644 index 0000000..22ffe83 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/power_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/preview.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/preview.svg new file mode 100644 index 0000000..90953e0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/preview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/preview_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/preview_120.png new file mode 100644 index 0000000..7ac0b8c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/preview_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/preview_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/preview_60.png new file mode 100644 index 0000000..17d9ef3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/preview_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/priority.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/priority.svg new file mode 100644 index 0000000..eda8a96 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/priority.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/priority_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/priority_120.png new file mode 100644 index 0000000..604fb27 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/priority_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/priority_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/priority_60.png new file mode 100644 index 0000000..cc7d07b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/priority_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/process.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/process.svg new file mode 100644 index 0000000..7d7f4a4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/process.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/process_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/process_120.png new file mode 100644 index 0000000..4be05bc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/process_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/process_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/process_60.png new file mode 100644 index 0000000..f8fd8b8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/process_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/push.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/push.svg new file mode 100644 index 0000000..b6a100b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/push.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/push_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/push_120.png new file mode 100644 index 0000000..8d9d429 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/push_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/push_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/push_60.png new file mode 100644 index 0000000..219b219 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/push_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/puzzle.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/puzzle.svg new file mode 100644 index 0000000..e992c57 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/puzzle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/puzzle_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/puzzle_120.png new file mode 100644 index 0000000..a7c6336 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/puzzle_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/puzzle_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/puzzle_60.png new file mode 100644 index 0000000..9536870 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/puzzle_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/question.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/question.svg new file mode 100644 index 0000000..1c32fa1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/question.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/question_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/question_120.png new file mode 100644 index 0000000..ce389d5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/question_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/question_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/question_60.png new file mode 100644 index 0000000..83a6024 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/question_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/questions_and_answers.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/questions_and_answers.svg new file mode 100644 index 0000000..c3fe901 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/questions_and_answers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/questions_and_answers_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/questions_and_answers_120.png new file mode 100644 index 0000000..ea761b9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/questions_and_answers_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/questions_and_answers_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/questions_and_answers_60.png new file mode 100644 index 0000000..af96de8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/questions_and_answers_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record.svg new file mode 100644 index 0000000..abec566 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_120.png new file mode 100644 index 0000000..b92429f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_60.png new file mode 100644 index 0000000..e7185b9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_create.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_create.svg new file mode 100644 index 0000000..9463f77 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_create.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_create_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_create_120.png new file mode 100644 index 0000000..55a52ce Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_create_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_create_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_create_60.png new file mode 100644 index 0000000..a0e31e8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/record_create_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/redo.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/redo.svg new file mode 100644 index 0000000..44a664b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/redo_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/redo_120.png new file mode 100644 index 0000000..24a1b47 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/redo_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/redo_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/redo_60.png new file mode 100644 index 0000000..08e6372 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/redo_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/refresh.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/refresh.svg new file mode 100644 index 0000000..b0f0687 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/refresh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/refresh_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/refresh_120.png new file mode 100644 index 0000000..f0c8bd8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/refresh_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/refresh_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/refresh_60.png new file mode 100644 index 0000000..dc48bdc Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/refresh_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/relate.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/relate.svg new file mode 100644 index 0000000..3c848fb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/relate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/relate_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/relate_120.png new file mode 100644 index 0000000..b08fbb9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/relate_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/relate_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/relate_60.png new file mode 100644 index 0000000..b2cfdb8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/relate_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_formatting.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_formatting.svg new file mode 100644 index 0000000..e733469 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_formatting.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_formatting_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_formatting_120.png new file mode 100644 index 0000000..b53d49e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_formatting_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_formatting_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_formatting_60.png new file mode 100644 index 0000000..2dcbfc0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_formatting_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_link.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_link.svg new file mode 100644 index 0000000..6a4359a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_link_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_link_120.png new file mode 100644 index 0000000..d99e950 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_link_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_link_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_link_60.png new file mode 100644 index 0000000..f035813 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/remove_link_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/replace.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/replace.svg new file mode 100644 index 0000000..b8b8451 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/replace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/replace_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/replace_120.png new file mode 100644 index 0000000..ffbd343 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/replace_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/replace_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/replace_60.png new file mode 100644 index 0000000..c927283 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/replace_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply.svg new file mode 100644 index 0000000..5c6b08f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_120.png new file mode 100644 index 0000000..52e1c8b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_60.png new file mode 100644 index 0000000..29970ae Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_all.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_all.svg new file mode 100644 index 0000000..21412ec --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_all.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_all_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_all_120.png new file mode 100644 index 0000000..c6498a8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_all_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_all_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_all_60.png new file mode 100644 index 0000000..a3b5c41 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reply_all_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reset_password.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reset_password.svg new file mode 100644 index 0000000..405e401 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reset_password.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reset_password_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reset_password_120.png new file mode 100644 index 0000000..dd6c7fb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reset_password_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reset_password_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reset_password_60.png new file mode 100644 index 0000000..71e48db Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/reset_password_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_absence.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_absence.svg new file mode 100644 index 0000000..35142f7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_absence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_absence_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_absence_120.png new file mode 100644 index 0000000..2218435 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_absence_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_absence_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_absence_60.png new file mode 100644 index 0000000..c4fb668 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_absence_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_capacity.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_capacity.svg new file mode 100644 index 0000000..dcf435b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_capacity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_capacity_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_capacity_120.png new file mode 100644 index 0000000..4f8818c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_capacity_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_capacity_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_capacity_60.png new file mode 100644 index 0000000..681fdc6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_capacity_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_territory.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_territory.svg new file mode 100644 index 0000000..6058901 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_territory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_territory_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_territory_120.png new file mode 100644 index 0000000..22083dd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_territory_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_territory_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_territory_60.png new file mode 100644 index 0000000..06f3f6b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/resource_territory_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/retweet.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/retweet.svg new file mode 100644 index 0000000..5061885 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/retweet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/retweet_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/retweet_120.png new file mode 100644 index 0000000..6ad1c1d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/retweet_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/retweet_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/retweet_60.png new file mode 100644 index 0000000..24f7ad8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/retweet_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextbulletedlist.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextbulletedlist.svg new file mode 100644 index 0000000..f18bcd2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextbulletedlist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextbulletedlist_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextbulletedlist_120.png new file mode 100644 index 0000000..8ecdb70 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextbulletedlist_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextbulletedlist_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextbulletedlist_60.png new file mode 100644 index 0000000..bb22ae3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextbulletedlist_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextindent.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextindent.svg new file mode 100644 index 0000000..4ea9a3f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextindent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextindent_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextindent_120.png new file mode 100644 index 0000000..ef7ef64 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextindent_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextindent_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextindent_60.png new file mode 100644 index 0000000..00af70d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextindent_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextnumberedlist.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextnumberedlist.svg new file mode 100644 index 0000000..fa2399c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextnumberedlist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextnumberedlist_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextnumberedlist_120.png new file mode 100644 index 0000000..b4218c6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextnumberedlist_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextnumberedlist_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextnumberedlist_60.png new file mode 100644 index 0000000..cfb4032 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextnumberedlist_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextoutdent.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextoutdent.svg new file mode 100644 index 0000000..f69c6f6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextoutdent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextoutdent_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextoutdent_120.png new file mode 100644 index 0000000..0a61f45 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextoutdent_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextoutdent_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextoutdent_60.png new file mode 100644 index 0000000..ed7a58e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/richtextoutdent_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right.svg new file mode 100644 index 0000000..90c068d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_120.png new file mode 100644 index 0000000..5cbd948 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_60.png new file mode 100644 index 0000000..078590e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_align_text.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_align_text.svg new file mode 100644 index 0000000..8ee5fdc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_align_text.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_align_text_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_align_text_120.png new file mode 100644 index 0000000..fcbe6f5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_align_text_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_align_text_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_align_text_60.png new file mode 100644 index 0000000..97368a8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/right_align_text_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rotate.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rotate.svg new file mode 100644 index 0000000..936d6d8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rotate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rotate_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rotate_120.png new file mode 100644 index 0000000..6185789 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rotate_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rotate_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rotate_60.png new file mode 100644 index 0000000..96ce383 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rotate_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rows.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rows.svg new file mode 100644 index 0000000..8d7433c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rows_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rows_120.png new file mode 100644 index 0000000..4bec37e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rows_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rows_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rows_60.png new file mode 100644 index 0000000..22184cd Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/rows_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/salesforce1.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/salesforce1.svg new file mode 100644 index 0000000..9f38449 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/salesforce1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/salesforce1_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/salesforce1_120.png new file mode 100644 index 0000000..a666be0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/salesforce1_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/salesforce1_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/salesforce1_60.png new file mode 100644 index 0000000..edf1d88 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/salesforce1_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/search.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/search.svg new file mode 100644 index 0000000..4265b33 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/search_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/search_120.png new file mode 100644 index 0000000..8fb320f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/search_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/search_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/search_60.png new file mode 100644 index 0000000..2f86d02 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/search_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/settings.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/settings.svg new file mode 100644 index 0000000..e7dd988 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/settings_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/settings_120.png new file mode 100644 index 0000000..f68f502 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/settings_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/settings_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/settings_60.png new file mode 100644 index 0000000..7847b60 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/settings_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup.svg new file mode 100644 index 0000000..fbacfac --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_120.png new file mode 100644 index 0000000..ab32e38 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_60.png new file mode 100644 index 0000000..ada8d3c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_assistant_guide.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_assistant_guide.svg new file mode 100644 index 0000000..310a644 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_assistant_guide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_assistant_guide_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_assistant_guide_120.png new file mode 100644 index 0000000..e7a720b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_assistant_guide_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_assistant_guide_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_assistant_guide_60.png new file mode 100644 index 0000000..3224d37 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/setup_assistant_guide_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share.svg new file mode 100644 index 0000000..a36b223 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_120.png new file mode 100644 index 0000000..fd14092 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_60.png new file mode 100644 index 0000000..999cb0d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_mobile.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_mobile.svg new file mode 100644 index 0000000..e115777 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_mobile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_mobile_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_mobile_120.png new file mode 100644 index 0000000..a2aa166 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_mobile_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_mobile_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_mobile_60.png new file mode 100644 index 0000000..2b3d9fe Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_mobile_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_post.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_post.svg new file mode 100644 index 0000000..349cbbb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_post.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_post_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_post_120.png new file mode 100644 index 0000000..63d5b0c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_post_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_post_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_post_60.png new file mode 100644 index 0000000..714eef7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/share_post_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/shield.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/shield.svg new file mode 100644 index 0000000..5f7e465 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/shield_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/shield_120.png new file mode 100644 index 0000000..22ca283 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/shield_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/shield_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/shield_60.png new file mode 100644 index 0000000..7a6224f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/shield_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/side_list.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/side_list.svg new file mode 100644 index 0000000..bbfd5e5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/side_list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/side_list_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/side_list_120.png new file mode 100644 index 0000000..cdadfe1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/side_list_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/side_list_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/side_list_60.png new file mode 100644 index 0000000..4271d63 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/side_list_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/signpost.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/signpost.svg new file mode 100644 index 0000000..5799751 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/signpost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/signpost_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/signpost_120.png new file mode 100644 index 0000000..1a52795 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/signpost_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/signpost_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/signpost_60.png new file mode 100644 index 0000000..c6cc7da Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/signpost_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sms.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sms.svg new file mode 100644 index 0000000..58ffee4 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sms_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sms_120.png new file mode 100644 index 0000000..ece8729 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sms_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sms_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sms_60.png new file mode 100644 index 0000000..990a031 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sms_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/snippet.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/snippet.svg new file mode 100644 index 0000000..6f05ad3 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/snippet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/snippet_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/snippet_120.png new file mode 100644 index 0000000..b7d0d42 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/snippet_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/snippet_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/snippet_60.png new file mode 100644 index 0000000..5c6def1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/snippet_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/socialshare.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/socialshare.svg new file mode 100644 index 0000000..dd6b77d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/socialshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/socialshare_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/socialshare_120.png new file mode 100644 index 0000000..38b1901 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/socialshare_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/socialshare_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/socialshare_60.png new file mode 100644 index 0000000..aba9fa0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/socialshare_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sort.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sort.svg new file mode 100644 index 0000000..66c48cc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sort_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sort_120.png new file mode 100644 index 0000000..a716bd2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sort_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sort_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sort_60.png new file mode 100644 index 0000000..302f9df Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sort_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/spinner.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/spinner.svg new file mode 100644 index 0000000..cab8d86 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/spinner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/spinner_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/spinner_120.png new file mode 100644 index 0000000..f4ece61 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/spinner_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/spinner_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/spinner_60.png new file mode 100644 index 0000000..fa86205 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/spinner_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/standard_objects.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/standard_objects.svg new file mode 100644 index 0000000..e8da643 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/standard_objects.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/standard_objects_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/standard_objects_120.png new file mode 100644 index 0000000..41114a2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/standard_objects_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/standard_objects_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/standard_objects_60.png new file mode 100644 index 0000000..00e7627 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/standard_objects_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/stop.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/stop.svg new file mode 100644 index 0000000..26ab16b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/stop_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/stop_120.png new file mode 100644 index 0000000..d3f55ce Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/stop_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/stop_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/stop_60.png new file mode 100644 index 0000000..46a2f3f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/stop_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/strikethrough.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/strikethrough.svg new file mode 100644 index 0000000..2574f26 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/strikethrough.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/strikethrough_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/strikethrough_120.png new file mode 100644 index 0000000..a2d1e17 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/strikethrough_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/strikethrough_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/strikethrough_60.png new file mode 100644 index 0000000..f4d7d61 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/strikethrough_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/success.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/success.svg new file mode 100644 index 0000000..14e8427 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/success.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/success_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/success_120.png new file mode 100644 index 0000000..3932d03 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/success_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/success_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/success_60.png new file mode 100644 index 0000000..d0f0385 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/success_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summary.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summary.svg new file mode 100644 index 0000000..c3d8fb2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summary.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summary_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summary_120.png new file mode 100644 index 0000000..f706864 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summary_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summary_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summary_60.png new file mode 100644 index 0000000..3eda3ee Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summary_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summarydetail.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summarydetail.svg new file mode 100644 index 0000000..e963537 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summarydetail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summarydetail_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summarydetail_120.png new file mode 100644 index 0000000..7b6e6a5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summarydetail_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summarydetail_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summarydetail_60.png new file mode 100644 index 0000000..c80011b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/summarydetail_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/switch.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/switch.svg new file mode 100644 index 0000000..1faf514 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/switch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/switch_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/switch_120.png new file mode 100644 index 0000000..16700d5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/switch_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/switch_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/switch_60.png new file mode 100644 index 0000000..444352f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/switch_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sync.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sync.svg new file mode 100644 index 0000000..fbb6112 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sync.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sync_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sync_120.png new file mode 100644 index 0000000..5bf470e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sync_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sync_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sync_60.png new file mode 100644 index 0000000..aeccb7a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/sync_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/table.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/table.svg new file mode 100644 index 0000000..9f6b49f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/table.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/table_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/table_120.png new file mode 100644 index 0000000..aa2fa87 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/table_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/table_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/table_60.png new file mode 100644 index 0000000..14356d2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/table_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_landscape.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_landscape.svg new file mode 100644 index 0000000..8238317 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_landscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_landscape_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_landscape_120.png new file mode 100644 index 0000000..a2f66b8 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_landscape_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_landscape_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_landscape_60.png new file mode 100644 index 0000000..a2ec976 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_landscape_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_portrait.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_portrait.svg new file mode 100644 index 0000000..0b5adf1 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_portrait.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_portrait_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_portrait_120.png new file mode 100644 index 0000000..93b167e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_portrait_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_portrait_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_portrait_60.png new file mode 100644 index 0000000..c9b6b09 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tablet_portrait_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tabset.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tabset.svg new file mode 100644 index 0000000..85a7f1c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tabset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tabset_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tabset_120.png new file mode 100644 index 0000000..8e4b32f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tabset_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tabset_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tabset_60.png new file mode 100644 index 0000000..c9f53c2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tabset_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/task.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/task.svg new file mode 100644 index 0000000..9852593 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/task.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/task_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/task_120.png new file mode 100644 index 0000000..4b14dd7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/task_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/task_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/task_60.png new file mode 100644 index 0000000..2e36971 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/task_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_background_color.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_background_color.svg new file mode 100644 index 0000000..cae75c3 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_background_color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_background_color_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_background_color_120.png new file mode 100644 index 0000000..067f9c7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_background_color_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_background_color_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_background_color_60.png new file mode 100644 index 0000000..3cd6d62 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_background_color_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_color.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_color.svg new file mode 100644 index 0000000..b01197e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_color_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_color_120.png new file mode 100644 index 0000000..0b406fa Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_color_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_color_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_color_60.png new file mode 100644 index 0000000..1672ca1 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/text_color_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots.svg new file mode 100644 index 0000000..b883143 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_120.png new file mode 100644 index 0000000..b403c5b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_60.png new file mode 100644 index 0000000..1fd5459 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_vertical.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_vertical.svg new file mode 100644 index 0000000..e7fd05a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_vertical_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_vertical_120.png new file mode 100644 index 0000000..3247936 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_vertical_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_vertical_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_vertical_60.png new file mode 100644 index 0000000..6c48b7b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/threedots_vertical_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/thunder.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/thunder.svg new file mode 100644 index 0000000..8483d8e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/thunder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/thunder_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/thunder_120.png new file mode 100644 index 0000000..0cc48d5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/thunder_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/thunder_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/thunder_60.png new file mode 100644 index 0000000..4262d50 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/thunder_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tile_card_list.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tile_card_list.svg new file mode 100644 index 0000000..020af86 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tile_card_list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tile_card_list_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tile_card_list_120.png new file mode 100644 index 0000000..3ce382b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tile_card_list_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tile_card_list_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tile_card_list_60.png new file mode 100644 index 0000000..73647eb Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/tile_card_list_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/topic.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/topic.svg new file mode 100644 index 0000000..c6e4023 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/topic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/topic_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/topic_120.png new file mode 100644 index 0000000..bcfb560 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/topic_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/topic_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/topic_60.png new file mode 100644 index 0000000..4217bb0 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/topic_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/touch_action.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/touch_action.svg new file mode 100644 index 0000000..7bafb74 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/touch_action.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/touch_action_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/touch_action_120.png new file mode 100644 index 0000000..094f896 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/touch_action_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/touch_action_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/touch_action_60.png new file mode 100644 index 0000000..0b394de Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/touch_action_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/trail.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/trail.svg new file mode 100644 index 0000000..6f73864 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/trail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/trail_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/trail_120.png new file mode 100644 index 0000000..950545e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/trail_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/trail_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/trail_60.png new file mode 100644 index 0000000..7bb46c6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/trail_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/turn_off_notifications.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/turn_off_notifications.svg new file mode 100644 index 0000000..2806284 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/turn_off_notifications.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/turn_off_notifications_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/turn_off_notifications_120.png new file mode 100644 index 0000000..22d0c6d Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/turn_off_notifications_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/turn_off_notifications_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/turn_off_notifications_60.png new file mode 100644 index 0000000..755bf25 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/turn_off_notifications_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undelete.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undelete.svg new file mode 100644 index 0000000..821b2df --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undelete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undelete_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undelete_120.png new file mode 100644 index 0000000..76d03b9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undelete_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undelete_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undelete_60.png new file mode 100644 index 0000000..a45b785 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undelete_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undeprecate.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undeprecate.svg new file mode 100644 index 0000000..75fd10c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undeprecate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undeprecate_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undeprecate_120.png new file mode 100644 index 0000000..4850d41 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undeprecate_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undeprecate_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undeprecate_60.png new file mode 100644 index 0000000..498a0ee Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undeprecate_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/underline.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/underline.svg new file mode 100644 index 0000000..c1c63e7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/underline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/underline_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/underline_120.png new file mode 100644 index 0000000..2db3b7c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/underline_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/underline_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/underline_60.png new file mode 100644 index 0000000..ec85a66 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/underline_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undo.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undo.svg new file mode 100644 index 0000000..d2d5f40 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undo_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undo_120.png new file mode 100644 index 0000000..e7c0b2a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undo_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undo_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undo_60.png new file mode 100644 index 0000000..5d60bf9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/undo_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unlock.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unlock.svg new file mode 100644 index 0000000..848f50a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unlock_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unlock_120.png new file mode 100644 index 0000000..848ac00 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unlock_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unlock_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unlock_60.png new file mode 100644 index 0000000..bd387a9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unlock_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unmuted.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unmuted.svg new file mode 100644 index 0000000..41a667f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unmuted.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unmuted_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unmuted_120.png new file mode 100644 index 0000000..ded3c64 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unmuted_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unmuted_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unmuted_60.png new file mode 100644 index 0000000..0482d1c Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/unmuted_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/up.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/up.svg new file mode 100644 index 0000000..84df3d0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/up_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/up_120.png new file mode 100644 index 0000000..b7faae2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/up_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/up_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/up_60.png new file mode 100644 index 0000000..af784ad Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/up_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/upload.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/upload.svg new file mode 100644 index 0000000..fcaecf2 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/upload_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/upload_120.png new file mode 100644 index 0000000..7340785 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/upload_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/upload_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/upload_60.png new file mode 100644 index 0000000..129ab9e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/upload_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user.svg new file mode 100644 index 0000000..4d8abe6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_120.png new file mode 100644 index 0000000..3178171 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_60.png new file mode 100644 index 0000000..1383671 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_role.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_role.svg new file mode 100644 index 0000000..d3929b7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_role.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_role_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_role_120.png new file mode 100644 index 0000000..0bad1d9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_role_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_role_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_role_60.png new file mode 100644 index 0000000..aaa8d77 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/user_role_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_high.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_high.svg new file mode 100644 index 0000000..0a49b5e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_high.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_high_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_high_120.png new file mode 100644 index 0000000..e914f1b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_high_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_high_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_high_60.png new file mode 100644 index 0000000..93e78a6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_high_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_low.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_low.svg new file mode 100644 index 0000000..f261343 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_low.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_low_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_low_120.png new file mode 100644 index 0000000..53c3086 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_low_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_low_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_low_60.png new file mode 100644 index 0000000..5f940b9 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_low_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_off.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_off.svg new file mode 100644 index 0000000..365894b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_off_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_off_120.png new file mode 100644 index 0000000..06e8397 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_off_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_off_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_off_60.png new file mode 100644 index 0000000..97e5670 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/volume_off_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/warning.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/warning.svg new file mode 100644 index 0000000..4900ff3 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/warning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/warning_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/warning_120.png new file mode 100644 index 0000000..c3622d6 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/warning_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/warning_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/warning_60.png new file mode 100644 index 0000000..a2c389a Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/warning_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/weeklyview.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/weeklyview.svg new file mode 100644 index 0000000..1713140 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/weeklyview.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/weeklyview_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/weeklyview_120.png new file mode 100644 index 0000000..5aa39db Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/weeklyview_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/weeklyview_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/weeklyview_60.png new file mode 100644 index 0000000..52f9097 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/weeklyview_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/wifi.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/wifi.svg new file mode 100644 index 0000000..1c9c26f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/wifi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/wifi_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/wifi_120.png new file mode 100644 index 0000000..02c0ca7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/wifi_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/wifi_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/wifi_60.png new file mode 100644 index 0000000..c15941e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/wifi_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/work_order_type.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/work_order_type.svg new file mode 100644 index 0000000..f6320a9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/work_order_type.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/work_order_type_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/work_order_type_120.png new file mode 100644 index 0000000..6969fca Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/work_order_type_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/work_order_type_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/work_order_type_60.png new file mode 100644 index 0000000..2c6272f Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/work_order_type_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/world.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/world.svg new file mode 100644 index 0000000..71fa56d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/world.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/world_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/world_120.png new file mode 100644 index 0000000..74033c4 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/world_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/world_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/world_60.png new file mode 100644 index 0000000..eaced27 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/world_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/yubi_key.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/yubi_key.svg new file mode 100644 index 0000000..8ab9040 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/yubi_key.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/yubi_key_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/yubi_key_120.png new file mode 100644 index 0000000..372ba04 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/yubi_key_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/yubi_key_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/yubi_key_60.png new file mode 100644 index 0000000..a173092 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/yubi_key_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomin.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomin.svg new file mode 100644 index 0000000..63d2d90 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomin_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomin_120.png new file mode 100644 index 0000000..c109a2b Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomin_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomin_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomin_60.png new file mode 100644 index 0000000..32ece35 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomin_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomout.svg b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomout.svg new file mode 100644 index 0000000..ddcfaf6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomout_120.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomout_120.png new file mode 100644 index 0000000..84d6ab7 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomout_120.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomout_60.png b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomout_60.png new file mode 100644 index 0000000..2b0116e Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/icons/utility/zoomout_60.png differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/images/License-for-images.txt b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/License-for-images.txt new file mode 100644 index 0000000..77d5853 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/License-for-images.txt @@ -0,0 +1,267 @@ +Creative Commons Attribution-NoDerivatives 4.0 International Public License +https://creativecommons.org/licenses/by-nd/4.0/legalcode + + + +SUMMARY OF THE LICENSE: + +You are free to: + +* Share — copy and redistribute the material in any medium or format + for any purpose, even commercially. +* The licensor cannot revoke these freedoms as long as you follow the + license terms. + +Under the following terms: + +* Attribution — You must give appropriate credit, provide a link to + the license, and indicate if changes were made. You may do so in any + reasonable manner, but not in any way that suggests the licensor + endorses you or your use. +* NoDerivatives — If you remix, transform, or build upon the material, + you may not distribute the modified material. + +No additional restrictions — You may not apply legal terms or +technological measures that legally restrict others from doing +anything the license permits. + + + +FULL LICENSE TEXT: + +By exercising the Licensed Rights (defined below), You accept and +agree to be bound by the terms and conditions of this Creative Commons +Attribution-NoDerivatives 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + +Section 1 – Definitions. +a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material and + in which the Licensed Material is translated, altered, arranged, + transformed, or otherwise modified in a manner requiring permission + under the Copyright and Similar Rights held by the Licensor. For + purposes of this Public License, where the Licensed Material is a + musical work, performance, or sound recording, Adapted Material is + always produced where the Licensed Material is synched in timed + relation with a moving image. +b. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) (#s2b) are not Copyright and + Similar Rights. +c. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. +d. Exceptions and Limitations means fair use, fair dealing, and/or any + other exception or limitation to Copyright and Similar Rights that + applies to Your use of the Licensed Material. +e. Licensed Material means the artistic or literary work, database, or + other material to which the Licensor applied this Public License. +f. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. +g. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. +h. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such as + reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. +i. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. +j. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. +a. License grant. + 1. Subject to the terms and conditions of this Public License, the + Licensor hereby grants You a worldwide, royalty-free, non- + sublicensable, non-exclusive, irrevocable license to exercise the + Licensed Rights in the Licensed Material to: + A. reproduce and Share the Licensed Material, in whole or in part; + and + B. produce and reproduce, but not Share, Adapted Material. + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public License + does not apply, and You do not need to comply with its terms and + conditions. + 3. Term. The term of this Public License is specified in Section + 6(a) (#s6a) . + 4. Media and formats; technical modifications allowed. The Licensor + authorizes You to exercise the Licensed Rights in all media and + formats whether now known or hereafter created, and to make + technical modifications necessary to do so. The Licensor waives + and/or agrees not to assert any right or authority to forbid You + from making technical modifications necessary to exercise the + Licensed Rights, including technical modifications necessary to + circumvent Effective Technological Measures. For purposes of this + Public License, simply making modifications authorized by this + Section 2(a)(4) (#s2a4) never produces Adapted Material. + 5. Downstream recipients. + A. Offer from the Licensor – Licensed Material. Every recipient of + the Licensed Material automatically receives an offer from the + Licensor to exercise the Licensed Rights under the terms and + conditions of this Public License. + B. No downstream restrictions. You may not offer or impose any + additional or different terms or conditions on, or apply any + Effective Technological Measures to, the Licensed Material if + doing so restricts exercise of the Licensed Rights by any + recipient of the Licensed Material. + 6. No endorsement. Nothing in this Public License constitutes or may + be construed as permission to assert or imply that You are, or + that Your use of the Licensed Material is, connected with, or + sponsored, endorsed, or granted official status by, the Licensor + or others designated to receive attribution as provided in + Section 3(a)(1)(A)(i) (#s3a1Ai) . +b. Other rights. + 1. Moral rights, such as the right of integrity, are not licensed + under this Public License, nor are publicity, privacy, and/or + other similar personality rights; however, to the extent + possible, the Licensor waives and/or agrees not to assert any + such rights held by the Licensor to the limited extent necessary + to allow You to exercise the Licensed Rights, but not otherwise. + 2. Patent and trademark rights are not licensed under this Public + License. + 3. To the extent possible, the Licensor waives any right to collect + royalties from You for the exercise of the Licensed Rights, + whether directly or through a collecting society under any + voluntary or waivable statutory or compulsory licensing scheme. + In all other cases the Licensor expressly reserves any right to + collect such royalties. + +Section 3 – License Conditions. +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. +a. Attribution. + 1. If You Share the Licensed Material, You must: + A. retain the following if it is supplied by the Licensor with the + Licensed Material: + i. identification of the creator(s) of the Licensed Material and + any others designated to receive attribution, in any + reasonable manner requested by the Licensor (including by + pseudonym if designated); ii. a copyright notice; iii. a + notice that refers to this Public License; iv. a notice that + refers to the disclaimer of warranties; + v. a URI or hyperlink to the Licensed Material to the extent + reasonably practicable; + B. indicate if You modified the Licensed Material and retain an + indication of any previous modifications; and + C. indicate the Licensed Material is licensed under this Public + License, and include the text of, or the URI or hyperlink to, + this Public License. For the avoidance of doubt, You do not + have permission under this Public License to Share Adapted + Material. + 2. You may satisfy the conditions in Section 3(a)(1) (#s3a1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required information. + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) (#s3a1A) to the extent + reasonably practicable. + +Section 4 – Sui Generis Database Rights. +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + a. for the avoidance of doubt, Section 2(a)(1) (#s2a1) grants You + the right to extract, reuse, reproduce, and Share all or a + substantial portion of the contents of the database, provided You + do not Share Adapted Material; + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + c. You must comply with the conditions in Section 3(a) (#s3a) if You + Share all or a substantial portion of the contents of the + database. + +For the avoidance of doubt, this Section 4 (#s4) supplements and does +not replace Your obligations under this Public License where the +Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. +a. Unless otherwise separately undertaken by the Licensor, to the + extent possible, the Licensor offers the Licensed Material as-is + and as-available, and makes no representations or warranties of any + kind concerning the Licensed Material, whether express, implied, + statutory, or other. This includes, without limitation, warranties + of title, merchantability, fitness for a particular purpose, non- + infringement, absence of latent or other defects, accuracy, or the + presence or absence of errors, whether or not known or + discoverable. Where disclaimers of warranties are not allowed in + full or in part, this disclaimer may not apply to You. +b. To the extent possible, in no event will the Licensor be liable to + You on any legal theory (including, without limitation, negligence) + or otherwise for any direct, special, indirect, incidental, + consequential, punitive, exemplary, or other losses, costs, + expenses, or damages arising out of this Public License or use of + the Licensed Material, even if the Licensor has been advised of the + possibility of such losses, costs, expenses, or damages. Where a + limitation of liability is not allowed in full or in part, this + limitation may not apply to You. + +c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + +Section 6 – Term and Termination. +a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. +b. Where Your right to use the Licensed Material has terminated under + Section 6(a) (#s6a) , it reinstates: + 1. automatically as of the date the violation is cured, provided it + is cured within 30 days of Your discovery of the violation; or + 2. upon express reinstatement by the Licensor. For the avoidance of + doubt, this Section 6(b) (#s6b) does not affect any right the + Licensor may have to seek remedies for Your violations of this + Public License. +c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. +d. Sections 1 (#s1) , 5 (#s5) , 6 (#s6) , 7 (#s7) , and 8 (#s8) + survive termination of this Public License. + +Section 7 – Other Terms and Conditions. +a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. +b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. +a. For the avoidance of doubt, this Public License does not, and shall + not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. +b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. +c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. +d. Nothing in this Public License constitutes or may be interpreted as + a limitation upon, or waiver of, any privileges and immunities that + apply to the Licensor or You, including from the legal processes of + any jurisdiction or authority. \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/images/avatar1.jpg b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/avatar1.jpg new file mode 100644 index 0000000..ad9c3b3 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/avatar1.jpg differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/images/avatar2.jpg b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/avatar2.jpg new file mode 100644 index 0000000..be34303 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/avatar2.jpg differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/images/avatar3.jpg b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/avatar3.jpg new file mode 100644 index 0000000..91b5273 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/avatar3.jpg differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/images/spinners/slds_spinner.gif b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/spinners/slds_spinner.gif new file mode 100644 index 0000000..5dadae2 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/spinners/slds_spinner.gif differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/images/spinners/slds_spinner_brand.gif b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/spinners/slds_spinner_brand.gif new file mode 100644 index 0000000..25c85ba Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/spinners/slds_spinner_brand.gif differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/images/spinners/slds_spinner_inverse.gif b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/spinners/slds_spinner_inverse.gif new file mode 100644 index 0000000..9b6baf5 Binary files /dev/null and b/force-app/main/default/staticresources/SLDS203_MPM/assets/images/spinners/slds_spinner_inverse.gif differ diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-ltng.css b/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-ltng.css new file mode 100644 index 0000000..051f4bb --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-ltng.css @@ -0,0 +1,13399 @@ +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-Light.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-Light.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-weight: 300; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-LightItalic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-LightItalic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-style: italic; + font-weight: 300; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-Regular.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-Regular.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-weight: 400; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-Italic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-Italic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-style: italic; + font-weight: 400; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-Bold.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-Bold.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-weight: 700; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-BoldItalic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-BoldItalic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-style: italic; + font-weight: 700; +} + +.milestone-pm html { + font-family: sans-serif; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; +} + +.milestone-pm body { + margin: 0; +} + +.milestone-pm article, .milestone-pm aside, .milestone-pm details, .milestone-pm figcaption, .milestone-pm figure, .milestone-pm footer, .milestone-pm header, .milestone-pm hgroup, .milestone-pm main, .milestone-pm menu, .milestone-pm nav, .milestone-pm section, .milestone-pm summary { + display: block; +} + +.milestone-pm audio, .milestone-pm canvas, .milestone-pm progress, .milestone-pm video { + display: inline-block; + vertical-align: baseline; +} + +.milestone-pm audio:not([controls]) { + display: none; + height: 0; +} + +.milestone-pm [hidden], .milestone-pm template { + display: none; +} + +.milestone-pm a { + background-color: transparent; +} + +.milestone-pm a:active, .milestone-pm a:hover { + outline: 0; +} + +.milestone-pm abbr[title] { + border-bottom: 1px dotted; +} + +.milestone-pm b, .milestone-pm strong { + font-weight: bold; +} + +.milestone-pm dfn { + font-style: italic; +} + +.milestone-pm h1 { + font-size: 2em; + margin: 0.67em 0; +} + +.milestone-pm mark { + background: #ff0; + color: #000; +} + +.milestone-pm small { + font-size: 80%; +} + +.milestone-pm sub, .milestone-pm sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +.milestone-pm sup { + top: -0.5em; +} + +.milestone-pm sub { + bottom: -0.25em; +} + +.milestone-pm img { + border: 0; +} + +.milestone-pm svg:not(:root) { + overflow: hidden; +} + +.milestone-pm figure { + margin: 1em 40px; +} + +.milestone-pm hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +.milestone-pm pre { + overflow: auto; +} + +.milestone-pm code, .milestone-pm kbd, .milestone-pm pre, .milestone-pm samp { + font-family: monospace, monospace; + font-size: 1em; +} + +.milestone-pm button, .milestone-pm input, .milestone-pm optgroup, .milestone-pm select, .milestone-pm textarea { + color: inherit; + font: inherit; + margin: 0; +} + +.milestone-pm button { + overflow: visible; +} + +.milestone-pm button, .milestone-pm select { + text-transform: none; +} + +.milestone-pm button, .milestone-pm html input[type=button], .milestone-pm input[type=reset], .milestone-pm input[type=submit] { + -webkit-appearance: button; + cursor: pointer; +} + +.milestone-pm button[disabled], .milestone-pm html input[disabled] { + cursor: default; +} + +.milestone-pm button::-moz-focus-inner, .milestone-pm input::-moz-focus-inner { + border: 0; + padding: 0; +} + +.milestone-pm input { + line-height: normal; +} + +.milestone-pm input[type=checkbox], .milestone-pm input[type=radio] { + box-sizing: border-box; + padding: 0; +} + +.milestone-pm input[type=number]::-webkit-inner-spin-button, .milestone-pm input[type=number]::-webkit-outer-spin-button { + height: auto; +} + +.milestone-pm input[type=search] { + -webkit-appearance: textfield; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box; +} + +.milestone-pm input[type=search]::-webkit-search-cancel-button, .milestone-pm input[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} + +.milestone-pm fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +.milestone-pm legend { + border: 0; + padding: 0; +} + +.milestone-pm textarea { + overflow: auto; +} + +.milestone-pm optgroup { + font-weight: bold; +} + +.milestone-pm table { + border-collapse: collapse; + border-spacing: 0; +} + +.milestone-pm td, .milestone-pm th { + padding: 0; +} + +.milestone-pm *, .milestone-pm *:before, .milestone-pm *:after { + box-sizing: border-box; +} + +.milestone-pm ::-webkit-input-placeholder { + color: #54698d; + font-weight: 400; + font-size: 0.8125rem; +} + +.milestone-pm ::-moz-placeholder { + color: #54698d; + font-weight: 400; + font-size: 0.8125rem; +} + +.milestone-pm :-ms-input-placeholder { + color: #54698d; + font-weight: 400; + font-size: 0.8125rem; +} + +.milestone-pm ::placeholder { + color: #54698d; + font-weight: 400; + font-size: 0.8125rem; +} + +.milestone-pm ::-moz-selection { + background: #d8edff; + text-shadow: none; + color: #16325c; +} + +.milestone-pm ::selection { + background: #d8edff; + text-shadow: none; + color: #16325c; +} + +.milestone-pm { + font-family: "Salesforce Sans", Arial, sans-serif; + font-size: 100%; + line-height: 1.5; + background: white; + color: #16325c; + -webkit-tap-highlight-color: transparent; +} + +.milestone-pm:not(html), .milestone-pm body { + font-size: 0.8125rem; + background: transparent; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6, .milestone-pm p, .milestone-pm ol, .milestone-pm ul, .milestone-pm dl, .milestone-pm fieldset { + margin: 0; + padding: 0; +} + +.milestone-pm dd, .milestone-pm figure { + margin: 0; +} + +.milestone-pm abbr[title], .milestone-pm fieldset, .milestone-pm hr { + border: 0; +} + +.milestone-pm hr { + padding: 0; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6 { + font-weight: inherit; + font-size: 1em; +} + +.milestone-pm ol, .milestone-pm ul { + list-style: none; +} + +.milestone-pm a { + color: #0070d2; + text-decoration: none; + transition: color 0.1s linear; +} + +.milestone-pm a:hover, .milestone-pm a:focus { + text-decoration: underline; + color: #005fb2; +} + +.milestone-pm a:active { + color: #00396b; +} + +.milestone-pm a, .milestone-pm button { + cursor: pointer; +} + +.milestone-pm b, .milestone-pm strong, .milestone-pm dfn { + font-weight: 700; +} + +.milestone-pm mark { + background-color: #fff03f; + color: #16325c; +} + +.milestone-pm abbr[title] { + cursor: help; +} + +.milestone-pm input[type=search] { + box-sizing: border-box; +} + +.milestone-pm table { + width: 100%; +} + +.milestone-pm caption, .milestone-pm th, .milestone-pm td { + text-align: left; +} + +.milestone-pm hr { + display: block; + margin: 2rem 0; + border-top: 1px solid #d8dde6; + height: 1px; + clear: both; +} + +.milestone-pm audio, .milestone-pm canvas, .milestone-pm iframe, .milestone-pm img, .milestone-pm svg, .milestone-pm video { + vertical-align: middle; +} + +.milestone-pm img { + max-width: 100%; + height: auto; +} + +.milestone-pm .slds-modal--form .slds-modal__header, .milestone-pm .slds-modal--form .slds-modal__content:last-child { + border-radius: 0; + box-shadow: none; +} + +.milestone-pm .slds-modal--form .slds-modal__container { + margin: 0; + padding: 0; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-text-heading--medium { + line-height: 1.5; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button { + display: inline-block; + width: auto; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button:first-child { + float: left; + margin-right: 0.5rem; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button:first-child + .slds-button { + float: right; + margin-top: 0; + margin-left: 0.5rem; +} + +.milestone-pm .slds-action-overflow--touch { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 9001; +} + +.milestone-pm .slds-action-overflow--touch__container { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: end; + justify-content: flex-end; + height: 100%; +} + +.milestone-pm .slds-action-overflow--touch__content { + padding-top: 33.33333333333333%; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-action-overflow--touch__body { + position: relative; + top: 2rem; + background: white; + box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.07); +} + +.milestone-pm .slds-action-overflow--touch__footer { + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0; + border-top: 1px solid #d8dde6; + padding: 0.75rem 1rem; + background-color: #f4f6f9; + box-shadow: 0 -2px 4px #f4f6f9; +} + +.milestone-pm .slds-media--timeline { + padding-bottom: 1.5rem; + position: relative; +} + +.milestone-pm .slds-media--timeline:before { + content: ''; + background: #d8dde6; + height: 100%; + width: 2px; + position: absolute; + left: 0.75rem; + top: 0; + bottom: 0; + margin-left: -1px; + z-index: -1; +} + +.milestone-pm .slds-media--timeline:before { + margin-left: 1px; +} + +.milestone-pm .slds-timeline__title { + position: relative; +} + +.milestone-pm .slds-timeline__title-content { + position: relative; + top: -1px; + padding-right: 1rem; + background: white; + z-index: 2; +} + +.milestone-pm .slds-timeline__title:after { + position: absolute; + right: 0; + bottom: 0.5rem; + left: 0; + border-bottom: 1px dashed #d8dde6; + content: ' '; + z-index: 1; +} + +.milestone-pm .slds-timeline__icon { + margin-top: -0.75rem; + border: 2px solid #fff; + border-top-width: 0.75rem; + border-bottom-width: 0.75rem; +} + +.milestone-pm .slds-timeline__actions { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-align: end; + align-items: flex-end; +} + +.milestone-pm .slds-timeline__date { + margin-bottom: 0.25rem; + font-size: 0.75rem; + color: #54698d; +} + +.milestone-pm .slds-timeline__media--call:before { + background: #48c3cc; +} + +.milestone-pm .slds-timeline__media--email:before { + background: #95aec5; +} + +.milestone-pm .slds-timeline__media--event:before { + background: #eb7092; +} + +.milestone-pm .slds-timeline__media--task:before { + background: #4bc076; +} + +.milestone-pm .slds-badge { + background-color: #e0e5ee; + padding: 0.25rem 0.5rem; + border-radius: 15rem; + font-size: 0.625rem; + line-height: 1.25; + text-transform: uppercase; + letter-spacing: 0.0625em; + color: #16325c; + vertical-align: middle; + white-space: nowrap; +} + +.milestone-pm .slds-badge + .slds-badge { + margin-left: 0.5rem; +} + +.milestone-pm .slds-badge:empty { + padding: 0; +} + +.milestone-pm .slds-breadcrumb .slds-list__item, .milestone-pm .slds-breadcrumb__item { + position: relative; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:before, .milestone-pm .slds-breadcrumb__item:before { + content: '\003E'; + position: absolute; + left: -0.25rem; +} + +.milestone-pm .slds-breadcrumb .slds-list__item > a, .milestone-pm .slds-breadcrumb__item > a { + display: block; + padding: 0 0.5rem; +} + +.milestone-pm .slds-breadcrumb .slds-list__item > a:hover, .milestone-pm .slds-breadcrumb__item > a:hover { + text-decoration: none; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:first-child > a, .milestone-pm .slds-breadcrumb__item:first-child > a { + padding-left: 0; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:first-child:before, .milestone-pm .slds-breadcrumb__item:first-child:before { + content: ''; +} + +.milestone-pm .slds-button-group { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-button-group .slds-button { + border-radius: 0; +} + +.milestone-pm .slds-button-group .slds-button + .slds-button, .milestone-pm .slds-button-group .slds-button + .slds-button--last .slds-button { + margin-left: -1px; +} + +.milestone-pm .slds-button-group .slds-button:first-child { + border-radius: 0.25rem 0 0 0.25rem; +} + +.milestone-pm .slds-button-group .slds-button:last-child { + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-button-group .slds-button:focus { + z-index: 1; +} + +.milestone-pm .slds-button-group .slds-button:only-child { + border-radius: 0.25rem; +} + +.milestone-pm .slds-button-group + .slds-button-group, .milestone-pm .slds-button-group + .slds-button { + margin-left: 0.25rem; +} + +.milestone-pm .slds-button-group .slds-button--last .slds-button, .milestone-pm .slds-button-group .slds-button.slds-button--last { + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-button { + position: relative; + display: inline-block; + padding: 0; + background: transparent; + background-clip: border-box; + border: 1px solid transparent; + border-radius: 0.25rem; + font-size: 0.75rem; + line-height: 1.875rem; + text-decoration: none; + color: #0070d2; + -webkit-appearance: none; + white-space: normal; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + transition: color 0.05s linear, background-color 0.05s linear; +} + +.milestone-pm .slds-button:hover, .milestone-pm .slds-button:focus, .milestone-pm .slds-button:active, .milestone-pm .slds-button:visited { + text-decoration: none; +} + +.milestone-pm .slds-button:hover, .milestone-pm .slds-button:focus { + color: #005fb2; +} + +.milestone-pm .slds-button:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-button:active { + color: #00396b; +} + +.milestone-pm .slds-button[disabled] { + color: #d8dde6; +} + +.milestone-pm .slds-button:hover .slds-button__icon, .milestone-pm .slds-button:focus .slds-button__icon, .milestone-pm .slds-button:active .slds-button__icon, .milestone-pm .slds-button[disabled] .slds-button__icon { + fill: currentColor; +} + +.milestone-pm .slds-button + .slds-button-group { + margin-left: 0.25rem; +} + +.milestone-pm .slds-button + .slds-button { + margin-left: 0.25rem; +} + +.milestone-pm .slds-button-space-left { + margin-left: 0.25rem; +} + +.milestone-pm a.slds-button { + text-align: center; +} + +.milestone-pm a.slds-button:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-button__icon--left { + margin-right: 0.5rem; +} + +.milestone-pm .slds-button__icon--right { + margin-left: 0.5rem; +} + +.milestone-pm .slds-button--small { + line-height: 1.75rem; + min-height: 2rem; +} + +.milestone-pm .slds-button--neutral { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + border: 1px solid #d8dde6; + background-color: white; +} + +.milestone-pm .slds-button--neutral:hover, .milestone-pm .slds-button--neutral:focus { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--neutral:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--neutral[disabled] { + background-color: white; + cursor: default; +} + +.milestone-pm .slds-button--hint { + color: #9faab5; +} + +.milestone-pm .slds-button--hint:hover, .milestone-pm .slds-button--hint:focus, .milestone-pm .slds-button--hint:active { + color: #0070d2; +} + +.milestone-pm .slds-hint-parent:hover .slds-button--hint, .milestone-pm .slds-hint-parent:focus .slds-button--hint { + color: #0070d2; +} + +.milestone-pm .slds-button--brand { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + background-color: #0070d2; + border: 1px solid #0070d2; + color: white; +} + +.milestone-pm .slds-button--brand:link, .milestone-pm .slds-button--brand:visited, .milestone-pm .slds-button--brand:active { + color: white; +} + +.milestone-pm .slds-button--brand:hover, .milestone-pm .slds-button--brand:focus { + background-color: #005fb2; + color: white; +} + +.milestone-pm .slds-button--brand:active { + background-color: #00396b; +} + +.milestone-pm .slds-button--brand[disabled] { + background: #e0e5ee; + border-color: transparent; + color: white; +} + +.milestone-pm .slds-button--inverse { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + border: 1px solid #d8dde6; + background-color: transparent; +} + +.milestone-pm .slds-button--inverse:hover, .milestone-pm .slds-button--inverse:focus { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--inverse:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--inverse[disabled] { + background-color: transparent; + border-color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-button--inverse, .milestone-pm .slds-button--inverse:link, .milestone-pm .slds-button--inverse:visited, .milestone-pm .slds-button-group .slds-button--icon-inverse, .milestone-pm .slds-button-group .slds-button--icon-inverse:link, .milestone-pm .slds-button-group .slds-button--icon-inverse:visited { + color: #e0e5ee; +} + +.milestone-pm .slds-button--inverse:hover, .milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button--inverse:active, .milestone-pm .slds-button-group .slds-button--icon-inverse:hover, .milestone-pm .slds-button-group .slds-button--icon-inverse:focus, .milestone-pm .slds-button-group .slds-button--icon-inverse:active { + color: #0070d2; +} + +.milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button-group .slds-button--icon-inverse:focus { + outline: none; + box-shadow: 0 0 3px #e0e5ee; +} + +.milestone-pm .slds-button--inverse[disabled], .milestone-pm .slds-button-group .slds-button--icon-inverse[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm a.slds-button--inverse:focus { + outline: none; + box-shadow: 0 0 3px #e0e5ee; +} + +.milestone-pm .slds-button--destructive { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + background-color: #c23934; + border: 1px solid #c23934; + color: white; +} + +.milestone-pm .slds-button--destructive:link, .milestone-pm .slds-button--destructive:visited, .milestone-pm .slds-button--destructive:active { + color: white; +} + +.milestone-pm .slds-button--destructive:hover, .milestone-pm .slds-button--destructive:focus { + background-color: #a61a14; + color: white; +} + +.milestone-pm .slds-button--destructive:active { + background-color: #870500; + border-color: #870500; +} + +.milestone-pm .slds-button--destructive[disabled] { + background: #e0e5ee; + border-color: transparent; + color: white; +} + +.milestone-pm .slds-button--neutral.slds-is-selected { + border-color: transparent; + background-color: transparent; +} + +.milestone-pm .slds-button--neutral.slds-is-selected:hover:not([disabled]), .milestone-pm .slds-button--neutral.slds-is-selected:focus:not([disabled]) { + border: 1px solid #d8dde6; + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--neutral.slds-is-selected:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button__icon--stateful { + width: 0.75rem; + height: 0.75rem; + fill: currentColor; +} + +.milestone-pm .slds-button--inverse.slds-is-selected { + border-color: transparent; +} + +.milestone-pm .slds-text-not-selected, .milestone-pm .slds-text-selected, .milestone-pm .slds-text-selected-focus, .milestone-pm .slds-is-selected[disabled]:hover .slds-text-selected, .milestone-pm .slds-is-selected[disabled]:focus .slds-text-selected { + display: block; +} + +.milestone-pm .slds-not-selected .slds-text-selected, .milestone-pm .slds-not-selected .slds-text-selected-focus, .milestone-pm .slds-is-selected .slds-text-not-selected, .milestone-pm .slds-is-selected:not(:hover):not(:focus) .slds-text-selected-focus, .milestone-pm .slds-is-selected[disabled]:hover .slds-text-selected-focus, .milestone-pm .slds-is-selected:hover .slds-text-selected, .milestone-pm .slds-is-selected:focus .slds-text-selected { + display: none; +} + +.milestone-pm .slds-button--icon, .milestone-pm .slds-button--icon-inverse, .milestone-pm .slds-button--icon-container, .milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-more, .milestone-pm .slds-button--icon-error { + line-height: 1; + vertical-align: middle; + color: #54698d; +} + +.milestone-pm .slds-button--icon-bare { + line-height: 1; + vertical-align: middle; + color: #54698d; +} + +.milestone-pm .slds-button--icon-border[disabled]:hover, .milestone-pm .slds-button--icon-border[disabled]:focus { + background-color: transparent; +} + +.milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-border { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-border-filled:hover, .milestone-pm .slds-button--icon-border-filled:focus, .milestone-pm .slds-button--icon-border:hover, .milestone-pm .slds-button--icon-border:focus { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--icon-border-filled:active, .milestone-pm .slds-button--icon-border:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--icon-border-inverse { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-container, .milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-border-inverse { + width: 2rem; + height: 2rem; +} + +.milestone-pm .slds-button--icon-border-filled { + background-color: white; +} + +.milestone-pm .slds-button--icon-border-filled[disabled] { + border: 1px solid #d8dde6; + background-color: white; +} + +.milestone-pm .slds-button--icon-more { + line-height: 1.875rem; + padding: 0 0.5rem; + vertical-align: middle; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-more:hover, .milestone-pm .slds-button--icon-more:focus { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-more:hover:hover, .milestone-pm .slds-button--icon-more:hover:focus, .milestone-pm .slds-button--icon-more:focus:hover, .milestone-pm .slds-button--icon-more:focus:focus { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--icon-more:hover:active, .milestone-pm .slds-button--icon-more:focus:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--icon-more:hover .slds-button__icon, .milestone-pm .slds-button--icon-more:focus .slds-button__icon { + fill: #0070d2; +} + +.milestone-pm .slds-button--icon-more:active .slds-button__icon { + fill: #00396b; +} + +.milestone-pm .slds-button--icon-more[disabled] { + cursor: default; +} + +.milestone-pm .slds-button--icon-more[disabled] .slds-button__icon { + fill: #d8dde6; +} + +.milestone-pm .slds-button--icon-inverse, .milestone-pm .slds-button--icon-border-inverse { + color: white; +} + +.milestone-pm .slds-button--icon-inverse:hover, .milestone-pm .slds-button--icon-inverse:focus, .milestone-pm .slds-button--icon-border-inverse:hover, .milestone-pm .slds-button--icon-border-inverse:focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-button--icon-inverse:active, .milestone-pm .slds-button--icon-border-inverse:active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-button--icon-inverse[disabled], .milestone-pm .slds-button--icon-border-inverse[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-button--icon-error, .milestone-pm .slds-button--icon-error:hover, .milestone-pm .slds-button--icon-error:active, .milestone-pm .slds-button--icon-error:focus { + color: #c23934; +} + +.milestone-pm .slds-button--icon-border-inverse[disabled] { + border-color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-button--icon-border.slds-is-selected { + background-color: #0070d2; + border: 1px solid #0070d2; + color: white; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:link, .milestone-pm .slds-button--icon-border.slds-is-selected:visited, .milestone-pm .slds-button--icon-border.slds-is-selected:active { + color: white; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:hover, .milestone-pm .slds-button--icon-border.slds-is-selected:focus { + background-color: #005fb2; + color: white; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:active { + background-color: #00396b; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected .slds-button__icon { + fill: white; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:hover .slds-button__icon, .milestone-pm .slds-button--icon-border.slds-is-selected:focus .slds-button__icon { + fill: white; +} + +.milestone-pm .slds-button--icon-small { + width: 1.5rem; + height: 1.5rem; + border-radius: 0.125rem; +} + +.milestone-pm .slds-button--icon-x-small { + width: 1.25rem; + height: 1.25rem; + border-radius: 0.125rem; + line-height: 1; +} + +.milestone-pm .slds-button--icon-x-small .slds-button__icon { + width: 0.75rem; + height: 0.75rem; +} + +.milestone-pm .slds-button--icon-xx-small { + width: 1rem; + height: 1rem; + border-radius: 0.125rem; + line-height: 1; +} + +.milestone-pm .slds-button--icon-xx-small .slds-button__icon { + width: 0.5rem; + height: 0.5rem; +} + +.milestone-pm .slds-button__icon { + width: 0.875rem; + height: 0.875rem; + fill: currentColor; +} + +.milestone-pm .slds-button__icon--large { + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-button__icon--small { + width: 0.75rem; + height: 0.75rem; +} + +.milestone-pm .slds-button__icon--x-small { + width: 0.5rem; + height: 0.5rem; +} + +.milestone-pm .slds-button__icon--hint { + fill: #9faab5; +} + +.milestone-pm .slds-button__icon--inverse-hint { + fill: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-hint-parent .slds-button--icon-border-inverse { + border-color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-hint-parent .slds-button--icon-border-inverse:focus { + border-color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-hint-parent:hover .slds-button--icon-border-inverse, .milestone-pm .slds-hint-parent:focus .slds-button--icon-border-inverse { + border-color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-hint-parent:hover .slds-button__icon--hint, .milestone-pm .slds-hint-parent:focus .slds-button__icon--hint { + fill: #54698d; +} + +.milestone-pm .slds-hint-parent:hover .slds-button__icon--inverse-hint, .milestone-pm .slds-hint-parent:focus .slds-button__icon--inverse-hint { + fill: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-icon_container, .milestone-pm .slds-icon__container { + display: inline-block; + border-radius: 0.25rem; +} + +.milestone-pm .slds-icon_container--circle, .milestone-pm .slds-icon__container--circle { + padding: 0.5rem; + border-radius: 50%; +} + +.milestone-pm .slds-icon { + width: 2rem; + height: 2rem; + border-radius: 0.25rem; + fill: white; +} + +.milestone-pm .slds-icon-action-change-owner { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-share { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-info { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-upload { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-change-record-type { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-check { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-download { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-edit-relationship { + background-color: #1dccbf; +} + +.milestone-pm .slds-icon-action-freeze-user { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-manage-perm-sets { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-password-unlock { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-refresh { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-remove { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-reset-password { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-user-activation { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-add-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-action-approval { + background-color: #00c6b7; +} + +.milestone-pm .slds-icon-action-canvas { + background-color: #8199af; +} + +.milestone-pm .slds-icon-action-goal { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-action-opportunity-competitor { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-opportunity-line-item { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-opportunity-team-member { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-question-post-action { + background-color: #32af5c; +} + +.milestone-pm .slds-icon-action-quote { + background-color: #88c651; +} + +.milestone-pm .slds-icon-action-reject { + background-color: #00c6b7; +} + +.milestone-pm .slds-icon-action-social-post { + background-color: #ea74a2; +} + +.milestone-pm .slds-icon-action-fallback { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-action-edit { + background-color: #1dccbf; +} + +.milestone-pm .slds-icon-action-delete { + background-color: #e6717c; +} + +.milestone-pm .slds-icon-action-clone { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-action-follow { + background-color: #31b9f8; +} + +.milestone-pm .slds-icon-action-following { + background-color: #7dcf64; +} + +.milestone-pm .slds-icon-action-join-group { + background-color: #779ef2; +} + +.milestone-pm .slds-icon-action-leave-group { + background-color: #f39e58; +} + +.milestone-pm .slds-icon-action-edit-groups { + background-color: #34becd; +} + +.milestone-pm .slds-icon-action-share-post { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-action-user { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-action-share-file { + background-color: #baac93; +} + +.milestone-pm .slds-icon-action-new-task { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-action-new-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-action-new-opportunity { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-new-case { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-action-new-lead { + background-color: #f88962; +} + +.milestone-pm .slds-icon-action-share-thanks { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-action-share-link { + background-color: #7a9ae6; +} + +.milestone-pm .slds-icon-action-share-poll { + background-color: #699be1; +} + +.milestone-pm .slds-icon-action-new-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-action-new-child-case { + background-color: #fa975c; +} + +.milestone-pm .slds-icon-action-log-a-call { + background-color: #48c3cc; +} + +.milestone-pm .slds-icon-action-new-note { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-new { + background-color: #33bce7; +} + +.milestone-pm .slds-icon-action-filter { + background-color: #fd90b5; +} + +.milestone-pm .slds-icon-action-sort { + background-color: #fab9a5; +} + +.milestone-pm .slds-icon-action-description { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-action-defer { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-action-update { + background-color: #81b4d6; +} + +.milestone-pm .slds-icon-action-log-this-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-action-email { + background-color: #95aec5; +} + +.milestone-pm .slds-icon-action-dial-in { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-action-map { + background-color: #76c6ee; +} + +.milestone-pm .slds-icon-action-call { + background-color: #1fcaa0; +} + +.milestone-pm .slds-icon-action-google-news { + background-color: #f5675b; +} + +.milestone-pm .slds-icon-action-web-link { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-action-submit-for-approval { + background-color: #50cc7a; +} + +.milestone-pm .slds-icon-action-search { + background-color: #48adeb; +} + +.milestone-pm .slds-icon-action-close { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-action-back { + background-color: #0dc2d9; +} + +.milestone-pm .slds-icon-action-office-365 { + background-color: #ff8041; +} + +.milestone-pm .slds-icon-action-concur { + background-color: #4cc3c7; +} + +.milestone-pm .slds-icon-action-dropbox { + background-color: #52aef9; +} + +.milestone-pm .slds-icon-action-evernote { + background-color: #86c86f; +} + +.milestone-pm .slds-icon-action-docusign { + background-color: #5080db; +} + +.milestone-pm .slds-icon-action-more { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-action-notebook { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-new-notebook { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-preview { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-priority { + background-color: #fbb439; +} + +.milestone-pm .slds-icon-action-default-custom-object { + background-color: #8199af; +} + +.milestone-pm .slds-icon-action-new-custom-object { + background-color: #a7d44d; +} + +.milestone-pm .slds-icon-action-lead-convert { + background-color: #f88962; +} + +.milestone-pm .slds-icon-action-new-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-new-person-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-new-campaign { + background-color: #f49756; +} + +.milestone-pm .slds-icon-action-new-group { + background-color: #83b6ff; +} + +.milestone-pm .slds-icon-action-update-status { + background-color: #1ec7be; +} + +.milestone-pm .slds-icon-action-new-custom-1 { + background-color: #ff7b84; +} + +.milestone-pm .slds-icon-action-new-custom-2 { + background-color: #cfd05c; +} + +.milestone-pm .slds-icon-action-new-custom-3 { + background-color: #ecb46c; +} + +.milestone-pm .slds-icon-action-new-custom-4 { + background-color: #e1d951; +} + +.milestone-pm .slds-icon-action-new-custom-5 { + background-color: #9fdb66; +} + +.milestone-pm .slds-icon-action-new-custom-6 { + background-color: #54c473; +} + +.milestone-pm .slds-icon-action-new-custom-7 { + background-color: #6a89e5; +} + +.milestone-pm .slds-icon-action-new-custom-8 { + background-color: #50ceb9; +} + +.milestone-pm .slds-icon-action-new-custom-9 { + background-color: #6b9ee2; +} + +.milestone-pm .slds-icon-action-new-custom-10 { + background-color: #6488e3; +} + +.milestone-pm .slds-icon-action-new-custom-11 { + background-color: #8784ea; +} + +.milestone-pm .slds-icon-action-new-custom-12 { + background-color: #dc71d1; +} + +.milestone-pm .slds-icon-action-new-custom-13 { + background-color: #df6184; +} + +.milestone-pm .slds-icon-action-new-custom-14 { + background-color: #3cc2b3; +} + +.milestone-pm .slds-icon-action-new-custom-15 { + background-color: #f77e75; +} + +.milestone-pm .slds-icon-action-new-custom-16 { + background-color: #e9af67; +} + +.milestone-pm .slds-icon-action-new-custom-17 { + background-color: #acd360; +} + +.milestone-pm .slds-icon-action-new-custom-18 { + background-color: #4dca76; +} + +.milestone-pm .slds-icon-action-new-custom-19 { + background-color: #3abeb1; +} + +.milestone-pm .slds-icon-action-new-custom-20 { + background-color: #48c7c8; +} + +.milestone-pm .slds-icon-action-new-custom-21 { + background-color: #8a7aed; +} + +.milestone-pm .slds-icon-action-new-custom-22 { + background-color: #8b85f9; +} + +.milestone-pm .slds-icon-action-new-custom-23 { + background-color: #b070e6; +} + +.milestone-pm .slds-icon-action-new-custom-24 { + background-color: #e56798; +} + +.milestone-pm .slds-icon-action-new-custom-25 { + background-color: #e46fbe; +} + +.milestone-pm .slds-icon-action-new-custom-26 { + background-color: #7698f0; +} + +.milestone-pm .slds-icon-action-new-custom-27 { + background-color: #5ab0d2; +} + +.milestone-pm .slds-icon-action-new-custom-28 { + background-color: #89c059; +} + +.milestone-pm .slds-icon-action-new-custom-29 { + background-color: #bdd25f; +} + +.milestone-pm .slds-icon-action-new-custom-30 { + background-color: #f59f71; +} + +.milestone-pm .slds-icon-action-new-custom-31 { + background-color: #eb687f; +} + +.milestone-pm .slds-icon-action-new-custom-32 { + background-color: #38c393; +} + +.milestone-pm .slds-icon-action-new-custom-33 { + background-color: #97cf5d; +} + +.milestone-pm .slds-icon-action-new-custom-34 { + background-color: #d58a6a; +} + +.milestone-pm .slds-icon-action-new-custom-35 { + background-color: #e9637e; +} + +.milestone-pm .slds-icon-action-new-custom-36 { + background-color: #d472d4; +} + +.milestone-pm .slds-icon-action-new-custom-37 { + background-color: #8c89f2; +} + +.milestone-pm .slds-icon-action-new-custom-38 { + background-color: #53b6d7; +} + +.milestone-pm .slds-icon-action-new-custom-39 { + background-color: #4fbe75; +} + +.milestone-pm .slds-icon-action-new-custom-40 { + background-color: #83c75e; +} + +.milestone-pm .slds-icon-action-new-custom-41 { + background-color: #43b5b5; +} + +.milestone-pm .slds-icon-action-new-custom-42 { + background-color: #cfd05b; +} + +.milestone-pm .slds-icon-action-new-custom-43 { + background-color: #7f93f9; +} + +.milestone-pm .slds-icon-action-new-custom-44 { + background-color: #c8ca58; +} + +.milestone-pm .slds-icon-action-new-custom-45 { + background-color: #d95879; +} + +.milestone-pm .slds-icon-action-new-custom-46 { + background-color: #67a5e7; +} + +.milestone-pm .slds-icon-action-new-custom-47 { + background-color: #5fcc64; +} + +.milestone-pm .slds-icon-action-new-custom-48 { + background-color: #ef697f; +} + +.milestone-pm .slds-icon-action-new-custom-49 { + background-color: #e25c80; +} + +.milestone-pm .slds-icon-action-new-custom-50 { + background-color: #49bcd3; +} + +.milestone-pm .slds-icon-action-new-custom-51 { + background-color: #d8c760; +} + +.milestone-pm .slds-icon-action-new-custom-52 { + background-color: #ee8e6f; +} + +.milestone-pm .slds-icon-action-new-custom-53 { + background-color: #f36e83; +} + +.milestone-pm .slds-icon-action-new-custom-54 { + background-color: #ea70b1; +} + +.milestone-pm .slds-icon-action-new-custom-55 { + background-color: #d66ee0; +} + +.milestone-pm .slds-icon-action-new-custom-56 { + background-color: #718deb; +} + +.milestone-pm .slds-icon-action-new-custom-57 { + background-color: #5a9cdd; +} + +.milestone-pm .slds-icon-action-new-custom-58 { + background-color: #34b59d; +} + +.milestone-pm .slds-icon-action-new-custom-59 { + background-color: #e3d067; +} + +.milestone-pm .slds-icon-action-new-custom-60 { + background-color: #bf5a88; +} + +.milestone-pm .slds-icon-action-new-custom-61 { + background-color: #f57376; +} + +.milestone-pm .slds-icon-action-new-custom-62 { + background-color: #6b92dc; +} + +.milestone-pm .slds-icon-action-new-custom-63 { + background-color: #7ccf60; +} + +.milestone-pm .slds-icon-action-new-custom-64 { + background-color: #618fd8; +} + +.milestone-pm .slds-icon-action-new-custom-65 { + background-color: #f279ab; +} + +.milestone-pm .slds-icon-action-new-custom-66 { + background-color: #d8be5f; +} + +.milestone-pm .slds-icon-action-new-custom-67 { + background-color: #f87d76; +} + +.milestone-pm .slds-icon-action-new-custom-68 { + background-color: #f26979; +} + +.milestone-pm .slds-icon-action-new-custom-69 { + background-color: #ed6387; +} + +.milestone-pm .slds-icon-action-new-custom-70 { + background-color: #e769b4; +} + +.milestone-pm .slds-icon-action-new-custom-71 { + background-color: #e36ee3; +} + +.milestone-pm .slds-icon-action-new-custom-72 { + background-color: #8d9bfb; +} + +.milestone-pm .slds-icon-action-new-custom-73 { + background-color: #679ef0; +} + +.milestone-pm .slds-icon-action-new-custom-74 { + background-color: #41c8a0; +} + +.milestone-pm .slds-icon-action-new-custom-75 { + background-color: #cd9f65; +} + +.milestone-pm .slds-icon-action-new-custom-76 { + background-color: #db6d7a; +} + +.milestone-pm .slds-icon-action-new-custom-77 { + background-color: #b55d5b; +} + +.milestone-pm .slds-icon-action-new-custom-78 { + background-color: #5a95dd; +} + +.milestone-pm .slds-icon-action-new-custom-79 { + background-color: #8ed363; +} + +.milestone-pm .slds-icon-action-new-custom-80 { + background-color: #659ad5; +} + +.milestone-pm .slds-icon-action-new-custom-81 { + background-color: #da627f; +} + +.milestone-pm .slds-icon-action-new-custom-82 { + background-color: #d15b97; +} + +.milestone-pm .slds-icon-action-new-custom-83 { + background-color: #e7806f; +} + +.milestone-pm .slds-icon-action-new-custom-84 { + background-color: #f6707b; +} + +.milestone-pm .slds-icon-action-new-custom-85 { + background-color: #f26891; +} + +.milestone-pm .slds-icon-action-new-custom-86 { + background-color: #e260ab; +} + +.milestone-pm .slds-icon-action-new-custom-87 { + background-color: #d876e5; +} + +.milestone-pm .slds-icon-action-new-custom-88 { + background-color: #996fe6; +} + +.milestone-pm .slds-icon-action-new-custom-89 { + background-color: #3e99be; +} + +.milestone-pm .slds-icon-action-new-custom-90 { + background-color: #22a48a; +} + +.milestone-pm .slds-icon-action-new-custom-91 { + background-color: #bf7b66; +} + +.milestone-pm .slds-icon-action-new-custom-92 { + background-color: #517e82; +} + +.milestone-pm .slds-icon-action-new-custom-93 { + background-color: #904d4c; +} + +.milestone-pm .slds-icon-action-new-custom-94 { + background-color: #439cba; +} + +.milestone-pm .slds-icon-action-new-custom-95 { + background-color: #8bcf6a; +} + +.milestone-pm .slds-icon-action-new-custom-96 { + background-color: #6d9de3; +} + +.milestone-pm .slds-icon-action-new-custom-97 { + background-color: #dd6085; +} + +.milestone-pm .slds-icon-action-new-custom-98 { + background-color: #e1be5c; +} + +.milestone-pm .slds-icon-action-new-custom-99 { + background-color: #f0856e; +} + +.milestone-pm .slds-icon-action-new-custom-100 { + background-color: #e15d76; +} + +.milestone-pm .slds-icon-action-apex { + background-color: #696e71; +} + +.milestone-pm .slds-icon-action-flow { + background-color: #0079bc; +} + +.milestone-pm .slds-icon-action-announcement { + background-color: #fe8f60; +} + +.milestone-pm .slds-icon-action-record { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-action-log-event { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-action-add-relationship { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-action-remove-relationship { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-action-view-relationship { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-custom-custom1, .milestone-pm .slds-icon-custom-1 { + background-color: #ff7b84; + color: white; +} + +.milestone-pm .slds-icon-custom-custom2, .milestone-pm .slds-icon-custom-2 { + background-color: #cfd05c; + color: white; +} + +.milestone-pm .slds-icon-custom-custom3, .milestone-pm .slds-icon-custom-3 { + background-color: #ecb46c; + color: white; +} + +.milestone-pm .slds-icon-custom-custom4, .milestone-pm .slds-icon-custom-4 { + background-color: #e1d951; + color: white; +} + +.milestone-pm .slds-icon-custom-custom5, .milestone-pm .slds-icon-custom-5 { + background-color: #9fdb66; + color: white; +} + +.milestone-pm .slds-icon-custom-custom6, .milestone-pm .slds-icon-custom-6 { + background-color: #54c473; + color: white; +} + +.milestone-pm .slds-icon-custom-custom7, .milestone-pm .slds-icon-custom-7 { + background-color: #6a89e5; + color: white; +} + +.milestone-pm .slds-icon-custom-custom8, .milestone-pm .slds-icon-custom-8 { + background-color: #50ceb9; + color: white; +} + +.milestone-pm .slds-icon-custom-custom9, .milestone-pm .slds-icon-custom-9 { + background-color: #6b9ee2; + color: white; +} + +.milestone-pm .slds-icon-custom-custom10, .milestone-pm .slds-icon-custom-10 { + background-color: #6488e3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom11, .milestone-pm .slds-icon-custom-11 { + background-color: #8784ea; + color: white; +} + +.milestone-pm .slds-icon-custom-custom12, .milestone-pm .slds-icon-custom-12 { + background-color: #dc71d1; + color: white; +} + +.milestone-pm .slds-icon-custom-custom13, .milestone-pm .slds-icon-custom-13 { + background-color: #df6184; + color: white; +} + +.milestone-pm .slds-icon-custom-custom14, .milestone-pm .slds-icon-custom-14 { + background-color: #3cc2b3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom15, .milestone-pm .slds-icon-custom-15 { + background-color: #f77e75; + color: white; +} + +.milestone-pm .slds-icon-custom-custom16, .milestone-pm .slds-icon-custom-16 { + background-color: #e9af67; + color: white; +} + +.milestone-pm .slds-icon-custom-custom17, .milestone-pm .slds-icon-custom-17 { + background-color: #acd360; + color: white; +} + +.milestone-pm .slds-icon-custom-custom18, .milestone-pm .slds-icon-custom-18 { + background-color: #4dca76; + color: white; +} + +.milestone-pm .slds-icon-custom-custom19, .milestone-pm .slds-icon-custom-19 { + background-color: #3abeb1; + color: white; +} + +.milestone-pm .slds-icon-custom-custom20, .milestone-pm .slds-icon-custom-20 { + background-color: #48c7c8; + color: white; +} + +.milestone-pm .slds-icon-custom-custom21, .milestone-pm .slds-icon-custom-21 { + background-color: #8a7aed; + color: white; +} + +.milestone-pm .slds-icon-custom-custom22, .milestone-pm .slds-icon-custom-22 { + background-color: #8b85f9; + color: white; +} + +.milestone-pm .slds-icon-custom-custom23, .milestone-pm .slds-icon-custom-23 { + background-color: #b070e6; + color: white; +} + +.milestone-pm .slds-icon-custom-custom24, .milestone-pm .slds-icon-custom-24 { + background-color: #e56798; + color: white; +} + +.milestone-pm .slds-icon-custom-custom25, .milestone-pm .slds-icon-custom-25 { + background-color: #e46fbe; + color: white; +} + +.milestone-pm .slds-icon-custom-custom26, .milestone-pm .slds-icon-custom-26 { + background-color: #7698f0; + color: white; +} + +.milestone-pm .slds-icon-custom-custom27, .milestone-pm .slds-icon-custom-27 { + background-color: #5ab0d2; + color: white; +} + +.milestone-pm .slds-icon-custom-custom28, .milestone-pm .slds-icon-custom-28 { + background-color: #89c059; + color: white; +} + +.milestone-pm .slds-icon-custom-custom29, .milestone-pm .slds-icon-custom-29 { + background-color: #bdd25f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom30, .milestone-pm .slds-icon-custom-30 { + background-color: #f59f71; + color: white; +} + +.milestone-pm .slds-icon-custom-custom31, .milestone-pm .slds-icon-custom-31 { + background-color: #eb687f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom32, .milestone-pm .slds-icon-custom-32 { + background-color: #38c393; + color: white; +} + +.milestone-pm .slds-icon-custom-custom33, .milestone-pm .slds-icon-custom-33 { + background-color: #97cf5d; + color: white; +} + +.milestone-pm .slds-icon-custom-custom34, .milestone-pm .slds-icon-custom-34 { + background-color: #d58a6a; + color: white; +} + +.milestone-pm .slds-icon-custom-custom35, .milestone-pm .slds-icon-custom-35 { + background-color: #e9637e; + color: white; +} + +.milestone-pm .slds-icon-custom-custom36, .milestone-pm .slds-icon-custom-36 { + background-color: #d472d4; + color: white; +} + +.milestone-pm .slds-icon-custom-custom37, .milestone-pm .slds-icon-custom-37 { + background-color: #8c89f2; + color: white; +} + +.milestone-pm .slds-icon-custom-custom38, .milestone-pm .slds-icon-custom-38 { + background-color: #53b6d7; + color: white; +} + +.milestone-pm .slds-icon-custom-custom39, .milestone-pm .slds-icon-custom-39 { + background-color: #4fbe75; + color: white; +} + +.milestone-pm .slds-icon-custom-custom40, .milestone-pm .slds-icon-custom-40 { + background-color: #83c75e; + color: white; +} + +.milestone-pm .slds-icon-custom-custom41, .milestone-pm .slds-icon-custom-41 { + background-color: #43b5b5; + color: white; +} + +.milestone-pm .slds-icon-custom-custom42, .milestone-pm .slds-icon-custom-42 { + background-color: #cfd05b; + color: white; +} + +.milestone-pm .slds-icon-custom-custom43, .milestone-pm .slds-icon-custom-43 { + background-color: #7f93f9; + color: white; +} + +.milestone-pm .slds-icon-custom-custom44, .milestone-pm .slds-icon-custom-44 { + background-color: #c8ca58; + color: white; +} + +.milestone-pm .slds-icon-custom-custom45, .milestone-pm .slds-icon-custom-45 { + background-color: #d95879; + color: white; +} + +.milestone-pm .slds-icon-custom-custom46, .milestone-pm .slds-icon-custom-46 { + background-color: #67a5e7; + color: white; +} + +.milestone-pm .slds-icon-custom-custom47, .milestone-pm .slds-icon-custom-47 { + background-color: #5fcc64; + color: white; +} + +.milestone-pm .slds-icon-custom-custom48, .milestone-pm .slds-icon-custom-48 { + background-color: #ef697f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom49, .milestone-pm .slds-icon-custom-49 { + background-color: #e25c80; + color: white; +} + +.milestone-pm .slds-icon-custom-custom50, .milestone-pm .slds-icon-custom-50 { + background-color: #49bcd3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom51, .milestone-pm .slds-icon-custom-51 { + background-color: #d8c760; + color: white; +} + +.milestone-pm .slds-icon-custom-custom52, .milestone-pm .slds-icon-custom-52 { + background-color: #ee8e6f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom53, .milestone-pm .slds-icon-custom-53 { + background-color: #f36e83; + color: white; +} + +.milestone-pm .slds-icon-custom-custom54, .milestone-pm .slds-icon-custom-54 { + background-color: #ea70b1; + color: white; +} + +.milestone-pm .slds-icon-custom-custom55, .milestone-pm .slds-icon-custom-55 { + background-color: #d66ee0; + color: white; +} + +.milestone-pm .slds-icon-custom-custom56, .milestone-pm .slds-icon-custom-56 { + background-color: #718deb; + color: white; +} + +.milestone-pm .slds-icon-custom-custom57, .milestone-pm .slds-icon-custom-57 { + background-color: #5a9cdd; + color: white; +} + +.milestone-pm .slds-icon-custom-custom58, .milestone-pm .slds-icon-custom-58 { + background-color: #34b59d; + color: white; +} + +.milestone-pm .slds-icon-custom-custom59, .milestone-pm .slds-icon-custom-59 { + background-color: #e3d067; + color: white; +} + +.milestone-pm .slds-icon-custom-custom60, .milestone-pm .slds-icon-custom-60 { + background-color: #bf5a88; + color: white; +} + +.milestone-pm .slds-icon-custom-custom61, .milestone-pm .slds-icon-custom-61 { + background-color: #f57376; + color: white; +} + +.milestone-pm .slds-icon-custom-custom62, .milestone-pm .slds-icon-custom-62 { + background-color: #6b92dc; + color: white; +} + +.milestone-pm .slds-icon-custom-custom63, .milestone-pm .slds-icon-custom-63 { + background-color: #7ccf60; + color: white; +} + +.milestone-pm .slds-icon-custom-custom64, .milestone-pm .slds-icon-custom-64 { + background-color: #618fd8; + color: white; +} + +.milestone-pm .slds-icon-custom-custom65, .milestone-pm .slds-icon-custom-65 { + background-color: #f279ab; + color: white; +} + +.milestone-pm .slds-icon-custom-custom66, .milestone-pm .slds-icon-custom-66 { + background-color: #d8be5f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom67, .milestone-pm .slds-icon-custom-67 { + background-color: #f87d76; + color: white; +} + +.milestone-pm .slds-icon-custom-custom68, .milestone-pm .slds-icon-custom-68 { + background-color: #f26979; + color: white; +} + +.milestone-pm .slds-icon-custom-custom69, .milestone-pm .slds-icon-custom-69 { + background-color: #ed6387; + color: white; +} + +.milestone-pm .slds-icon-custom-custom70, .milestone-pm .slds-icon-custom-70 { + background-color: #e769b4; + color: white; +} + +.milestone-pm .slds-icon-custom-custom71, .milestone-pm .slds-icon-custom-71 { + background-color: #e36ee3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom72, .milestone-pm .slds-icon-custom-72 { + background-color: #8d9bfb; + color: white; +} + +.milestone-pm .slds-icon-custom-custom73, .milestone-pm .slds-icon-custom-73 { + background-color: #679ef0; + color: white; +} + +.milestone-pm .slds-icon-custom-custom74, .milestone-pm .slds-icon-custom-74 { + background-color: #41c8a0; + color: white; +} + +.milestone-pm .slds-icon-custom-custom75, .milestone-pm .slds-icon-custom-75 { + background-color: #cd9f65; + color: white; +} + +.milestone-pm .slds-icon-custom-custom76, .milestone-pm .slds-icon-custom-76 { + background-color: #db6d7a; + color: white; +} + +.milestone-pm .slds-icon-custom-custom77, .milestone-pm .slds-icon-custom-77 { + background-color: #b55d5b; + color: white; +} + +.milestone-pm .slds-icon-custom-custom78, .milestone-pm .slds-icon-custom-78 { + background-color: #5a95dd; + color: white; +} + +.milestone-pm .slds-icon-custom-custom79, .milestone-pm .slds-icon-custom-79 { + background-color: #8ed363; + color: white; +} + +.milestone-pm .slds-icon-custom-custom80, .milestone-pm .slds-icon-custom-80 { + background-color: #659ad5; + color: white; +} + +.milestone-pm .slds-icon-custom-custom81, .milestone-pm .slds-icon-custom-81 { + background-color: #da627f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom82, .milestone-pm .slds-icon-custom-82 { + background-color: #d15b97; + color: white; +} + +.milestone-pm .slds-icon-custom-custom83, .milestone-pm .slds-icon-custom-83 { + background-color: #e7806f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom84, .milestone-pm .slds-icon-custom-84 { + background-color: #f6707b; + color: white; +} + +.milestone-pm .slds-icon-custom-custom85, .milestone-pm .slds-icon-custom-85 { + background-color: #f26891; + color: white; +} + +.milestone-pm .slds-icon-custom-custom86, .milestone-pm .slds-icon-custom-86 { + background-color: #e260ab; + color: white; +} + +.milestone-pm .slds-icon-custom-custom87, .milestone-pm .slds-icon-custom-87 { + background-color: #d876e5; + color: white; +} + +.milestone-pm .slds-icon-custom-custom88, .milestone-pm .slds-icon-custom-88 { + background-color: #996fe6; + color: white; +} + +.milestone-pm .slds-icon-custom-custom89, .milestone-pm .slds-icon-custom-89 { + background-color: #3e99be; + color: white; +} + +.milestone-pm .slds-icon-custom-custom90, .milestone-pm .slds-icon-custom-90 { + background-color: #22a48a; + color: white; +} + +.milestone-pm .slds-icon-custom-custom91, .milestone-pm .slds-icon-custom-91 { + background-color: #bf7b66; + color: white; +} + +.milestone-pm .slds-icon-custom-custom92, .milestone-pm .slds-icon-custom-92 { + background-color: #517e82; + color: white; +} + +.milestone-pm .slds-icon-custom-custom93, .milestone-pm .slds-icon-custom-93 { + background-color: #904d4c; + color: white; +} + +.milestone-pm .slds-icon-custom-custom94, .milestone-pm .slds-icon-custom-94 { + background-color: #439cba; + color: white; +} + +.milestone-pm .slds-icon-custom-custom95, .milestone-pm .slds-icon-custom-95 { + background-color: #8bcf6a; + color: white; +} + +.milestone-pm .slds-icon-custom-custom96, .milestone-pm .slds-icon-custom-96 { + background-color: #6d9de3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom97, .milestone-pm .slds-icon-custom-97 { + background-color: #dd6085; + color: white; +} + +.milestone-pm .slds-icon-custom-custom98, .milestone-pm .slds-icon-custom-98 { + background-color: #e1be5c; + color: white; +} + +.milestone-pm .slds-icon-custom-custom99, .milestone-pm .slds-icon-custom-99 { + background-color: #f0856e; + color: white; +} + +.milestone-pm .slds-icon-custom-custom100, .milestone-pm .slds-icon-custom-100 { + background-color: #e15d76; + color: white; +} + +.milestone-pm .slds-icon-standard-log-a-call { + background-color: #48c3cc; +} + +.milestone-pm .slds-icon-standard-document { + background-color: #baac93; +} + +.milestone-pm .slds-icon-standard-environment-hub { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-flow { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-sossession { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-process { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-news { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-home { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-standard-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-apps-admin { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-standard-announcement { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-person-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-social { + background-color: #ea74a2; +} + +.milestone-pm .slds-icon-standard-campaign-members { + background-color: #f49756; +} + +.milestone-pm .slds-icon-standard-article { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-public { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-private { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-best { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-avatar-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-campaign { + background-color: #f49756; +} + +.milestone-pm .slds-icon-standard-calibration { + background-color: #47cfd2; +} + +.milestone-pm .slds-icon-standard-avatar { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-approval { + background-color: #50cc7a; +} + +.milestone-pm .slds-icon-standard-apps { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-standard-user { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-evernote { + background-color: #86c86f; +} + +.milestone-pm .slds-icon-standard-coaching { + background-color: #f67594; +} + +.milestone-pm .slds-icon-standard-connected-apps { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-standard-drafts { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-standard-email { + background-color: #95aec5; +} + +.milestone-pm .slds-icon-standard-email-iq { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-standard-endorsement { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-standard-dropbox { + background-color: #52aef9; +} + +.milestone-pm .slds-icon-standard-concur { + background-color: #4cc3c7; +} + +.milestone-pm .slds-icon-standard-email-chatter { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-transcript { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-email { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-log-a-call { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-comment { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-change-status { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-work-order { + background-color: #50e3c2; +} + +.milestone-pm .slds-icon-standard-work-order-item { + background-color: #33a8dc; +} + +.milestone-pm .slds-icon-standard-client { + background-color: #00d2be; +} + +.milestone-pm .slds-icon-standard-contract { + background-color: #6ec06e; +} + +.milestone-pm .slds-icon-standard-dashboard { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-standard-case { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-empty { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-default { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-custom { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-canvas { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-standard-portal { + background-color: #aec770; +} + +.milestone-pm .slds-icon-standard-product { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-pricebook { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-feed { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-feedback { + background-color: #6da1ea; +} + +.milestone-pm .slds-icon-standard-file { + background-color: #baac93; +} + +.milestone-pm .slds-icon-standard-goals { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-groups { + background-color: #779ef2; +} + +.milestone-pm .slds-icon-standard-household { + background-color: #00afa0; +} + +.milestone-pm .slds-icon-standard-hierarchy { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-insights { + background-color: #ec94ed; +} + +.milestone-pm .slds-icon-standard-investment-account { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-performance { + background-color: #f8b156; +} + +.milestone-pm .slds-icon-standard-link { + background-color: #7a9ae6; +} + +.milestone-pm .slds-icon-standard-metrics { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-note { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-standard-lead { + background-color: #f88962; +} + +.milestone-pm .slds-icon-standard-opportunity { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-standard-call { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-call-history { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-orders { + background-color: #769ed9; +} + +.milestone-pm .slds-icon-standard-post { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-standard-poll { + background-color: #699be1; +} + +.milestone-pm .slds-icon-standard-photo { + background-color: #d7d1d1; +} + +.milestone-pm .slds-icon-standard-people { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-generic-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-group-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-recent { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-standard-solution { + background-color: #8fc972; +} + +.milestone-pm .slds-icon-standard-record { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-standard-question-best { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-question-feed { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-related-list { + background-color: #59bcab; +} + +.milestone-pm .slds-icon-standard-skill-entity { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-scan-card { + background-color: #f39e58; +} + +.milestone-pm .slds-icon-standard-report { + background-color: #2ecbbe; +} + +.milestone-pm .slds-icon-standard-quotes { + background-color: #88c651; +} + +.milestone-pm .slds-icon-standard-task { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-task-2 { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-team-member { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-thanks { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-standard-reward { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-standard-thanks-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-today { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-standard-topic { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-unmatched { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-marketing-actions { + background-color: #6bbd6e; +} + +.milestone-pm .slds-icon-standard-relationship { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-standard-folder { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-service-contract { + background-color: #8a76f0; +} + +.milestone-pm .slds-icon-standard-merge { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-forecasts { + background-color: #6bbd6e; +} + +.milestone-pm .slds-icon-standard-entitlements { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-sales-path { + background-color: #2a739e; +} + +.milestone-pm .slds-icon-text-default { + fill: #54698d; +} + +.milestone-pm .slds-icon-text-warning { + fill: #ffb75d; +} + +.milestone-pm .slds-icon-text-error { + fill: #c23934; +} + +.milestone-pm .slds-icon--x-small { + line-height: 1; + width: 1rem; + height: 1rem; +} + +.milestone-pm .slds-icon--small { + line-height: 1; + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-icon--large { + width: 3rem; + height: 3rem; +} + +.milestone-pm .slds-card { + padding: 0; + border-radius: 0.25rem; + background-clip: padding-box; + background-color: #f4f6f9; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-card + .slds-card { + margin-top: 1rem; +} + +.milestone-pm .slds-card__header, .milestone-pm .slds-card__footer, .milestone-pm .slds-card__body--inner { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-card__header { + padding-top: 0.75rem; + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-card__body:empty, .milestone-pm .slds-card__footer:empty { + display: none; +} + +.milestone-pm .slds-card__footer { + margin-top: 0.75rem; + padding-bottom: 0.75rem; + text-align: right; +} + +.milestone-pm .slds-card--narrow .slds-card__header { + padding-top: 1.5rem; + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-card--narrow .slds-card__footer { + padding-bottom: 1rem; +} + +.milestone-pm .slds-card .slds-card--empty .slds-card__body { + text-align: center; +} + +.milestone-pm .slds-card__tile { + margin-top: 0.5rem; +} + +.milestone-pm .slds-card--compact { + border: 0; + border-radius: 0; + padding: 1rem 1.5rem; +} + +.milestone-pm .slds-card--compact .slds-card__header, .milestone-pm .slds-card--compact .slds-card__body, .milestone-pm .slds-card--compact .slds-card__footer { + margin-left: 0; + margin-right: 0; + padding-left: 0; + padding-right: 0; +} + +.milestone-pm .slds-form-element { + position: relative; +} + +.milestone-pm .slds-form-element__helper { + font-size: 0.75rem; +} + +.milestone-pm .slds-form-element__label { + display: inline-block; + color: #54698d; + font-size: 0.75rem; + line-height: 1.5; + margin-right: 0.75rem; + margin-bottom: 0.25rem; +} + +.milestone-pm .slds-form-element__label:empty { + margin: 0; +} + +.milestone-pm .slds-form-element__control .slds-radio, .milestone-pm .slds-form-element__control .slds-checkbox { + display: block; +} + +.milestone-pm .slds-form-element__icon { + display: inline-block; + position: relative; +} + +.milestone-pm .slds-form-element__help { + font-size: 0.75rem; + margin-top: 0.5rem; + display: block; +} + +.milestone-pm .slds-form-element__static { + display: inline-block; + line-height: 1.875rem; + min-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-form-element__static.slds-text-longform { + line-height: 1.5; +} + +.milestone-pm .slds-required { + color: #c23934; + margin: 0 0.125rem; +} + +.milestone-pm .slds-has-error .slds-form-element__help { + color: #c23934; +} + +.milestone-pm .slds-input { + background-color: white; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + width: 100%; + transition: border 0.1s linear, background-color 0.1s linear; + display: inline-block; + padding: 0 1rem 0 0.75rem; + line-height: 1.875rem; + min-height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-input:focus, .milestone-pm .slds-input:active { + outline: 0; + border-color: #1589ee; + background-color: white; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-input[disabled], .milestone-pm .slds-input.slds-is-disabled { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-input[disabled]:focus, .milestone-pm .slds-input[disabled]:active, .milestone-pm .slds-input.slds-is-disabled:focus, .milestone-pm .slds-input.slds-is-disabled:active { + box-shadow: none; +} + +.milestone-pm .slds-input--bare { + background-color: transparent; + border: 0; + padding-top: 0; + padding-bottom: 0; + padding-left: 0.75rem; + color: #16325c; + line-height: 1.875rem; +} + +.milestone-pm .slds-input--bare:focus, .milestone-pm .slds-input--bare:active { + outline: 0; +} + +.milestone-pm .slds-input--height { + min-height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-input-has-icon { + position: relative; +} + +.milestone-pm .slds-input-has-icon .slds-input__icon { + width: 1rem; + height: 1rem; + position: absolute; + top: 50%; + margin-top: -0.5rem; + fill: #54698d; +} + +.milestone-pm .slds-input-has-icon--left .slds-input__icon { + left: 0.75rem; +} + +.milestone-pm .slds-input-has-icon--left .slds-input, .milestone-pm .slds-input-has-icon--left .slds-input--bare { + padding-left: 2rem; +} + +.milestone-pm .slds-input-has-icon--right .slds-input__icon { + right: 0.75rem; +} + +.milestone-pm .slds-input-has-icon--right .slds-input, .milestone-pm .slds-input-has-icon--right .slds-input--bare { + padding-right: 2rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input__icon--left { + left: 0.75rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input__icon--right { + right: 0.75rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input, .milestone-pm .slds-input-has-icon--left-right .slds-input--bare { + padding: 0 2rem; +} + +.milestone-pm .slds-input-has-fixed-addon { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-form-element__addon { + display: inline-block; + margin: 0 0.5rem; + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-has-error .slds-input { + background-color: white; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-input:focus, .milestone-pm .slds-has-error .slds-input:active { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-has-error .slds-input__icon { + fill: #c23934; +} + +.milestone-pm .slds-textarea { + background-color: white; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + width: 100%; + transition: border 0.1s linear, background-color 0.1s linear; + resize: vertical; + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-textarea:focus, .milestone-pm .slds-textarea:active { + outline: 0; + border-color: #1589ee; + background-color: white; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-textarea[disabled], .milestone-pm .slds-textarea.slds-is-disabled { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-textarea[disabled]:focus, .milestone-pm .slds-textarea[disabled]:active, .milestone-pm .slds-textarea.slds-is-disabled:focus, .milestone-pm .slds-textarea.slds-is-disabled:active { + box-shadow: none; +} + +.milestone-pm .slds-has-error .slds-textarea { + background-color: white; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-textarea:focus, .milestone-pm .slds-has-error .slds-textarea:active { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-radio { + display: inline-block; +} + +.milestone-pm .slds-radio .slds-radio--faux { + width: 1rem; + height: 1rem; + display: inline-block; + position: relative; + vertical-align: middle; + border: 1px solid #d8dde6; + border-radius: 50%; + background: white; + transition: border 0.1s linear, background-color 0.1s linear; +} + +.milestone-pm .slds-radio .slds-form-element__label { + display: inline; + vertical-align: middle; + font-size: 0.8125rem; +} + +.milestone-pm .slds-radio [type=radio] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-radio [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:checked ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux { + background: white; +} + +.milestone-pm .slds-radio [type=radio]:checked + .slds-radio--faux:after, .milestone-pm .slds-radio [type=radio]:checked ~ .slds-radio--faux:after, .milestone-pm .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux:after { + width: 0.5rem; + height: 0.5rem; + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + border-radius: 50%; + background: #1589ee; +} + +.milestone-pm .slds-radio [type=radio]:focus + .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:focus ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:focus + .slds-radio__label .slds-radio--faux { + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-radio [type=radio][disabled] { + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-radio [type=radio][disabled] ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio][disabled] + .slds-radio__label .slds-radio--faux { + background-color: #e0e5ee; + border-color: #a8b7c7; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio] + .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio] ~ .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio] + .slds-radio__label .slds-radio--faux { + border-color: #c23934; + border-width: 2px; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked ~ .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux { + background: white; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio--faux:after, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked ~ .slds-radio--faux:after, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux:after { + background: #d4504c; +} + +.milestone-pm .slds-form-element .slds-radio [type=radio] + .slds-radio--faux, .milestone-pm .slds-form-element .slds-radio [type=radio] ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio] + .slds-radio__label .slds-radio--faux { + margin-right: 0.5rem; +} + +.milestone-pm .slds-radio--button-group { + display: -ms-inline-flexbox; + display: inline-flex; + border: 1px solid #d8dde6; + border-radius: 0.25rem; +} + +.milestone-pm .slds-radio--button { + display: -ms-flexbox; + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; +} + +.milestone-pm .slds-radio--button .slds-radio--faux { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + position: relative; + background-color: white; + transition: border 0.1s linear, background-color 0.1s linear; +} + +.milestone-pm .slds-radio--button .slds-radio--faux:hover, .milestone-pm .slds-radio--button .slds-radio--faux:focus { + cursor: pointer; + background-color: #f4f6f9; +} + +.milestone-pm .slds-radio--button .slds-radio--button__label .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label .slds-radio--faux { + background-color: transparent; +} + +.milestone-pm .slds-radio--button + .slds-radio--button { + border-left: 1px solid #d8dde6; + border-radius: 0; + margin: 0; +} + +.milestone-pm .slds-radio--button:first-child > .slds-radio--faux, .milestone-pm .slds-radio--button:first-child > .slds-radio--button__label { + border-radius: 0.25rem 0 0 0.25rem; +} + +.milestone-pm .slds-radio--button:last-child > .slds-radio--faux, .milestone-pm .slds-radio--button .slds-button--last > .slds-radio--faux, .milestone-pm .slds-radio--button:last-child > .slds-radio--button__label { + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-radio--button [type=radio] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label { + background-color: #0070d2; + color: white; +} + +.milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux:hover, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux:focus, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux:hover, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux:focus, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label:hover, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label:focus { + background-color: #0070d2; +} + +.milestone-pm .slds-radio--button [type=radio]:focus + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:focus ~ .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:focus + .slds-radio--button__label { + outline: 0; + box-shadow: 0 0 3px #0070d2; + z-index: 1; +} + +.milestone-pm .slds-radio--button [type=radio][disabled] + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio][disabled] ~ .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio][disabled] + .slds-radio--button__label { + background-color: white; + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-checkbox { + display: inline-block; +} + +.milestone-pm .slds-checkbox .slds-checkbox--faux { + width: 1rem; + height: 1rem; + display: inline-block; + position: relative; + vertical-align: middle; + border: 1px solid #d8dde6; + border-radius: 0.125rem; + background: white; + transition: border 0.1s linear, background-color 0.1s linear; +} + +.milestone-pm .slds-checkbox .slds-form-element__label { + display: inline; + vertical-align: middle; + font-size: 0.8125rem; +} + +.milestone-pm .slds-checkbox [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux:after { + display: block; + content: ''; + height: 0.25rem; + width: 0.5rem; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0) rotate(-45deg); + border-bottom: 2px solid #1589ee; + border-left: 2px solid #1589ee; +} + +.milestone-pm .slds-checkbox [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus + .slds-checkbox__label .slds-checkbox--faux { + content: ''; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox [type=checkbox]:focus:checked > .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus:checked ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus:checked + .slds-checkbox__label .slds-checkbox--faux { + border-color: #1589ee; + background-color: white; +} + +.milestone-pm .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:indeterminate ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox__label .slds-checkbox--faux:after { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 0.5rem; + height: 2px; + background: #1589ee; + border: 0; + transform: translate3d(-50%, -50%, 0); +} + +.milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox][disabled] ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox__label .slds-checkbox--faux { + background-color: #e0e5ee; + border-color: #a8b7c7; +} + +.milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox][disabled] ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox__label .slds-checkbox--faux:after { + border-color: white; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox] + .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox] ~ .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox--faux { + border-color: #c23934; + border-width: 2px; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux { + border-color: #c23934; + background-color: white; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux:after, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux:after { + border-color: #d4504c; +} + +.milestone-pm .slds-form-element .slds-checkbox [type=checkbox] + .slds-checkbox--faux, .milestone-pm .slds-form-element .slds-checkbox [type=checkbox] ~ .slds-checkbox--faux, .milestone-pm .slds-form-element .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox--faux { + margin-right: 0.5rem; +} + +.milestone-pm .slds-checkbox--toggle { + width: 100%; +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux { + display: block; + position: relative; + width: 3rem; + height: 1.5rem; + border: 1px solid #9faab5; + padding: 0.125rem; + background-color: #9faab5; + border-radius: 15rem; + transition: background-color 0.2s cubic-bezier(0.75, 0, 0.08, 1); +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:focus { + cursor: pointer; + background-color: #7e8c99; +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:after { + content: ''; + position: absolute; + top: 1px; + left: 1px; + width: 1.25rem; + height: 1.25rem; + background-color: white; + border-radius: 15rem; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container { + font-size: 0.625rem; + color: #54698d; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container .slds-checkbox--off { + display: block; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container .slds-checkbox--on { + display: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:focus ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:focus + .slds-checkbox--faux_container .slds-checkbox--faux { + background-color: #7e8c99; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--off { + display: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--on { + display: block; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux { + border-color: #0070d2; + background-color: #0070d2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:focus { + background-color: #005fb2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:before, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:before, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:before { + content: ''; + position: absolute; + top: 1px; + right: 1px; + width: 1.25rem; + height: 1.25rem; + background-color: white; + border-radius: 15rem; + transition: transform 0.2s cubic-bezier(0.75, 0, 0.08, 1); +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:after { + content: ' '; + position: absolute; + top: 0.25rem; + left: 0.6rem; + height: 0.7rem; + width: 0.45rem; + border-bottom: 2px solid #fff; + border-right: 2px solid #fff; + border-radius: 0; + background-color: transparent; + transform: rotate(45deg); +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus + .slds-checkbox--faux_container .slds-checkbox--faux { + background-color: #005fb2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux { + background-color: #9faab5; + pointer-events: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:after { + background-color: #d8dde6; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:focus { + background-color: #9faab5; + cursor: default; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:before { + background-color: #d8dde6; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:after { + background-color: transparent; +} + +.milestone-pm .slds-select { + background-color: white; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + width: 100%; + transition: border 0.1s linear, background-color 0.1s linear; + height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-select:focus, .milestone-pm .slds-select:active { + outline: 0; + border-color: #1589ee; + background-color: white; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-select[disabled], .milestone-pm .slds-select.slds-is-disabled { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-select[disabled]:focus, .milestone-pm .slds-select[disabled]:active, .milestone-pm .slds-select.slds-is-disabled:focus, .milestone-pm .slds-select.slds-is-disabled:active { + box-shadow: none; +} + +.milestone-pm .slds-select[size], .milestone-pm .slds-select[multiple] { + min-height: calc(1.875rem + (1px * 2)); + height: inherit; +} + +.milestone-pm .slds-select[size] option, .milestone-pm .slds-select[multiple] option { + padding: 0.5rem; +} + +.milestone-pm .slds-select_container { + position: relative; +} + +.milestone-pm .slds-select_container .slds-select { + -moz-appearance: none; + -webkit-appearance: none; + padding-left: 0.5rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-select_container .slds-select::-ms-expand { + display: none; +} + +.milestone-pm .slds-select_container:before, .milestone-pm .slds-select_container:after { + position: absolute; + content: ''; + display: block; + right: 0.5rem; + width: 0; + height: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; +} + +.milestone-pm .slds-select_container:before { + border-bottom: 5px solid #061c3f; + top: calc((1.75rem / 2) - 6px); +} + +.milestone-pm .slds-select_container:after { + border-top: 5px solid #061c3f; + bottom: calc((1.75rem / 2) - 6px); +} + +.milestone-pm .slds-has-error .slds-select { + background-color: white; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-select:focus, .milestone-pm .slds-has-error .slds-select:active { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox--button-group { + display: -ms-inline-flexbox; + display: inline-flex; + border: 1px solid #d8dde6; + border-radius: 0.25rem; +} + +.milestone-pm .slds-checkbox--button { + display: -ms-flexbox; + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--faux { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + position: relative; + background-color: white; + transition: border 0.1s linear, background-color 0.1s linear; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--button .slds-checkbox--faux:focus { + cursor: pointer; + background-color: #f4f6f9; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--button__label .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label .slds-checkbox--faux { + background-color: transparent; +} + +.milestone-pm .slds-checkbox--button + .slds-checkbox--button { + border-left: 1px solid #d8dde6; + border-radius: 0; + margin: 0; +} + +.milestone-pm .slds-checkbox--button:first-child > .slds-checkbox--faux, .milestone-pm .slds-checkbox--button:first-child > .slds-checkbox--button__label { + border-radius: 0.25rem 0 0 0.25rem; +} + +.milestone-pm .slds-checkbox--button:last-child > .slds-checkbox--faux, .milestone-pm .slds-checkbox--button .slds-button--last > .slds-checkbox--faux, .milestone-pm .slds-checkbox--button:last-child > .slds-checkbox--button__label { + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-checkbox--button [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label { + background-color: #0070d2; + color: white; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label:focus { + background-color: #0070d2; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:focus ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:focus + .slds-checkbox--button__label { + outline: 0; + box-shadow: 0 0 3px #0070d2; + z-index: 1; +} + +.milestone-pm .slds-checkbox--button [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox][disabled] ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox][disabled] + .slds-checkbox--button__label { + background-color: white; + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-picklist--draggable .slds-button { + margin: 0.25rem; +} + +.milestone-pm .slds-picklist--draggable .slds-button:first-of-type { + margin-top: 1.5rem; +} + +.milestone-pm .slds-picklist__options { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + padding: 0.25rem 0; + width: 15rem; + height: 15rem; + background-color: white; +} + +.milestone-pm .slds-picklist__options--multi { + overflow: auto; +} + +.milestone-pm .slds-picklist__item { + position: relative; + line-height: 1.5; +} + +.milestone-pm .slds-picklist__item > a, .milestone-pm .slds-picklist__item > span { + display: block; + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-picklist__item > a:hover, .milestone-pm .slds-picklist__item > span:hover { + background-color: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-picklist__item > a:active, .milestone-pm .slds-picklist__item > span:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-picklist__item[aria-selected=true] { + background-color: #eef1f6; +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal { + text-align: right; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal .slds-form-element > .slds-form-element__legend, .milestone-pm .slds-form--horizontal .slds-form-element > .slds-form-element__label { + float: left; + text-align: right; + display: inline-block; + width: 33%; + vertical-align: top; + position: relative; + top: 0.1875rem; + margin-right: 0; + margin-bottom: 0; + } +} + +.milestone-pm .slds-form--horizontal .slds-form-element + .slds-form-element { + margin-top: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--horizontal .slds-form-element + .slds-form-element { + margin-top: 0.5rem; + } +} + +.milestone-pm .slds-form--horizontal .slds-form-element__control { + width: 100%; +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal .slds-form-element__control { + width: 66%; + display: inline-block; + text-align: left; + } +} + +.milestone-pm .slds-form--stacked .slds-form-element { + display: block; +} + +.milestone-pm .slds-form--stacked .slds-form-element + .slds-form-element { + margin-top: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--stacked .slds-form-element + .slds-form-element { + margin-top: 0.5rem; + } +} + +.milestone-pm .slds-form--stacked .slds-form-element .slds-checkbox, .milestone-pm .slds-form--stacked .slds-form-element .slds-radio { + display: block; +} + +.milestone-pm .slds-form--inline .slds-form-element, .milestone-pm .slds-form--inline .slds-form-element__label, .milestone-pm .slds-form--inline .slds-form-element__control { + display: block; +} + +.milestone-pm .slds-form--inline .slds-form-element + .slds-form-element { + margin-top: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--inline .slds-form-element { + margin-right: 0.5rem; + } + + .milestone-pm .slds-form--inline .slds-form-element + .slds-form-element { + margin-top: 0; + } + + .milestone-pm .slds-form--inline .slds-form-element, .milestone-pm .slds-form--inline .slds-form-element__label, .milestone-pm .slds-form--inline .slds-form-element__control { + display: inline-block; + vertical-align: middle; + margin-bottom: 0; + } +} + +.milestone-pm .slds-form--compound .slds-form-element__row { + display: -ms-flexbox; + display: flex; + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-form--compound .slds-form-element__row + .slds-form-element__row { + clear: both; +} + +.milestone-pm .slds-form--compound .slds-form-element { + width: 100%; +} + +.milestone-pm .slds-form--compound .slds-form-element + .slds-form-element { + padding-left: 0.5rem; +} + +.milestone-pm .slds-form--compound .slds-form-element__control { + position: relative; +} + +.milestone-pm .slds-form--compound .slds-form-element__control + .slds-form-element__control { + padding-left: 0.5rem; +} + +.milestone-pm .slds-docked-form-footer { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: #f4f6f9; + box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.16); + z-index: 8000; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + padding: 0.5rem 0; +} + +.milestone-pm .slds-file-selector { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.milestone-pm .slds-file-selector__dropzone { + padding: 0.125rem; + border: 1px dashed #d8dde6; + border-radius: 0.25rem; +} + +.milestone-pm .slds-file-selector__dropzone.slds-has-drag-over { + outline: 0; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; + border-style: solid; +} + +.milestone-pm .slds-file-selector__input:focus ~ .slds-file-selector__body > .slds-file-selector__button { + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body { + color: #d8dde6; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body > .slds-file-selector__button { + background: #e0e5ee; + border-color: transparent; + color: white; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body > .slds-file-selector__body-icon { + fill: currentColor; +} + +.milestone-pm .slds-file-selector__button { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__body { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__button { + max-height: 1.625rem; + line-height: 1.625rem; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__text { + margin-left: 0.5rem; + margin-right: 0.75rem; +} + +.milestone-pm .slds-file-selector--images { + display: block; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__dropzone { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__dropzone:after { + content: ''; + padding-top: 100%; + display: table; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__body { + text-align: center; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__text { + margin-top: 0.75rem; +} + +.milestone-pm .slds-file-selector--integrated { + width: 100%; + height: 100%; + position: relative; + display: block; +} + +.milestone-pm .slds-file-selector__dropzone--integrated { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 0; + opacity: 0; + z-index: -1; +} + +.milestone-pm .slds-file-selector__dropzone--integrated.slds-has-drag { + background: rgba(255, 255, 255, 0.75); + opacity: 1; + z-index: 8000; +} + +.milestone-pm .slds-file-selector__dropzone--integrated.slds-has-drag-over { + background: rgba(240, 248, 252, 0.75); + box-shadow: 0 0 0 4px #1589ee inset; +} + +.milestone-pm .slds-file-selector__body--integrated { + width: 12rem; + height: 12rem; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; + background: white; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); + border: 1px solid #d8dde6; + border-radius: 0.25rem; + -ms-flex-direction: column; + flex-direction: column; +} + +.milestone-pm .slds-file-selector__text--integrated { + margin-top: 0.75rem; +} + +.milestone-pm .slds-page-header { + padding: 1rem 0.75rem; + border-bottom: 1px solid #d8dde6; + background: #f7f9fb; +} + +.milestone-pm .slds-page-header__title { + font-weight: 400; + font-size: 1rem; + line-height: 1.25; +} + +@media (min-width: 48em) { + .milestone-pm .slds-page-header { + padding: 1rem 1.5rem; + } + + .milestone-pm .slds-page-header__title { + font-size: 1.25rem; + } +} + +.milestone-pm .slds-page-header__detail-row { + margin: 0.75rem -1.5rem -1rem; + padding: 0.75rem 1.5rem; + background-color: white; +} + +.milestone-pm .slds-page-header__detail-block { + padding-right: 2rem; + padding-left: 2rem; + max-width: 25%; +} + +.milestone-pm .slds-page-header__detail-block:first-child { + padding-left: 0; +} + +.milestone-pm .slds-page-header__detail-block:last-child { + padding-right: 0; +} + +.milestone-pm .slds-page-header--vertical { + padding: 0.75rem; + background: #f7f9fb; +} + +.milestone-pm .slds-page-header--object-home { + padding-bottom: 0.75rem; +} + +.milestone-pm .slds-panel { + background: white; + border-radius: 0.25rem; +} + +.milestone-pm .slds-panel__section { + padding: 1rem; +} + +.milestone-pm .slds-panel__actions { + padding: 0.75rem; +} + +.milestone-pm .slds-panel.slds-is-editing { + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); +} + +.milestone-pm .slds-panel--filters { + margin-left: 1rem; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); + border-radius: 0; +} + +.milestone-pm .slds-filters { + position: relative; +} + +.milestone-pm .slds-filters__header { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-filters__body { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-filters__footer { + padding: 0.5rem 1rem; +} + +.milestone-pm .slds-filters__item { + padding: 0.75rem; + background: white; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + cursor: pointer; +} + +.milestone-pm .slds-filters__item.slds-is-new { + background: #faffbd; + color: #16325c; +} + +.milestone-pm .slds-filters__item.slds-has-error { + border-color: #c23934; +} + +.milestone-pm .slds-filters__item.slds-is-locked { + background: #f4f6f9; +} + +.milestone-pm .slds-filters__item.slds-is-locked, .milestone-pm .slds-filters__item.slds-is-locked a { + cursor: not-allowed; +} + +.milestone-pm .slds-filters__item + .slds-filters__item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-filters__item:hover { + background: #f4f6f9; +} + +.milestone-pm .slds-popover { + position: relative; + border-radius: 0.25rem; + width: 20rem; + min-height: 2rem; + z-index: 6000; + background-color: white; + display: inline-block; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-popover__body { + overflow-wrap: break-word; + word-wrap: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + position: relative; + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-popover__close { + position: relative; + z-index: 6001; +} + +.milestone-pm .slds-popover[class*=theme--] { + border: 0; +} + +.milestone-pm .slds-popover *:last-child { + margin-bottom: 0; +} + +.milestone-pm .slds-popover--panel .slds-popover__header { + background: #f4f6f9; + padding: 1.5rem 1.5rem 0.75rem; + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} + +.milestone-pm .slds-popover--panel .slds-popover__body { + padding: 0; +} + +.milestone-pm .slds-popover--panel .slds-popover__body-list { + padding: 1rem 1.5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-popover--panel.slds-nubbin--left-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--left-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--top-left:before, .milestone-pm .slds-popover--panel.slds-nubbin--top-left:after, .milestone-pm .slds-popover--panel.slds-nubbin--top-right:before, .milestone-pm .slds-popover--panel.slds-nubbin--top-right:after { + background: #f4f6f9; +} + +.milestone-pm .slds-popover--panel.slds-nubbin--left-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--left-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:after { + top: 2.25rem; +} + +.milestone-pm .slds-nubbin--top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top:after { + box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-left:after { + box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-left:before, .milestone-pm .slds-nubbin--top-left:after { + left: 1.5rem; + top: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-right:after { + box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-right:before, .milestone-pm .slds-nubbin--top-right:after { + left: auto; + right: 1.5rem; + top: -0.5rem; + margin-right: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom:after { + box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-left:after { + box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-left:before, .milestone-pm .slds-nubbin--bottom-left:after { + left: 1.5rem; + top: 100%; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:after { + box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-right:before, .milestone-pm .slds-nubbin--bottom-right:after { + left: auto; + right: 1.5rem; + top: 100%; + margin-top: -0.5rem; + margin-right: -0.5rem; +} + +.milestone-pm .slds-nubbin--left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left:after { + box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left-top:after { + box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-top:before, .milestone-pm .slds-nubbin--left-top:after { + top: 1.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:before { + margin-bottom: -1px; +} + +.milestone-pm .slds-nubbin--left-bottom:after { + box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-bottom:before, .milestone-pm .slds-nubbin--left-bottom:after { + top: auto; + bottom: 1rem; +} + +.milestone-pm .slds-nubbin--right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right:after { + box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right-top:after { + box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-top:before, .milestone-pm .slds-nubbin--right-top:after { + top: 1.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:before { + margin-bottom: -1px; +} + +.milestone-pm .slds-nubbin--right-bottom:after { + box-shadow: 2px -1px 3px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-bottom:before, .milestone-pm .slds-nubbin--right-bottom:after { + top: auto; + bottom: 1rem; +} + +.milestone-pm .slds-popover--tooltip { + width: auto; + max-width: 20rem; + background: #16325c; + border: 0; +} + +.milestone-pm .slds-popover--tooltip .slds-popover__body { + font-size: 0.75rem; + color: white; +} + +.milestone-pm .slds-rise-from-ground { + visibility: visible; + opacity: 1; + transform: translate(0%, 0%); + transition: opacity 0.1s linear, visibility 0.1s linear, transform 0.1s linear; + will-change: transform; +} + +.milestone-pm .slds-fall-into-ground { + visibility: hidden; + opacity: 0; + transform: translate(0%, 0%); + transition: opacity 0.1s linear, visibility 0.1s linear, transform 0.1s linear; + will-change: transform; +} + +.milestone-pm .slds-slide-from-bottom-to-top { + transform: translateY(10%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-top-to-bottom { + transform: translateY(-10%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-right-to-left { + transform: translateX(5%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-left-to-right { + transform: translateX(-5%); + will-change: transform; +} + +.milestone-pm .slds-tooltip { + position: relative; + border-radius: 0.25rem; + width: 20rem; + min-height: 2rem; + z-index: 6000; + background-color: #061c3f; + display: inline-block; +} + +.milestone-pm .slds-tooltip__body { + padding: 0.5rem 0.75rem; + font-size: 0.75rem; + color: white; +} + +.milestone-pm .slds-dropdown { + position: absolute; + z-index: 7000; + left: 50%; + float: left; + min-width: 6rem; + max-width: 20rem; + margin-top: 0.125rem; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + padding: 0.25rem 0; + font-size: 0.75rem; + background: white; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); + transform: translateX(-50%); +} + +.milestone-pm .slds-dropdown--left { + left: 0; + transform: translateX(0); +} + +.milestone-pm .slds-dropdown--right { + left: auto; + right: 0; + transform: translateX(0); +} + +.milestone-pm .slds-dropdown--bottom { + bottom: 100%; +} + +.milestone-pm .slds-dropdown--small { + min-width: 15rem; +} + +.milestone-pm .slds-dropdown--medium { + min-width: 20rem; +} + +.milestone-pm .slds-dropdown--large { + min-width: 25rem; + max-width: 512px; +} + +.milestone-pm .slds-dropdown--length-5 { + max-height: calc(((0.8125rem * 1.5) + 1rem) * 5); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-7 { + max-height: calc(((0.8125rem * 1.5) + 1rem) * 7); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-10 { + max-height: calc(((0.8125rem * 1.5) + 1rem) * 10); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-5 { + max-height: calc((1.5rem + 1rem) * 5); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-7 { + max-height: calc((1.5rem + 1rem) * 7); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-10 { + max-height: calc((1.5rem + 1rem) * 10); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown mark { + font-weight: 700; + background-color: transparent; +} + +.milestone-pm .slds-dropdown[class*=slds-nubbin--top] { + margin-top: 0.5rem; +} + +.milestone-pm .slds-dropdown[class*=slds-nubbin--bottom] { + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top { + margin-top: 0.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: white; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: white; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:before { + background: white; +} + +.milestone-pm .slds-dropdown--nubbin-top:after { + background: white; + box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left { + left: -1rem; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left:before, .milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left:after { + left: 1.5rem; + margin-left: 0; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right { + right: -1rem; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right:before, .milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right:after { + left: auto; + right: 1.5rem; + margin-left: 0; +} + +.milestone-pm .slds-dropdown__header { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-dropdown__item { + line-height: 1.5; +} + +.milestone-pm .slds-dropdown__item > a { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 0.5rem 0.75rem; + color: #16325c; + white-space: nowrap; + cursor: pointer; +} + +.milestone-pm .slds-dropdown__item > a:hover, .milestone-pm .slds-dropdown__item > a:focus { + outline: 0; + text-decoration: none; + background-color: #f4f6f9; +} + +.milestone-pm .slds-dropdown__item > a:active { + text-decoration: none; + background-color: #eef1f6; +} + +.milestone-pm .slds-dropdown__item > a[aria-disabled=true] { + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-dropdown__item > a[aria-disabled=true]:hover { + background-color: transparent; +} + +.milestone-pm .slds-dropdown__item .slds-icon--selected { + opacity: 0; + transition: opacity 0.05s ease; +} + +.milestone-pm .slds-dropdown__item.slds-is-selected .slds-icon--selected { + fill: #0070d2; + opacity: 1; +} + +.milestone-pm .slds-dropdown .slds-has-icon { + position: relative; +} + +.milestone-pm .slds-dropdown .slds-has-icon--left > a, .milestone-pm .slds-dropdown .slds-has-icon--left > span { + padding-left: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon--right > a, .milestone-pm .slds-dropdown .slds-has-icon--right > span { + padding-right: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon--left-right > a, .milestone-pm .slds-dropdown .slds-has-icon--left-right > span { + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon { + width: 1rem; + height: 1rem; + position: absolute; + top: 50%; + margin-top: -0.5rem; + fill: #54698d; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon--left { + left: 0.75rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon--right { + right: 0.75rem; +} + +.milestone-pm .slds-dropdown-trigger { + position: relative; + display: inline-block; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown { + top: 100%; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown--bottom { + top: auto; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown { + visibility: hidden; + opacity: 0; + transition: opacity 0.1s linear, visibility 0.1s linear; +} + +.milestone-pm .slds-dropdown-trigger:hover, .milestone-pm .slds-dropdown-trigger:focus { + outline: 0; +} + +.milestone-pm .slds-dropdown-trigger:hover .slds-dropdown, .milestone-pm .slds-dropdown-trigger:focus .slds-dropdown { + visibility: visible; + opacity: 1; + transition: opacity 0.1s linear, visibility 0.1s linear; +} + +.milestone-pm .slds-dropdown-trigger--hover .slds-dropdown { + visibility: hidden; + opacity: 0; + transition: opacity 0.1s linear, visibility 0.1s linear; +} + +.milestone-pm .slds-dropdown-trigger--hover:hover, .milestone-pm .slds-dropdown-trigger--hover:focus { + outline: 0; +} + +.milestone-pm .slds-dropdown-trigger--hover:hover .slds-dropdown, .milestone-pm .slds-dropdown-trigger--hover:focus .slds-dropdown { + visibility: visible; + opacity: 1; + transition: opacity 0.1s linear, visibility 0.1s linear; +} + +.milestone-pm .slds-dropdown-trigger--click .slds-dropdown { + display: none; +} + +.milestone-pm .slds-dropdown-trigger--click.slds-is-open .slds-dropdown { + display: block; + visibility: visible; + opacity: 1; +} + +.milestone-pm .slds-dropdown-trigger > [class*=slds-button--icon] ~ .slds-dropdown--left[class*=slds-nubbin] { + left: -0.5rem; +} + +.milestone-pm .slds-dropdown-trigger > [class*=slds-button--icon] ~ .slds-dropdown--right[class*=slds-nubbin] { + right: -0.5rem; +} + +.milestone-pm .slds-dropdown--actions a { + color: #0070d2; +} + +.milestone-pm .slds-picklist { + position: relative; +} + +.milestone-pm .slds-picklist .slds-dropdown { + width: 15rem; +} + +.milestone-pm .slds-picklist--fluid .slds-picklist__label, .milestone-pm .slds-picklist--fluid .slds-dropdown { + width: auto; + min-width: 0; + max-width: 15rem; +} + +.milestone-pm .slds-picklist__label { + padding-right: 2rem; + width: 15rem; + color: #16325c; + text-align: left; +} + +.milestone-pm .slds-picklist__label .slds-icon { + width: 0.75rem; + height: 0.75rem; + position: absolute; + right: 1rem; + top: 50%; + margin-top: -0.375rem; + fill: #54698d; +} + +.milestone-pm .slds-picklist__label .slds-truncate { + display: block; +} + +.milestone-pm .slds-datepicker { + padding: 0; + font-size: 0.75rem; +} + +.milestone-pm .slds-datepicker th, .milestone-pm .slds-datepicker td { + text-align: center; +} + +.milestone-pm .slds-datepicker th { + padding: 0.5rem; + font-weight: 400; + color: #54698d; +} + +.milestone-pm .slds-datepicker td { + padding: 0.25rem; + text-align: center; + font-size: 0.75rem; +} + +.milestone-pm .slds-datepicker td > .slds-day { + width: 2rem; + height: 2rem; + display: block; + position: relative; + min-width: 2rem; + line-height: 2rem; + border-radius: 50%; + margin: auto; +} + +.milestone-pm .slds-datepicker td:hover:not(.slds-disabled-text) > .slds-day, .milestone-pm .slds-datepicker td:focus:not(.slds-disabled-text) > .slds-day, .milestone-pm .slds-datepicker td.slds-is-today > .slds-day { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-datepicker td.slds-is-selected:not(.slds-disabled-text) > .slds-day { + background: #005fb2; + color: white; +} + +.milestone-pm .slds-datepicker td.slds-is-selected-multi > .slds-day { + overflow: visible; +} + +.milestone-pm .slds-datepicker td.slds-is-selected-multi + .slds-is-selected-multi > .slds-day:before { + content: ''; + position: absolute; + background: #005fb2; + top: 0; + left: -50%; + height: 100%; + width: 2.5rem; + transform: translateX(-0.5rem); + z-index: -1; +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child > .slds-day:before, .milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child > .slds-day:after { + content: ''; + position: absolute; + background: #005fb2; + top: 0; + left: -50%; + height: 100%; + width: 2.5rem; + transform: translateX(-0.5rem); + z-index: -1; +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child > .slds-day:before { + left: 0; + transform: translateX(-0.25rem); +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child > .slds-day:after { + left: auto; + right: 0; + transform: translateX(0.25rem); +} + +.milestone-pm .slds-datepicker__filter { + padding: 0.25rem; +} + +.milestone-pm .slds-datepicker__filter--month { + padding: 0 0.25rem 0 0; +} + +.milestone-pm .slds-disabled-text { + color: #d8dde6; +} + +.milestone-pm .slds-datepicker--time { + max-width: 12rem; + max-height: 13.5rem; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-datepicker--time__list > li { + white-space: nowrap; + padding: 0.5rem; + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-datepicker--time__list > li:hover, .milestone-pm .slds-datepicker--time__list > li:focus { + background: #f4f6f9; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-docked_container { + display: -ms-flexbox; + display: flex; + -ms-flex-align: end; + align-items: flex-end; + position: fixed; + bottom: 0; + right: 0; + padding: 0 1.5rem; + height: 40px; +} + +.milestone-pm .slds-docked-composer { + position: relative; + border-radius: 0.25rem 0.25rem 0 0; + width: 480px; + height: 40px; + float: left; + box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.16); + border: 1px solid #d8dde6; + border-bottom: none; +} + +.milestone-pm .slds-docked-composer.slds-is-open { + height: 480px; +} + +.milestone-pm .slds-docked-composer:hover .slds-docked-composer__header, .milestone-pm .slds-docked-composer:focus .slds-docked-composer__header { + background: #061c3f; +} + +.milestone-pm .slds-docked-composer + .slds-docked-composer { + margin-left: 1.5rem; +} + +.milestone-pm .slds-docked-composer__header { + background: #16325c; + border-radius: 0.25rem 0.25rem 0 0; + padding: 0.5rem; + color: white; +} + +.milestone-pm .slds-docked-composer__header:hover { + cursor: pointer; +} + +.milestone-pm .slds-docked-composer__actions .slds-button { + margin-left: 0.75rem; +} + +.milestone-pm .slds-docked-composer__body { + background: white; +} + +.milestone-pm .slds-docked-composer__lead { + background: white; + padding: 1rem 0.5rem; +} + +.milestone-pm .slds-docked-composer__toolbar { + background: #f4f6f9; + padding: 0.25rem 0.5rem; + max-height: 60px; + overflow-y: auto; + border-top: 1px solid #d8dde6; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer__input { + background: white; + padding: 1rem; + min-height: 6rem; + resize: none; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-docked-composer__footer { + background: #f4f6f9; + padding: 0.75rem 0.5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer--overflow { + width: auto; +} + +.milestone-pm .slds-docked-composer--overflow__pill { + display: -ms-flexbox; + display: flex; + padding: 0 0.75rem; + height: inherit; + white-space: nowrap; + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.milestone-pm .slds-docked-composer--overflow__pill:hover, .milestone-pm .slds-docked-composer--overflow__pill:focus { + color: white; + text-decoration: none; +} + +.milestone-pm .slds-docked-composer--overflow__pill .slds-text-body--small { + color: white; + margin-left: 0.5rem; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer { + width: 100%; + height: 100%; + box-shadow: none; + float: none; + border-radius: 0; + border: 0; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer__header { + border-radius: 0; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer__body { + min-height: 260px; +} + +.milestone-pm .slds-docked-composer__body--email { + position: relative; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input { + border-radius: 0; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input:focus { + z-index: 1; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input:not(:focus) { + border-color: transparent; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer__body--email .slds-picklist__label { + padding-left: 0.75rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-docked-composer__body--email .slds-picklist__label .slds-icon { + right: 0.5rem; +} + +.milestone-pm .slds-email-composer__label { + width: 2rem; + font-size: 0.75rem; +} + +.milestone-pm .slds-docked-composer__body--form { + padding: 1rem; +} + +.milestone-pm .slds-utility-bar_container { + position: relative; +} + +.milestone-pm .slds-utility-bar { + display: -ms-flexbox; + display: flex; + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: #f4f6f9; + box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.16); + z-index: 8000; +} + +.milestone-pm .slds-utility-bar__item { + position: relative; + padding: 0 0.75rem; + border-radius: 0; + border: 0; + color: #16325c; +} + +.milestone-pm .slds-utility-bar__item:after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 2px; + background: transparent; +} + +.milestone-pm .slds-utility-bar__item:focus, .milestone-pm .slds-utility-bar__item:hover { + box-shadow: none; +} + +.milestone-pm .slds-utility-bar__item:focus:after { + background: #1589ee; +} + +.milestone-pm .slds-utility-bar__item:hover, .milestone-pm .slds-utility-bar__item:focus:hover { + color: inherit; + background: #e0e5ee; +} + +.milestone-pm .slds-utility-bar__item.slds-is-active { + background: #e0e5ee; + color: inherit; +} + +.milestone-pm .slds-utility-bar__item.slds-is-active:after { + background: #1589ee; +} + +.milestone-pm .slds-utility-panel { + position: fixed; + bottom: 1.875rem; + width: 21.25rem; + height: 30rem; + border-radius: 0.25rem 0.25rem 0 0; + border: 1px solid #d8dde6; + border-bottom: none; + transform: translateY(100%); +} + +.milestone-pm .slds-utility-panel.slds-is-open { + box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.16); + transform: translateY(0); +} + +.milestone-pm .slds-utility-panel:hover .slds-utility-panel__header, .milestone-pm .slds-utility-panel:focus .slds-utility-panel__header { + background: #061c3f; +} + +.milestone-pm .slds-utility-panel__header { + background: #16325c; + border-radius: 0.25rem 0.25rem 0 0; + color: white; + padding: 0 0.5rem; +} + +.milestone-pm .slds-utility-panel__body { + display: -ms-flexbox; + display: flex; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + -ms-flex-pack: center; + justify-content: center; + overflow: auto; +} + +.milestone-pm .slds-utility-panel__header-label, .milestone-pm .slds-utility-panel__header-icon-action { + padding: 0.5rem; + color: white; +} + +.milestone-pm .slds-global-header_container { + position: fixed; + width: 100%; + top: 0; + left: 0; +} + +.milestone-pm .slds-global-header_container .slds-assistive-text--focus { + background: white; + top: 0; +} + +.milestone-pm .slds-global-header { + background: white; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); + padding: 0.5rem 0; + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; +} + +.milestone-pm .slds-global-header__item { + padding: 0 1rem; +} + +.milestone-pm .slds-global-header__item--search { + -ms-flex: 0 1 25rem; + flex: 0 1 25rem; +} + +.milestone-pm .slds-global-header__logo { + -ms-flex-negative: 0; + flex-shrink: 0; + width: 2.8125rem; +} + +.milestone-pm .slds-context-bar { + display: -ms-flexbox; + display: flex; + height: 2.5rem; + background-color: white; + border-top: 1px solid #d8dde6; + border-bottom: 3px solid #00a1df; + color: #16325c; + position: relative; + padding: 0 1rem; +} + +.milestone-pm .slds-context-bar__primary, .milestone-pm .slds-context-bar__secondary, .milestone-pm .slds-context-bar__tertiary { + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-context-bar__secondary { + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 0; +} + +.milestone-pm .slds-context-bar__vertical-divider { + width: 0; + overflow: hidden; + border-left: 1px solid rgba(0, 0, 0, 0.2); +} + +.milestone-pm .slds-context-bar__item { + display: -ms-flexbox; + display: flex; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: stretch; + align-items: stretch; + white-space: nowrap; + position: relative; + max-width: 15rem; +} + +.milestone-pm .slds-context-bar__item:not(.slds-no-hover):hover, .milestone-pm .slds-context-bar__item.slds-is-active { + outline: 0; + border-radius: 0; + background-color: #f7f9fb; + border-bottom: 3px solid #00a1df; + margin-bottom: -3px; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-context-bar__item:not(.slds-no-hover):hover:after { + content: ''; + width: 100%; + height: 3px; + display: block; + background: rgba(0, 0, 0, 0.75); + mix-blend-mode: soft-light; + position: absolute; + bottom: -3px; + left: 0; + right: 0; +} + +.milestone-pm .slds-context-bar__item.slds-is-active { + box-shadow: inset -1px 0 0 #d8dde6, inset 1px 0 0 #d8dde6; + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:before, .milestone-pm .slds-context-bar__item.slds-is-active:after { + content: ''; + width: 100%; + height: 3px; + display: block; + background: #00a1df; + position: absolute; + top: 0; + left: 0; + right: 0; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:after { + background: rgba(0, 0, 0, 0.75); + mix-blend-mode: soft-light; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:hover { + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-context-bar__item:first-child.slds-is-active { + box-shadow: inset -1px 0 0 #d8dde6; +} + +.milestone-pm .slds-context-bar__item.slds-is-active .slds-context-bar__label-action { + font-weight: bold; +} + +.milestone-pm .slds-context-bar__item--divider-left { + border-left: 1px solid rgba(0, 0, 0, 0.2); +} + +.milestone-pm .slds-context-bar__item--divider-right { + border-right: 1px solid rgba(0, 0, 0, 0.2); +} + +.milestone-pm .slds-context-bar__label-action { + display: -ms-flexbox; + display: flex; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-positive: 1; + flex-grow: 1; + padding: 0 0.75rem; + min-width: 0%; + color: inherit; +} + +.milestone-pm .slds-context-bar__label-action:focus { + outline: 0; + text-decoration: underline; + opacity: 0.8; +} + +.milestone-pm .slds-context-bar__label-action:hover, .milestone-pm .slds-context-bar__label-action:focus:hover { + text-decoration: none; +} + +.milestone-pm .slds-context-bar__label-action:hover, .milestone-pm .slds-context-bar__label-action:focus { + color: inherit; +} + +.milestone-pm .slds-context-bar__label-action:active { + color: inherit; + text-decoration: none; +} + +.milestone-pm .slds-context-bar__icon-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-line-pack: center; + align-content: center; + padding: 0 0.75rem; + color: #54698d; + margin-left: -0.25rem; +} + +.milestone-pm .slds-context-bar__icon-action:focus { + outline: 0; +} + +.milestone-pm .slds-context-bar__icon-action:focus ~ .slds-dropdown { + visibility: visible; + opacity: 1; +} + +.milestone-pm .slds-context-bar__icon-action:hover, .milestone-pm .slds-context-bar__icon-action:focus { + color: #54698d; +} + +.milestone-pm .slds-context-bar__icon-action:active { + color: #54698d; +} + +.milestone-pm .slds-context-bar .slds-context-bar__button { + color: inherit; +} + +.milestone-pm .slds-context-bar .slds-context-bar__button:focus { + box-shadow: none; + opacity: 0.8; +} + +.milestone-pm .slds-context-bar__item--tab { + width: 12rem; + border-right: 1px solid rgba(0, 0, 0, 0.2); +} + +.milestone-pm .slds-context-bar__item--tab .slds-context-bar__icon-action { + padding: 0 0.25rem; +} + +.milestone-pm .slds-context-bar__item--tab.slds-is-active { + background-color: white; + border-bottom-color: white; + box-shadow: none; +} + +.milestone-pm .slds-context-bar__item--tab.slds-is-active:hover { + background-color: white; + border-bottom-color: transparent; +} + +.milestone-pm .slds-context-bar__dropdown-trigger:hover:before { + content: ''; + position: absolute; + top: 100%; + width: 100%; + height: 3px; +} + +.milestone-pm .slds-context-bar__dropdown-trigger .slds-dropdown { + margin-top: 3px; +} + +.milestone-pm .slds-context-bar__app-name { + padding: 0 1.5rem 0 0; + font-size: 1.125rem; + font-weight: 300; + line-height: 1.25; +} + +.milestone-pm .slds-context-bar__object-switcher { + min-width: 9rem; + max-width: 12rem; +} + +.milestone-pm .slds-context-bar--theme-marketing { + border-bottom-color: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item:not(.slds-no-hover):hover { + border-bottom-color: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item.slds-is-active:before { + background: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item.slds-is-active:hover { + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-icon-waffle_container { + outline: 0; +} + +.milestone-pm .slds-icon-waffle { + width: 1.3125rem; + height: 1.3125rem; + position: relative; +} + +.milestone-pm .slds-icon-waffle div { + width: 0.3125rem; + height: 0.3125rem; + background: #54698d; + display: inline-block; + position: absolute; + border-radius: 50%; + transition: background 100ms; + transform-origin: 50% 50%; +} + +.milestone-pm .slds-icon-waffle .slds-r1 { + top: 0; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r2 { + top: 0; + left: 0.5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r3 { + top: 0; + right: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r4 { + top: 0.5rem; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r5 { + top: 0.5rem; + left: 0.5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r6 { + top: 0.5rem; + right: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r7 { + bottom: 0; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r8 { + bottom: 0; + left: 0.5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r9 { + bottom: 0; + right: 0; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle { + cursor: pointer; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r1, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r1, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r3 { + background: #418fde; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r7, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r7 { + background: #ed8b00; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r9, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r9 { + background: #ffb60f; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r4 { + transition-delay: 50ms; + animation-delay: 50ms; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle div, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle div { + animation: throb 2 200ms alternate; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r7, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r7 { + transition-delay: 100ms; + animation-delay: 100ms; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r8 { + transition-delay: 150ms; + animation-delay: 150ms; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r9, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r9 { + transition-delay: 200ms; + animation-delay: 200ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r1 { + transition-delay: 200ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r4 { + transition-delay: 150ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r7 { + transition-delay: 100ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r8 { + transition-delay: 50ms; +} + +@keyframes throb { + 100% { + transform: scale(1.5); + } +} + +.milestone-pm .slds-publisher.slds-is-active .slds-publisher__toggle-visibility { + display: inherit; +} + +.milestone-pm .slds-publisher.slds-is-active .slds-publisher__input { + line-height: 1.5; + height: auto; + max-height: 10rem; + resize: vertical; + padding-top: 0.75rem; + padding-bottom: 0.75rem; +} + +.milestone-pm .slds-publisher__input { + line-height: 1.875rem; + padding: 0 1rem; + resize: none; + min-height: calc(1.875rem + 2px); + max-height: calc(1.875rem + 2px); + width: 100%; +} + +.milestone-pm .slds-publisher__actions > .slds-button { + margin-left: 0.75rem; +} + +.milestone-pm .slds-publisher .slds-publisher__toggle-visibility { + display: none; +} + +.milestone-pm .slds-publisher--discussion { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-publisher--discussion.slds-is-active { + display: block; +} + +.milestone-pm .slds-publisher--comment { + background-color: white; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + width: 100%; + position: relative; + min-height: calc(1.875rem + 2px); + max-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-publisher--comment.slds-is-active { + min-height: 6rem; + max-height: 15rem; +} + +.milestone-pm .slds-publisher--comment.slds-is-active .slds-publisher__actions { + opacity: 1; +} + +.milestone-pm .slds-publisher--comment.slds-has-focus { + outline: 0; + border-color: #1589ee; + background-color: white; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-publisher--comment .slds-publisher__actions { + opacity: 0; + padding: 0 0.75rem 0.75rem; +} + +.milestone-pm .slds-publisher--comment .slds-attachments { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-feed { + position: relative; + max-width: 49rem; + margin: auto; +} + +.milestone-pm .slds-feed__list { + margin: 0; + padding: 0; +} + +.milestone-pm .slds-feed__item { + padding: 0.5rem 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-feed__item { + padding: 1rem 0; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-feed__item { + padding: 1.5rem 0; + } + + .milestone-pm .slds-feed__item + .slds-feed__item { + border-top: 1px solid #d8dde6; + } + + .milestone-pm .slds-feed__item .slds-feed__item-comments { + margin-bottom: -1.5rem; + } +} + +.milestone-pm .slds-comment__content { + padding: 0.25rem 0; +} + +.milestone-pm .slds-comment__replies { + padding-top: 1rem; + margin-left: 3.75rem; +} + +.milestone-pm .slds-comment__replies > :last-child, .milestone-pm .slds-comment__replies > :last-child .slds-comment { + padding-bottom: 0; +} + +.milestone-pm .slds-comment__replies > :last-child:before, .milestone-pm .slds-comment__replies > :last-child .slds-comment:before { + content: none; +} + +.milestone-pm .slds-comment__replies .slds-comment { + position: relative; + margin-bottom: 0; + padding-bottom: 1rem; +} + +.milestone-pm .slds-comment__replies .slds-comment:before { + content: ''; + background: #d8dde6; + height: 100%; + width: 1px; + position: absolute; + left: 1.125rem; + top: 0; + bottom: 0; + margin-left: -0.5px; + z-index: -1; +} + +.milestone-pm .slds-comment__replies .slds-avatar { + border: 2px solid white; +} + +.milestone-pm .slds-tags { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-tags__list { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-tags__item { + margin-left: 0.25rem; +} + +.milestone-pm .slds-tags__item:after { + content: ', '; +} + +.milestone-pm .slds-tags__item:last-child:after { + content: none; +} + +.milestone-pm .slds-attachments { + padding-bottom: 0.5rem; +} + +.milestone-pm .slds-attachments:empty { + padding: 0; +} + +.milestone-pm .slds-attachments__item + .slds-attachments__item { + margin-top: 1rem; +} + +.milestone-pm .slds-feed__item-comments { + background: #f7f9fb; + border-top: 1px solid #d8dde6; + margin-top: 0.5rem; +} + +.milestone-pm .slds-feed__item-comments .slds-comment { + padding: 0.5rem 1rem; +} + +.milestone-pm .slds-post { + background: white; + padding: 0.75rem 1rem; +} + +@media (min-width: 64em) { + .milestone-pm .slds-post { + padding: 0 1rem; + } +} + +.milestone-pm .slds-post__header { + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-post__content { + margin-bottom: 0.75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__content { + margin-bottom: 1.5rem; + } +} + +.milestone-pm .slds-post__footer { + display: -ms-flexbox; + display: flex; + font-size: 0.75rem; + -ms-flex-direction: column; + flex-direction: column; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer { + -ms-flex-direction: row; + flex-direction: row; + } +} + +.milestone-pm .slds-post__footer-actions-list { + -ms-flex-pack: justify; + justify-content: space-between; + text-align: center; + -ms-flex-order: 1; + order: 1; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-actions-list { + -ms-flex-order: 0; + order: 0; + } +} + +.milestone-pm .slds-post__footer-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + color: #16325c; + padding: 0.75rem 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-action { + margin-right: 1rem; + padding: 0; + } +} + +.milestone-pm .slds-post__footer-action .slds-icon { + margin-right: 0.25rem; +} + +.milestone-pm .slds-post__footer-action:hover, .milestone-pm .slds-post__footer-action:focus, .milestone-pm .slds-post__footer-action.slds-is-active { + color: #005fb2; + text-decoration: none; +} + +.milestone-pm .slds-post__footer-action:hover .slds-icon, .milestone-pm .slds-post__footer-action:focus .slds-icon, .milestone-pm .slds-post__footer-action.slds-is-active .slds-icon { + fill: currentColor; +} + +.milestone-pm .slds-post__footer-meta-list { + margin-bottom: 1rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-meta-list { + margin-left: auto; + margin-bottom: 0; + } +} + +.milestone-pm .slds-post__payload { + padding: 0 0 1rem; +} + +.milestone-pm .slds-post__payload:empty { + padding: 0; + border: 0; +} + +.milestone-pm .slds-modal { + opacity: 0; + visibility: hidden; + transition: transform 0.1s linear, opacity 0.1s linear; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 9001; +} + +.milestone-pm .slds-modal__container { + position: relative; + transform: translate(0, 0); + transition: transform 0.1s linear, opacity 0.1s linear; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + margin: 0 2rem; + height: 100%; + padding: 3rem 0; + border-radius: 0.25rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-modal__container { + margin: 0 auto; + width: 50%; + max-width: 40rem; + min-width: 20rem; + } +} + +.milestone-pm .slds-modal__header, .milestone-pm .slds-modal__content { + background: white; +} + +.milestone-pm .slds-modal__header, .milestone-pm .slds-modal__footer { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-modal__header { + position: relative; + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; + border-bottom: 2px solid #d8dde6; + padding: 1rem; + text-align: center; +} + +.milestone-pm .slds-modal__header + .slds-modal__menu { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.milestone-pm .slds-modal__header--empty { + padding: 0; + border-bottom: 0; +} + +.milestone-pm .slds-modal__header--empty + .slds-modal__content { + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; +} + +.milestone-pm .slds-modal__content { + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-modal__content:last-child { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); +} + +.milestone-pm .slds-modal__menu { + position: relative; + border-radius: 0.25rem; + padding: 1rem; + background-color: #f4f6f9; +} + +@media (max-width: 48em) { + .milestone-pm .slds-modal__menu .slds-button { + width: 100%; + margin: 0.125rem 0; + } +} + +.milestone-pm .slds-modal__footer { + border-top: 2px solid #d8dde6; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + padding: 0.75rem 1rem; + background-color: #f4f6f9; + text-align: right; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); +} + +.milestone-pm .slds-modal__footer--directional .slds-button:first-child { + float: left; +} + +.milestone-pm .slds-modal__footer .slds-button + .slds-button { + margin-left: 0.5rem; +} + +.milestone-pm .slds-modal__close { + width: 2rem; + height: 2rem; + position: absolute; + top: -2.5rem; + right: -0.5rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-modal--large .slds-modal__container { + width: 90%; + max-width: none; + min-width: 40rem; + } +} + +.milestone-pm .slds-modal-backdrop { + transition-duration: 0.4s; + width: 100%; + height: 100%; + opacity: 0; + visibility: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(126, 140, 153, 0.8); + z-index: 9000; +} + +.milestone-pm .slds-modal-backdrop--open { + visibility: visible; + opacity: 1; + transition: opacity 0.4s linear; +} + +.milestone-pm .slds-backdrop { + transition-duration: 0.4s; + width: 100%; + height: 100%; + opacity: 0; + visibility: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(126, 140, 153, 0.8); + z-index: 9000; +} + +.milestone-pm .slds-backdrop--open { + visibility: visible; + opacity: 1; + transition: opacity 0.4s linear; +} + +.milestone-pm .slds-fade-in-open { + opacity: 1; + visibility: visible; + transition: opacity 0.1s linear; +} + +.milestone-pm .slds-fade-in-open .slds-modal__container-reset { + opacity: 1; + visibility: visible; + transform: translate(0, 0); +} + +.milestone-pm .slds-slide-up-open { + opacity: 1; + visibility: visible; + transform: translate(0, 0); + transition: opacity 0.1s linear, transform 0.2s linear; +} + +.milestone-pm .slds-slide-up-open .slds-modal__container-reset { + opacity: 0; + visibility: hidden; + transform: translate(0, 1rem); + transition: opacity 0.2s linear, transform 0.2s linear; +} + +.milestone-pm .slds-slide-up-saving { + opacity: 1; + visibility: visible; + transform: translate(0, -1rem); +} + +.milestone-pm .slds-slide-down-cancel { + opacity: 1; + visibility: visible; + transform: translate(0, 1rem); +} + +.milestone-pm .slds-app-launcher__header, .milestone-pm .slds-app-launcher__content { + background: #f4f6f9; +} + +.milestone-pm .slds-app-launcher__header-search { + -ms-flex: 0 1 25rem; + flex: 0 1 25rem; + padding: 0 1rem; +} + +.milestone-pm .slds-app-launcher__content { + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.milestone-pm .slds-app-launcher__tile { + display: -ms-flexbox; + display: flex; + -ms-flex-align: stretch; + align-items: stretch; + margin: 0.5rem 0; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + cursor: move; +} + +.milestone-pm .slds-app-launcher__tile:hover, .milestone-pm .slds-app-launcher__tile:focus { + outline: 0; + border-color: #1589ee; +} + +.milestone-pm .slds-app-launcher__tile.slds-is-draggable .slds-app-launcher__tile-figure { + padding-bottom: 0.25rem; +} + +.milestone-pm .slds-app-launcher__tile-figure { + -ms-flex-negative: 0; + flex-shrink: 0; + padding: 0.75rem; + color: white; + background: white; + border-radius: 0.25rem 0 0 0.25rem; + text-align: center; +} + +.milestone-pm .slds-app-launcher__tile-body { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + background: #eef1f6; + padding: 0.5rem 0.75rem; + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-app-launcher__tile--small { + -ms-flex-direction: column; + flex-direction: column; + border: 0; + border-radius: 0; + text-align: center; + cursor: pointer; +} + +.milestone-pm .slds-app-launcher__tile--small:hover .slds-app-launcher__tile-figure--small, .milestone-pm .slds-app-launcher__tile--small:focus .slds-app-launcher__tile-figure--small { + border-color: #1589ee; +} + +.milestone-pm .slds-app-launcher__tile-figure--small { + border: 1px solid #d8dde6; + border-radius: 0.25rem; +} + +.milestone-pm .slds-app-launcher__tile-body--small { + background: transparent; + padding: 0.5rem 0; + border: 0; + border-radius: 0; +} + +.milestone-pm .slds-pill { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; + max-width: 100%; + padding: 0.125rem; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-color: white; + position: relative; + min-height: 1.625rem; +} + +.milestone-pm .slds-pill + .slds-pill { + margin-left: 0.125rem; +} + +.milestone-pm .slds-pill:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-pill a { + text-decoration: none; +} + +.milestone-pm .slds-pill--bare { + background-color: transparent; + border: 0; +} + +.milestone-pm .slds-pill--bare:hover { + background-color: transparent; +} + +.milestone-pm .slds-pill__container, .milestone-pm .slds-pill-container, .milestone-pm .slds-pill_container { + padding: 0.125rem; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + min-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-pill__container--bare, .milestone-pm .slds-pill_container--bare { + padding: 0.125rem; + border: 0; + border-radius: 0; +} + +.milestone-pm .slds-pill__label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.milestone-pm .slds-pill__label:focus { + outline: 0; + border-radius: 0.25rem; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-pill__icon, .milestone-pm .slds-pill__icon_container { + width: 1.25rem; + height: 1.25rem; + margin-right: 0.25rem; +} + +.milestone-pm .slds-pill__icon .slds-icon, .milestone-pm .slds-pill__icon_container .slds-icon { + width: 1.25rem; + height: 1.25rem; +} + +.milestone-pm .slds-pill__remove { + margin-left: 0.25rem; +} + +.milestone-pm .slds-wizard { + position: relative; +} + +.milestone-pm .slds-wizard__list { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + position: relative; + margin: auto; +} + +.milestone-pm .slds-wizard__item { + -ms-flex: 2 0 auto; + flex: 2 0 auto; + text-align: center; + width: 0%; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-wizard__item:first-child { + text-align: left; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-wizard__item:last-child { + text-align: right; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-wizard__item a:hover, .milestone-pm .slds-wizard__item a:focus { + outline: 0; + text-decoration: none; +} + +.milestone-pm .slds-wizard__item a:hover .slds-wizard__marker, .milestone-pm .slds-wizard__item a:focus .slds-wizard__marker { + background: #d8dde6; +} + +.milestone-pm .slds-wizard__link { + display: block; +} + +.milestone-pm .slds-wizard__marker { + width: 1.5rem; + height: 1.5rem; + border-radius: 50%; + background: #e0e5ee; + display: inline-block; + vertical-align: middle; + z-index: 1; + position: relative; +} + +.milestone-pm .slds-wizard__label { + display: block; + margin-top: 0.75rem; +} + +.milestone-pm .slds-wizard__progress { + position: absolute; + left: 0; + top: 0.625rem; + height: 0.25rem; + display: block; + width: 100%; + z-index: -1; + background: #e0e5ee; +} + +.milestone-pm .slds-wizard__progress-bar { + position: absolute; + left: 0; + top: 0; + height: 100%; + background: #0076de; + transition: width 0.2s ease; +} + +.milestone-pm .slds-wizard .slds-is-active .slds-wizard__marker { + background: #0076de; +} + +.milestone-pm .slds-wizard .slds-is-active a:hover .slds-wizard__marker, .milestone-pm .slds-wizard .slds-is-active a:focus .slds-wizard__marker { + background: #005fb2; +} + +.milestone-pm .slds-tabs--path { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--path__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.milestone-pm .slds-tabs--path .slds-is-complete { + background-color: #4bca81; +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__stage { + transform: rotateX(0deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__title { + transform: rotateX(180deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover { + background-color: #04844b; +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover .slds-tabs--path__stage { + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover .slds-tabs--path__title { + transform: rotateX(0deg); +} + +.milestone-pm .slds-tabs--path .slds-is-current { + background-color: #0070d2; +} + +.milestone-pm .slds-tabs--path .slds-is-current:hover { + background-color: #005fb2; +} + +.milestone-pm .slds-tabs--path .slds-is-current + .slds-is-incomplete:before { + background-color: #0070d2; +} + +.milestone-pm .slds-tabs--path .slds-is-current:hover + .slds-is-incomplete:before { + background-color: #005fb2; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete { + background-color: #e0e5ee; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete:hover { + background-color: #d8dde6; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete .slds-tabs--path__link { + color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-lost, .milestone-pm .slds-tabs--path .slds-is-lost:hover { + background-color: #c23934; +} + +.milestone-pm .slds-tabs--path .slds-is-current .slds-tabs--path__link, .milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__link, .milestone-pm .slds-tabs--path .slds-is-lost .slds-tabs--path__link { + color: white; +} + +.milestone-pm .slds-tabs--path .slds-is-active { + background-color: #061c3f; +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__link { + color: white; +} + +.milestone-pm .slds-tabs--path .slds-is-active:hover { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-active:hover + .slds-tabs--path__item:before { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-active + .slds-tabs--path__item:before { + background-color: #061c3f; +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__title, .milestone-pm .slds-tabs--path .slds-is-won .slds-tabs--path__title { + transform: rotateX(0deg); +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__stage, .milestone-pm .slds-tabs--path .slds-is-won .slds-tabs--path__stage { + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path__item { + overflow: hidden; + position: relative; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 5rem; + text-align: center; + perspective: 500; + transition: transform 0.1s ease-in-out, background-color 0.1s linear; +} + +.milestone-pm .slds-tabs--path__item:first-child { + border-radius: 15rem 0 0 15rem; +} + +.milestone-pm .slds-tabs--path__item:last-child { + border-radius: 0 15rem 15rem 0; + border-right: 0; +} + +.milestone-pm .slds-tabs--path__item:before { + content: ''; + display: block; + position: absolute; + top: 2px; + left: -1rem; + width: calc(2rem - (2px * 2)); + height: calc(2rem - (2px * 2)); + border: 2px solid white; + border-left: 0; + border-bottom: 0; + background-clip: padding-box; + transform: scale3d(0.8, 1.1, 1) rotate(45deg); + transition: transform 0.1s ease-in-out, background-color 0.1s linear; +} + +.milestone-pm .slds-tabs--path__item:first-child:before { + display: none; +} + +.milestone-pm .slds-tabs--path__item + .slds-is-complete:before, .milestone-pm .slds-tabs--path__item + .slds-is-current:before { + background-color: #4bca81; +} + +.milestone-pm .slds-tabs--path__item:hover + .slds-is-complete:before, .milestone-pm .slds-tabs--path__item:hover + .slds-is-current:before { + background-color: #04844b; +} + +.milestone-pm .slds-tabs--path__item + .slds-is-incomplete:before, .milestone-pm .slds-tabs--path__item + .slds-is-lost:before { + background-color: #e0e5ee; +} + +.milestone-pm .slds-tabs--path__item:hover + .slds-is-incomplete:before, .milestone-pm .slds-tabs--path__item:hover + .slds-is-lost:before { + background-color: #d8dde6; +} + +.milestone-pm .slds-tabs--path__title, .milestone-pm .slds-tabs--path__stage { + display: block; + transition: transform 0.2s linear; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +.milestone-pm .slds-tabs--path__title { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.milestone-pm .slds-tabs--path__stage { + position: absolute; + top: 50%; + left: 0.5rem; + width: 100%; + margin-top: -0.75rem; + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path__link { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + position: relative; + padding: 0.25rem 0.25rem 0.25rem 1.25rem; + line-height: 1.5rem; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-tabs--path__link:hover, .milestone-pm .slds-tabs--path__link:focus { + text-decoration: none; +} + +.milestone-pm .slds-tabs--path__link:focus { + outline: 0; +} + +.milestone-pm .slds-path-coach { + border: #d8dde6 1px solid; + border-top: 0; + padding-bottom: 1rem; +} + +.milestone-pm .slds-path__trigger { + border-radius: 50%; + transition: 0.1s transform ease-in-out; +} + +.milestone-pm .slds-flip--vertical { + transform: rotateX(180deg); +} + +.milestone-pm .slds-flip--horizontal { + transform: rotateY(180deg); +} + +.milestone-pm .slds-path__mark-complete { + border-radius: 15rem; +} + +.milestone-pm .slds-path__mark-current { + border-color: #061c3f; + background-color: #061c3f; +} + +.milestone-pm .slds-path__mark-current:hover, .milestone-pm .slds-path__mark-current:focus { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path__content { + position: relative; + padding-left: 1.5rem; + padding-right: 1rem; +} + +.milestone-pm .slds-coach__keys, .milestone-pm .slds-coach__guidance { + margin-top: 1rem; + padding-top: 1rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-coach__keys { + padding-left: 0.75rem; +} + +.milestone-pm .slds-coach__guidance { + padding-left: 1.5rem; + padding-bottom: 0.25rem; + background-color: #fafafb; +} + +.milestone-pm .slds-coach__item { + border-top: #d8dde6 1px solid; + padding: 1rem 0; + color: #54698d; +} + +.milestone-pm .slds-coach__value { + border-top: #d8dde6 1px solid; + padding-top: 1rem; + color: #16325c; +} + +.milestone-pm .slds-spinner_container { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: calc(9000 + 2); + background-color: rgba(255, 255, 255, 0.75); + visibility: visible; + opacity: 1; + transition: opacity 0.2s ease, visibility 0s; + transition-delay: 0s, 0.3s; +} + +.milestone-pm .slds-spinner_container.is-hidden { + visibility: hidden; + opacity: 0; + transition: opacity 0.2s ease, visibility 0s; + transition-delay: 0s, 0s; +} + +.milestone-pm .slds-spinner_container.hide { + display: none; +} + +.milestone-pm .slds-spinner { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%) rotate(90deg); +} + +.milestone-pm .slds-spinner, .milestone-pm .slds-spinner__dot-a, .milestone-pm .slds-spinner__dot-b { + transform-origin: 50% 50%; +} + +.milestone-pm .slds-spinner__dot-a, .milestone-pm .slds-spinner__dot-b { + position: absolute; + top: 0; + left: 0; + width: 100%; +} + +.milestone-pm .slds-spinner:before, .milestone-pm .slds-spinner:after, .milestone-pm .slds-spinner__dot-a:before, .milestone-pm .slds-spinner__dot-b:before, .milestone-pm .slds-spinner__dot-a:after, .milestone-pm .slds-spinner__dot-b:after { + position: absolute; + content: ''; + background: #16325c; + border-radius: 50%; + animation-duration: 1000ms; + animation-iteration-count: infinite; +} + +.milestone-pm .slds-spinner__dot-a { + transform: rotate(60deg) translateY(0); +} + +.milestone-pm .slds-spinner__dot-b { + transform: rotate(120deg) translateY(0); +} + +.milestone-pm .slds-spinner:before { + animation-delay: -83.33333ms; +} + +.milestone-pm .slds-spinner__dot-a:before { + animation-delay: 83.33333ms; +} + +.milestone-pm .slds-spinner__dot-b:before { + animation-delay: 250ms; +} + +.milestone-pm .slds-spinner:after { + animation-delay: 416.66667ms; +} + +.milestone-pm .slds-spinner__dot-a:after { + animation-delay: 583.33333ms; +} + +.milestone-pm .slds-spinner__dot-b:after { + animation-delay: 750ms; +} + +.milestone-pm .slds-spinner--small { + width: 1.25rem; +} + +.milestone-pm .slds-spinner--small.slds-spinner:before, .milestone-pm .slds-spinner--small.slds-spinner:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:after { + width: 0.25rem; + height: 0.25rem; +} + +.milestone-pm .slds-spinner--small.slds-spinner:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:before { + top: -0.125rem; + left: -0.125rem; + animation-name: dotsBounceBefore-extraSmall; +} + +.milestone-pm .slds-spinner--small.slds-spinner:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:after { + top: -0.125rem; + right: -0.125rem; + animation-name: dotsBounceAfter-extraSmall; +} + +@keyframes dotsBounceBefore-extraSmall { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(-0.25rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-extraSmall { + 60% { + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(0.25rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceBefore-small { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(-0.375rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-small { + 60% { + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(0.375rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--medium { + width: 2rem; +} + +.milestone-pm .slds-spinner--medium.slds-spinner:before, .milestone-pm .slds-spinner--medium.slds-spinner:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:after { + width: 0.5rem; + height: 0.5rem; +} + +.milestone-pm .slds-spinner--medium.slds-spinner:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:before { + animation-name: dotsBounceBefore-medium; + top: -0.25rem; + left: -0.25rem; +} + +.milestone-pm .slds-spinner--medium.slds-spinner:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:after { + animation-name: dotsBounceAfter-medium; + top: -0.25rem; + right: -0.25rem; +} + +@keyframes dotsBounceBefore-medium { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(-0.5rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-medium { + 60% { + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(0.5rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--large { + width: 2.75rem; +} + +.milestone-pm .slds-spinner--large.slds-spinner:before, .milestone-pm .slds-spinner--large.slds-spinner:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:after { + width: 0.625rem; + height: 0.625rem; +} + +.milestone-pm .slds-spinner--large.slds-spinner:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:before { + animation-name: dotsBounceBefore-medium; + top: -0.3125rem; + left: -0.3125rem; +} + +.milestone-pm .slds-spinner--large.slds-spinner:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:after { + animation-name: dotsBounceAfter-medium; + top: -0.3125rem; + right: -0.3125rem; +} + +@keyframes dotsBounceBefore-large { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(-0.75rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-large { + 60% { + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(0.75rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--brand.slds-spinner:before, .milestone-pm .slds-spinner--brand.slds-spinner:after, .milestone-pm .slds-spinner--brand .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--brand .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--brand .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--brand .slds-spinner__dot-b:after { + background-color: #1589ee; +} + +.milestone-pm .slds-spinner--inverse.slds-spinner:before, .milestone-pm .slds-spinner--inverse.slds-spinner:after, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-b:after { + background-color: white; +} + +.milestone-pm .slds-tile + .slds-tile { + margin-top: 0.5rem; +} + +.milestone-pm .slds-tile__detail { + position: relative; +} + +.milestone-pm .slds-tile__meta { + color: #16325c; +} + +.milestone-pm .slds-tile--board { + position: relative; +} + +.milestone-pm .slds-tile--board__icon { + width: 1rem; + height: 1rem; + position: absolute; + bottom: 0.25rem; + right: 0.25rem; +} + +.milestone-pm .slds-tile--board .slds-has-alert { + padding-right: 1.5rem; +} + +.milestone-pm .slds-tabs--default { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--default__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + border-bottom: 1px solid #d8dde6; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default .slds-tabs__item + .slds-tabs__item { + margin-left: 1.5rem; + } +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + border-bottom: 2px solid transparent; + padding: 0 0.5rem; + color: #54698d; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a:focus { + outline: 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default .slds-tabs__item > a { + padding: 0 1rem; + } +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a:hover, .milestone-pm .slds-tabs--default .slds-tabs__item > a:focus { + text-decoration: none; + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item.slds-active a { + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item.slds-active a:focus { + color: #0070d2; +} + +.milestone-pm .slds-tabs--default > .slds-tabs__content { + position: relative; + padding: 1rem 0; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item--overflow { + overflow: visible; +} + +.milestone-pm .slds-tabs--default__item.slds-active .slds-tabs--default__link { + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default__item.slds-active .slds-tabs--default__link:focus { + border-bottom-width: 3px; + color: #0070d2; +} + +.milestone-pm .slds-tabs--default__content { + position: relative; + padding: 1rem 0; +} + +.milestone-pm .slds-tabs--default__link { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + border-bottom: 2px solid transparent; + padding: 0 0.5rem; + color: #54698d; +} + +.milestone-pm .slds-tabs--default__link:focus { + outline: 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default__link { + padding: 0 1rem; + } +} + +.milestone-pm .slds-tabs--default__link:hover, .milestone-pm .slds-tabs--default__link:focus { + text-decoration: none; + color: #0070d2; +} + +.milestone-pm .slds-tabs--default__link:focus { + border-bottom-width: 3px; + border-color: #0070d2; +} + +.milestone-pm .slds-tabs--scoped { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--scoped__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + background-color: #f4f6f9; + border: 1px solid #d8dde6; + border-radius: 0.25rem 0.25rem 0 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item { + position: relative; + margin-bottom: -1px; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item + .slds-tabs__item { + margin-left: -1px; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item:first-child > a { + border-left: 0; + border-radius: 0.25rem 0 0 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 1.5rem; + color: #54698d; + background-clip: padding-box; + border-left: 1px solid transparent; + border-right: 1px solid transparent; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a:focus { + outline: 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a:hover, .milestone-pm .slds-tabs--scoped .slds-tabs__item > a:focus { + text-decoration: none; + color: #005fb2; + border-color: #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item .slds-active > a { + background-color: white; + color: #0070d2; + border-color: #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item .slds-active > a:focus { + text-decoration: underline; +} + +.milestone-pm .slds-tabs--scoped > .slds-tabs__content { + background-color: white; + border: 1px solid #d8dde6; + border-top: 0; + border-radius: 0 0 0.25rem 0.25rem; + padding: 1rem; +} + +.milestone-pm .slds-tabs--scoped__item { + position: relative; + margin-bottom: -1px; +} + +.milestone-pm .slds-tabs--scoped__item + .slds-tabs--scoped__item { + margin-left: -1px; +} + +.milestone-pm .slds-tabs--scoped__item:first-child .slds-tabs--scoped__link { + border-left: 0; + border-radius: 0.25rem 0 0 0; +} + +.milestone-pm .slds-tabs--scoped__content { + background-color: white; + border: 1px solid #d8dde6; + border-top: 0; + border-radius: 0 0 0.25rem 0.25rem; + padding: 1rem; +} + +.milestone-pm .slds-tabs--scoped__link { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 1rem; + color: #54698d; + background-clip: padding-box; + border-left: 1px solid transparent; + border-right: 1px solid transparent; +} + +.milestone-pm .slds-tabs--scoped__link:focus { + outline: 0; +} + +.milestone-pm .slds-tabs--scoped__link:hover, .milestone-pm .slds-tabs--scoped__link:focus { + text-decoration: none; + color: #005fb2; + border-color: #d8dde6; +} + +.milestone-pm .slds-active .slds-tabs--scoped__link { + background-color: white; + color: #0070d2; + border-color: #d8dde6; +} + +.milestone-pm .slds-active .slds-tabs--scoped__link:focus { + text-decoration: underline; +} + +.milestone-pm .slds-tabs__nav-scroller.slds-has-overflow { + position: relative; + padding-right: 4.7rem; +} + +.milestone-pm .slds-tab__scroll-controls { + display: none; +} + +.milestone-pm .slds-has-overflow .slds-tabs__nav-scroller--inner { + overflow: hidden; +} + +.milestone-pm .slds-has-overflow .slds-tabs--scoped__nav, .milestone-pm .slds-has-overflow .slds-tabs--default__nav { + border: 0; +} + +.milestone-pm .slds-has-overflow .slds-tab__scroll-controls { + display: -ms-flexbox; + display: flex; + position: absolute; + right: 0; + top: 0; + bottom: 0; + background-color: white; +} + +.milestone-pm .slds-tabs--default .slds-has-overflow .slds-tabs__nav-scroller--inner { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--default .slds-tab__scroll-controls { + padding: calc(0.25rem - 1px) 1px calc(0.25rem - 1px) 0.5rem; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs__nav-scroller--inner { + border: 1px solid #d8dde6; + border-bottom: 0; + border-radius: 0.25rem 0.25rem 0 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item { + margin-bottom: 0; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item.slds-active { + border-bottom-color: #fff; +} + +.milestone-pm .slds-tabs--scoped .slds-tab__scroll-controls { + padding: calc(0.25rem - 1px) 0.25rem; + border: 1px solid #d8dde6; + border-radius: 0 0.25rem 0 0; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active { + color: #0070d2; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action { + background-color: #f0f8fc; + border-color: #d8dde6; + border-left-color: #005fb2; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action:focus { + border-left-width: 0.5rem; + color: #005fb2; +} + +.milestone-pm .slds-navigation-list--vertical__action { + display: block; + border-left: 0.25rem solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + padding: 0.5rem 1.5rem; +} + +.milestone-pm .slds-navigation-list--vertical__action:hover, .milestone-pm .slds-navigation-list--vertical__action:focus { + outline: 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-navigation-list--vertical__action:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-navigation-list--vertical-inverse .slds-is-active .slds-navigation-list--vertical__action { + background-color: white; +} + +.milestone-pm .slds-notify-container, .milestone-pm .slds-notify_container { + position: fixed; + width: 100%; + left: 0; + top: 0; + z-index: 10000; + text-align: center; +} + +.milestone-pm .slds-notify { + color: white; + position: relative; + background: #54698d; + font-weight: 300; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):link, .milestone-pm .slds-notify a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):hover, .milestone-pm .slds-notify a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-notify__close { + float: right; + margin-left: 0.25rem; + line-height: 1; +} + +.milestone-pm .slds-notify__content { + padding-top: 0.25rem; +} + +.milestone-pm .slds-notify__content .slds-icon { + margin-top: -0.25rem; +} + +.milestone-pm .slds-notify--alert { + padding: 0.5rem; + text-align: center; +} + +.milestone-pm .slds-modal--prompt .slds-modal__header { + border-bottom: 0; +} + +.milestone-pm .slds-modal--prompt .slds-modal__content { + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-modal--prompt .slds-modal__footer { + border-top: 0; + text-align: center; +} + +.milestone-pm .slds-modal--prompt slds-modal__close { + display: none; +} + +.milestone-pm .slds-notify--toast { + border-radius: 0.25rem; + margin: 0.5rem; + padding: 0.75rem 1.5rem; + min-width: 30rem; + display: inline-block; + text-align: left; +} + +.milestone-pm .slds-notify--toast .slds-notify__close { + transform: translate3d(0.5rem, 0, 0); +} + +.milestone-pm .slds-modal__header .slds-notify-container, .milestone-pm .slds-modal__header .slds-notify_container { + position: absolute; +} + +.milestone-pm .slds-modal__header .slds-notify--toast { + display: block; +} + +.milestone-pm .slds-lookup { + position: relative; + width: 100%; +} + +.milestone-pm .slds-lookup__list { + max-height: calc((((1.5 * 0.8125rem) + (1.5 * 0.75rem) - 0.25rem) + (0.25rem * 2)) * 7); + overflow-y: auto; +} + +.milestone-pm .slds-lookup__menu { + background: white; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + z-index: 7000; + position: absolute; + width: 100%; + padding: 0.25rem 0; + display: none; +} + +.milestone-pm .slds-lookup__item > a, .milestone-pm .slds-lookup__item > span, .milestone-pm .slds-lookup__item > button { + display: block; + padding: 0.5rem; + color: #16325c; + text-align: left; + width: 100%; + line-height: 1.5; + border-radius: 0; +} + +.milestone-pm .slds-lookup__item > a:hover, .milestone-pm .slds-lookup__item > a:focus, .milestone-pm .slds-lookup__item > span:hover, .milestone-pm .slds-lookup__item > span:focus, .milestone-pm .slds-lookup__item > button:hover, .milestone-pm .slds-lookup__item > button:focus { + outline: 0; + background-color: #f4f6f9; + color: #16325c; + text-decoration: none; +} + +.milestone-pm .slds-lookup__item > a .slds-icon, .milestone-pm .slds-lookup__item > span .slds-icon, .milestone-pm .slds-lookup__item > button .slds-icon { + margin-right: 0.5rem; +} + +.milestone-pm .slds-lookup__item--label { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: 0.5rem; +} + +.milestone-pm .slds-lookup__item-action { + font-size: 0.8125rem; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: 0.25rem 0.5rem; + color: #16325c; + text-align: left; + width: 100%; + line-height: 1.5; + border-radius: 0; +} + +.milestone-pm .slds-lookup__item-action:hover, .milestone-pm .slds-lookup__item-action:focus, .milestone-pm .slds-lookup__item-action.slds-has-focus { + outline: 0; + cursor: pointer; + background-color: #f4f6f9; + color: #16325c; + text-decoration: none; +} + +.milestone-pm .slds-lookup__item-action .slds-icon { + margin-right: 0.5rem; +} + +.milestone-pm .slds-lookup__item-action--label { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-lookup__item-action--label .slds-icon { + margin-right: 0.75rem; +} + +.milestone-pm .slds-lookup__search-input { + width: 100%; +} + +.milestone-pm .slds-lookup__result-text { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; +} + +.milestone-pm .slds-lookup__result-meta { + display: block; + margin-top: -0.25rem; +} + +.milestone-pm .slds-lookup__pill-container { + padding: 0 0.5rem 0.25rem; +} + +.milestone-pm .slds-lookup mark { + font-weight: 700; + background-color: transparent; +} + +.milestone-pm .slds-lookup.slds-is-open .slds-lookup__menu { + display: block; +} + +.milestone-pm .slds-lookup.slds-has-selection .slds-lookup__search-input { + display: none; +} + +.milestone-pm .slds-lookup[data-select=single] .slds-pill, .milestone-pm .slds-lookup[data-select=multi] .slds-pill { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-lookup[data-select=single] .slds-pill__remove, .milestone-pm .slds-lookup[data-select=multi] .slds-pill__remove { + margin-left: auto; +} + +.milestone-pm .slds-lookup.slds-has-selection .slds-input, .milestone-pm .slds-lookup.slds-has-selection .slds-input__icon { + display: none; +} + +.milestone-pm .slds-avatar { + overflow: hidden; + display: inline-block; + vertical-align: middle; + border-radius: 0.25rem; + line-height: 1; +} + +.milestone-pm .slds-avatar:hover, .milestone-pm .slds-avatar:focus:hover { + color: currentColor; +} + +.milestone-pm .slds-avatar--x-small { + width: 1.25rem; + height: 1.25rem; +} + +.milestone-pm .slds-avatar--small { + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-avatar--medium { + width: 2rem; + height: 2rem; +} + +.milestone-pm .slds-avatar--large { + width: 3rem; + height: 3rem; +} + +.milestone-pm .slds-avatar--circle { + border-radius: 50%; +} + +.milestone-pm .slds-avatar--empty { + border: 1px dashed #d8dde6; +} + +.milestone-pm .slds-image { + display: block; + position: relative; +} + +.milestone-pm .slds-image__crop { + display: block; + position: relative; + overflow: hidden; +} + +.milestone-pm .slds-image__crop img { + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + max-width: 200%; +} + +.milestone-pm .slds-image__crop:after { + content: ''; + display: block; +} + +.milestone-pm .slds-image__crop--1-by-1 { + padding-top: 100%; +} + +.milestone-pm .slds-image__crop--16-by-9 { + padding-top: 56.25%; +} + +.milestone-pm .slds-image__crop--4-by-3 { + padding-top: 75%; +} + +.milestone-pm .slds-image__title { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: 0.5rem; +} + +.milestone-pm .slds-image__title--overlay { + color: white; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.milestone-pm .slds-image__title--overlay .slds-image__text { + z-index: 1; +} + +.milestone-pm .slds-image__title--card { + background: #f4f6f9; + position: absolute; + bottom: 0; + left: 0; + right: 0; +} + +.milestone-pm .slds-image--overlay { + content: ''; + background: rgba(0, 0, 0, 0.4); + color: white; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 1; +} + +.milestone-pm .slds-image--card { + background: white; + border-top: 1px solid #f4f6f9; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16); +} + +.milestone-pm .slds-image__icon { + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + margin-top: -1rem; +} + +.milestone-pm .slds-image__actions { + position: absolute; + top: 0.5rem; + right: 0.5rem; +} + +.milestone-pm .slds-table { + background-color: white; +} + +.milestone-pm .slds-table th, .milestone-pm .slds-table td { + padding: 0.5rem; + white-space: nowrap; + position: relative; +} + +.milestone-pm .slds-table th { + font-weight: 400; +} + +.milestone-pm .slds-table:not(.slds-no-row-hover) tbody tr:hover > td, .milestone-pm .slds-table:not(.slds-no-row-hover) tbody tr:hover > th { + background-color: #f4f6f9; +} + +.milestone-pm .slds-table tbody tr.slds-is-selected > td, .milestone-pm .slds-table tbody tr.slds-is-selected > th, .milestone-pm .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > td, .milestone-pm .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > th { + background-color: #f0f8fc; +} + +.milestone-pm .slds-table .slds-cell-wrap { + white-space: normal; +} + +.milestone-pm .slds-table .slds-cell-shrink { + width: 1%; +} + +.milestone-pm .slds-table .slds-cell-buffer--left { + padding-left: 1.5rem; +} + +.milestone-pm .slds-table .slds-cell-buffer--right { + padding-right: 1.5rem; +} + +.milestone-pm .slds-table--cell-buffer tr > th:first-child, .milestone-pm .slds-table--cell-buffer tr > td:first-child { + padding-left: 1.5rem; +} + +.milestone-pm .slds-table--cell-buffer tr > th:last-child, .milestone-pm .slds-table--cell-buffer tr > td:last-child { + padding-right: 1.5rem; +} + +.milestone-pm .slds-table--bordered { + border-top: 1px solid #d8dde6; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered thead > tr + tr > th { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered tbody td, .milestone-pm .slds-table--bordered tbody th { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover > td:not(.slds-is-selected), .milestone-pm .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover > th:not(.slds-is-selected) { + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--col-bordered td + td, .milestone-pm .slds-table--col-bordered th + th, .milestone-pm .slds-table--col-bordered th + td, .milestone-pm .slds-table--col-bordered td + th { + border-left: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--striped tbody tr:nth-of-type(even) > td, .milestone-pm .slds-table--striped tbody tr:nth-of-type(even) > th { + background-color: #f4f6f9; +} + +.milestone-pm th.slds-is-sortable { + cursor: pointer; + padding: 0; +} + +.milestone-pm th.slds-is-sortable .slds-button { + visibility: hidden; + margin-left: 0.5rem; +} + +.milestone-pm th.slds-is-sortable .slds-button__icon { + fill: #0070d2; +} + +.milestone-pm th.slds-is-sortable:hover { + background-color: #f4f6f9; + color: #0070d2; +} + +.milestone-pm th.slds-is-sortable:hover .slds-button { + visibility: visible; +} + +.milestone-pm .slds-th__action { + display: -ms-flexbox; + display: flex; + padding: 0.5rem; +} + +.milestone-pm .slds-th__action:focus, .milestone-pm .slds-th__action:hover { + outline: 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-th__action:focus .slds-is-sortable__icon, .milestone-pm .slds-th__action:hover .slds-is-sortable__icon { + display: inline-block; +} + +.milestone-pm .slds-is-sortable__icon { + width: 0.75rem; + height: 0.75rem; + margin-left: 0.25rem; + display: none; +} + +.milestone-pm .slds-is-sorted .slds-is-sortable__icon { + display: inline-block; +} + +.milestone-pm .slds-is-sorted--asc .slds-is-sortable__icon { + transform: rotate(180deg); +} + +.milestone-pm .slds-is-resizable .slds-th__action:hover, .milestone-pm .slds-is-resizable .slds-th__action:focus { + box-shadow: #d8dde6 -0.25rem 0 0 inset; +} + +.milestone-pm .slds-resizable { + max-width: 100%; +} + +.milestone-pm .slds-resizable__handle { + position: absolute; + right: 0; + top: 0; + width: 0.25rem; + height: 100%; + background: #0070d2; + display: block; + cursor: col-resize; + opacity: 0; + z-index: 5000; +} + +.milestone-pm .slds-resizable__handle:hover, .milestone-pm .slds-resizable__handle:focus, .milestone-pm .slds-resizable__handle:active { + opacity: 1; +} + +.milestone-pm .slds-resizable__divider { + position: absolute; + right: 0; + height: 100vh; + width: 1px; + background: #0070d2; +} + +.milestone-pm .slds-resizable__input:focus ~ .slds-resizable__handle { + opacity: 1; +} + +.milestone-pm .slds-table--fixed-layout { + table-layout: fixed; + width: 100%; + white-space: nowrap; +} + +.milestone-pm .slds-table--fixed-layout thead { + background-color: white; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink { + width: 3rem; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:nth-child(n) { + padding-left: 0; + padding-right: 0; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:first-child { + text-align: right; + padding-right: 0.5rem; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:last-child { + text-align: left; + padding-left: 0.5rem; +} + +.milestone-pm .slds-table--compact th, .milestone-pm .slds-table--compact td { + padding: 0.25rem 0.5rem; +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked { + border: 0; + } + + .milestone-pm .slds-max-medium-table--stacked thead { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; + } + + .milestone-pm .slds-max-medium-table--stacked th { + border-top: 0; + } + + .milestone-pm .slds-max-medium-table--stacked tr { + display: block; + border-top: 2px solid #d8dde6; + } + + .milestone-pm .slds-max-medium-table--stacked th, .milestone-pm .slds-max-medium-table--stacked td { + display: block; + padding: 0.75rem; + max-width: 100%; + width: 100%; + clear: both; + white-space: normal; + overflow: hidden; + text-align: left; + } + + .milestone-pm .slds-max-medium-table--stacked th.slds-truncate, .milestone-pm .slds-max-medium-table--stacked td.slds-truncate { + max-width: 100%; + } + + .milestone-pm .slds-max-medium-table--stacked th:before, .milestone-pm .slds-max-medium-table--stacked td:before { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; + display: block; + padding-bottom: 0.25rem; + content: attr(data-label); + } + + .milestone-pm .slds-max-medium-table--stacked tr > td:first-child, .milestone-pm .slds-max-medium-table--stacked tr > td:last-child { + padding: 0.75rem; + } + + .milestone-pm .slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover td, .milestone-pm .slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover th { + background-color: inherit !important; + box-shadow: none !important; + } + + .milestone-pm .slds-max-medium-table--stacked .slds-is-interactive .slds-button { + visibility: visible; + } + + .milestone-pm .slds-max-medium-table--stacked .slds-cell-shrink { + width: auto; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked td:before, .milestone-pm .slds-max-medium-table--stacked th:before { + padding-bottom: 0.25rem; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked-horizontal { + border: 0; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal thead { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th { + border-top: 0; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal tr { + display: block; + border-top: 2px solid #d8dde6; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th, .milestone-pm .slds-max-medium-table--stacked-horizontal td { + display: block; + padding: 0.75rem; + max-width: 100%; + width: 100%; + clear: both; + white-space: normal; + overflow: hidden; + text-align: left; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th.slds-truncate, .milestone-pm .slds-max-medium-table--stacked-horizontal td.slds-truncate { + max-width: 100%; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th:before, .milestone-pm .slds-max-medium-table--stacked-horizontal td:before { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; + display: block; + padding-bottom: 0.25rem; + content: attr(data-label); + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal tr > td:first-child, .milestone-pm .slds-max-medium-table--stacked-horizontal tr > td:last-child { + padding: 0.75rem; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover td, .milestone-pm .slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover th { + background-color: inherit !important; + box-shadow: none !important; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-is-interactive .slds-button { + visibility: visible; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-cell-shrink { + width: auto; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked-horizontal td { + text-align: right; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td:before { + float: left; + margin-top: 0.125rem; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-truncate { + max-width: 100%; + } +} + +.milestone-pm .slds-table--edit_container:focus { + outline: none; +} + +.milestone-pm .slds-table--edit_container:focus:before { + content: ' '; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + background-color: rgba(240, 248, 252, 0.75); + box-shadow: 0 0 0 4px #1589ee inset; +} + +.milestone-pm .slds-table--edit_container:focus .slds-table--edit_container-message { + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 20rem; + margin-top: -2.25rem; + margin-left: -10rem; + background-color: white; + text-align: center; + z-index: 1; +} + +.milestone-pm .slds-table--edit_container-message { + display: none; +} + +.milestone-pm .slds-table--edit .slds-button__icon--edit:focus { + fill: #1589ee; +} + +.milestone-pm .slds-table--edit th, .milestone-pm .slds-table--edit td { + padding: 0; +} + +.milestone-pm .slds-table--edit .slds-cell-edit:hover { + background-color: white; + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--edit tbody tr { + counter-increment: row-number; +} + +.milestone-pm .slds-table--edit tbody tr:hover .slds-cell-marker, .milestone-pm .slds-table--edit tbody tr:hover .slds-is-edited:not(.slds-has-focus) { + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--edit .slds-row-number:after { + content: counter(row-number); +} + +.milestone-pm .slds-cell-marker { + background-color: #f4f6f9; +} + +.milestone-pm .slds-cell-edit { + min-height: 2.3125rem; + padding: 0.5rem; +} + +.milestone-pm .slds-cell-edit .slds-button__icon--edit, .milestone-pm .slds-cell-edit .slds-button__icon--lock { + opacity: 0; +} + +.milestone-pm .slds-cell-edit:hover .slds-button__icon--edit, .milestone-pm .slds-cell-edit:focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-cell-edit:hover .slds-button__icon--edit:hover, .milestone-pm .slds-cell-edit:hover .slds-button__icon--edit:focus, .milestone-pm .slds-cell-edit:focus .slds-button__icon--edit:hover, .milestone-pm .slds-cell-edit:focus .slds-button__icon--edit:focus { + fill: #1589ee; +} + +.milestone-pm .slds-cell-edit:hover .slds-button__icon--lock, .milestone-pm .slds-cell-edit:focus .slds-button__icon--lock { + opacity: 0.5; +} + +.milestone-pm .slds-cell-edit .slds-cell-edit__button { + width: 1.25rem; + height: 1.25rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-cell-edit.slds-has-focus { + background-color: white; + outline: 0; + box-shadow: #0070d2 0 0 0 1px inset; +} + +.milestone-pm .slds-cell-edit.slds-has-focus .slds-button__icon--edit, .milestone-pm .slds-cell-edit.slds-has-focus .slds-button__icon--lock { + opacity: 1; +} + +.milestone-pm .slds-cell-edit.slds-has-focus:hover { + box-shadow: #0070d2 0 0 0 1px inset; +} + +.milestone-pm .slds-cell-edit.slds-has-focus a:focus { + text-decoration: underline; + outline: none; +} + +.milestone-pm .slds-cell-edit.slds-is-edited, .milestone-pm .slds-cell-edit.slds-is-edited:hover { + background-color: #faffbd; +} + +.milestone-pm .slds-cell-edit.slds-has-error, .milestone-pm .slds-cell-edit.slds-has-error:hover { + background-color: #faffbd; + border: 1px solid #c23934; + box-shadow: #c23934 0 0 0 1px inset; +} + +.milestone-pm .slds-no-cell-focus .slds-has-focus { + background: #f4f6f9; + border: 0; + box-shadow: none; +} + +.milestone-pm .slds-no-cell-focus .slds-has-focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-cell-error { + padding-left: 0; +} + +.milestone-pm .slds-cell-edit__button:focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-form-element__label--edit { + margin: 0 0.125rem 0; +} + +.milestone-pm .slds-popover--edit { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.milestone-pm .slds-popover--edit .slds-popover__body { + padding: 0.25rem 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-popover--edit .slds-form-element__help { + width: 100%; + padding-left: 0.75rem; +} + +.milestone-pm .slds-table--header-fixed_container { + position: relative; + padding-top: 2rem; + border-top: 1px solid #d8dde6; + background-color: white; + background-image: linear-gradient(to bottom, white, white 1.9375rem, #d8dde6 1.9375rem, #d8dde6 2rem, white 2rem, white); +} + +.milestone-pm .slds-cell-fixed { + position: absolute; + top: 0; + min-height: 2rem; +} + +.milestone-pm .slds-table--header-fixed { + border-top: 0; +} + +.milestone-pm .slds-table--header-fixed thead th { + position: static; + border-top: 0; +} + +.milestone-pm .slds-table--header-fixed tbody tr:first-child td, .milestone-pm .slds-table--header-fixed tbody tr:first-child th { + border: 0; +} + +.milestone-pm .slds-tree-container, .milestone-pm .slds-tree_container { + min-width: 7.5rem; + max-width: 25rem; +} + +.milestone-pm .slds-tree-container > .slds-text-heading--label, .milestone-pm .slds-tree_container > .slds-text-heading--label { + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-tree__item { + display: -ms-flexbox; + display: flex; + line-height: 1.875rem; + padding-left: 1rem; +} + +.milestone-pm .slds-tree__item .slds-is-disabled { + visibility: hidden; +} + +.milestone-pm .slds-tree__item a { + color: #16325c; +} + +.milestone-pm .slds-tree__item a:hover, .milestone-pm .slds-tree__item a:focus { + text-decoration: none; +} + +.milestone-pm .slds-tree__item:hover, .milestone-pm .slds-tree__item:focus { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-tree .slds-is-selected { + background: #f0f8fc; + box-shadow: #0070d2 4px 0 0 inset; +} + +.milestone-pm .slds-tree .slds-is-hovered, .milestone-pm .slds-tree .slds-is-focused { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-tree [aria-level="1"] > .slds-tree__item { + padding-left: 1.5rem; +} + +.milestone-pm .slds-tree [aria-level="2"] > .slds-tree__item { + padding-left: 3rem; +} + +.milestone-pm .slds-tree [aria-level="3"] > .slds-tree__item { + padding-left: 4.5rem; +} + +.milestone-pm .slds-tree [aria-level="4"] > .slds-tree__item { + padding-left: 6rem; +} + +.milestone-pm .slds-tree [aria-level="5"] > .slds-tree__item { + padding-left: 7.5rem; +} + +.milestone-pm .slds-tree [aria-level="6"] > .slds-tree__item { + padding-left: 9rem; +} + +.milestone-pm .slds-tree [aria-level="7"] > .slds-tree__item { + padding-left: 10.5rem; +} + +.milestone-pm .slds-tree [aria-level="8"] > .slds-tree__item { + padding-left: 12rem; +} + +.milestone-pm .slds-tree [aria-level="9"] > .slds-tree__item { + padding-left: 13.5rem; +} + +.milestone-pm .slds-tree [aria-level="10"] > .slds-tree__item { + padding-left: 15rem; +} + +.milestone-pm .slds-tree [aria-level="11"] > .slds-tree__item { + padding-left: 16.5rem; +} + +.milestone-pm .slds-tree [aria-level="12"] > .slds-tree__item { + padding-left: 18rem; +} + +.milestone-pm .slds-tree [aria-level="13"] > .slds-tree__item { + padding-left: 19.5rem; +} + +.milestone-pm .slds-tree [aria-level="14"] > .slds-tree__item { + padding-left: 21rem; +} + +.milestone-pm .slds-tree [aria-level="15"] > .slds-tree__item { + padding-left: 22.5rem; +} + +.milestone-pm .slds-tree [aria-level="16"] > .slds-tree__item { + padding-left: 24rem; +} + +.milestone-pm .slds-tree [aria-level="17"] > .slds-tree__item { + padding-left: 25.5rem; +} + +.milestone-pm .slds-tree [aria-level="18"] > .slds-tree__item { + padding-left: 27rem; +} + +.milestone-pm .slds-tree [aria-level="19"] > .slds-tree__item { + padding-left: 28.5rem; +} + +.milestone-pm .slds-tree [aria-level="20"] > .slds-tree__item { + padding-left: 30rem; +} + +.milestone-pm .slds-tree [aria-expanded=false] > .slds-tree__item > .slds-button[aria-controls] > .slds-button__icon, .milestone-pm .slds-tree [aria-expanded=false] > .slds-tree__item > .slds-button[aria-controls] > span > .slds-button__icon { + transition: 0.2s transform ease-in-out; + transform: rotate(0deg); +} + +.milestone-pm .slds-tree [aria-expanded=true] > .slds-tree__item > .slds-button[aria-controls] > .slds-button__icon, .milestone-pm .slds-tree [aria-expanded=true] > .slds-tree__item > .slds-button[aria-controls] > span > .slds-button__icon { + transition: 0.2s transform ease-in-out; + transform: rotate(90deg); +} + +.milestone-pm .slds-tree .slds-button { + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-tree .slds-pill { + margin-left: 0.75rem; +} + +.milestone-pm .slds-table--tree .slds-tree__item { + line-height: 1.5rem; +} + +.milestone-pm .slds-table--tree .slds-tree__item a { + color: #0070d2; +} + +.milestone-pm .slds-table--tree .slds-tree__item a:hover { + text-decoration: underline; +} + +.milestone-pm .slds-table--tree__toggle { + margin-left: -0.25rem; +} + +.milestone-pm .slds-grid { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-grid--frame { + min-width: 100vw; + min-height: 100vh; + overflow: hidden; +} + +.milestone-pm .slds-grid--vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.milestone-pm .slds-grid--vertical-reverse { + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; +} + +.milestone-pm .slds-grid--reverse { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.milestone-pm .slds-col, .milestone-pm [class*=slds-col--padded] { + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.milestone-pm .slds-col--padded { + padding-right: 0.75rem; + padding-left: 0.75rem; +} + +.milestone-pm .slds-col--padded-medium { + padding-right: 1rem; + padding-left: 1rem; +} + +.milestone-pm .slds-col--padded-large { + padding-right: 1.5rem; + padding-left: 1.5rem; +} + +.milestone-pm .slds-col--padded-around { + padding: 0.75rem; +} + +.milestone-pm .slds-col--padded-around-medium { + padding: 1rem; +} + +.milestone-pm .slds-col--padded-around-large { + padding: 1.5rem; +} + +.milestone-pm .slds-grid--pull-padded { + margin-right: -0.75rem; + margin-left: -0.75rem; +} + +.milestone-pm .slds-grid--pull-padded-medium { + margin-right: -1rem; + margin-left: -1rem; +} + +.milestone-pm .slds-grid--pull-padded-large { + margin-right: -1.5rem; + margin-left: -1.5rem; +} + +@media (min-width: 64em) { + .milestone-pm .slds-col-rule--top { + border-top: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--right { + border-right: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--bottom { + border-bottom: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--left { + border-left: 1px solid #f4f6f9; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-col--rule-top { + border-top: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-right { + border-right: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-bottom { + border-bottom: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-left { + border-left: 1px solid #f4f6f9; + } +} + +.milestone-pm .slds-wrap { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: start; + -ms-grid-row-align: flex-start; + align-items: flex-start; +} + +.milestone-pm .slds-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; +} + +@media (min-width: 30em) { + .milestone-pm .slds-nowrap--small { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-nowrap--medium { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-nowrap--large { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 20em) { + .milestone-pm .slds-x-small-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 30em) { + .milestone-pm .slds-small-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-medium-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-large-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +.milestone-pm .slds-has-flexi-truncate { + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 0; +} + +.milestone-pm .slds-no-flex { + -ms-flex: none; + flex: none; +} + +.milestone-pm .slds-no-space { + min-width: 0; +} + +.milestone-pm .slds-grow { + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-grow-none { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-shrink { + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.milestone-pm .slds-shrink-none { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-text-longform ul.slds-grid { + margin-left: 0; + list-style: none; +} + +.milestone-pm .slds-grid--align-center { + -ms-flex-pack: center; + justify-content: center; +} + +.milestone-pm .slds-grid--align-center .slds-col, .milestone-pm .slds-grid--align-center [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-space { + -ms-flex-pack: distribute; + justify-content: space-around; +} + +.milestone-pm .slds-grid--align-space .slds-col, .milestone-pm .slds-grid--align-space [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-spread { + -ms-flex-pack: justify; + justify-content: space-between; +} + +.milestone-pm .slds-grid--align-spread .slds-col, .milestone-pm .slds-grid--align-spread [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-end { + -ms-flex-pack: end; + justify-content: flex-end; +} + +.milestone-pm .slds-grid--align-end .slds-col, .milestone-pm .slds-grid--align-end [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--vertical-align-start { + -ms-flex-align: start; + -ms-grid-row-align: flex-start; + align-items: flex-start; + -ms-flex-line-pack: start; + align-content: flex-start; +} + +.milestone-pm .slds-grid--vertical-align-center { + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; + -ms-flex-line-pack: center; + align-content: center; +} + +.milestone-pm .slds-grid--vertical-align-end { + -ms-flex-align: end; + -ms-grid-row-align: flex-end; + align-items: flex-end; + -ms-flex-line-pack: end; + align-content: flex-end; +} + +.milestone-pm .slds-align-top { + vertical-align: top; + -ms-flex-item-align: start; + align-self: flex-start; +} + +.milestone-pm .slds-align-middle { + vertical-align: middle; + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-align-bottom { + vertical-align: bottom; + -ms-flex-item-align: end; + align-self: flex-end; +} + +.milestone-pm .slds-align-content-center { + -ms-flex: 1; + flex: 1; + -ms-flex-item-align: center; + align-self: center; + -ms-flex-pack: center; + justify-content: center; +} + +.milestone-pm .slds-grid--vertical-stretch { + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; +} + +.milestone-pm .slds-col--bump-top { + margin-top: auto; +} + +.milestone-pm .slds-col--bump-right { + margin-right: auto; +} + +.milestone-pm .slds-col--bump-bottom { + margin-right: auto; +} + +.milestone-pm .slds-col--bump-left { + margin-left: auto; +} + +.milestone-pm .slds-container--small { + max-width: 30rem; +} + +.milestone-pm .slds-container--medium { + max-width: 48rem; +} + +.milestone-pm .slds-container--large { + max-width: 64rem; +} + +.milestone-pm .slds-container--x-large { + max-width: 80rem; +} + +.milestone-pm .slds-container--fluid { + width: 100%; +} + +.milestone-pm .slds-container--center { + margin-left: auto; + margin-right: auto; +} + +.milestone-pm .slds-container--left { + margin-right: auto; +} + +.milestone-pm .slds-container--right { + margin-left: auto; +} + +.milestone-pm .slds-grid--overflow { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} + +.milestone-pm .slds-grid--overflow .slds-col { + min-width: 11.25em; + max-width: 22.5em; +} + +.milestone-pm .slds-align--absolute-center { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; +} + +.milestone-pm .slds-media { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.milestone-pm .slds-media__figure { + -ms-flex-negative: 0; + flex-shrink: 0; + margin-right: 0.75rem; +} + +.milestone-pm .slds-media__body { + -ms-flex: 1; + flex: 1; + min-width: 0; +} + +.milestone-pm .slds-media__body, .milestone-pm .slds-media__body > :last-child { + margin-bottom: 0; +} + +.milestone-pm .slds-media--small .slds-media__figure { + margin-right: 0.25rem; +} + +.milestone-pm .slds-media--large .slds-media__figure { + margin-right: 1.5rem; +} + +.milestone-pm .slds-media--small .slds-media__figure--reverse { + margin-left: 0.25rem; +} + +.milestone-pm .slds-media--large .slds-media__figure--reverse { + margin-left: 1.5rem; +} + +.milestone-pm .slds-media--center { + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; +} + +.milestone-pm .slds-media__figure--reverse { + margin: 0 0 0 0.75rem; +} + +.milestone-pm .slds-media--reverse > .slds-media__figure { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-media--reverse.slds-media--small .slds-media__figure { + margin-left: 0.25rem; +} + +.milestone-pm .slds-media--double > .slds-media__figure { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-media--double .slds-media__figure--reverse { + -ms-flex-order: 3; + order: 3; + margin: 0 0 0 1rem; +} + +.milestone-pm .slds-media--double .slds-media__body { + -ms-flex-order: 2; + order: 2; +} + +@media (max-width: 48em) { + .milestone-pm .slds-media--responsive { + display: block; + } + + .milestone-pm .slds-media--responsive .slds-media__figure { + margin: 0 0 0.75rem; + } +} + +.milestone-pm .slds-m-top--none { + margin-top: 0 !important; +} + +.milestone-pm .slds-m-top--none { + margin-top: 0; +} + +.milestone-pm .slds-m-right--none { + margin-right: 0 !important; +} + +.milestone-pm .slds-m-right--none { + margin-right: 0; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0 !important; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0; +} + +.milestone-pm .slds-m-left--none { + margin-left: 0 !important; +} + +.milestone-pm .slds-m-left--none { + margin-left: 0; +} + +.milestone-pm .slds-m-vertical--none { + margin-top: 0; + margin-bottom: 0; +} + +.milestone-pm .slds-m-horizontal--none { + margin-right: 0; + margin-left: 0; +} + +.milestone-pm .slds-m-around--none { + margin: 0; +} + +.milestone-pm .slds-m-top--xxx-small { + margin-top: 0.125rem; +} + +.milestone-pm .slds-m-right--xxx-small { + margin-right: 0.125rem; +} + +.milestone-pm .slds-m-bottom--xxx-small { + margin-bottom: 0.125rem; +} + +.milestone-pm .slds-m-left--xxx-small { + margin-left: 0.125rem; +} + +.milestone-pm .slds-m-vertical--xxx-small { + margin-top: 0.125rem; + margin-bottom: 0.125rem; +} + +.milestone-pm .slds-m-horizontal--xxx-small { + margin-right: 0.125rem; + margin-left: 0.125rem; +} + +.milestone-pm .slds-m-around--xxx-small { + margin: 0.125rem; +} + +.milestone-pm .slds-m-top--xx-small { + margin-top: 0.25rem; +} + +.milestone-pm .slds-m-right--xx-small { + margin-right: 0.25rem; +} + +.milestone-pm .slds-m-bottom--xx-small { + margin-bottom: 0.25rem; +} + +.milestone-pm .slds-m-left--xx-small { + margin-left: 0.25rem; +} + +.milestone-pm .slds-m-vertical--xx-small { + margin-top: 0.25rem; + margin-bottom: 0.25rem; +} + +.milestone-pm .slds-m-horizontal--xx-small { + margin-right: 0.25rem; + margin-left: 0.25rem; +} + +.milestone-pm .slds-m-around--xx-small { + margin: 0.25rem; +} + +.milestone-pm .slds-m-top--x-small { + margin-top: 0.5rem; +} + +.milestone-pm .slds-m-right--x-small { + margin-right: 0.5rem; +} + +.milestone-pm .slds-m-bottom--x-small { + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-m-left--x-small { + margin-left: 0.5rem; +} + +.milestone-pm .slds-m-vertical--x-small { + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-m-horizontal--x-small { + margin-right: 0.5rem; + margin-left: 0.5rem; +} + +.milestone-pm .slds-m-around--x-small { + margin: 0.5rem; +} + +.milestone-pm .slds-m-top--small { + margin-top: 0.75rem; +} + +.milestone-pm .slds-m-right--small { + margin-right: 0.75rem; +} + +.milestone-pm .slds-m-bottom--small { + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-m-left--small { + margin-left: 0.75rem; +} + +.milestone-pm .slds-m-vertical--small { + margin-top: 0.75rem; + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-m-horizontal--small { + margin-right: 0.75rem; + margin-left: 0.75rem; +} + +.milestone-pm .slds-m-around--small { + margin: 0.75rem; +} + +.milestone-pm .slds-m-top--medium { + margin-top: 1rem; +} + +.milestone-pm .slds-m-right--medium { + margin-right: 1rem; +} + +.milestone-pm .slds-m-bottom--medium { + margin-bottom: 1rem; +} + +.milestone-pm .slds-m-left--medium { + margin-left: 1rem; +} + +.milestone-pm .slds-m-vertical--medium { + margin-top: 1rem; + margin-bottom: 1rem; +} + +.milestone-pm .slds-m-horizontal--medium { + margin-right: 1rem; + margin-left: 1rem; +} + +.milestone-pm .slds-m-around--medium { + margin: 1rem; +} + +.milestone-pm .slds-m-top--large { + margin-top: 1.5rem; +} + +.milestone-pm .slds-m-right--large { + margin-right: 1.5rem; +} + +.milestone-pm .slds-m-bottom--large { + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-m-left--large { + margin-left: 1.5rem; +} + +.milestone-pm .slds-m-vertical--large { + margin-top: 1.5rem; + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-m-horizontal--large { + margin-right: 1.5rem; + margin-left: 1.5rem; +} + +.milestone-pm .slds-m-around--large { + margin: 1.5rem; +} + +.milestone-pm .slds-m-top--x-large { + margin-top: 2rem; +} + +.milestone-pm .slds-m-right--x-large { + margin-right: 2rem; +} + +.milestone-pm .slds-m-bottom--x-large { + margin-bottom: 2rem; +} + +.milestone-pm .slds-m-left--x-large { + margin-left: 2rem; +} + +.milestone-pm .slds-m-vertical--x-large { + margin-top: 2rem; + margin-bottom: 2rem; +} + +.milestone-pm .slds-m-horizontal--x-large { + margin-right: 2rem; + margin-left: 2rem; +} + +.milestone-pm .slds-m-around--x-large { + margin: 2rem; +} + +.milestone-pm .slds-m-top--xx-large { + margin-top: 3rem; +} + +.milestone-pm .slds-m-right--xx-large { + margin-right: 3rem; +} + +.milestone-pm .slds-m-bottom--xx-large { + margin-bottom: 3rem; +} + +.milestone-pm .slds-m-left--xx-large { + margin-left: 3rem; +} + +.milestone-pm .slds-m-vertical--xx-large { + margin-top: 3rem; + margin-bottom: 3rem; +} + +.milestone-pm .slds-m-horizontal--xx-large { + margin-right: 3rem; + margin-left: 3rem; +} + +.milestone-pm .slds-m-around--xx-large { + margin: 3rem; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0; +} + +.milestone-pm .slds-p-top--none { + padding-top: 0 !important; +} + +.milestone-pm .slds-p-top--none { + padding-top: 0; +} + +.milestone-pm .slds-p-right--none { + padding-right: 0 !important; +} + +.milestone-pm .slds-p-right--none { + padding-right: 0; +} + +.milestone-pm .slds-p-bottom--none { + padding-bottom: 0 !important; +} + +.milestone-pm .slds-p-bottom--none { + padding-bottom: 0; +} + +.milestone-pm .slds-p-left--none { + padding-left: 0 !important; +} + +.milestone-pm .slds-p-left--none { + padding-left: 0; +} + +.milestone-pm .slds-p-vertical--none { + padding-top: 0; + padding-bottom: 0; +} + +.milestone-pm .slds-p-horizontal--none { + padding-right: 0; + padding-left: 0; +} + +.milestone-pm .slds-p-around--none { + padding: 0; +} + +.milestone-pm .slds-p-top--xxx-small { + padding-top: 0.125rem; +} + +.milestone-pm .slds-p-right--xxx-small { + padding-right: 0.125rem; +} + +.milestone-pm .slds-p-bottom--xxx-small { + padding-bottom: 0.125rem; +} + +.milestone-pm .slds-p-left--xxx-small { + padding-left: 0.125rem; +} + +.milestone-pm .slds-p-vertical--xxx-small { + padding-top: 0.125rem; + padding-bottom: 0.125rem; +} + +.milestone-pm .slds-p-horizontal--xxx-small { + padding-right: 0.125rem; + padding-left: 0.125rem; +} + +.milestone-pm .slds-p-around--xxx-small { + padding: 0.125rem; +} + +.milestone-pm .slds-p-top--xx-small { + padding-top: 0.25rem; +} + +.milestone-pm .slds-p-right--xx-small { + padding-right: 0.25rem; +} + +.milestone-pm .slds-p-bottom--xx-small { + padding-bottom: 0.25rem; +} + +.milestone-pm .slds-p-left--xx-small { + padding-left: 0.25rem; +} + +.milestone-pm .slds-p-vertical--xx-small { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.milestone-pm .slds-p-horizontal--xx-small { + padding-right: 0.25rem; + padding-left: 0.25rem; +} + +.milestone-pm .slds-p-around--xx-small { + padding: 0.25rem; +} + +.milestone-pm .slds-p-top--x-small { + padding-top: 0.5rem; +} + +.milestone-pm .slds-p-right--x-small { + padding-right: 0.5rem; +} + +.milestone-pm .slds-p-bottom--x-small { + padding-bottom: 0.5rem; +} + +.milestone-pm .slds-p-left--x-small { + padding-left: 0.5rem; +} + +.milestone-pm .slds-p-vertical--x-small { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.milestone-pm .slds-p-horizontal--x-small { + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.milestone-pm .slds-p-around--x-small { + padding: 0.5rem; +} + +.milestone-pm .slds-p-top--small { + padding-top: 0.75rem; +} + +.milestone-pm .slds-p-right--small { + padding-right: 0.75rem; +} + +.milestone-pm .slds-p-bottom--small { + padding-bottom: 0.75rem; +} + +.milestone-pm .slds-p-left--small { + padding-left: 0.75rem; +} + +.milestone-pm .slds-p-vertical--small { + padding-top: 0.75rem; + padding-bottom: 0.75rem; +} + +.milestone-pm .slds-p-horizontal--small { + padding-right: 0.75rem; + padding-left: 0.75rem; +} + +.milestone-pm .slds-p-around--small { + padding: 0.75rem; +} + +.milestone-pm .slds-p-top--medium { + padding-top: 1rem; +} + +.milestone-pm .slds-p-right--medium { + padding-right: 1rem; +} + +.milestone-pm .slds-p-bottom--medium { + padding-bottom: 1rem; +} + +.milestone-pm .slds-p-left--medium { + padding-left: 1rem; +} + +.milestone-pm .slds-p-vertical--medium { + padding-top: 1rem; + padding-bottom: 1rem; +} + +.milestone-pm .slds-p-horizontal--medium { + padding-right: 1rem; + padding-left: 1rem; +} + +.milestone-pm .slds-p-around--medium { + padding: 1rem; +} + +.milestone-pm .slds-p-top--large { + padding-top: 1.5rem; +} + +.milestone-pm .slds-p-right--large { + padding-right: 1.5rem; +} + +.milestone-pm .slds-p-bottom--large { + padding-bottom: 1.5rem; +} + +.milestone-pm .slds-p-left--large { + padding-left: 1.5rem; +} + +.milestone-pm .slds-p-vertical--large { + padding-top: 1.5rem; + padding-bottom: 1.5rem; +} + +.milestone-pm .slds-p-horizontal--large { + padding-right: 1.5rem; + padding-left: 1.5rem; +} + +.milestone-pm .slds-p-around--large { + padding: 1.5rem; +} + +.milestone-pm .slds-p-top--x-large { + padding-top: 2rem; +} + +.milestone-pm .slds-p-right--x-large { + padding-right: 2rem; +} + +.milestone-pm .slds-p-bottom--x-large { + padding-bottom: 2rem; +} + +.milestone-pm .slds-p-left--x-large { + padding-left: 2rem; +} + +.milestone-pm .slds-p-vertical--x-large { + padding-top: 2rem; + padding-bottom: 2rem; +} + +.milestone-pm .slds-p-horizontal--x-large { + padding-right: 2rem; + padding-left: 2rem; +} + +.milestone-pm .slds-p-around--x-large { + padding: 2rem; +} + +.milestone-pm .slds-p-top--xx-large { + padding-top: 3rem; +} + +.milestone-pm .slds-p-right--xx-large { + padding-right: 3rem; +} + +.milestone-pm .slds-p-bottom--xx-large { + padding-bottom: 3rem; +} + +.milestone-pm .slds-p-left--xx-large { + padding-left: 3rem; +} + +.milestone-pm .slds-p-vertical--xx-large { + padding-top: 3rem; + padding-bottom: 3rem; +} + +.milestone-pm .slds-p-horizontal--xx-large { + padding-right: 3rem; + padding-left: 3rem; +} + +.milestone-pm .slds-p-around--xx-large { + padding: 3rem; +} + +.milestone-pm .slds-float--left { + float: left; +} + +.milestone-pm .slds-float--right { + float: right; +} + +.milestone-pm .slds-clearfix:after { + content: ''; + display: table; + clear: both; +} + +.milestone-pm .slds-clear { + clear: both; +} + +.milestone-pm .slds-text-link--reset { + cursor: pointer; + line-height: inherit; + font-size: inherit; +} + +.milestone-pm .slds-text-link--reset:active { + outline: none; +} + +.milestone-pm .slds-text-link--reset, .milestone-pm .slds-text-link--reset:active, .milestone-pm .slds-text-link--reset:focus, .milestone-pm .slds-text-link--reset:hover { + color: inherit; + text-decoration: inherit; +} + +.milestone-pm .slds-text-link { + color: #0070d2; + text-decoration: none; + transition: color 0.1s linear; +} + +.milestone-pm .slds-text-link:hover, .milestone-pm .slds-text-link:focus { + text-decoration: underline; + color: #005fb2; +} + +.milestone-pm .slds-text-link:active { + color: #00396b; +} + +.milestone-pm .slds-has-blur-focus { + color: currentColor; +} + +.milestone-pm .slds-has-blur-focus:hover, .milestone-pm .slds-has-blur-focus:focus, .milestone-pm .slds-has-blur-focus:active { + color: currentColor; + text-decoration: none; +} + +.milestone-pm .slds-has-blur-focus:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-type-focus { + border-bottom: 1px solid transparent; + border-radius: 0; + color: #16325c; + cursor: pointer; +} + +.milestone-pm .slds-type-focus:hover, .milestone-pm .slds-type-focus:focus { + border-bottom: 1px solid #005fb2; +} + +.milestone-pm .slds-has-block-links a { + display: block; + text-decoration: none; +} + +.milestone-pm .slds-has-block-links .slds-is-nested { + margin-left: 1rem; +} + +.milestone-pm .slds-has-block-links--space .slds-list__item, .milestone-pm .slds-has-block-links--space .slds-item { + padding: 0; +} + +.milestone-pm .slds-has-block-links--space a { + display: block; + text-decoration: none; + padding: 0.75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-has-block-links--space a { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-inline-block-links a { + display: inline-block; + text-decoration: none; +} + +.milestone-pm .slds-has-inline-block-links--space a { + display: inline-block; + text-decoration: none; + padding: 0.75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-has-inline-block-links--space a { + padding: 0.5rem; + } +} + +.milestone-pm .slds-list--vertical-space .slds-list__item + .slds-list__item, .milestone-pm .slds-list--vertical-space .slds-item + .slds-item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-list--vertical-space-medium .slds-list__item + .slds-list__item, .milestone-pm .slds-list--vertical-space-medium .slds-item + .slds-item { + margin-top: 1rem; +} + +.milestone-pm .slds-is-nested { + margin-left: 1rem; +} + +.milestone-pm .slds-list--dotted { + margin-left: 1.5rem; + list-style: disc; +} + +.milestone-pm .slds-list--ordered { + margin-left: 1.5rem; + list-style: decimal; +} + +.milestone-pm .slds-has-dividers--top > .slds-list__item, .milestone-pm .slds-has-dividers--top > .slds-item { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-dividers--top-space > .slds-list__item, .milestone-pm .slds-has-dividers--top-space > .slds-item { + border-top: 1px solid #d8dde6; + padding: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--top-space > .slds-list__item, .milestone-pm .slds-has-dividers--top-space > .slds-item { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-dividers--bottom > .slds-list__item, .milestone-pm .slds-has-dividers--bottom > .slds-item { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-dividers--bottom-space > .slds-list__item, .milestone-pm .slds-has-dividers--bottom-space > .slds-item { + border-bottom: 1px solid #d8dde6; + padding: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--bottom-space > .slds-list__item, .milestone-pm .slds-has-dividers--bottom-space > .slds-item { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-dividers--around > .slds-item { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-clip: padding-box; +} + +.milestone-pm .slds-has-dividers--around > .slds-item + .slds-item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-has-dividers--around-space > .slds-item { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-clip: padding-box; + padding: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--around-space > .slds-item { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-dividers--around-space > .slds-item + .slds-item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-has-list-interactions > .slds-list__item:hover, .milestone-pm .slds-has-list-interactions > .slds-item:hover { + background-color: #f4f6f9; + border-color: #d8dde6; + cursor: pointer; +} + +.milestone-pm .slds-has-list-interactions > .slds-list__item:active, .milestone-pm .slds-has-list-interactions > .slds-item:active { + background-color: #eef1f6; + box-shadow: #d8dde6 0 -1px 0 inset; +} + +.milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected, .milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected { + box-shadow: #0070d2 0 0 0 1px inset; + background-color: #f0f8fc; +} + +.milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected:hover, .milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected:focus, .milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected:hover, .milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected:focus { + box-shadow: #1589ee 0 -2px 0 inset, #1589ee 0 0 0 1px inset; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item { + padding: 0.5rem; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item:hover { + background-color: #f4f6f9; + border-color: #d8dde6; + cursor: pointer; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item:active { + background-color: #eef1f6; + box-shadow: #d8dde6 0 -1px 0 inset; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected { + box-shadow: #0070d2 0 0 0 1px inset; + background-color: #f0f8fc; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected:hover, .milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected:focus { + box-shadow: #1589ee 0 -2px 0 inset, #1589ee 0 0 0 1px inset; +} + +.milestone-pm .slds-has-cards > .slds-list__item { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-clip: padding-box; +} + +.milestone-pm .slds-has-cards > .slds-list__item + .slds-list__item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-has-cards--space > .slds-list__item { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-clip: padding-box; + padding: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-cards--space > .slds-list__item { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-cards--space > .slds-list__item + .slds-list__item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-list--horizontal { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-list--horizontal > .slds-list__item { + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-list--horizontal-large > .slds-list__item > a { + padding: 0.75rem 1rem; +} + +.milestone-pm .slds-has-dividers--left > .slds-list__item, .milestone-pm .slds-has-dividers--left > .slds-item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-dividers--left > .slds-list__item:before, .milestone-pm .slds-has-dividers--left > .slds-item:before { + width: 2px; + height: 2px; + content: ''; + display: inline-block; + vertical-align: middle; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-dividers--left > .slds-list__item:first-child, .milestone-pm .slds-has-dividers--left > .slds-item:first-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-dividers--left > .slds-list__item:first-child:before, .milestone-pm .slds-has-dividers--left > .slds-item:first-child:before { + content: none; +} + +.milestone-pm .slds-has-dividers--right > .slds-list__item, .milestone-pm .slds-has-dividers--right > .slds-item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-dividers--right > .slds-list__item:after, .milestone-pm .slds-has-dividers--right > .slds-item:after { + width: 2px; + height: 2px; + content: ''; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-dividers--right > .slds-list__item:last-child, .milestone-pm .slds-has-dividers--right > .slds-item:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-dividers--right > .slds-list__item:last-child:after, .milestone-pm .slds-has-dividers--right > .slds-item:last-child:after { + content: none; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:after { + width: 2px; + height: 2px; + content: ''; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:last-child:after { + content: none; +} + +.milestone-pm .slds-has-divider { + margin-top: 0.5rem; + padding-top: 0.5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--top { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--top-space { + border-top: 1px solid #d8dde6; + margin-top: 0.5rem; + padding-top: 0.5rem; +} + +.milestone-pm .slds-has-divider--right { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-divider--right:after { + width: 2px; + height: 2px; + content: ''; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-divider--right:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-divider--right:last-child:after { + content: none; +} + +.milestone-pm .slds-has-divider--bottom { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--bottom-space { + border-bottom: 1px solid #d8dde6; + margin-bottom: 0.5rem; + padding-bottom: 0.5rem; +} + +.milestone-pm .slds-has-divider--left { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-divider--left:before { + width: 2px; + height: 2px; + content: ''; + display: inline-block; + vertical-align: middle; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-divider--left:first-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-divider--left:first-child:before { + content: none; +} + +.milestone-pm .slds-dl--inline:after { + content: ''; + display: table; + clear: both; +} + +@media (min-width: 48em) { + .milestone-pm .slds-dl--inline__label { + float: left; + clear: left; + } + + .milestone-pm .slds-dl--inline__detail { + float: left; + padding-left: 0.25rem; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-dl--horizontal { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: start; + align-items: flex-start; + display: -ms-flexbox; + display: flex; + } + + .milestone-pm .slds-dl--horizontal__label { + width: 30%; + padding-right: 0.75rem; + } + + .milestone-pm .slds-dl--horizontal__detail { + width: 70%; + } +} + +.milestone-pm .slds-list--horizontal .slds-item--label { + width: 30%; + padding-right: 0.75rem; +} + +.milestone-pm .slds-list--horizontal .slds-item--detail { + width: 70%; +} + +.milestone-pm .slds-list--vertical .slds-item--label, .milestone-pm .slds-list--vertical .slds-item--detail { + display: block; +} + +.milestone-pm .slds-list--inline { + display: -ms-inline-flexbox; + display: inline-flex; + max-width: 100%; +} + +.milestone-pm .slds-list--inline .slds-item--label { + max-width: 180px; + padding-right: 0.75rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-list--inline .slds-item--label ~ .slds-item--label { + padding-left: 1rem; +} + +.milestone-pm .slds-list--inline .slds-item--detail { + min-width: 0; +} + +.milestone-pm .slds-truncate { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.milestone-pm .slds-truncate_container--25 { + max-width: 25%; +} + +.milestone-pm .slds-truncate_container--50 { + max-width: 50%; +} + +.milestone-pm .slds-truncate_container--75 { + max-width: 75%; +} + +.milestone-pm .slds-truncate_container--33 { + max-width: 33%; +} + +.milestone-pm .slds-truncate_container--66 { + max-width: 66%; +} + +.milestone-pm .slds-hyphenate { + overflow-wrap: break-word; + word-wrap: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +.milestone-pm .slds-box { + padding: 1rem; + border-radius: 0.25rem; + background-clip: padding-box; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-box--x-small { + padding: 0.5rem; +} + +.milestone-pm .slds-box--small { + padding: 0.75rem; +} + +.milestone-pm .slds-box--border { + padding: 0; + border-radius: 0.25rem; + background-clip: padding-box; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-theme--default { + background-color: white; +} + +.milestone-pm .slds-theme--shade { + background-color: #f4f6f9; +} + +.milestone-pm .slds-theme--inverse { + background-color: #061c3f; + color: white; + border-color: #061c3f; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--alt-inverse { + background-color: #16325c; + color: white; + border-color: #16325c; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--success { + color: white; + background-color: #04844b; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--success a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--success a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--info { + color: white; + background-color: #54698d; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--info a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--info a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--warning { + background-color: #ffb75d; + color: #16325c; +} + +.milestone-pm .slds-theme--warning .slds-button__icon { + fill: #54698d; +} + +.milestone-pm .slds-theme--error { + color: white; + background-color: #c23934; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--error a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--error a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--offline { + color: white; + background-color: #444; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--offline a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--offline a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--alert-texture { + background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.025) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.025) 50%, rgba(0, 0, 0, 0.025) 75%, transparent 75%, transparent); + background-size: 64px 64px; +} + +.milestone-pm .slds-theme--inverse-text { + color: white; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--default .slds-text-body--small, .milestone-pm .slds-theme--shade .slds-text-body--small, .milestone-pm .slds-theme--inverse .slds-text-body--small, .milestone-pm .slds-theme--alt-inverse .slds-text-body--small, .milestone-pm .slds-theme--success .slds-text-body--small, .milestone-pm .slds-theme--info .slds-text-body--small, .milestone-pm .slds-theme--warning .slds-text-body--small, .milestone-pm .slds-theme--error .slds-text-body--small, .milestone-pm .slds-theme--offline .slds-text-body--small, .milestone-pm .slds-theme--alert-texture .slds-text-body--small, .milestone-pm .slds-theme--inverse-text .slds-text-body--small { + color: inherit; +} + +.milestone-pm .slds-text-body--regular { + font-size: 0.8125rem; +} + +.milestone-pm .slds-text-body--small { + font-size: 0.75rem; + color: #54698d; +} + +.milestone-pm .slds-text-heading--large { + font-weight: 300; + font-size: 1.75rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--medium { + font-weight: 300; + font-size: 1.25rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--small { + font-size: 1rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--label { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; +} + +.milestone-pm .slds-text-heading--label-normal { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; +} + +.milestone-pm .slds-text-title { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; +} + +.milestone-pm .slds-text-title--caps { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; +} + +.milestone-pm .slds-line-height--reset { + line-height: 1; +} + +.milestone-pm .slds-text-color--default { + color: #16325c; +} + +.milestone-pm .slds-text-color--weak { + color: #54698d; +} + +.milestone-pm .slds-text-color--error { + color: #c23934; +} + +.milestone-pm .slds-text-align--left { + text-align: left; +} + +.milestone-pm .slds-text-align--center { + text-align: center; +} + +.milestone-pm .slds-text-align--right { + text-align: right; +} + +.milestone-pm .slds-text-longform h1, .milestone-pm .slds-text-longform h2, .milestone-pm .slds-text-longform h3, .milestone-pm .slds-text-longform p, .milestone-pm .slds-text-longform ul, .milestone-pm .slds-text-longform ol, .milestone-pm .slds-text-longform dl, .milestone-pm .slds-text-longform img { + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-text-longform ul { + margin-left: 1.5rem; + list-style: disc; +} + +.milestone-pm .slds-text-longform ol { + margin-left: 1.5rem; + list-style: decimal; +} + +.milestone-pm .slds-section { + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-section__title { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + font-size: 1rem; +} + +.milestone-pm .slds-section__title-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + background: #f4f6f9; + cursor: pointer; + width: 100%; + text-align: left; + color: currentColor; + font-size: inherit; + padding: 0 0.5rem; +} + +.milestone-pm .slds-section__title-action:hover, .milestone-pm .slds-section__title-action:focus, .milestone-pm .slds-section__title-action:active { + background: #eef1f6; + color: inherit; +} + +.milestone-pm .slds-section__content { + visibility: hidden; + opacity: 0; + height: 0; +} + +.milestone-pm .slds-section__title-action-icon { + transform: rotate(-90deg); +} + +.milestone-pm .slds-section.slds-is-open .slds-section__title-action-icon { + transform: rotate(0deg); + transform-origin: 45%; +} + +.milestone-pm .slds-section.slds-is-open .slds-section__content { + padding-top: 0.75rem; + visibility: visible; + opacity: 1; + height: auto; +} + +.milestone-pm .slds-section-title { + font-size: 1rem; +} + +.milestone-pm .slds-section-title > a { + display: inline-block; + color: #16325c; +} + +.milestone-pm .slds-section-title > a:hover, .milestone-pm .slds-section-title > a:focus { + color: #005fb2; +} + +.milestone-pm .slds-section-title > a:focus { + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-section-title > a:active { + color: #16325c; +} + +.milestone-pm .slds-section-title .slds-icon { + width: 1rem; + height: 1rem; + fill: currentColor; +} + +.milestone-pm .slds-section-title .slds-section-group--is-closed .slds-icon { + transform: rotate(-90deg); +} + +.milestone-pm .slds-section-title--divider { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; + padding: 0.75rem 1rem; + background: #f4f6f9; +} + +.milestone-pm .slds-scrollable { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: 0.5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-scrollable--y { + -webkit-overflow-scrolling: touch; + max-height: 100%; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: 0.5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-scrollable--x { + -webkit-overflow-scrolling: touch; + max-width: 100%; + overflow: hidden; + overflow-x: auto; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: 0.5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-size--xx-small { + width: 6rem; +} + +.milestone-pm .slds-size--x-small { + width: 12rem; +} + +.milestone-pm .slds-size--small { + width: 15rem; +} + +.milestone-pm .slds-size--medium { + width: 20rem; +} + +.milestone-pm .slds-size--large { + width: 25rem; +} + +.milestone-pm .slds-size--x-large { + width: 40rem; +} + +.milestone-pm .slds-size--xx-large { + width: 60rem; +} + +.milestone-pm .slds-size--1-of-1 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-2 { + width: 50%; +} + +.milestone-pm .slds-size--2-of-2 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-3 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--2-of-3 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--3-of-3 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-4 { + width: 25%; +} + +.milestone-pm .slds-size--2-of-4 { + width: 50%; +} + +.milestone-pm .slds-size--3-of-4 { + width: 75%; +} + +.milestone-pm .slds-size--4-of-4 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-5 { + width: 20%; +} + +.milestone-pm .slds-size--2-of-5 { + width: 40%; +} + +.milestone-pm .slds-size--3-of-5 { + width: 60%; +} + +.milestone-pm .slds-size--4-of-5 { + width: 80%; +} + +.milestone-pm .slds-size--5-of-5 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-6 { + width: 16.6666666667%; +} + +.milestone-pm .slds-size--2-of-6 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--3-of-6 { + width: 50%; +} + +.milestone-pm .slds-size--4-of-6 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--5-of-6 { + width: 83.3333333333%; +} + +.milestone-pm .slds-size--6-of-6 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-7 { + width: 14.2857142857%; +} + +.milestone-pm .slds-size--2-of-7 { + width: 28.5714285714%; +} + +.milestone-pm .slds-size--3-of-7 { + width: 42.8571428571%; +} + +.milestone-pm .slds-size--4-of-7 { + width: 57.1428571429%; +} + +.milestone-pm .slds-size--5-of-7 { + width: 71.4285714286%; +} + +.milestone-pm .slds-size--6-of-7 { + width: 85.7142857143%; +} + +.milestone-pm .slds-size--7-of-7 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-8 { + width: 12.5%; +} + +.milestone-pm .slds-size--2-of-8 { + width: 25%; +} + +.milestone-pm .slds-size--3-of-8 { + width: 37.5%; +} + +.milestone-pm .slds-size--4-of-8 { + width: 50%; +} + +.milestone-pm .slds-size--5-of-8 { + width: 62.5%; +} + +.milestone-pm .slds-size--6-of-8 { + width: 75%; +} + +.milestone-pm .slds-size--7-of-8 { + width: 87.5%; +} + +.milestone-pm .slds-size--8-of-8 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-12 { + width: 8.3333333333%; +} + +.milestone-pm .slds-size--2-of-12 { + width: 16.6666666667%; +} + +.milestone-pm .slds-size--3-of-12 { + width: 25%; +} + +.milestone-pm .slds-size--4-of-12 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--5-of-12 { + width: 41.6666666667%; +} + +.milestone-pm .slds-size--6-of-12 { + width: 50%; +} + +.milestone-pm .slds-size--7-of-12 { + width: 58.3333333333%; +} + +.milestone-pm .slds-size--8-of-12 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--9-of-12 { + width: 75%; +} + +.milestone-pm .slds-size--10-of-12 { + width: 83.3333333333%; +} + +.milestone-pm .slds-size--11-of-12 { + width: 91.6666666667%; +} + +.milestone-pm .slds-size--12-of-12 { + width: 100%; +} + +.milestone-pm .slds-order--1 { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-order--2 { + -ms-flex-order: 2; + order: 2; +} + +.milestone-pm .slds-order--3 { + -ms-flex-order: 3; + order: 3; +} + +.milestone-pm .slds-order--4 { + -ms-flex-order: 4; + order: 4; +} + +.milestone-pm .slds-order--5 { + -ms-flex-order: 5; + order: 5; +} + +.milestone-pm .slds-order--6 { + -ms-flex-order: 6; + order: 6; +} + +.milestone-pm .slds-order--7 { + -ms-flex-order: 7; + order: 7; +} + +.milestone-pm .slds-order--8 { + -ms-flex-order: 8; + order: 8; +} + +.milestone-pm .slds-order--9 { + -ms-flex-order: 9; + order: 9; +} + +.milestone-pm .slds-order--10 { + -ms-flex-order: 10; + order: 10; +} + +.milestone-pm .slds-order--11 { + -ms-flex-order: 11; + order: 11; +} + +.milestone-pm .slds-order--12 { + -ms-flex-order: 12; + order: 12; +} + +@media (min-width: 20em) { + .milestone-pm .slds-x-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-x-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-x-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-x-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-x-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-x-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-x-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-x-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-x-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-x-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-x-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-x-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-x-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-x-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-x-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-x-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-x-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-x-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-x-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-x-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-x-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-x-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-x-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-x-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-x-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-x-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-x-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-x-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-x-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-x-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-x-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-x-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-x-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-x-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-x-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-x-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-x-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-x-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-x-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-x-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-x-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-x-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 20em) { + .milestone-pm .slds-max-x-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-x-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-x-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-x-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-x-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-x-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-x-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-x-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-x-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-x-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-x-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-x-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-x-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-x-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-x-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-x-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-x-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-x-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-x-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-x-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-x-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-x-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-x-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-x-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-x-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-x-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-x-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-x-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-x-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-x-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-x-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-x-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-x-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 30em) { + .milestone-pm .slds-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 30em) { + .milestone-pm .slds-max-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-medium-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-medium-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-medium-size--small { + width: 15rem; + } + + .milestone-pm .slds-medium-size--medium { + width: 20rem; + } + + .milestone-pm .slds-medium-size--large { + width: 25rem; + } + + .milestone-pm .slds-medium-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-medium-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-medium-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-medium-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-medium-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-medium-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-medium-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-medium-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-medium-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-medium-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-medium-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-medium-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-medium-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-medium-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-medium-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-medium-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-medium-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-medium-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-medium-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-medium-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-medium-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-medium-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-medium-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-medium-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-medium-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-medium-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-medium-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-medium-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-medium-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-medium-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-medium-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-medium-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-medium-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-medium-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-medium-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-medium-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-medium-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-medium-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-medium-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-medium-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-medium-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-medium-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-medium-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-medium-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-medium-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-medium-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-medium-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-medium-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-medium-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-medium-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-medium-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-medium-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-medium-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-medium-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-medium-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-medium-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-medium-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-medium-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-medium-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-medium-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-medium-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-medium-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-medium-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-medium-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-medium-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-medium-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-medium-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-medium-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-medium-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-medium-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-medium-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-medium-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-medium-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-medium-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-medium-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-medium-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-medium-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-medium-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-medium-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-medium-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-medium-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-medium-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-medium-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-medium-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-medium-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-medium-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-medium-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-medium-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-medium-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-large-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-large-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-large-size--small { + width: 15rem; + } + + .milestone-pm .slds-large-size--medium { + width: 20rem; + } + + .milestone-pm .slds-large-size--large { + width: 25rem; + } + + .milestone-pm .slds-large-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-large-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-large-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-large-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-large-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-large-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-large-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-large-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-large-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-large-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-large-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-large-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-large-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-large-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-large-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-large-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-large-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-large-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-large-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-large-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-large-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-large-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-large-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-large-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-large-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-large-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-large-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-large-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-large-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-large-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-large-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-large-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-large-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-large-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-large-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-large-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-large-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-large-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-large-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-large-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-large-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-large-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-large-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-large-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-large-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-large-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-large-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-large-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 64em) { + .milestone-pm .slds-max-large-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-large-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-large-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-large-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-large-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-large-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-large-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-large-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-large-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-large-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-large-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-large-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-large-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-large-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-large-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-large-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-large-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-large-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-large-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-large-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-large-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-large-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-large-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-large-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-large-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-large-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-large-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-large-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-large-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-large-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-large-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-large-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-large-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-large-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-large-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-large-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-large-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-large-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-large-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-large-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-large-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-large-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +.milestone-pm .slds-is-relative { + position: relative; +} + +.milestone-pm .slds-is-static { + position: static; +} + +.milestone-pm .slds-hide { + display: none; +} + +.milestone-pm .slds-show { + display: block; +} + +.milestone-pm .slds-show--inline-block { + display: inline-block; +} + +.milestone-pm .slds-show--inline { + display: inline; +} + +.milestone-pm .slds-hidden { + visibility: hidden; +} + +.milestone-pm .slds-visible { + visibility: visible; +} + +.milestone-pm .slds-transition-hide { + opacity: 0; +} + +.milestone-pm .slds-transition-show { + opacity: 1; +} + +.milestone-pm .slds-is-collapsed { + height: 0; + overflow: hidden; +} + +.milestone-pm .slds-collapsed { + height: 0; + overflow: hidden; +} + +.milestone-pm .slds-is-expanded { + height: auto; + overflow: visible; +} + +.milestone-pm .slds-expanded { + height: auto; + overflow: visible; +} + +.milestone-pm .slds-assistive-text { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; +} + +.milestone-pm .slds-assistive-text--focus:focus { + margin: inherit !important; + border: inherit !important; + padding: inherit !important; + width: auto !important; + height: auto !important; + overflow: visible !important; + clip: auto !important; +} + +.milestone-pm .slds-x-small-show { + display: none; +} + +@media (min-width: 320px) { + .milestone-pm .slds-x-small-show { + display: block; + } + + .milestone-pm .slds-x-small-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-x-small-show--inline { + display: inline; + } +} + +.milestone-pm .slds-x-small-show-only { + display: none; +} + +@media (min-width: 320px) and (max-width: 479px) { + .milestone-pm .slds-x-small-show-only { + display: block; + } + + .milestone-pm .slds-x-small-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-x-small-show-only--inline { + display: inline; + } +} + +@media (max-width: 479px) { + .milestone-pm .slds-max-x-small-hide { + display: none; + } +} + +.milestone-pm .slds-small-show { + display: none; +} + +@media (min-width: 480px) { + .milestone-pm .slds-small-show { + display: block; + } + + .milestone-pm .slds-small-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-small-show--inline { + display: inline; + } +} + +.milestone-pm .slds-small-show-only { + display: none; +} + +@media (min-width: 480px) and (max-width: 767px) { + .milestone-pm .slds-small-show-only { + display: block; + } + + .milestone-pm .slds-small-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-small-show-only--inline { + display: inline; + } +} + +@media (max-width: 767px) { + .milestone-pm .slds-max-small-hide { + display: none; + } +} + +.milestone-pm .slds-medium-show { + display: none; +} + +@media (min-width: 768px) { + .milestone-pm .slds-medium-show { + display: block; + } + + .milestone-pm .slds-medium-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-medium-show--inline { + display: inline; + } +} + +.milestone-pm .slds-medium-show-only { + display: none; +} + +@media (min-width: 768px) and (max-width: 1023px) { + .milestone-pm .slds-medium-show-only { + display: block; + } + + .milestone-pm .slds-medium-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-medium-show-only--inline { + display: inline; + } +} + +@media (max-width: 1023px) { + .milestone-pm .slds-max-medium-hide { + display: none; + } +} + +.milestone-pm .slds-large-show { + display: none; +} + +@media (min-width: 1024px) { + .milestone-pm .slds-large-show { + display: block; + } + + .milestone-pm .slds-large-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-large-show--inline { + display: inline; + } +} + +@media print { + .milestone-pm *, .milestone-pm *:before, .milestone-pm *:after { + background: transparent !important; + color: #000 !important; + box-shadow: none !important; + text-shadow: none !important; + } + + .milestone-pm a, .milestone-pm a:visited { + text-decoration: underline; + } + + .milestone-pm a[href]:after { + content: " (" attr(href) ")"; + } + + .milestone-pm abbr[title]:after { + content: " (" attr(title) ")"; + } + + .milestone-pm a[href^="#"]:after, .milestone-pm a[href^="javascript:"]:after { + content: ''; + } + + .milestone-pm pre, .milestone-pm blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + + .milestone-pm thead { + display: table-header-group; + } + + .milestone-pm tr, .milestone-pm img { + page-break-inside: avoid; + } + + .milestone-pm img { + max-width: 100% !important; + } + + .milestone-pm p, .milestone-pm h2, .milestone-pm h3 { + orphans: 3; + widows: 3; + } + + .milestone-pm h2, .milestone-pm h3 { + page-break-after: avoid; + } +} \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-ltng.min.css b/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-ltng.min.css new file mode 100644 index 0000000..acd8b5c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-ltng.min.css @@ -0,0 +1,13399 @@ +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-Light.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-Light.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-weight: 300; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-LightItalic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-LightItalic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-style: italic; + font-weight: 300; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-Regular.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-Regular.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-weight: 400; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-Italic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-Italic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-style: italic; + font-weight: 400; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-Bold.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-Bold.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-weight: 700; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-BoldItalic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-BoldItalic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-style: italic; + font-weight: 700; +} + +.milestone-pm html { + font-family: sans-serif; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; +} + +.milestone-pm body { + margin: 0; +} + +.milestone-pm article, .milestone-pm aside, .milestone-pm details, .milestone-pm figcaption, .milestone-pm figure, .milestone-pm footer, .milestone-pm header, .milestone-pm hgroup, .milestone-pm main, .milestone-pm menu, .milestone-pm nav, .milestone-pm section, .milestone-pm summary { + display: block; +} + +.milestone-pm audio, .milestone-pm canvas, .milestone-pm progress, .milestone-pm video { + display: inline-block; + vertical-align: baseline; +} + +.milestone-pm audio:not([controls]) { + display: none; + height: 0; +} + +.milestone-pm [hidden], .milestone-pm template { + display: none; +} + +.milestone-pm a { + background-color: transparent; +} + +.milestone-pm a:active, .milestone-pm a:hover { + outline: 0; +} + +.milestone-pm abbr[title] { + border-bottom: 1px dotted; +} + +.milestone-pm b, .milestone-pm strong { + font-weight: 700; +} + +.milestone-pm dfn { + font-style: italic; +} + +.milestone-pm h1 { + font-size: 2em; + margin: .67em 0; +} + +.milestone-pm mark { + background: #ff0; + color: #000; +} + +.milestone-pm small { + font-size: 80%; +} + +.milestone-pm sub, .milestone-pm sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +.milestone-pm sup { + top: -.5em; +} + +.milestone-pm sub { + bottom: -.25em; +} + +.milestone-pm img { + border: 0; +} + +.milestone-pm svg:not(:root) { + overflow: hidden; +} + +.milestone-pm figure { + margin: 1em 40px; +} + +.milestone-pm hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +.milestone-pm pre { + overflow: auto; +} + +.milestone-pm code, .milestone-pm kbd, .milestone-pm pre, .milestone-pm samp { + font-family: monospace, monospace; + font-size: 1em; +} + +.milestone-pm button, .milestone-pm input, .milestone-pm optgroup, .milestone-pm select, .milestone-pm textarea { + color: inherit; + font: inherit; + margin: 0; +} + +.milestone-pm button { + overflow: visible; +} + +.milestone-pm button, .milestone-pm select { + text-transform: none; +} + +.milestone-pm button, .milestone-pm html input[type=button], .milestone-pm input[type=reset], .milestone-pm input[type=submit] { + -webkit-appearance: button; + cursor: pointer; +} + +.milestone-pm button[disabled], .milestone-pm html input[disabled] { + cursor: default; +} + +.milestone-pm button::-moz-focus-inner, .milestone-pm input::-moz-focus-inner { + border: 0; + padding: 0; +} + +.milestone-pm input { + line-height: normal; +} + +.milestone-pm input[type=checkbox], .milestone-pm input[type=radio] { + box-sizing: border-box; + padding: 0; +} + +.milestone-pm input[type=number]::-webkit-inner-spin-button, .milestone-pm input[type=number]::-webkit-outer-spin-button { + height: auto; +} + +.milestone-pm input[type=search] { + -webkit-appearance: textfield; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box; +} + +.milestone-pm input[type=search]::-webkit-search-cancel-button, .milestone-pm input[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} + +.milestone-pm fieldset { + border: 1px solid silver; + margin: 0 2px; + padding: .35em .625em .75em; +} + +.milestone-pm legend { + border: 0; + padding: 0; +} + +.milestone-pm textarea { + overflow: auto; +} + +.milestone-pm optgroup { + font-weight: 700; +} + +.milestone-pm table { + border-collapse: collapse; + border-spacing: 0; +} + +.milestone-pm td, .milestone-pm th { + padding: 0; +} + +.milestone-pm *, .milestone-pm :after, .milestone-pm :before { + box-sizing: border-box; +} + +.milestone-pm ::-webkit-input-placeholder { + color: #54698d; + font-weight: 400; + font-size: .8125rem; +} + +.milestone-pm ::-moz-placeholder { + color: #54698d; + font-weight: 400; + font-size: .8125rem; +} + +.milestone-pm :-ms-input-placeholder { + color: #54698d; + font-weight: 400; + font-size: .8125rem; +} + +.milestone-pm ::placeholder { + color: #54698d; + font-weight: 400; + font-size: .8125rem; +} + +.milestone-pm ::-moz-selection { + background: #d8edff; + text-shadow: none; + color: #16325c; +} + +.milestone-pm ::selection { + background: #d8edff; + text-shadow: none; + color: #16325c; +} + +.milestone-pm { + font-family: "Salesforce Sans", Arial, sans-serif; + font-size: 100%; + line-height: 1.5; + background: #fff; + color: #16325c; + -webkit-tap-highlight-color: transparent; +} + +.milestone-pm body, .milestone-pm:not(html) { + font-size: .8125rem; + background: 0 0; +} + +.milestone-pm dl, .milestone-pm fieldset, .milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6, .milestone-pm ol, .milestone-pm p, .milestone-pm ul { + margin: 0; + padding: 0; +} + +.milestone-pm dd, .milestone-pm figure { + margin: 0; +} + +.milestone-pm abbr[title], .milestone-pm fieldset, .milestone-pm hr { + border: 0; +} + +.milestone-pm hr { + padding: 0; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6 { + font-weight: inherit; + font-size: 1em; +} + +.milestone-pm ol, .milestone-pm ul { + list-style: none; +} + +.milestone-pm a { + color: #0070d2; + text-decoration: none; + transition: color .1s linear; +} + +.milestone-pm a:focus, .milestone-pm a:hover { + text-decoration: underline; + color: #005fb2; +} + +.milestone-pm a:active { + color: #00396b; +} + +.milestone-pm a, .milestone-pm button { + cursor: pointer; +} + +.milestone-pm b, .milestone-pm dfn, .milestone-pm strong { + font-weight: 700; +} + +.milestone-pm mark { + background-color: #fff03f; + color: #16325c; +} + +.milestone-pm abbr[title] { + cursor: help; +} + +.milestone-pm input[type=search] { + box-sizing: border-box; +} + +.milestone-pm table { + width: 100%; +} + +.milestone-pm caption, .milestone-pm td, .milestone-pm th { + text-align: left; +} + +.milestone-pm hr { + display: block; + margin: 2rem 0; + border-top: 1px solid #d8dde6; + height: 1px; + clear: both; +} + +.milestone-pm audio, .milestone-pm canvas, .milestone-pm iframe, .milestone-pm img, .milestone-pm svg, .milestone-pm video { + vertical-align: middle; +} + +.milestone-pm img { + max-width: 100%; + height: auto; +} + +.milestone-pm .slds-modal--form .slds-modal__content:last-child, .milestone-pm .slds-modal--form .slds-modal__header { + border-radius: 0; + box-shadow: none; +} + +.milestone-pm .slds-modal--form .slds-modal__container { + margin: 0; + padding: 0; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-text-heading--medium { + line-height: 1.5; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button { + display: inline-block; + width: auto; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button:first-child { + float: left; + margin-right: .5rem; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button:first-child + .slds-button { + float: right; + margin-top: 0; + margin-left: .5rem; +} + +.milestone-pm .slds-action-overflow--touch { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 9001; +} + +.milestone-pm .slds-action-overflow--touch__container { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: end; + justify-content: flex-end; + height: 100%; +} + +.milestone-pm .slds-action-overflow--touch__content { + padding-top: 33.33333333333333%; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-action-overflow--touch__body { + position: relative; + top: 2rem; + background: #fff; + box-shadow: 0 -2px 4px rgba(0,0,0,.07); +} + +.milestone-pm .slds-action-overflow--touch__footer { + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0; + border-top: 1px solid #d8dde6; + padding: .75rem 1rem; + background-color: #f4f6f9; + box-shadow: 0 -2px 4px #f4f6f9; +} + +.milestone-pm .slds-media--timeline { + padding-bottom: 1.5rem; + position: relative; +} + +.milestone-pm .slds-media--timeline:before { + content: ''; + background: #d8dde6; + height: 100%; + width: 2px; + position: absolute; + left: .75rem; + top: 0; + bottom: 0; + margin-left: -1px; + z-index: -1; +} + +.milestone-pm .slds-media--timeline:before { + margin-left: 1px; +} + +.milestone-pm .slds-timeline__title { + position: relative; +} + +.milestone-pm .slds-timeline__title-content { + position: relative; + top: -1px; + padding-right: 1rem; + background: #fff; + z-index: 2; +} + +.milestone-pm .slds-timeline__title:after { + position: absolute; + right: 0; + bottom: .5rem; + left: 0; + border-bottom: 1px dashed #d8dde6; + content: ' '; + z-index: 1; +} + +.milestone-pm .slds-timeline__icon { + margin-top: -.75rem; + border: 2px solid #fff; + border-top-width: .75rem; + border-bottom-width: .75rem; +} + +.milestone-pm .slds-timeline__actions { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-align: end; + align-items: flex-end; +} + +.milestone-pm .slds-timeline__date { + margin-bottom: .25rem; + font-size: .75rem; + color: #54698d; +} + +.milestone-pm .slds-timeline__media--call:before { + background: #48c3cc; +} + +.milestone-pm .slds-timeline__media--email:before { + background: #95aec5; +} + +.milestone-pm .slds-timeline__media--event:before { + background: #eb7092; +} + +.milestone-pm .slds-timeline__media--task:before { + background: #4bc076; +} + +.milestone-pm .slds-badge { + background-color: #e0e5ee; + padding: .25rem .5rem; + border-radius: 15rem; + font-size: .625rem; + line-height: 1.25; + text-transform: uppercase; + letter-spacing: .0625em; + color: #16325c; + vertical-align: middle; + white-space: nowrap; +} + +.milestone-pm .slds-badge + .slds-badge { + margin-left: .5rem; +} + +.milestone-pm .slds-badge:empty { + padding: 0; +} + +.milestone-pm .slds-breadcrumb .slds-list__item, .milestone-pm .slds-breadcrumb__item { + position: relative; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:before, .milestone-pm .slds-breadcrumb__item:before { + content: '\003E'; + position: absolute; + left: -.25rem; +} + +.milestone-pm .slds-breadcrumb .slds-list__item > a, .milestone-pm .slds-breadcrumb__item > a { + display: block; + padding: 0 .5rem; +} + +.milestone-pm .slds-breadcrumb .slds-list__item > a:hover, .milestone-pm .slds-breadcrumb__item > a:hover { + text-decoration: none; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:first-child > a, .milestone-pm .slds-breadcrumb__item:first-child > a { + padding-left: 0; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:first-child:before, .milestone-pm .slds-breadcrumb__item:first-child:before { + content: ''; +} + +.milestone-pm .slds-button-group { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-button-group .slds-button { + border-radius: 0; +} + +.milestone-pm .slds-button-group .slds-button + .slds-button, .milestone-pm .slds-button-group .slds-button + .slds-button--last .slds-button { + margin-left: -1px; +} + +.milestone-pm .slds-button-group .slds-button:first-child { + border-radius: .25rem 0 0 .25rem; +} + +.milestone-pm .slds-button-group .slds-button:last-child { + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-button-group .slds-button:focus { + z-index: 1; +} + +.milestone-pm .slds-button-group .slds-button:only-child { + border-radius: .25rem; +} + +.milestone-pm .slds-button-group + .slds-button, .milestone-pm .slds-button-group + .slds-button-group { + margin-left: .25rem; +} + +.milestone-pm .slds-button-group .slds-button--last .slds-button, .milestone-pm .slds-button-group .slds-button.slds-button--last { + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-button { + position: relative; + display: inline-block; + padding: 0; + background: 0 0; + background-clip: border-box; + border: 1px solid transparent; + border-radius: .25rem; + font-size: .75rem; + line-height: 1.875rem; + text-decoration: none; + color: #0070d2; + -webkit-appearance: none; + white-space: normal; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + transition: color 50ms linear, background-color 50ms linear; +} + +.milestone-pm .slds-button:active, .milestone-pm .slds-button:focus, .milestone-pm .slds-button:hover, .milestone-pm .slds-button:visited { + text-decoration: none; +} + +.milestone-pm .slds-button:focus, .milestone-pm .slds-button:hover { + color: #005fb2; +} + +.milestone-pm .slds-button:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-button:active { + color: #00396b; +} + +.milestone-pm .slds-button[disabled] { + color: #d8dde6; +} + +.milestone-pm .slds-button:active .slds-button__icon, .milestone-pm .slds-button:focus .slds-button__icon, .milestone-pm .slds-button:hover .slds-button__icon, .milestone-pm .slds-button[disabled] .slds-button__icon { + fill: currentColor; +} + +.milestone-pm .slds-button + .slds-button-group { + margin-left: .25rem; +} + +.milestone-pm .slds-button + .slds-button { + margin-left: .25rem; +} + +.milestone-pm .slds-button-space-left { + margin-left: .25rem; +} + +.milestone-pm a.slds-button { + text-align: center; +} + +.milestone-pm a.slds-button:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-button__icon--left { + margin-right: .5rem; +} + +.milestone-pm .slds-button__icon--right { + margin-left: .5rem; +} + +.milestone-pm .slds-button--small { + line-height: 1.75rem; + min-height: 2rem; +} + +.milestone-pm .slds-button--neutral { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + border: 1px solid #d8dde6; + background-color: #fff; +} + +.milestone-pm .slds-button--neutral:focus, .milestone-pm .slds-button--neutral:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--neutral:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--neutral[disabled] { + background-color: #fff; + cursor: default; +} + +.milestone-pm .slds-button--hint { + color: #9faab5; +} + +.milestone-pm .slds-button--hint:active, .milestone-pm .slds-button--hint:focus, .milestone-pm .slds-button--hint:hover { + color: #0070d2; +} + +.milestone-pm .slds-hint-parent:focus .slds-button--hint, .milestone-pm .slds-hint-parent:hover .slds-button--hint { + color: #0070d2; +} + +.milestone-pm .slds-button--brand { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + background-color: #0070d2; + border: 1px solid #0070d2; + color: #fff; +} + +.milestone-pm .slds-button--brand:active, .milestone-pm .slds-button--brand:link, .milestone-pm .slds-button--brand:visited { + color: #fff; +} + +.milestone-pm .slds-button--brand:focus, .milestone-pm .slds-button--brand:hover { + background-color: #005fb2; + color: #fff; +} + +.milestone-pm .slds-button--brand:active { + background-color: #00396b; +} + +.milestone-pm .slds-button--brand[disabled] { + background: #e0e5ee; + border-color: transparent; + color: #fff; +} + +.milestone-pm .slds-button--inverse { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + border: 1px solid #d8dde6; + background-color: transparent; +} + +.milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button--inverse:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--inverse:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--inverse[disabled] { + background-color: transparent; + border-color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-button--inverse, .milestone-pm .slds-button--inverse:link, .milestone-pm .slds-button--inverse:visited, .milestone-pm .slds-button-group .slds-button--icon-inverse, .milestone-pm .slds-button-group .slds-button--icon-inverse:link, .milestone-pm .slds-button-group .slds-button--icon-inverse:visited { + color: #e0e5ee; +} + +.milestone-pm .slds-button--inverse:active, .milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button--inverse:hover, .milestone-pm .slds-button-group .slds-button--icon-inverse:active, .milestone-pm .slds-button-group .slds-button--icon-inverse:focus, .milestone-pm .slds-button-group .slds-button--icon-inverse:hover { + color: #0070d2; +} + +.milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button-group .slds-button--icon-inverse:focus { + outline: 0; + box-shadow: 0 0 3px #e0e5ee; +} + +.milestone-pm .slds-button--inverse[disabled], .milestone-pm .slds-button-group .slds-button--icon-inverse[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm a.slds-button--inverse:focus { + outline: 0; + box-shadow: 0 0 3px #e0e5ee; +} + +.milestone-pm .slds-button--destructive { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + background-color: #c23934; + border: 1px solid #c23934; + color: #fff; +} + +.milestone-pm .slds-button--destructive:active, .milestone-pm .slds-button--destructive:link, .milestone-pm .slds-button--destructive:visited { + color: #fff; +} + +.milestone-pm .slds-button--destructive:focus, .milestone-pm .slds-button--destructive:hover { + background-color: #a61a14; + color: #fff; +} + +.milestone-pm .slds-button--destructive:active { + background-color: #870500; + border-color: #870500; +} + +.milestone-pm .slds-button--destructive[disabled] { + background: #e0e5ee; + border-color: transparent; + color: #fff; +} + +.milestone-pm .slds-button--neutral.slds-is-selected { + border-color: transparent; + background-color: transparent; +} + +.milestone-pm .slds-button--neutral.slds-is-selected:focus:not([disabled]), .milestone-pm .slds-button--neutral.slds-is-selected:hover:not([disabled]) { + border: 1px solid #d8dde6; + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--neutral.slds-is-selected:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button__icon--stateful { + width: .75rem; + height: .75rem; + fill: currentColor; +} + +.milestone-pm .slds-button--inverse.slds-is-selected { + border-color: transparent; +} + +.milestone-pm .slds-is-selected[disabled]:focus .slds-text-selected, .milestone-pm .slds-is-selected[disabled]:hover .slds-text-selected, .milestone-pm .slds-text-not-selected, .milestone-pm .slds-text-selected, .milestone-pm .slds-text-selected-focus { + display: block; +} + +.milestone-pm .slds-is-selected .slds-text-not-selected, .milestone-pm .slds-is-selected:focus .slds-text-selected, .milestone-pm .slds-is-selected:hover .slds-text-selected, .milestone-pm .slds-is-selected:not(:hover):not(:focus) .slds-text-selected-focus, .milestone-pm .slds-is-selected[disabled]:hover .slds-text-selected-focus, .milestone-pm .slds-not-selected .slds-text-selected, .milestone-pm .slds-not-selected .slds-text-selected-focus { + display: none; +} + +.milestone-pm .slds-button--icon, .milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-container, .milestone-pm .slds-button--icon-error, .milestone-pm .slds-button--icon-inverse, .milestone-pm .slds-button--icon-more { + line-height: 1; + vertical-align: middle; + color: #54698d; +} + +.milestone-pm .slds-button--icon-bare { + line-height: 1; + vertical-align: middle; + color: #54698d; +} + +.milestone-pm .slds-button--icon-border[disabled]:focus, .milestone-pm .slds-button--icon-border[disabled]:hover { + background-color: transparent; +} + +.milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-border-filled:focus, .milestone-pm .slds-button--icon-border-filled:hover, .milestone-pm .slds-button--icon-border:focus, .milestone-pm .slds-button--icon-border:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--icon-border-filled:active, .milestone-pm .slds-button--icon-border:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--icon-border-inverse { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-border-inverse, .milestone-pm .slds-button--icon-container { + width: 2rem; + height: 2rem; +} + +.milestone-pm .slds-button--icon-border-filled { + background-color: #fff; +} + +.milestone-pm .slds-button--icon-border-filled[disabled] { + border: 1px solid #d8dde6; + background-color: #fff; +} + +.milestone-pm .slds-button--icon-more { + line-height: 1.875rem; + padding: 0 .5rem; + vertical-align: middle; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-more:focus, .milestone-pm .slds-button--icon-more:hover { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-more:focus:focus, .milestone-pm .slds-button--icon-more:focus:hover, .milestone-pm .slds-button--icon-more:hover:focus, .milestone-pm .slds-button--icon-more:hover:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--icon-more:focus:active, .milestone-pm .slds-button--icon-more:hover:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--icon-more:focus .slds-button__icon, .milestone-pm .slds-button--icon-more:hover .slds-button__icon { + fill: #0070d2; +} + +.milestone-pm .slds-button--icon-more:active .slds-button__icon { + fill: #00396b; +} + +.milestone-pm .slds-button--icon-more[disabled] { + cursor: default; +} + +.milestone-pm .slds-button--icon-more[disabled] .slds-button__icon { + fill: #d8dde6; +} + +.milestone-pm .slds-button--icon-border-inverse, .milestone-pm .slds-button--icon-inverse { + color: #fff; +} + +.milestone-pm .slds-button--icon-border-inverse:focus, .milestone-pm .slds-button--icon-border-inverse:hover, .milestone-pm .slds-button--icon-inverse:focus, .milestone-pm .slds-button--icon-inverse:hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-button--icon-border-inverse:active, .milestone-pm .slds-button--icon-inverse:active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-button--icon-border-inverse[disabled], .milestone-pm .slds-button--icon-inverse[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-button--icon-error, .milestone-pm .slds-button--icon-error:active, .milestone-pm .slds-button--icon-error:focus, .milestone-pm .slds-button--icon-error:hover { + color: #c23934; +} + +.milestone-pm .slds-button--icon-border-inverse[disabled] { + border-color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-button--icon-border.slds-is-selected { + background-color: #0070d2; + border: 1px solid #0070d2; + color: #fff; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:active, .milestone-pm .slds-button--icon-border.slds-is-selected:link, .milestone-pm .slds-button--icon-border.slds-is-selected:visited { + color: #fff; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:focus, .milestone-pm .slds-button--icon-border.slds-is-selected:hover { + background-color: #005fb2; + color: #fff; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:active { + background-color: #00396b; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected .slds-button__icon { + fill: #fff; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:focus .slds-button__icon, .milestone-pm .slds-button--icon-border.slds-is-selected:hover .slds-button__icon { + fill: #fff; +} + +.milestone-pm .slds-button--icon-small { + width: 1.5rem; + height: 1.5rem; + border-radius: .125rem; +} + +.milestone-pm .slds-button--icon-x-small { + width: 1.25rem; + height: 1.25rem; + border-radius: .125rem; + line-height: 1; +} + +.milestone-pm .slds-button--icon-x-small .slds-button__icon { + width: .75rem; + height: .75rem; +} + +.milestone-pm .slds-button--icon-xx-small { + width: 1rem; + height: 1rem; + border-radius: .125rem; + line-height: 1; +} + +.milestone-pm .slds-button--icon-xx-small .slds-button__icon { + width: .5rem; + height: .5rem; +} + +.milestone-pm .slds-button__icon { + width: .875rem; + height: .875rem; + fill: currentColor; +} + +.milestone-pm .slds-button__icon--large { + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-button__icon--small { + width: .75rem; + height: .75rem; +} + +.milestone-pm .slds-button__icon--x-small { + width: .5rem; + height: .5rem; +} + +.milestone-pm .slds-button__icon--hint { + fill: #9faab5; +} + +.milestone-pm .slds-button__icon--inverse-hint { + fill: rgba(255,255,255,.5); +} + +.milestone-pm .slds-hint-parent .slds-button--icon-border-inverse { + border-color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-hint-parent .slds-button--icon-border-inverse:focus { + border-color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-hint-parent:focus .slds-button--icon-border-inverse, .milestone-pm .slds-hint-parent:hover .slds-button--icon-border-inverse { + border-color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-hint-parent:focus .slds-button__icon--hint, .milestone-pm .slds-hint-parent:hover .slds-button__icon--hint { + fill: #54698d; +} + +.milestone-pm .slds-hint-parent:focus .slds-button__icon--inverse-hint, .milestone-pm .slds-hint-parent:hover .slds-button__icon--inverse-hint { + fill: rgba(255,255,255,.75); +} + +.milestone-pm .slds-icon__container, .milestone-pm .slds-icon_container { + display: inline-block; + border-radius: .25rem; +} + +.milestone-pm .slds-icon__container--circle, .milestone-pm .slds-icon_container--circle { + padding: .5rem; + border-radius: 50%; +} + +.milestone-pm .slds-icon { + width: 2rem; + height: 2rem; + border-radius: .25rem; + fill: #fff; +} + +.milestone-pm .slds-icon-action-change-owner { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-share { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-info { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-upload { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-change-record-type { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-check { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-download { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-edit-relationship { + background-color: #1dccbf; +} + +.milestone-pm .slds-icon-action-freeze-user { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-manage-perm-sets { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-password-unlock { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-refresh { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-remove { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-reset-password { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-user-activation { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-add-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-action-approval { + background-color: #00c6b7; +} + +.milestone-pm .slds-icon-action-canvas { + background-color: #8199af; +} + +.milestone-pm .slds-icon-action-goal { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-action-opportunity-competitor { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-opportunity-line-item { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-opportunity-team-member { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-question-post-action { + background-color: #32af5c; +} + +.milestone-pm .slds-icon-action-quote { + background-color: #88c651; +} + +.milestone-pm .slds-icon-action-reject { + background-color: #00c6b7; +} + +.milestone-pm .slds-icon-action-social-post { + background-color: #ea74a2; +} + +.milestone-pm .slds-icon-action-fallback { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-action-edit { + background-color: #1dccbf; +} + +.milestone-pm .slds-icon-action-delete { + background-color: #e6717c; +} + +.milestone-pm .slds-icon-action-clone { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-action-follow { + background-color: #31b9f8; +} + +.milestone-pm .slds-icon-action-following { + background-color: #7dcf64; +} + +.milestone-pm .slds-icon-action-join-group { + background-color: #779ef2; +} + +.milestone-pm .slds-icon-action-leave-group { + background-color: #f39e58; +} + +.milestone-pm .slds-icon-action-edit-groups { + background-color: #34becd; +} + +.milestone-pm .slds-icon-action-share-post { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-action-user { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-action-share-file { + background-color: #baac93; +} + +.milestone-pm .slds-icon-action-new-task { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-action-new-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-action-new-opportunity { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-new-case { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-action-new-lead { + background-color: #f88962; +} + +.milestone-pm .slds-icon-action-share-thanks { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-action-share-link { + background-color: #7a9ae6; +} + +.milestone-pm .slds-icon-action-share-poll { + background-color: #699be1; +} + +.milestone-pm .slds-icon-action-new-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-action-new-child-case { + background-color: #fa975c; +} + +.milestone-pm .slds-icon-action-log-a-call { + background-color: #48c3cc; +} + +.milestone-pm .slds-icon-action-new-note { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-new { + background-color: #33bce7; +} + +.milestone-pm .slds-icon-action-filter { + background-color: #fd90b5; +} + +.milestone-pm .slds-icon-action-sort { + background-color: #fab9a5; +} + +.milestone-pm .slds-icon-action-description { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-action-defer { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-action-update { + background-color: #81b4d6; +} + +.milestone-pm .slds-icon-action-log-this-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-action-email { + background-color: #95aec5; +} + +.milestone-pm .slds-icon-action-dial-in { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-action-map { + background-color: #76c6ee; +} + +.milestone-pm .slds-icon-action-call { + background-color: #1fcaa0; +} + +.milestone-pm .slds-icon-action-google-news { + background-color: #f5675b; +} + +.milestone-pm .slds-icon-action-web-link { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-action-submit-for-approval { + background-color: #50cc7a; +} + +.milestone-pm .slds-icon-action-search { + background-color: #48adeb; +} + +.milestone-pm .slds-icon-action-close { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-action-back { + background-color: #0dc2d9; +} + +.milestone-pm .slds-icon-action-office-365 { + background-color: #ff8041; +} + +.milestone-pm .slds-icon-action-concur { + background-color: #4cc3c7; +} + +.milestone-pm .slds-icon-action-dropbox { + background-color: #52aef9; +} + +.milestone-pm .slds-icon-action-evernote { + background-color: #86c86f; +} + +.milestone-pm .slds-icon-action-docusign { + background-color: #5080db; +} + +.milestone-pm .slds-icon-action-more { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-action-notebook { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-new-notebook { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-preview { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-priority { + background-color: #fbb439; +} + +.milestone-pm .slds-icon-action-default-custom-object { + background-color: #8199af; +} + +.milestone-pm .slds-icon-action-new-custom-object { + background-color: #a7d44d; +} + +.milestone-pm .slds-icon-action-lead-convert { + background-color: #f88962; +} + +.milestone-pm .slds-icon-action-new-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-new-person-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-new-campaign { + background-color: #f49756; +} + +.milestone-pm .slds-icon-action-new-group { + background-color: #83b6ff; +} + +.milestone-pm .slds-icon-action-update-status { + background-color: #1ec7be; +} + +.milestone-pm .slds-icon-action-new-custom-1 { + background-color: #ff7b84; +} + +.milestone-pm .slds-icon-action-new-custom-2 { + background-color: #cfd05c; +} + +.milestone-pm .slds-icon-action-new-custom-3 { + background-color: #ecb46c; +} + +.milestone-pm .slds-icon-action-new-custom-4 { + background-color: #e1d951; +} + +.milestone-pm .slds-icon-action-new-custom-5 { + background-color: #9fdb66; +} + +.milestone-pm .slds-icon-action-new-custom-6 { + background-color: #54c473; +} + +.milestone-pm .slds-icon-action-new-custom-7 { + background-color: #6a89e5; +} + +.milestone-pm .slds-icon-action-new-custom-8 { + background-color: #50ceb9; +} + +.milestone-pm .slds-icon-action-new-custom-9 { + background-color: #6b9ee2; +} + +.milestone-pm .slds-icon-action-new-custom-10 { + background-color: #6488e3; +} + +.milestone-pm .slds-icon-action-new-custom-11 { + background-color: #8784ea; +} + +.milestone-pm .slds-icon-action-new-custom-12 { + background-color: #dc71d1; +} + +.milestone-pm .slds-icon-action-new-custom-13 { + background-color: #df6184; +} + +.milestone-pm .slds-icon-action-new-custom-14 { + background-color: #3cc2b3; +} + +.milestone-pm .slds-icon-action-new-custom-15 { + background-color: #f77e75; +} + +.milestone-pm .slds-icon-action-new-custom-16 { + background-color: #e9af67; +} + +.milestone-pm .slds-icon-action-new-custom-17 { + background-color: #acd360; +} + +.milestone-pm .slds-icon-action-new-custom-18 { + background-color: #4dca76; +} + +.milestone-pm .slds-icon-action-new-custom-19 { + background-color: #3abeb1; +} + +.milestone-pm .slds-icon-action-new-custom-20 { + background-color: #48c7c8; +} + +.milestone-pm .slds-icon-action-new-custom-21 { + background-color: #8a7aed; +} + +.milestone-pm .slds-icon-action-new-custom-22 { + background-color: #8b85f9; +} + +.milestone-pm .slds-icon-action-new-custom-23 { + background-color: #b070e6; +} + +.milestone-pm .slds-icon-action-new-custom-24 { + background-color: #e56798; +} + +.milestone-pm .slds-icon-action-new-custom-25 { + background-color: #e46fbe; +} + +.milestone-pm .slds-icon-action-new-custom-26 { + background-color: #7698f0; +} + +.milestone-pm .slds-icon-action-new-custom-27 { + background-color: #5ab0d2; +} + +.milestone-pm .slds-icon-action-new-custom-28 { + background-color: #89c059; +} + +.milestone-pm .slds-icon-action-new-custom-29 { + background-color: #bdd25f; +} + +.milestone-pm .slds-icon-action-new-custom-30 { + background-color: #f59f71; +} + +.milestone-pm .slds-icon-action-new-custom-31 { + background-color: #eb687f; +} + +.milestone-pm .slds-icon-action-new-custom-32 { + background-color: #38c393; +} + +.milestone-pm .slds-icon-action-new-custom-33 { + background-color: #97cf5d; +} + +.milestone-pm .slds-icon-action-new-custom-34 { + background-color: #d58a6a; +} + +.milestone-pm .slds-icon-action-new-custom-35 { + background-color: #e9637e; +} + +.milestone-pm .slds-icon-action-new-custom-36 { + background-color: #d472d4; +} + +.milestone-pm .slds-icon-action-new-custom-37 { + background-color: #8c89f2; +} + +.milestone-pm .slds-icon-action-new-custom-38 { + background-color: #53b6d7; +} + +.milestone-pm .slds-icon-action-new-custom-39 { + background-color: #4fbe75; +} + +.milestone-pm .slds-icon-action-new-custom-40 { + background-color: #83c75e; +} + +.milestone-pm .slds-icon-action-new-custom-41 { + background-color: #43b5b5; +} + +.milestone-pm .slds-icon-action-new-custom-42 { + background-color: #cfd05b; +} + +.milestone-pm .slds-icon-action-new-custom-43 { + background-color: #7f93f9; +} + +.milestone-pm .slds-icon-action-new-custom-44 { + background-color: #c8ca58; +} + +.milestone-pm .slds-icon-action-new-custom-45 { + background-color: #d95879; +} + +.milestone-pm .slds-icon-action-new-custom-46 { + background-color: #67a5e7; +} + +.milestone-pm .slds-icon-action-new-custom-47 { + background-color: #5fcc64; +} + +.milestone-pm .slds-icon-action-new-custom-48 { + background-color: #ef697f; +} + +.milestone-pm .slds-icon-action-new-custom-49 { + background-color: #e25c80; +} + +.milestone-pm .slds-icon-action-new-custom-50 { + background-color: #49bcd3; +} + +.milestone-pm .slds-icon-action-new-custom-51 { + background-color: #d8c760; +} + +.milestone-pm .slds-icon-action-new-custom-52 { + background-color: #ee8e6f; +} + +.milestone-pm .slds-icon-action-new-custom-53 { + background-color: #f36e83; +} + +.milestone-pm .slds-icon-action-new-custom-54 { + background-color: #ea70b1; +} + +.milestone-pm .slds-icon-action-new-custom-55 { + background-color: #d66ee0; +} + +.milestone-pm .slds-icon-action-new-custom-56 { + background-color: #718deb; +} + +.milestone-pm .slds-icon-action-new-custom-57 { + background-color: #5a9cdd; +} + +.milestone-pm .slds-icon-action-new-custom-58 { + background-color: #34b59d; +} + +.milestone-pm .slds-icon-action-new-custom-59 { + background-color: #e3d067; +} + +.milestone-pm .slds-icon-action-new-custom-60 { + background-color: #bf5a88; +} + +.milestone-pm .slds-icon-action-new-custom-61 { + background-color: #f57376; +} + +.milestone-pm .slds-icon-action-new-custom-62 { + background-color: #6b92dc; +} + +.milestone-pm .slds-icon-action-new-custom-63 { + background-color: #7ccf60; +} + +.milestone-pm .slds-icon-action-new-custom-64 { + background-color: #618fd8; +} + +.milestone-pm .slds-icon-action-new-custom-65 { + background-color: #f279ab; +} + +.milestone-pm .slds-icon-action-new-custom-66 { + background-color: #d8be5f; +} + +.milestone-pm .slds-icon-action-new-custom-67 { + background-color: #f87d76; +} + +.milestone-pm .slds-icon-action-new-custom-68 { + background-color: #f26979; +} + +.milestone-pm .slds-icon-action-new-custom-69 { + background-color: #ed6387; +} + +.milestone-pm .slds-icon-action-new-custom-70 { + background-color: #e769b4; +} + +.milestone-pm .slds-icon-action-new-custom-71 { + background-color: #e36ee3; +} + +.milestone-pm .slds-icon-action-new-custom-72 { + background-color: #8d9bfb; +} + +.milestone-pm .slds-icon-action-new-custom-73 { + background-color: #679ef0; +} + +.milestone-pm .slds-icon-action-new-custom-74 { + background-color: #41c8a0; +} + +.milestone-pm .slds-icon-action-new-custom-75 { + background-color: #cd9f65; +} + +.milestone-pm .slds-icon-action-new-custom-76 { + background-color: #db6d7a; +} + +.milestone-pm .slds-icon-action-new-custom-77 { + background-color: #b55d5b; +} + +.milestone-pm .slds-icon-action-new-custom-78 { + background-color: #5a95dd; +} + +.milestone-pm .slds-icon-action-new-custom-79 { + background-color: #8ed363; +} + +.milestone-pm .slds-icon-action-new-custom-80 { + background-color: #659ad5; +} + +.milestone-pm .slds-icon-action-new-custom-81 { + background-color: #da627f; +} + +.milestone-pm .slds-icon-action-new-custom-82 { + background-color: #d15b97; +} + +.milestone-pm .slds-icon-action-new-custom-83 { + background-color: #e7806f; +} + +.milestone-pm .slds-icon-action-new-custom-84 { + background-color: #f6707b; +} + +.milestone-pm .slds-icon-action-new-custom-85 { + background-color: #f26891; +} + +.milestone-pm .slds-icon-action-new-custom-86 { + background-color: #e260ab; +} + +.milestone-pm .slds-icon-action-new-custom-87 { + background-color: #d876e5; +} + +.milestone-pm .slds-icon-action-new-custom-88 { + background-color: #996fe6; +} + +.milestone-pm .slds-icon-action-new-custom-89 { + background-color: #3e99be; +} + +.milestone-pm .slds-icon-action-new-custom-90 { + background-color: #22a48a; +} + +.milestone-pm .slds-icon-action-new-custom-91 { + background-color: #bf7b66; +} + +.milestone-pm .slds-icon-action-new-custom-92 { + background-color: #517e82; +} + +.milestone-pm .slds-icon-action-new-custom-93 { + background-color: #904d4c; +} + +.milestone-pm .slds-icon-action-new-custom-94 { + background-color: #439cba; +} + +.milestone-pm .slds-icon-action-new-custom-95 { + background-color: #8bcf6a; +} + +.milestone-pm .slds-icon-action-new-custom-96 { + background-color: #6d9de3; +} + +.milestone-pm .slds-icon-action-new-custom-97 { + background-color: #dd6085; +} + +.milestone-pm .slds-icon-action-new-custom-98 { + background-color: #e1be5c; +} + +.milestone-pm .slds-icon-action-new-custom-99 { + background-color: #f0856e; +} + +.milestone-pm .slds-icon-action-new-custom-100 { + background-color: #e15d76; +} + +.milestone-pm .slds-icon-action-apex { + background-color: #696e71; +} + +.milestone-pm .slds-icon-action-flow { + background-color: #0079bc; +} + +.milestone-pm .slds-icon-action-announcement { + background-color: #fe8f60; +} + +.milestone-pm .slds-icon-action-record { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-action-log-event { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-action-add-relationship { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-action-remove-relationship { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-action-view-relationship { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-custom-1, .milestone-pm .slds-icon-custom-custom1 { + background-color: #ff7b84; + color: #fff; +} + +.milestone-pm .slds-icon-custom-2, .milestone-pm .slds-icon-custom-custom2 { + background-color: #cfd05c; + color: #fff; +} + +.milestone-pm .slds-icon-custom-3, .milestone-pm .slds-icon-custom-custom3 { + background-color: #ecb46c; + color: #fff; +} + +.milestone-pm .slds-icon-custom-4, .milestone-pm .slds-icon-custom-custom4 { + background-color: #e1d951; + color: #fff; +} + +.milestone-pm .slds-icon-custom-5, .milestone-pm .slds-icon-custom-custom5 { + background-color: #9fdb66; + color: #fff; +} + +.milestone-pm .slds-icon-custom-6, .milestone-pm .slds-icon-custom-custom6 { + background-color: #54c473; + color: #fff; +} + +.milestone-pm .slds-icon-custom-7, .milestone-pm .slds-icon-custom-custom7 { + background-color: #6a89e5; + color: #fff; +} + +.milestone-pm .slds-icon-custom-8, .milestone-pm .slds-icon-custom-custom8 { + background-color: #50ceb9; + color: #fff; +} + +.milestone-pm .slds-icon-custom-9, .milestone-pm .slds-icon-custom-custom9 { + background-color: #6b9ee2; + color: #fff; +} + +.milestone-pm .slds-icon-custom-10, .milestone-pm .slds-icon-custom-custom10 { + background-color: #6488e3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-11, .milestone-pm .slds-icon-custom-custom11 { + background-color: #8784ea; + color: #fff; +} + +.milestone-pm .slds-icon-custom-12, .milestone-pm .slds-icon-custom-custom12 { + background-color: #dc71d1; + color: #fff; +} + +.milestone-pm .slds-icon-custom-13, .milestone-pm .slds-icon-custom-custom13 { + background-color: #df6184; + color: #fff; +} + +.milestone-pm .slds-icon-custom-14, .milestone-pm .slds-icon-custom-custom14 { + background-color: #3cc2b3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-15, .milestone-pm .slds-icon-custom-custom15 { + background-color: #f77e75; + color: #fff; +} + +.milestone-pm .slds-icon-custom-16, .milestone-pm .slds-icon-custom-custom16 { + background-color: #e9af67; + color: #fff; +} + +.milestone-pm .slds-icon-custom-17, .milestone-pm .slds-icon-custom-custom17 { + background-color: #acd360; + color: #fff; +} + +.milestone-pm .slds-icon-custom-18, .milestone-pm .slds-icon-custom-custom18 { + background-color: #4dca76; + color: #fff; +} + +.milestone-pm .slds-icon-custom-19, .milestone-pm .slds-icon-custom-custom19 { + background-color: #3abeb1; + color: #fff; +} + +.milestone-pm .slds-icon-custom-20, .milestone-pm .slds-icon-custom-custom20 { + background-color: #48c7c8; + color: #fff; +} + +.milestone-pm .slds-icon-custom-21, .milestone-pm .slds-icon-custom-custom21 { + background-color: #8a7aed; + color: #fff; +} + +.milestone-pm .slds-icon-custom-22, .milestone-pm .slds-icon-custom-custom22 { + background-color: #8b85f9; + color: #fff; +} + +.milestone-pm .slds-icon-custom-23, .milestone-pm .slds-icon-custom-custom23 { + background-color: #b070e6; + color: #fff; +} + +.milestone-pm .slds-icon-custom-24, .milestone-pm .slds-icon-custom-custom24 { + background-color: #e56798; + color: #fff; +} + +.milestone-pm .slds-icon-custom-25, .milestone-pm .slds-icon-custom-custom25 { + background-color: #e46fbe; + color: #fff; +} + +.milestone-pm .slds-icon-custom-26, .milestone-pm .slds-icon-custom-custom26 { + background-color: #7698f0; + color: #fff; +} + +.milestone-pm .slds-icon-custom-27, .milestone-pm .slds-icon-custom-custom27 { + background-color: #5ab0d2; + color: #fff; +} + +.milestone-pm .slds-icon-custom-28, .milestone-pm .slds-icon-custom-custom28 { + background-color: #89c059; + color: #fff; +} + +.milestone-pm .slds-icon-custom-29, .milestone-pm .slds-icon-custom-custom29 { + background-color: #bdd25f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-30, .milestone-pm .slds-icon-custom-custom30 { + background-color: #f59f71; + color: #fff; +} + +.milestone-pm .slds-icon-custom-31, .milestone-pm .slds-icon-custom-custom31 { + background-color: #eb687f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-32, .milestone-pm .slds-icon-custom-custom32 { + background-color: #38c393; + color: #fff; +} + +.milestone-pm .slds-icon-custom-33, .milestone-pm .slds-icon-custom-custom33 { + background-color: #97cf5d; + color: #fff; +} + +.milestone-pm .slds-icon-custom-34, .milestone-pm .slds-icon-custom-custom34 { + background-color: #d58a6a; + color: #fff; +} + +.milestone-pm .slds-icon-custom-35, .milestone-pm .slds-icon-custom-custom35 { + background-color: #e9637e; + color: #fff; +} + +.milestone-pm .slds-icon-custom-36, .milestone-pm .slds-icon-custom-custom36 { + background-color: #d472d4; + color: #fff; +} + +.milestone-pm .slds-icon-custom-37, .milestone-pm .slds-icon-custom-custom37 { + background-color: #8c89f2; + color: #fff; +} + +.milestone-pm .slds-icon-custom-38, .milestone-pm .slds-icon-custom-custom38 { + background-color: #53b6d7; + color: #fff; +} + +.milestone-pm .slds-icon-custom-39, .milestone-pm .slds-icon-custom-custom39 { + background-color: #4fbe75; + color: #fff; +} + +.milestone-pm .slds-icon-custom-40, .milestone-pm .slds-icon-custom-custom40 { + background-color: #83c75e; + color: #fff; +} + +.milestone-pm .slds-icon-custom-41, .milestone-pm .slds-icon-custom-custom41 { + background-color: #43b5b5; + color: #fff; +} + +.milestone-pm .slds-icon-custom-42, .milestone-pm .slds-icon-custom-custom42 { + background-color: #cfd05b; + color: #fff; +} + +.milestone-pm .slds-icon-custom-43, .milestone-pm .slds-icon-custom-custom43 { + background-color: #7f93f9; + color: #fff; +} + +.milestone-pm .slds-icon-custom-44, .milestone-pm .slds-icon-custom-custom44 { + background-color: #c8ca58; + color: #fff; +} + +.milestone-pm .slds-icon-custom-45, .milestone-pm .slds-icon-custom-custom45 { + background-color: #d95879; + color: #fff; +} + +.milestone-pm .slds-icon-custom-46, .milestone-pm .slds-icon-custom-custom46 { + background-color: #67a5e7; + color: #fff; +} + +.milestone-pm .slds-icon-custom-47, .milestone-pm .slds-icon-custom-custom47 { + background-color: #5fcc64; + color: #fff; +} + +.milestone-pm .slds-icon-custom-48, .milestone-pm .slds-icon-custom-custom48 { + background-color: #ef697f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-49, .milestone-pm .slds-icon-custom-custom49 { + background-color: #e25c80; + color: #fff; +} + +.milestone-pm .slds-icon-custom-50, .milestone-pm .slds-icon-custom-custom50 { + background-color: #49bcd3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-51, .milestone-pm .slds-icon-custom-custom51 { + background-color: #d8c760; + color: #fff; +} + +.milestone-pm .slds-icon-custom-52, .milestone-pm .slds-icon-custom-custom52 { + background-color: #ee8e6f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-53, .milestone-pm .slds-icon-custom-custom53 { + background-color: #f36e83; + color: #fff; +} + +.milestone-pm .slds-icon-custom-54, .milestone-pm .slds-icon-custom-custom54 { + background-color: #ea70b1; + color: #fff; +} + +.milestone-pm .slds-icon-custom-55, .milestone-pm .slds-icon-custom-custom55 { + background-color: #d66ee0; + color: #fff; +} + +.milestone-pm .slds-icon-custom-56, .milestone-pm .slds-icon-custom-custom56 { + background-color: #718deb; + color: #fff; +} + +.milestone-pm .slds-icon-custom-57, .milestone-pm .slds-icon-custom-custom57 { + background-color: #5a9cdd; + color: #fff; +} + +.milestone-pm .slds-icon-custom-58, .milestone-pm .slds-icon-custom-custom58 { + background-color: #34b59d; + color: #fff; +} + +.milestone-pm .slds-icon-custom-59, .milestone-pm .slds-icon-custom-custom59 { + background-color: #e3d067; + color: #fff; +} + +.milestone-pm .slds-icon-custom-60, .milestone-pm .slds-icon-custom-custom60 { + background-color: #bf5a88; + color: #fff; +} + +.milestone-pm .slds-icon-custom-61, .milestone-pm .slds-icon-custom-custom61 { + background-color: #f57376; + color: #fff; +} + +.milestone-pm .slds-icon-custom-62, .milestone-pm .slds-icon-custom-custom62 { + background-color: #6b92dc; + color: #fff; +} + +.milestone-pm .slds-icon-custom-63, .milestone-pm .slds-icon-custom-custom63 { + background-color: #7ccf60; + color: #fff; +} + +.milestone-pm .slds-icon-custom-64, .milestone-pm .slds-icon-custom-custom64 { + background-color: #618fd8; + color: #fff; +} + +.milestone-pm .slds-icon-custom-65, .milestone-pm .slds-icon-custom-custom65 { + background-color: #f279ab; + color: #fff; +} + +.milestone-pm .slds-icon-custom-66, .milestone-pm .slds-icon-custom-custom66 { + background-color: #d8be5f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-67, .milestone-pm .slds-icon-custom-custom67 { + background-color: #f87d76; + color: #fff; +} + +.milestone-pm .slds-icon-custom-68, .milestone-pm .slds-icon-custom-custom68 { + background-color: #f26979; + color: #fff; +} + +.milestone-pm .slds-icon-custom-69, .milestone-pm .slds-icon-custom-custom69 { + background-color: #ed6387; + color: #fff; +} + +.milestone-pm .slds-icon-custom-70, .milestone-pm .slds-icon-custom-custom70 { + background-color: #e769b4; + color: #fff; +} + +.milestone-pm .slds-icon-custom-71, .milestone-pm .slds-icon-custom-custom71 { + background-color: #e36ee3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-72, .milestone-pm .slds-icon-custom-custom72 { + background-color: #8d9bfb; + color: #fff; +} + +.milestone-pm .slds-icon-custom-73, .milestone-pm .slds-icon-custom-custom73 { + background-color: #679ef0; + color: #fff; +} + +.milestone-pm .slds-icon-custom-74, .milestone-pm .slds-icon-custom-custom74 { + background-color: #41c8a0; + color: #fff; +} + +.milestone-pm .slds-icon-custom-75, .milestone-pm .slds-icon-custom-custom75 { + background-color: #cd9f65; + color: #fff; +} + +.milestone-pm .slds-icon-custom-76, .milestone-pm .slds-icon-custom-custom76 { + background-color: #db6d7a; + color: #fff; +} + +.milestone-pm .slds-icon-custom-77, .milestone-pm .slds-icon-custom-custom77 { + background-color: #b55d5b; + color: #fff; +} + +.milestone-pm .slds-icon-custom-78, .milestone-pm .slds-icon-custom-custom78 { + background-color: #5a95dd; + color: #fff; +} + +.milestone-pm .slds-icon-custom-79, .milestone-pm .slds-icon-custom-custom79 { + background-color: #8ed363; + color: #fff; +} + +.milestone-pm .slds-icon-custom-80, .milestone-pm .slds-icon-custom-custom80 { + background-color: #659ad5; + color: #fff; +} + +.milestone-pm .slds-icon-custom-81, .milestone-pm .slds-icon-custom-custom81 { + background-color: #da627f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-82, .milestone-pm .slds-icon-custom-custom82 { + background-color: #d15b97; + color: #fff; +} + +.milestone-pm .slds-icon-custom-83, .milestone-pm .slds-icon-custom-custom83 { + background-color: #e7806f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-84, .milestone-pm .slds-icon-custom-custom84 { + background-color: #f6707b; + color: #fff; +} + +.milestone-pm .slds-icon-custom-85, .milestone-pm .slds-icon-custom-custom85 { + background-color: #f26891; + color: #fff; +} + +.milestone-pm .slds-icon-custom-86, .milestone-pm .slds-icon-custom-custom86 { + background-color: #e260ab; + color: #fff; +} + +.milestone-pm .slds-icon-custom-87, .milestone-pm .slds-icon-custom-custom87 { + background-color: #d876e5; + color: #fff; +} + +.milestone-pm .slds-icon-custom-88, .milestone-pm .slds-icon-custom-custom88 { + background-color: #996fe6; + color: #fff; +} + +.milestone-pm .slds-icon-custom-89, .milestone-pm .slds-icon-custom-custom89 { + background-color: #3e99be; + color: #fff; +} + +.milestone-pm .slds-icon-custom-90, .milestone-pm .slds-icon-custom-custom90 { + background-color: #22a48a; + color: #fff; +} + +.milestone-pm .slds-icon-custom-91, .milestone-pm .slds-icon-custom-custom91 { + background-color: #bf7b66; + color: #fff; +} + +.milestone-pm .slds-icon-custom-92, .milestone-pm .slds-icon-custom-custom92 { + background-color: #517e82; + color: #fff; +} + +.milestone-pm .slds-icon-custom-93, .milestone-pm .slds-icon-custom-custom93 { + background-color: #904d4c; + color: #fff; +} + +.milestone-pm .slds-icon-custom-94, .milestone-pm .slds-icon-custom-custom94 { + background-color: #439cba; + color: #fff; +} + +.milestone-pm .slds-icon-custom-95, .milestone-pm .slds-icon-custom-custom95 { + background-color: #8bcf6a; + color: #fff; +} + +.milestone-pm .slds-icon-custom-96, .milestone-pm .slds-icon-custom-custom96 { + background-color: #6d9de3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-97, .milestone-pm .slds-icon-custom-custom97 { + background-color: #dd6085; + color: #fff; +} + +.milestone-pm .slds-icon-custom-98, .milestone-pm .slds-icon-custom-custom98 { + background-color: #e1be5c; + color: #fff; +} + +.milestone-pm .slds-icon-custom-99, .milestone-pm .slds-icon-custom-custom99 { + background-color: #f0856e; + color: #fff; +} + +.milestone-pm .slds-icon-custom-100, .milestone-pm .slds-icon-custom-custom100 { + background-color: #e15d76; + color: #fff; +} + +.milestone-pm .slds-icon-standard-log-a-call { + background-color: #48c3cc; +} + +.milestone-pm .slds-icon-standard-document { + background-color: #baac93; +} + +.milestone-pm .slds-icon-standard-environment-hub { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-flow { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-sossession { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-process { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-news { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-home { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-standard-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-apps-admin { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-standard-announcement { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-person-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-social { + background-color: #ea74a2; +} + +.milestone-pm .slds-icon-standard-campaign-members { + background-color: #f49756; +} + +.milestone-pm .slds-icon-standard-article { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-public { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-private { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-best { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-avatar-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-campaign { + background-color: #f49756; +} + +.milestone-pm .slds-icon-standard-calibration { + background-color: #47cfd2; +} + +.milestone-pm .slds-icon-standard-avatar { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-approval { + background-color: #50cc7a; +} + +.milestone-pm .slds-icon-standard-apps { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-standard-user { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-evernote { + background-color: #86c86f; +} + +.milestone-pm .slds-icon-standard-coaching { + background-color: #f67594; +} + +.milestone-pm .slds-icon-standard-connected-apps { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-standard-drafts { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-standard-email { + background-color: #95aec5; +} + +.milestone-pm .slds-icon-standard-email-iq { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-standard-endorsement { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-standard-dropbox { + background-color: #52aef9; +} + +.milestone-pm .slds-icon-standard-concur { + background-color: #4cc3c7; +} + +.milestone-pm .slds-icon-standard-email-chatter { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-transcript { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-email { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-log-a-call { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-comment { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-change-status { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-work-order { + background-color: #50e3c2; +} + +.milestone-pm .slds-icon-standard-work-order-item { + background-color: #33a8dc; +} + +.milestone-pm .slds-icon-standard-client { + background-color: #00d2be; +} + +.milestone-pm .slds-icon-standard-contract { + background-color: #6ec06e; +} + +.milestone-pm .slds-icon-standard-dashboard { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-standard-case { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-empty { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-default { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-custom { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-canvas { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-standard-portal { + background-color: #aec770; +} + +.milestone-pm .slds-icon-standard-product { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-pricebook { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-feed { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-feedback { + background-color: #6da1ea; +} + +.milestone-pm .slds-icon-standard-file { + background-color: #baac93; +} + +.milestone-pm .slds-icon-standard-goals { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-groups { + background-color: #779ef2; +} + +.milestone-pm .slds-icon-standard-household { + background-color: #00afa0; +} + +.milestone-pm .slds-icon-standard-hierarchy { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-insights { + background-color: #ec94ed; +} + +.milestone-pm .slds-icon-standard-investment-account { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-performance { + background-color: #f8b156; +} + +.milestone-pm .slds-icon-standard-link { + background-color: #7a9ae6; +} + +.milestone-pm .slds-icon-standard-metrics { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-note { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-standard-lead { + background-color: #f88962; +} + +.milestone-pm .slds-icon-standard-opportunity { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-standard-call { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-call-history { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-orders { + background-color: #769ed9; +} + +.milestone-pm .slds-icon-standard-post { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-standard-poll { + background-color: #699be1; +} + +.milestone-pm .slds-icon-standard-photo { + background-color: #d7d1d1; +} + +.milestone-pm .slds-icon-standard-people { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-generic-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-group-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-recent { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-standard-solution { + background-color: #8fc972; +} + +.milestone-pm .slds-icon-standard-record { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-standard-question-best { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-question-feed { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-related-list { + background-color: #59bcab; +} + +.milestone-pm .slds-icon-standard-skill-entity { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-scan-card { + background-color: #f39e58; +} + +.milestone-pm .slds-icon-standard-report { + background-color: #2ecbbe; +} + +.milestone-pm .slds-icon-standard-quotes { + background-color: #88c651; +} + +.milestone-pm .slds-icon-standard-task { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-task-2 { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-team-member { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-thanks { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-standard-reward { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-standard-thanks-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-today { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-standard-topic { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-unmatched { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-marketing-actions { + background-color: #6bbd6e; +} + +.milestone-pm .slds-icon-standard-relationship { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-standard-folder { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-service-contract { + background-color: #8a76f0; +} + +.milestone-pm .slds-icon-standard-merge { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-forecasts { + background-color: #6bbd6e; +} + +.milestone-pm .slds-icon-standard-entitlements { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-sales-path { + background-color: #2a739e; +} + +.milestone-pm .slds-icon-text-default { + fill: #54698d; +} + +.milestone-pm .slds-icon-text-warning { + fill: #ffb75d; +} + +.milestone-pm .slds-icon-text-error { + fill: #c23934; +} + +.milestone-pm .slds-icon--x-small { + line-height: 1; + width: 1rem; + height: 1rem; +} + +.milestone-pm .slds-icon--small { + line-height: 1; + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-icon--large { + width: 3rem; + height: 3rem; +} + +.milestone-pm .slds-card { + padding: 0; + border-radius: .25rem; + background-clip: padding-box; + background-color: #f4f6f9; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-card + .slds-card { + margin-top: 1rem; +} + +.milestone-pm .slds-card__body--inner, .milestone-pm .slds-card__footer, .milestone-pm .slds-card__header { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-card__header { + padding-top: .75rem; + margin-bottom: .75rem; +} + +.milestone-pm .slds-card__body:empty, .milestone-pm .slds-card__footer:empty { + display: none; +} + +.milestone-pm .slds-card__footer { + margin-top: .75rem; + padding-bottom: .75rem; + text-align: right; +} + +.milestone-pm .slds-card--narrow .slds-card__header { + padding-top: 1.5rem; + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-card--narrow .slds-card__footer { + padding-bottom: 1rem; +} + +.milestone-pm .slds-card .slds-card--empty .slds-card__body { + text-align: center; +} + +.milestone-pm .slds-card__tile { + margin-top: .5rem; +} + +.milestone-pm .slds-card--compact { + border: 0; + border-radius: 0; + padding: 1rem 1.5rem; +} + +.milestone-pm .slds-card--compact .slds-card__body, .milestone-pm .slds-card--compact .slds-card__footer, .milestone-pm .slds-card--compact .slds-card__header { + margin-left: 0; + margin-right: 0; + padding-left: 0; + padding-right: 0; +} + +.milestone-pm .slds-form-element { + position: relative; +} + +.milestone-pm .slds-form-element__helper { + font-size: .75rem; +} + +.milestone-pm .slds-form-element__label { + display: inline-block; + color: #54698d; + font-size: .75rem; + line-height: 1.5; + margin-right: .75rem; + margin-bottom: .25rem; +} + +.milestone-pm .slds-form-element__label:empty { + margin: 0; +} + +.milestone-pm .slds-form-element__control .slds-checkbox, .milestone-pm .slds-form-element__control .slds-radio { + display: block; +} + +.milestone-pm .slds-form-element__icon { + display: inline-block; + position: relative; +} + +.milestone-pm .slds-form-element__help { + font-size: .75rem; + margin-top: .5rem; + display: block; +} + +.milestone-pm .slds-form-element__static { + display: inline-block; + line-height: 1.875rem; + min-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-form-element__static.slds-text-longform { + line-height: 1.5; +} + +.milestone-pm .slds-required { + color: #c23934; + margin: 0 .125rem; +} + +.milestone-pm .slds-has-error .slds-form-element__help { + color: #c23934; +} + +.milestone-pm .slds-input { + background-color: #fff; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: .25rem; + width: 100%; + transition: border .1s linear, background-color .1s linear; + display: inline-block; + padding: 0 1rem 0 .75rem; + line-height: 1.875rem; + min-height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-input:active, .milestone-pm .slds-input:focus { + outline: 0; + border-color: #1589ee; + background-color: #fff; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-input.slds-is-disabled, .milestone-pm .slds-input[disabled] { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-input.slds-is-disabled:active, .milestone-pm .slds-input.slds-is-disabled:focus, .milestone-pm .slds-input[disabled]:active, .milestone-pm .slds-input[disabled]:focus { + box-shadow: none; +} + +.milestone-pm .slds-input--bare { + background-color: transparent; + border: 0; + padding-top: 0; + padding-bottom: 0; + padding-left: .75rem; + color: #16325c; + line-height: 1.875rem; +} + +.milestone-pm .slds-input--bare:active, .milestone-pm .slds-input--bare:focus { + outline: 0; +} + +.milestone-pm .slds-input--height { + min-height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-input-has-icon { + position: relative; +} + +.milestone-pm .slds-input-has-icon .slds-input__icon { + width: 1rem; + height: 1rem; + position: absolute; + top: 50%; + margin-top: -.5rem; + fill: #54698d; +} + +.milestone-pm .slds-input-has-icon--left .slds-input__icon { + left: .75rem; +} + +.milestone-pm .slds-input-has-icon--left .slds-input, .milestone-pm .slds-input-has-icon--left .slds-input--bare { + padding-left: 2rem; +} + +.milestone-pm .slds-input-has-icon--right .slds-input__icon { + right: .75rem; +} + +.milestone-pm .slds-input-has-icon--right .slds-input, .milestone-pm .slds-input-has-icon--right .slds-input--bare { + padding-right: 2rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input__icon--left { + left: .75rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input__icon--right { + right: .75rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input, .milestone-pm .slds-input-has-icon--left-right .slds-input--bare { + padding: 0 2rem; +} + +.milestone-pm .slds-input-has-fixed-addon { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-form-element__addon { + display: inline-block; + margin: 0 .5rem; + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-has-error .slds-input { + background-color: #fff; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-input:active, .milestone-pm .slds-has-error .slds-input:focus { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-has-error .slds-input__icon { + fill: #c23934; +} + +.milestone-pm .slds-textarea { + background-color: #fff; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: .25rem; + width: 100%; + transition: border .1s linear, background-color .1s linear; + resize: vertical; + padding: .5rem .75rem; +} + +.milestone-pm .slds-textarea:active, .milestone-pm .slds-textarea:focus { + outline: 0; + border-color: #1589ee; + background-color: #fff; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-textarea.slds-is-disabled, .milestone-pm .slds-textarea[disabled] { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-textarea.slds-is-disabled:active, .milestone-pm .slds-textarea.slds-is-disabled:focus, .milestone-pm .slds-textarea[disabled]:active, .milestone-pm .slds-textarea[disabled]:focus { + box-shadow: none; +} + +.milestone-pm .slds-has-error .slds-textarea { + background-color: #fff; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-textarea:active, .milestone-pm .slds-has-error .slds-textarea:focus { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-radio { + display: inline-block; +} + +.milestone-pm .slds-radio .slds-radio--faux { + width: 1rem; + height: 1rem; + display: inline-block; + position: relative; + vertical-align: middle; + border: 1px solid #d8dde6; + border-radius: 50%; + background: #fff; + transition: border .1s linear, background-color .1s linear; +} + +.milestone-pm .slds-radio .slds-form-element__label { + display: inline; + vertical-align: middle; + font-size: .8125rem; +} + +.milestone-pm .slds-radio [type=radio] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-radio [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:checked ~ .slds-radio--faux { + background: #fff; +} + +.milestone-pm .slds-radio [type=radio]:checked + .slds-radio--faux:after, .milestone-pm .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux:after, .milestone-pm .slds-radio [type=radio]:checked ~ .slds-radio--faux:after { + width: .5rem; + height: .5rem; + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%,-50%,0); + border-radius: 50%; + background: #1589ee; +} + +.milestone-pm .slds-radio [type=radio]:focus + .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:focus + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:focus ~ .slds-radio--faux { + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-radio [type=radio][disabled] { + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-radio [type=radio][disabled] + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-radio [type=radio][disabled] ~ .slds-radio--faux { + background-color: #e0e5ee; + border-color: #a8b7c7; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio] + .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio] + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio] ~ .slds-radio--faux { + border-color: #c23934; + border-width: 2px; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked ~ .slds-radio--faux { + background: #fff; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio--faux:after, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux:after, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked ~ .slds-radio--faux:after { + background: #d4504c; +} + +.milestone-pm .slds-form-element .slds-radio [type=radio] + .slds-radio--faux, .milestone-pm .slds-form-element .slds-radio [type=radio] ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio] + .slds-radio__label .slds-radio--faux { + margin-right: .5rem; +} + +.milestone-pm .slds-radio--button-group { + display: -ms-inline-flexbox; + display: inline-flex; + border: 1px solid #d8dde6; + border-radius: .25rem; +} + +.milestone-pm .slds-radio--button { + display: -ms-flexbox; + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; +} + +.milestone-pm .slds-radio--button .slds-radio--faux { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + position: relative; + background-color: #fff; + transition: border .1s linear, background-color .1s linear; +} + +.milestone-pm .slds-radio--button .slds-radio--faux:focus, .milestone-pm .slds-radio--button .slds-radio--faux:hover { + cursor: pointer; + background-color: #f4f6f9; +} + +.milestone-pm .slds-radio--button .slds-radio--button__label .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label .slds-radio--faux { + background-color: transparent; +} + +.milestone-pm .slds-radio--button + .slds-radio--button { + border-left: 1px solid #d8dde6; + border-radius: 0; + margin: 0; +} + +.milestone-pm .slds-radio--button:first-child > .slds-radio--button__label, .milestone-pm .slds-radio--button:first-child > .slds-radio--faux { + border-radius: .25rem 0 0 .25rem; +} + +.milestone-pm .slds-radio--button .slds-button--last > .slds-radio--faux, .milestone-pm .slds-radio--button:last-child > .slds-radio--button__label, .milestone-pm .slds-radio--button:last-child > .slds-radio--faux { + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-radio--button [type=radio] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux { + background-color: #0070d2; + color: #fff; +} + +.milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label:focus, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label:hover, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux:focus, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux:hover, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux:focus, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux:hover { + background-color: #0070d2; +} + +.milestone-pm .slds-radio--button [type=radio]:focus + .slds-radio--button__label, .milestone-pm .slds-radio--button [type=radio]:focus + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:focus ~ .slds-radio--faux { + outline: 0; + box-shadow: 0 0 3px #0070d2; + z-index: 1; +} + +.milestone-pm .slds-radio--button [type=radio][disabled] + .slds-radio--button__label, .milestone-pm .slds-radio--button [type=radio][disabled] + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio][disabled] ~ .slds-radio--faux { + background-color: #fff; + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-checkbox { + display: inline-block; +} + +.milestone-pm .slds-checkbox .slds-checkbox--faux { + width: 1rem; + height: 1rem; + display: inline-block; + position: relative; + vertical-align: middle; + border: 1px solid #d8dde6; + border-radius: .125rem; + background: #fff; + transition: border .1s linear, background-color .1s linear; +} + +.milestone-pm .slds-checkbox .slds-form-element__label { + display: inline; + vertical-align: middle; + font-size: .8125rem; +} + +.milestone-pm .slds-checkbox [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux:after { + display: block; + content: ''; + height: .25rem; + width: .5rem; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%,-50%,0) rotate(-45deg); + border-bottom: 2px solid #1589ee; + border-left: 2px solid #1589ee; +} + +.milestone-pm .slds-checkbox [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus ~ .slds-checkbox--faux { + content: ''; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox [type=checkbox]:focus:checked + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus:checked > .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus:checked ~ .slds-checkbox--faux { + border-color: #1589ee; + background-color: #fff; +} + +.milestone-pm .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox__label .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:indeterminate ~ .slds-checkbox--faux:after { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: .5rem; + height: 2px; + background: #1589ee; + border: 0; + transform: translate3d(-50%,-50%,0); +} + +.milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox][disabled] ~ .slds-checkbox--faux { + background-color: #e0e5ee; + border-color: #a8b7c7; +} + +.milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox__label .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox][disabled] ~ .slds-checkbox--faux:after { + border-color: #fff; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox] + .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox] ~ .slds-checkbox--faux { + border-color: #c23934; + border-width: 2px; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux { + border-color: #c23934; + background-color: #fff; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux:after, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux:after { + border-color: #d4504c; +} + +.milestone-pm .slds-form-element .slds-checkbox [type=checkbox] + .slds-checkbox--faux, .milestone-pm .slds-form-element .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-form-element .slds-checkbox [type=checkbox] ~ .slds-checkbox--faux { + margin-right: .5rem; +} + +.milestone-pm .slds-checkbox--toggle { + width: 100%; +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux { + display: block; + position: relative; + width: 3rem; + height: 1.5rem; + border: 1px solid #9faab5; + padding: .125rem; + background-color: #9faab5; + border-radius: 15rem; + transition: background-color .2s cubic-bezier(.75,0,.08,1); +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:hover { + cursor: pointer; + background-color: #7e8c99; +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:after { + content: ''; + position: absolute; + top: 1px; + left: 1px; + width: 1.25rem; + height: 1.25rem; + background-color: #fff; + border-radius: 15rem; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container { + font-size: .625rem; + color: #54698d; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container .slds-checkbox--off { + display: block; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container .slds-checkbox--on { + display: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:focus + .slds-checkbox--faux_container .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:focus ~ .slds-checkbox--faux { + background-color: #7e8c99; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--off { + display: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--on { + display: block; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux { + border-color: #0070d2; + background-color: #0070d2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:hover { + background-color: #005fb2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:before, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:before, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:before { + content: ''; + position: absolute; + top: 1px; + right: 1px; + width: 1.25rem; + height: 1.25rem; + background-color: #fff; + border-radius: 15rem; + transition: transform .2s cubic-bezier(.75,0,.08,1); +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:after { + content: ' '; + position: absolute; + top: .25rem; + left: .6rem; + height: .7rem; + width: .45rem; + border-bottom: 2px solid #fff; + border-right: 2px solid #fff; + border-radius: 0; + background-color: transparent; + transform: rotate(45deg); +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus + .slds-checkbox--faux_container .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus ~ .slds-checkbox--faux { + background-color: #005fb2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux { + background-color: #9faab5; + pointer-events: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:after { + background-color: #d8dde6; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:hover { + background-color: #9faab5; + cursor: default; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:before { + background-color: #d8dde6; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:after { + background-color: transparent; +} + +.milestone-pm .slds-select { + background-color: #fff; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: .25rem; + width: 100%; + transition: border .1s linear, background-color .1s linear; + height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-select:active, .milestone-pm .slds-select:focus { + outline: 0; + border-color: #1589ee; + background-color: #fff; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-select.slds-is-disabled, .milestone-pm .slds-select[disabled] { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-select.slds-is-disabled:active, .milestone-pm .slds-select.slds-is-disabled:focus, .milestone-pm .slds-select[disabled]:active, .milestone-pm .slds-select[disabled]:focus { + box-shadow: none; +} + +.milestone-pm .slds-select[multiple], .milestone-pm .slds-select[size] { + min-height: calc(1.875rem + (1px * 2)); + height: inherit; +} + +.milestone-pm .slds-select[multiple] option, .milestone-pm .slds-select[size] option { + padding: .5rem; +} + +.milestone-pm .slds-select_container { + position: relative; +} + +.milestone-pm .slds-select_container .slds-select { + -moz-appearance: none; + -webkit-appearance: none; + padding-left: .5rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-select_container .slds-select::-ms-expand { + display: none; +} + +.milestone-pm .slds-select_container:after, .milestone-pm .slds-select_container:before { + position: absolute; + content: ''; + display: block; + right: .5rem; + width: 0; + height: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; +} + +.milestone-pm .slds-select_container:before { + border-bottom: 5px solid #061c3f; + top: calc((1.75rem / 2) - 6px); +} + +.milestone-pm .slds-select_container:after { + border-top: 5px solid #061c3f; + bottom: calc((1.75rem / 2) - 6px); +} + +.milestone-pm .slds-has-error .slds-select { + background-color: #fff; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-select:active, .milestone-pm .slds-has-error .slds-select:focus { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox--button-group { + display: -ms-inline-flexbox; + display: inline-flex; + border: 1px solid #d8dde6; + border-radius: .25rem; +} + +.milestone-pm .slds-checkbox--button { + display: -ms-flexbox; + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--faux { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + position: relative; + background-color: #fff; + transition: border .1s linear, background-color .1s linear; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button .slds-checkbox--faux:hover { + cursor: pointer; + background-color: #f4f6f9; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--button__label .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label .slds-checkbox--faux { + background-color: transparent; +} + +.milestone-pm .slds-checkbox--button + .slds-checkbox--button { + border-left: 1px solid #d8dde6; + border-radius: 0; + margin: 0; +} + +.milestone-pm .slds-checkbox--button:first-child > .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button:first-child > .slds-checkbox--faux { + border-radius: .25rem 0 0 .25rem; +} + +.milestone-pm .slds-checkbox--button .slds-button--last > .slds-checkbox--faux, .milestone-pm .slds-checkbox--button:last-child > .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button:last-child > .slds-checkbox--faux { + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-checkbox--button [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux { + background-color: #0070d2; + color: #fff; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux:hover { + background-color: #0070d2; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:focus + .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:focus ~ .slds-checkbox--faux { + outline: 0; + box-shadow: 0 0 3px #0070d2; + z-index: 1; +} + +.milestone-pm .slds-checkbox--button [type=checkbox][disabled] + .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox][disabled] ~ .slds-checkbox--faux { + background-color: #fff; + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-picklist--draggable .slds-button { + margin: .25rem; +} + +.milestone-pm .slds-picklist--draggable .slds-button:first-of-type { + margin-top: 1.5rem; +} + +.milestone-pm .slds-picklist__options { + border: 1px solid #d8dde6; + border-radius: .25rem; + padding: .25rem 0; + width: 15rem; + height: 15rem; + background-color: #fff; +} + +.milestone-pm .slds-picklist__options--multi { + overflow: auto; +} + +.milestone-pm .slds-picklist__item { + position: relative; + line-height: 1.5; +} + +.milestone-pm .slds-picklist__item > a, .milestone-pm .slds-picklist__item > span { + display: block; + padding: .5rem .75rem; +} + +.milestone-pm .slds-picklist__item > a:hover, .milestone-pm .slds-picklist__item > span:hover { + background-color: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-picklist__item > a:active, .milestone-pm .slds-picklist__item > span:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-picklist__item[aria-selected=true] { + background-color: #eef1f6; +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal { + text-align: right; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal .slds-form-element > .slds-form-element__label, .milestone-pm .slds-form--horizontal .slds-form-element > .slds-form-element__legend { + float: left; + text-align: right; + display: inline-block; + width: 33%; + vertical-align: top; + position: relative; + top: .1875rem; + margin-right: 0; + margin-bottom: 0; + } +} + +.milestone-pm .slds-form--horizontal .slds-form-element + .slds-form-element { + margin-top: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--horizontal .slds-form-element + .slds-form-element { + margin-top: .5rem; + } +} + +.milestone-pm .slds-form--horizontal .slds-form-element__control { + width: 100%; +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal .slds-form-element__control { + width: 66%; + display: inline-block; + text-align: left; + } +} + +.milestone-pm .slds-form--stacked .slds-form-element { + display: block; +} + +.milestone-pm .slds-form--stacked .slds-form-element + .slds-form-element { + margin-top: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--stacked .slds-form-element + .slds-form-element { + margin-top: .5rem; + } +} + +.milestone-pm .slds-form--stacked .slds-form-element .slds-checkbox, .milestone-pm .slds-form--stacked .slds-form-element .slds-radio { + display: block; +} + +.milestone-pm .slds-form--inline .slds-form-element, .milestone-pm .slds-form--inline .slds-form-element__control, .milestone-pm .slds-form--inline .slds-form-element__label { + display: block; +} + +.milestone-pm .slds-form--inline .slds-form-element + .slds-form-element { + margin-top: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--inline .slds-form-element { + margin-right: .5rem; + } + + .milestone-pm .slds-form--inline .slds-form-element + .slds-form-element { + margin-top: 0; + } + + .milestone-pm .slds-form--inline .slds-form-element, .milestone-pm .slds-form--inline .slds-form-element__control, .milestone-pm .slds-form--inline .slds-form-element__label { + display: inline-block; + vertical-align: middle; + margin-bottom: 0; + } +} + +.milestone-pm .slds-form--compound .slds-form-element__row { + display: -ms-flexbox; + display: flex; + margin-bottom: .5rem; +} + +.milestone-pm .slds-form--compound .slds-form-element__row + .slds-form-element__row { + clear: both; +} + +.milestone-pm .slds-form--compound .slds-form-element { + width: 100%; +} + +.milestone-pm .slds-form--compound .slds-form-element + .slds-form-element { + padding-left: .5rem; +} + +.milestone-pm .slds-form--compound .slds-form-element__control { + position: relative; +} + +.milestone-pm .slds-form--compound .slds-form-element__control + .slds-form-element__control { + padding-left: .5rem; +} + +.milestone-pm .slds-docked-form-footer { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: #f4f6f9; + box-shadow: 0 -2px 2px 0 rgba(0,0,0,.16); + z-index: 8000; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + padding: .5rem 0; +} + +.milestone-pm .slds-file-selector { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.milestone-pm .slds-file-selector__dropzone { + padding: .125rem; + border: 1px dashed #d8dde6; + border-radius: .25rem; +} + +.milestone-pm .slds-file-selector__dropzone.slds-has-drag-over { + outline: 0; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; + border-style: solid; +} + +.milestone-pm .slds-file-selector__input:focus ~ .slds-file-selector__body > .slds-file-selector__button { + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body { + color: #d8dde6; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body > .slds-file-selector__button { + background: #e0e5ee; + border-color: transparent; + color: #fff; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body > .slds-file-selector__body-icon { + fill: currentColor; +} + +.milestone-pm .slds-file-selector__button { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__body { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__button { + max-height: 1.625rem; + line-height: 1.625rem; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__text { + margin-left: .5rem; + margin-right: .75rem; +} + +.milestone-pm .slds-file-selector--images { + display: block; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__dropzone { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__dropzone:after { + content: ''; + padding-top: 100%; + display: table; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__body { + text-align: center; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__text { + margin-top: .75rem; +} + +.milestone-pm .slds-file-selector--integrated { + width: 100%; + height: 100%; + position: relative; + display: block; +} + +.milestone-pm .slds-file-selector__dropzone--integrated { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 0; + opacity: 0; + z-index: -1; +} + +.milestone-pm .slds-file-selector__dropzone--integrated.slds-has-drag { + background: rgba(255,255,255,.75); + opacity: 1; + z-index: 8000; +} + +.milestone-pm .slds-file-selector__dropzone--integrated.slds-has-drag-over { + background: rgba(240,248,252,.75); + box-shadow: 0 0 0 4px #1589ee inset; +} + +.milestone-pm .slds-file-selector__body--integrated { + width: 12rem; + height: 12rem; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; + background: #fff; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); + border: 1px solid #d8dde6; + border-radius: .25rem; + -ms-flex-direction: column; + flex-direction: column; +} + +.milestone-pm .slds-file-selector__text--integrated { + margin-top: .75rem; +} + +.milestone-pm .slds-page-header { + padding: 1rem .75rem; + border-bottom: 1px solid #d8dde6; + background: #f7f9fb; +} + +.milestone-pm .slds-page-header__title { + font-weight: 400; + font-size: 1rem; + line-height: 1.25; +} + +@media (min-width: 48em) { + .milestone-pm .slds-page-header { + padding: 1rem 1.5rem; + } + + .milestone-pm .slds-page-header__title { + font-size: 1.25rem; + } +} + +.milestone-pm .slds-page-header__detail-row { + margin: .75rem -1.5rem -1rem; + padding: .75rem 1.5rem; + background-color: #fff; +} + +.milestone-pm .slds-page-header__detail-block { + padding-right: 2rem; + padding-left: 2rem; + max-width: 25%; +} + +.milestone-pm .slds-page-header__detail-block:first-child { + padding-left: 0; +} + +.milestone-pm .slds-page-header__detail-block:last-child { + padding-right: 0; +} + +.milestone-pm .slds-page-header--vertical { + padding: .75rem; + background: #f7f9fb; +} + +.milestone-pm .slds-page-header--object-home { + padding-bottom: .75rem; +} + +.milestone-pm .slds-panel { + background: #fff; + border-radius: .25rem; +} + +.milestone-pm .slds-panel__section { + padding: 1rem; +} + +.milestone-pm .slds-panel__actions { + padding: .75rem; +} + +.milestone-pm .slds-panel.slds-is-editing { + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); +} + +.milestone-pm .slds-panel--filters { + margin-left: 1rem; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); + border-radius: 0; +} + +.milestone-pm .slds-filters { + position: relative; +} + +.milestone-pm .slds-filters__header { + padding: .5rem .75rem; +} + +.milestone-pm .slds-filters__body { + padding: .5rem .75rem; +} + +.milestone-pm .slds-filters__footer { + padding: .5rem 1rem; +} + +.milestone-pm .slds-filters__item { + padding: .75rem; + background: #fff; + border: 1px solid #d8dde6; + border-radius: .25rem; + cursor: pointer; +} + +.milestone-pm .slds-filters__item.slds-is-new { + background: #faffbd; + color: #16325c; +} + +.milestone-pm .slds-filters__item.slds-has-error { + border-color: #c23934; +} + +.milestone-pm .slds-filters__item.slds-is-locked { + background: #f4f6f9; +} + +.milestone-pm .slds-filters__item.slds-is-locked, .milestone-pm .slds-filters__item.slds-is-locked a { + cursor: not-allowed; +} + +.milestone-pm .slds-filters__item + .slds-filters__item { + margin-top: .5rem; +} + +.milestone-pm .slds-filters__item:hover { + background: #f4f6f9; +} + +.milestone-pm .slds-popover { + position: relative; + border-radius: .25rem; + width: 20rem; + min-height: 2rem; + z-index: 6000; + background-color: #fff; + display: inline-block; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-popover__body { + overflow-wrap: break-word; + word-wrap: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + position: relative; + padding: .5rem .75rem; +} + +.milestone-pm .slds-popover__close { + position: relative; + z-index: 6001; +} + +.milestone-pm .slds-popover[class*=theme--] { + border: 0; +} + +.milestone-pm .slds-popover :last-child { + margin-bottom: 0; +} + +.milestone-pm .slds-popover--panel .slds-popover__header { + background: #f4f6f9; + padding: 1.5rem 1.5rem .75rem; + border-top-left-radius: calc(.25rem - 1px); + border-top-right-radius: calc(.25rem - 1px); +} + +.milestone-pm .slds-popover--panel .slds-popover__body { + padding: 0; +} + +.milestone-pm .slds-popover--panel .slds-popover__body-list { + padding: 1rem 1.5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-popover--panel.slds-nubbin--left-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--left-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--top-left:after, .milestone-pm .slds-popover--panel.slds-nubbin--top-left:before, .milestone-pm .slds-popover--panel.slds-nubbin--top-right:after, .milestone-pm .slds-popover--panel.slds-nubbin--top-right:before { + background: #f4f6f9; +} + +.milestone-pm .slds-popover--panel.slds-nubbin--left-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--left-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:before { + top: 2.25rem; +} + +.milestone-pm .slds-nubbin--top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top:after { + box-shadow: -1px -1px 0 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top-left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top-left:after { + box-shadow: -1px -1px 0 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-left:after, .milestone-pm .slds-nubbin--top-left:before { + left: 1.5rem; + top: -.5rem; +} + +.milestone-pm .slds-nubbin--top-right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top-right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top-right:after { + box-shadow: -1px -1px 0 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-right:after, .milestone-pm .slds-nubbin--top-right:before { + left: auto; + right: 1.5rem; + top: -.5rem; + margin-right: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom:after { + box-shadow: 2px 2px 4px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-left:after { + box-shadow: 2px 2px 4px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-left:after, .milestone-pm .slds-nubbin--bottom-left:before { + left: 1.5rem; + top: 100%; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:after { + box-shadow: 2px 2px 4px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-right:after, .milestone-pm .slds-nubbin--bottom-right:before { + left: auto; + right: 1.5rem; + top: 100%; + margin-top: -.5rem; + margin-right: -.5rem; +} + +.milestone-pm .slds-nubbin--left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left:after { + box-shadow: -1px 1px 2px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left-top:after { + box-shadow: -1px 1px 2px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-top:after, .milestone-pm .slds-nubbin--left-top:before { + top: 1.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:before { + margin-bottom: -1px; +} + +.milestone-pm .slds-nubbin--left-bottom:after { + box-shadow: -1px 2px 3px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-bottom:after, .milestone-pm .slds-nubbin--left-bottom:before { + top: auto; + bottom: 1rem; +} + +.milestone-pm .slds-nubbin--right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right:after { + box-shadow: 1px -1px 2px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right-top:after { + box-shadow: 1px -1px 2px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-top:after, .milestone-pm .slds-nubbin--right-top:before { + top: 1.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:before { + margin-bottom: -1px; +} + +.milestone-pm .slds-nubbin--right-bottom:after { + box-shadow: 2px -1px 3px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-bottom:after, .milestone-pm .slds-nubbin--right-bottom:before { + top: auto; + bottom: 1rem; +} + +.milestone-pm .slds-popover--tooltip { + width: auto; + max-width: 20rem; + background: #16325c; + border: 0; +} + +.milestone-pm .slds-popover--tooltip .slds-popover__body { + font-size: .75rem; + color: #fff; +} + +.milestone-pm .slds-rise-from-ground { + visibility: visible; + opacity: 1; + transform: translate(0,0); + transition: opacity .1s linear, visibility .1s linear, transform .1s linear; + will-change: transform; +} + +.milestone-pm .slds-fall-into-ground { + visibility: hidden; + opacity: 0; + transform: translate(0,0); + transition: opacity .1s linear, visibility .1s linear, transform .1s linear; + will-change: transform; +} + +.milestone-pm .slds-slide-from-bottom-to-top { + transform: translateY(10%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-top-to-bottom { + transform: translateY(-10%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-right-to-left { + transform: translateX(5%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-left-to-right { + transform: translateX(-5%); + will-change: transform; +} + +.milestone-pm .slds-tooltip { + position: relative; + border-radius: .25rem; + width: 20rem; + min-height: 2rem; + z-index: 6000; + background-color: #061c3f; + display: inline-block; +} + +.milestone-pm .slds-tooltip__body { + padding: .5rem .75rem; + font-size: .75rem; + color: #fff; +} + +.milestone-pm .slds-dropdown { + position: absolute; + z-index: 7000; + left: 50%; + float: left; + min-width: 6rem; + max-width: 20rem; + margin-top: .125rem; + border: 1px solid #d8dde6; + border-radius: .25rem; + padding: .25rem 0; + font-size: .75rem; + background: #fff; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); + transform: translateX(-50%); +} + +.milestone-pm .slds-dropdown--left { + left: 0; + transform: translateX(0); +} + +.milestone-pm .slds-dropdown--right { + left: auto; + right: 0; + transform: translateX(0); +} + +.milestone-pm .slds-dropdown--bottom { + bottom: 100%; +} + +.milestone-pm .slds-dropdown--small { + min-width: 15rem; +} + +.milestone-pm .slds-dropdown--medium { + min-width: 20rem; +} + +.milestone-pm .slds-dropdown--large { + min-width: 25rem; + max-width: 512px; +} + +.milestone-pm .slds-dropdown--length-5 { + max-height: calc(((.8125rem * 1.5) + 1rem) * 5); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-7 { + max-height: calc(((.8125rem * 1.5) + 1rem) * 7); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-10 { + max-height: calc(((.8125rem * 1.5) + 1rem) * 10); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-5 { + max-height: calc((1.5rem + 1rem) * 5); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-7 { + max-height: calc((1.5rem + 1rem) * 7); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-10 { + max-height: calc((1.5rem + 1rem) * 10); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown mark { + font-weight: 700; + background-color: transparent; +} + +.milestone-pm .slds-dropdown[class*=slds-nubbin--top] { + margin-top: .5rem; +} + +.milestone-pm .slds-dropdown[class*=slds-nubbin--bottom] { + margin-bottom: .5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top { + margin-top: .5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: #fff; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: #fff; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:before { + background: #fff; +} + +.milestone-pm .slds-dropdown--nubbin-top:after { + background: #fff; + box-shadow: -1px -1px 0 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left { + left: -1rem; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left:after, .milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left:before { + left: 1.5rem; + margin-left: 0; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right { + right: -1rem; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right:after, .milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right:before { + left: auto; + right: 1.5rem; + margin-left: 0; +} + +.milestone-pm .slds-dropdown__header { + padding: .5rem .75rem; +} + +.milestone-pm .slds-dropdown__item { + line-height: 1.5; +} + +.milestone-pm .slds-dropdown__item > a { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + padding: .5rem .75rem; + color: #16325c; + white-space: nowrap; + cursor: pointer; +} + +.milestone-pm .slds-dropdown__item > a:focus, .milestone-pm .slds-dropdown__item > a:hover { + outline: 0; + text-decoration: none; + background-color: #f4f6f9; +} + +.milestone-pm .slds-dropdown__item > a:active { + text-decoration: none; + background-color: #eef1f6; +} + +.milestone-pm .slds-dropdown__item > a[aria-disabled=true] { + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-dropdown__item > a[aria-disabled=true]:hover { + background-color: transparent; +} + +.milestone-pm .slds-dropdown__item .slds-icon--selected { + opacity: 0; + transition: opacity 50ms ease; +} + +.milestone-pm .slds-dropdown__item.slds-is-selected .slds-icon--selected { + fill: #0070d2; + opacity: 1; +} + +.milestone-pm .slds-dropdown .slds-has-icon { + position: relative; +} + +.milestone-pm .slds-dropdown .slds-has-icon--left > a, .milestone-pm .slds-dropdown .slds-has-icon--left > span { + padding-left: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon--right > a, .milestone-pm .slds-dropdown .slds-has-icon--right > span { + padding-right: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon--left-right > a, .milestone-pm .slds-dropdown .slds-has-icon--left-right > span { + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon { + width: 1rem; + height: 1rem; + position: absolute; + top: 50%; + margin-top: -.5rem; + fill: #54698d; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon--left { + left: .75rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon--right { + right: .75rem; +} + +.milestone-pm .slds-dropdown-trigger { + position: relative; + display: inline-block; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown { + top: 100%; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown--bottom { + top: auto; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown { + visibility: hidden; + opacity: 0; + transition: opacity .1s linear, visibility .1s linear; +} + +.milestone-pm .slds-dropdown-trigger:focus, .milestone-pm .slds-dropdown-trigger:hover { + outline: 0; +} + +.milestone-pm .slds-dropdown-trigger:focus .slds-dropdown, .milestone-pm .slds-dropdown-trigger:hover .slds-dropdown { + visibility: visible; + opacity: 1; + transition: opacity .1s linear, visibility .1s linear; +} + +.milestone-pm .slds-dropdown-trigger--hover .slds-dropdown { + visibility: hidden; + opacity: 0; + transition: opacity .1s linear, visibility .1s linear; +} + +.milestone-pm .slds-dropdown-trigger--hover:focus, .milestone-pm .slds-dropdown-trigger--hover:hover { + outline: 0; +} + +.milestone-pm .slds-dropdown-trigger--hover:focus .slds-dropdown, .milestone-pm .slds-dropdown-trigger--hover:hover .slds-dropdown { + visibility: visible; + opacity: 1; + transition: opacity .1s linear, visibility .1s linear; +} + +.milestone-pm .slds-dropdown-trigger--click .slds-dropdown { + display: none; +} + +.milestone-pm .slds-dropdown-trigger--click.slds-is-open .slds-dropdown { + display: block; + visibility: visible; + opacity: 1; +} + +.milestone-pm .slds-dropdown-trigger > [class*=slds-button--icon] ~ .slds-dropdown--left[class*=slds-nubbin] { + left: -.5rem; +} + +.milestone-pm .slds-dropdown-trigger > [class*=slds-button--icon] ~ .slds-dropdown--right[class*=slds-nubbin] { + right: -.5rem; +} + +.milestone-pm .slds-dropdown--actions a { + color: #0070d2; +} + +.milestone-pm .slds-picklist { + position: relative; +} + +.milestone-pm .slds-picklist .slds-dropdown { + width: 15rem; +} + +.milestone-pm .slds-picklist--fluid .slds-dropdown, .milestone-pm .slds-picklist--fluid .slds-picklist__label { + width: auto; + min-width: 0; + max-width: 15rem; +} + +.milestone-pm .slds-picklist__label { + padding-right: 2rem; + width: 15rem; + color: #16325c; + text-align: left; +} + +.milestone-pm .slds-picklist__label .slds-icon { + width: .75rem; + height: .75rem; + position: absolute; + right: 1rem; + top: 50%; + margin-top: -.375rem; + fill: #54698d; +} + +.milestone-pm .slds-picklist__label .slds-truncate { + display: block; +} + +.milestone-pm .slds-datepicker { + padding: 0; + font-size: .75rem; +} + +.milestone-pm .slds-datepicker td, .milestone-pm .slds-datepicker th { + text-align: center; +} + +.milestone-pm .slds-datepicker th { + padding: .5rem; + font-weight: 400; + color: #54698d; +} + +.milestone-pm .slds-datepicker td { + padding: .25rem; + text-align: center; + font-size: .75rem; +} + +.milestone-pm .slds-datepicker td > .slds-day { + width: 2rem; + height: 2rem; + display: block; + position: relative; + min-width: 2rem; + line-height: 2rem; + border-radius: 50%; + margin: auto; +} + +.milestone-pm .slds-datepicker td.slds-is-today > .slds-day, .milestone-pm .slds-datepicker td:focus:not(.slds-disabled-text) > .slds-day, .milestone-pm .slds-datepicker td:hover:not(.slds-disabled-text) > .slds-day { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-datepicker td.slds-is-selected:not(.slds-disabled-text) > .slds-day { + background: #005fb2; + color: #fff; +} + +.milestone-pm .slds-datepicker td.slds-is-selected-multi > .slds-day { + overflow: visible; +} + +.milestone-pm .slds-datepicker td.slds-is-selected-multi + .slds-is-selected-multi > .slds-day:before { + content: ''; + position: absolute; + background: #005fb2; + top: 0; + left: -50%; + height: 100%; + width: 2.5rem; + transform: translateX(-.5rem); + z-index: -1; +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child > .slds-day:before, .milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child > .slds-day:after { + content: ''; + position: absolute; + background: #005fb2; + top: 0; + left: -50%; + height: 100%; + width: 2.5rem; + transform: translateX(-.5rem); + z-index: -1; +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child > .slds-day:before { + left: 0; + transform: translateX(-.25rem); +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child > .slds-day:after { + left: auto; + right: 0; + transform: translateX(.25rem); +} + +.milestone-pm .slds-datepicker__filter { + padding: .25rem; +} + +.milestone-pm .slds-datepicker__filter--month { + padding: 0 .25rem 0 0; +} + +.milestone-pm .slds-disabled-text { + color: #d8dde6; +} + +.milestone-pm .slds-datepicker--time { + max-width: 12rem; + max-height: 13.5rem; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-datepicker--time__list > li { + white-space: nowrap; + padding: .5rem; + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-datepicker--time__list > li:focus, .milestone-pm .slds-datepicker--time__list > li:hover { + background: #f4f6f9; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-docked_container { + display: -ms-flexbox; + display: flex; + -ms-flex-align: end; + align-items: flex-end; + position: fixed; + bottom: 0; + right: 0; + padding: 0 1.5rem; + height: 40px; +} + +.milestone-pm .slds-docked-composer { + position: relative; + border-radius: .25rem .25rem 0 0; + width: 480px; + height: 40px; + float: left; + box-shadow: 0 -2px 2px 0 rgba(0,0,0,.16); + border: 1px solid #d8dde6; + border-bottom: none; +} + +.milestone-pm .slds-docked-composer.slds-is-open { + height: 480px; +} + +.milestone-pm .slds-docked-composer:focus .slds-docked-composer__header, .milestone-pm .slds-docked-composer:hover .slds-docked-composer__header { + background: #061c3f; +} + +.milestone-pm .slds-docked-composer + .slds-docked-composer { + margin-left: 1.5rem; +} + +.milestone-pm .slds-docked-composer__header { + background: #16325c; + border-radius: .25rem .25rem 0 0; + padding: .5rem; + color: #fff; +} + +.milestone-pm .slds-docked-composer__header:hover { + cursor: pointer; +} + +.milestone-pm .slds-docked-composer__actions .slds-button { + margin-left: .75rem; +} + +.milestone-pm .slds-docked-composer__body { + background: #fff; +} + +.milestone-pm .slds-docked-composer__lead { + background: #fff; + padding: 1rem .5rem; +} + +.milestone-pm .slds-docked-composer__toolbar { + background: #f4f6f9; + padding: .25rem .5rem; + max-height: 60px; + overflow-y: auto; + border-top: 1px solid #d8dde6; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer__input { + background: #fff; + padding: 1rem; + min-height: 6rem; + resize: none; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-docked-composer__footer { + background: #f4f6f9; + padding: .75rem .5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer--overflow { + width: auto; +} + +.milestone-pm .slds-docked-composer--overflow__pill { + display: -ms-flexbox; + display: flex; + padding: 0 .75rem; + height: inherit; + white-space: nowrap; + border-top-left-radius: .25rem; + border-top-right-radius: .25rem; +} + +.milestone-pm .slds-docked-composer--overflow__pill:focus, .milestone-pm .slds-docked-composer--overflow__pill:hover { + color: #fff; + text-decoration: none; +} + +.milestone-pm .slds-docked-composer--overflow__pill .slds-text-body--small { + color: #fff; + margin-left: .5rem; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer { + width: 100%; + height: 100%; + box-shadow: none; + float: none; + border-radius: 0; + border: 0; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer__header { + border-radius: 0; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer__body { + min-height: 260px; +} + +.milestone-pm .slds-docked-composer__body--email { + position: relative; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input { + border-radius: 0; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input:focus { + z-index: 1; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input:not(:focus) { + border-color: transparent; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer__body--email .slds-picklist__label { + padding-left: .75rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-docked-composer__body--email .slds-picklist__label .slds-icon { + right: .5rem; +} + +.milestone-pm .slds-email-composer__label { + width: 2rem; + font-size: .75rem; +} + +.milestone-pm .slds-docked-composer__body--form { + padding: 1rem; +} + +.milestone-pm .slds-utility-bar_container { + position: relative; +} + +.milestone-pm .slds-utility-bar { + display: -ms-flexbox; + display: flex; + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: #f4f6f9; + box-shadow: 0 -2px 2px 0 rgba(0,0,0,.16); + z-index: 8000; +} + +.milestone-pm .slds-utility-bar__item { + position: relative; + padding: 0 .75rem; + border-radius: 0; + border: 0; + color: #16325c; +} + +.milestone-pm .slds-utility-bar__item:after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 2px; + background: 0 0; +} + +.milestone-pm .slds-utility-bar__item:focus, .milestone-pm .slds-utility-bar__item:hover { + box-shadow: none; +} + +.milestone-pm .slds-utility-bar__item:focus:after { + background: #1589ee; +} + +.milestone-pm .slds-utility-bar__item:focus:hover, .milestone-pm .slds-utility-bar__item:hover { + color: inherit; + background: #e0e5ee; +} + +.milestone-pm .slds-utility-bar__item.slds-is-active { + background: #e0e5ee; + color: inherit; +} + +.milestone-pm .slds-utility-bar__item.slds-is-active:after { + background: #1589ee; +} + +.milestone-pm .slds-utility-panel { + position: fixed; + bottom: 1.875rem; + width: 21.25rem; + height: 30rem; + border-radius: .25rem .25rem 0 0; + border: 1px solid #d8dde6; + border-bottom: none; + transform: translateY(100%); +} + +.milestone-pm .slds-utility-panel.slds-is-open { + box-shadow: 0 -2px 2px 0 rgba(0,0,0,.16); + transform: translateY(0); +} + +.milestone-pm .slds-utility-panel:focus .slds-utility-panel__header, .milestone-pm .slds-utility-panel:hover .slds-utility-panel__header { + background: #061c3f; +} + +.milestone-pm .slds-utility-panel__header { + background: #16325c; + border-radius: .25rem .25rem 0 0; + color: #fff; + padding: 0 .5rem; +} + +.milestone-pm .slds-utility-panel__body { + display: -ms-flexbox; + display: flex; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + -ms-flex-pack: center; + justify-content: center; + overflow: auto; +} + +.milestone-pm .slds-utility-panel__header-icon-action, .milestone-pm .slds-utility-panel__header-label { + padding: .5rem; + color: #fff; +} + +.milestone-pm .slds-global-header_container { + position: fixed; + width: 100%; + top: 0; + left: 0; +} + +.milestone-pm .slds-global-header_container .slds-assistive-text--focus { + background: #fff; + top: 0; +} + +.milestone-pm .slds-global-header { + background: #fff; + box-shadow: 0 2px 4px rgba(0,0,0,.07); + padding: .5rem 0; + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; +} + +.milestone-pm .slds-global-header__item { + padding: 0 1rem; +} + +.milestone-pm .slds-global-header__item--search { + -ms-flex: 0 1 25rem; + flex: 0 1 25rem; +} + +.milestone-pm .slds-global-header__logo { + -ms-flex-negative: 0; + flex-shrink: 0; + width: 2.8125rem; +} + +.milestone-pm .slds-context-bar { + display: -ms-flexbox; + display: flex; + height: 2.5rem; + background-color: #fff; + border-top: 1px solid #d8dde6; + border-bottom: 3px solid #00a1df; + color: #16325c; + position: relative; + padding: 0 1rem; +} + +.milestone-pm .slds-context-bar__primary, .milestone-pm .slds-context-bar__secondary, .milestone-pm .slds-context-bar__tertiary { + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-context-bar__secondary { + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 0; +} + +.milestone-pm .slds-context-bar__vertical-divider { + width: 0; + overflow: hidden; + border-left: 1px solid rgba(0,0,0,.2); +} + +.milestone-pm .slds-context-bar__item { + display: -ms-flexbox; + display: flex; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: stretch; + align-items: stretch; + white-space: nowrap; + position: relative; + max-width: 15rem; +} + +.milestone-pm .slds-context-bar__item.slds-is-active, .milestone-pm .slds-context-bar__item:not(.slds-no-hover):hover { + outline: 0; + border-radius: 0; + background-color: #f7f9fb; + border-bottom: 3px solid #00a1df; + margin-bottom: -3px; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-context-bar__item:not(.slds-no-hover):hover:after { + content: ''; + width: 100%; + height: 3px; + display: block; + background: rgba(0,0,0,.75); + mix-blend-mode: soft-light; + position: absolute; + bottom: -3px; + left: 0; + right: 0; +} + +.milestone-pm .slds-context-bar__item.slds-is-active { + box-shadow: inset -1px 0 0 #d8dde6, inset 1px 0 0 #d8dde6; + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:after, .milestone-pm .slds-context-bar__item.slds-is-active:before { + content: ''; + width: 100%; + height: 3px; + display: block; + background: #00a1df; + position: absolute; + top: 0; + left: 0; + right: 0; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:after { + background: rgba(0,0,0,.75); + mix-blend-mode: soft-light; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:hover { + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-context-bar__item:first-child.slds-is-active { + box-shadow: inset -1px 0 0 #d8dde6; +} + +.milestone-pm .slds-context-bar__item.slds-is-active .slds-context-bar__label-action { + font-weight: 700; +} + +.milestone-pm .slds-context-bar__item--divider-left { + border-left: 1px solid rgba(0,0,0,.2); +} + +.milestone-pm .slds-context-bar__item--divider-right { + border-right: 1px solid rgba(0,0,0,.2); +} + +.milestone-pm .slds-context-bar__label-action { + display: -ms-flexbox; + display: flex; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-positive: 1; + flex-grow: 1; + padding: 0 .75rem; + min-width: 0; + color: inherit; +} + +.milestone-pm .slds-context-bar__label-action:focus { + outline: 0; + text-decoration: underline; + opacity: .8; +} + +.milestone-pm .slds-context-bar__label-action:focus:hover, .milestone-pm .slds-context-bar__label-action:hover { + text-decoration: none; +} + +.milestone-pm .slds-context-bar__label-action:focus, .milestone-pm .slds-context-bar__label-action:hover { + color: inherit; +} + +.milestone-pm .slds-context-bar__label-action:active { + color: inherit; + text-decoration: none; +} + +.milestone-pm .slds-context-bar__icon-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-line-pack: center; + align-content: center; + padding: 0 .75rem; + color: #54698d; + margin-left: -.25rem; +} + +.milestone-pm .slds-context-bar__icon-action:focus { + outline: 0; +} + +.milestone-pm .slds-context-bar__icon-action:focus ~ .slds-dropdown { + visibility: visible; + opacity: 1; +} + +.milestone-pm .slds-context-bar__icon-action:focus, .milestone-pm .slds-context-bar__icon-action:hover { + color: #54698d; +} + +.milestone-pm .slds-context-bar__icon-action:active { + color: #54698d; +} + +.milestone-pm .slds-context-bar .slds-context-bar__button { + color: inherit; +} + +.milestone-pm .slds-context-bar .slds-context-bar__button:focus { + box-shadow: none; + opacity: .8; +} + +.milestone-pm .slds-context-bar__item--tab { + width: 12rem; + border-right: 1px solid rgba(0,0,0,.2); +} + +.milestone-pm .slds-context-bar__item--tab .slds-context-bar__icon-action { + padding: 0 .25rem; +} + +.milestone-pm .slds-context-bar__item--tab.slds-is-active { + background-color: #fff; + border-bottom-color: #fff; + box-shadow: none; +} + +.milestone-pm .slds-context-bar__item--tab.slds-is-active:hover { + background-color: #fff; + border-bottom-color: transparent; +} + +.milestone-pm .slds-context-bar__dropdown-trigger:hover:before { + content: ''; + position: absolute; + top: 100%; + width: 100%; + height: 3px; +} + +.milestone-pm .slds-context-bar__dropdown-trigger .slds-dropdown { + margin-top: 3px; +} + +.milestone-pm .slds-context-bar__app-name { + padding: 0 1.5rem 0 0; + font-size: 1.125rem; + font-weight: 300; + line-height: 1.25; +} + +.milestone-pm .slds-context-bar__object-switcher { + min-width: 9rem; + max-width: 12rem; +} + +.milestone-pm .slds-context-bar--theme-marketing { + border-bottom-color: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item:not(.slds-no-hover):hover { + border-bottom-color: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item.slds-is-active:before { + background: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item.slds-is-active:hover { + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-icon-waffle_container { + outline: 0; +} + +.milestone-pm .slds-icon-waffle { + width: 1.3125rem; + height: 1.3125rem; + position: relative; +} + +.milestone-pm .slds-icon-waffle div { + width: .3125rem; + height: .3125rem; + background: #54698d; + display: inline-block; + position: absolute; + border-radius: 50%; + transition: background .1s; + transform-origin: 50% 50%; +} + +.milestone-pm .slds-icon-waffle .slds-r1 { + top: 0; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r2 { + top: 0; + left: .5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r3 { + top: 0; + right: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r4 { + top: .5rem; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r5 { + top: .5rem; + left: .5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r6 { + top: .5rem; + right: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r7 { + bottom: 0; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r8 { + bottom: 0; + left: .5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r9 { + bottom: 0; + right: 0; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle { + cursor: pointer; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r1, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r1, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r3 { + background: #418fde; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r7, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r7 { + background: #ed8b00; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r9, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r9 { + background: #ffb60f; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r4 { + transition-delay: 50ms; + animation-delay: 50ms; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle div, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle div { + animation: throb 2 .2s alternate; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r7, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r7 { + transition-delay: .1s; + animation-delay: .1s; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r8 { + transition-delay: 150ms; + animation-delay: 150ms; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r9, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r9 { + transition-delay: .2s; + animation-delay: .2s; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r1 { + transition-delay: .2s; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r4 { + transition-delay: 150ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r7 { + transition-delay: .1s; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r8 { + transition-delay: 50ms; +} + +@keyframes throb { + 100% { + transform: scale(1.5); + } +} + +.milestone-pm .slds-publisher.slds-is-active .slds-publisher__toggle-visibility { + display: inherit; +} + +.milestone-pm .slds-publisher.slds-is-active .slds-publisher__input { + line-height: 1.5; + height: auto; + max-height: 10rem; + resize: vertical; + padding-top: .75rem; + padding-bottom: .75rem; +} + +.milestone-pm .slds-publisher__input { + line-height: 1.875rem; + padding: 0 1rem; + resize: none; + min-height: calc(1.875rem + 2px); + max-height: calc(1.875rem + 2px); + width: 100%; +} + +.milestone-pm .slds-publisher__actions > .slds-button { + margin-left: .75rem; +} + +.milestone-pm .slds-publisher .slds-publisher__toggle-visibility { + display: none; +} + +.milestone-pm .slds-publisher--discussion { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-publisher--discussion.slds-is-active { + display: block; +} + +.milestone-pm .slds-publisher--comment { + background-color: #fff; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: .25rem; + width: 100%; + position: relative; + min-height: calc(1.875rem + 2px); + max-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-publisher--comment.slds-is-active { + min-height: 6rem; + max-height: 15rem; +} + +.milestone-pm .slds-publisher--comment.slds-is-active .slds-publisher__actions { + opacity: 1; +} + +.milestone-pm .slds-publisher--comment.slds-has-focus { + outline: 0; + border-color: #1589ee; + background-color: #fff; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-publisher--comment .slds-publisher__actions { + opacity: 0; + padding: 0 .75rem .75rem; +} + +.milestone-pm .slds-publisher--comment .slds-attachments { + padding: .5rem .75rem; +} + +.milestone-pm .slds-feed { + position: relative; + max-width: 49rem; + margin: auto; +} + +.milestone-pm .slds-feed__list { + margin: 0; + padding: 0; +} + +.milestone-pm .slds-feed__item { + padding: .5rem 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-feed__item { + padding: 1rem 0; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-feed__item { + padding: 1.5rem 0; + } + + .milestone-pm .slds-feed__item + .slds-feed__item { + border-top: 1px solid #d8dde6; + } + + .milestone-pm .slds-feed__item .slds-feed__item-comments { + margin-bottom: -1.5rem; + } +} + +.milestone-pm .slds-comment__content { + padding: .25rem 0; +} + +.milestone-pm .slds-comment__replies { + padding-top: 1rem; + margin-left: 3.75rem; +} + +.milestone-pm .slds-comment__replies > :last-child, .milestone-pm .slds-comment__replies > :last-child .slds-comment { + padding-bottom: 0; +} + +.milestone-pm .slds-comment__replies > :last-child .slds-comment:before, .milestone-pm .slds-comment__replies > :last-child:before { + content: none; +} + +.milestone-pm .slds-comment__replies .slds-comment { + position: relative; + margin-bottom: 0; + padding-bottom: 1rem; +} + +.milestone-pm .slds-comment__replies .slds-comment:before { + content: ''; + background: #d8dde6; + height: 100%; + width: 1px; + position: absolute; + left: 1.125rem; + top: 0; + bottom: 0; + margin-left: -.5px; + z-index: -1; +} + +.milestone-pm .slds-comment__replies .slds-avatar { + border: 2px solid #fff; +} + +.milestone-pm .slds-tags { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-tags__list { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-tags__item { + margin-left: .25rem; +} + +.milestone-pm .slds-tags__item:after { + content: ', '; +} + +.milestone-pm .slds-tags__item:last-child:after { + content: none; +} + +.milestone-pm .slds-attachments { + padding-bottom: .5rem; +} + +.milestone-pm .slds-attachments:empty { + padding: 0; +} + +.milestone-pm .slds-attachments__item + .slds-attachments__item { + margin-top: 1rem; +} + +.milestone-pm .slds-feed__item-comments { + background: #f7f9fb; + border-top: 1px solid #d8dde6; + margin-top: .5rem; +} + +.milestone-pm .slds-feed__item-comments .slds-comment { + padding: .5rem 1rem; +} + +.milestone-pm .slds-post { + background: #fff; + padding: .75rem 1rem; +} + +@media (min-width: 64em) { + .milestone-pm .slds-post { + padding: 0 1rem; + } +} + +.milestone-pm .slds-post__header { + margin-bottom: .75rem; +} + +.milestone-pm .slds-post__content { + margin-bottom: .75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__content { + margin-bottom: 1.5rem; + } +} + +.milestone-pm .slds-post__footer { + display: -ms-flexbox; + display: flex; + font-size: .75rem; + -ms-flex-direction: column; + flex-direction: column; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer { + -ms-flex-direction: row; + flex-direction: row; + } +} + +.milestone-pm .slds-post__footer-actions-list { + -ms-flex-pack: justify; + justify-content: space-between; + text-align: center; + -ms-flex-order: 1; + order: 1; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-actions-list { + -ms-flex-order: 0; + order: 0; + } +} + +.milestone-pm .slds-post__footer-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + color: #16325c; + padding: .75rem 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-action { + margin-right: 1rem; + padding: 0; + } +} + +.milestone-pm .slds-post__footer-action .slds-icon { + margin-right: .25rem; +} + +.milestone-pm .slds-post__footer-action.slds-is-active, .milestone-pm .slds-post__footer-action:focus, .milestone-pm .slds-post__footer-action:hover { + color: #005fb2; + text-decoration: none; +} + +.milestone-pm .slds-post__footer-action.slds-is-active .slds-icon, .milestone-pm .slds-post__footer-action:focus .slds-icon, .milestone-pm .slds-post__footer-action:hover .slds-icon { + fill: currentColor; +} + +.milestone-pm .slds-post__footer-meta-list { + margin-bottom: 1rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-meta-list { + margin-left: auto; + margin-bottom: 0; + } +} + +.milestone-pm .slds-post__payload { + padding: 0 0 1rem; +} + +.milestone-pm .slds-post__payload:empty { + padding: 0; + border: 0; +} + +.milestone-pm .slds-modal { + opacity: 0; + visibility: hidden; + transition: transform .1s linear, opacity .1s linear; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 9001; +} + +.milestone-pm .slds-modal__container { + position: relative; + transform: translate(0,0); + transition: transform .1s linear, opacity .1s linear; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + margin: 0 2rem; + height: 100%; + padding: 3rem 0; + border-radius: .25rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-modal__container { + margin: 0 auto; + width: 50%; + max-width: 40rem; + min-width: 20rem; + } +} + +.milestone-pm .slds-modal__content, .milestone-pm .slds-modal__header { + background: #fff; +} + +.milestone-pm .slds-modal__footer, .milestone-pm .slds-modal__header { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-modal__header { + position: relative; + border-top-right-radius: .25rem; + border-top-left-radius: .25rem; + border-bottom: 2px solid #d8dde6; + padding: 1rem; + text-align: center; +} + +.milestone-pm .slds-modal__header + .slds-modal__menu { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.milestone-pm .slds-modal__header--empty { + padding: 0; + border-bottom: 0; +} + +.milestone-pm .slds-modal__header--empty + .slds-modal__content { + border-top-right-radius: .25rem; + border-top-left-radius: .25rem; +} + +.milestone-pm .slds-modal__content { + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-modal__content:last-child { + border-bottom-right-radius: .25rem; + border-bottom-left-radius: .25rem; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); +} + +.milestone-pm .slds-modal__menu { + position: relative; + border-radius: .25rem; + padding: 1rem; + background-color: #f4f6f9; +} + +@media (max-width: 48em) { + .milestone-pm .slds-modal__menu .slds-button { + width: 100%; + margin: .125rem 0; + } +} + +.milestone-pm .slds-modal__footer { + border-top: 2px solid #d8dde6; + border-bottom-right-radius: .25rem; + border-bottom-left-radius: .25rem; + padding: .75rem 1rem; + background-color: #f4f6f9; + text-align: right; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); +} + +.milestone-pm .slds-modal__footer--directional .slds-button:first-child { + float: left; +} + +.milestone-pm .slds-modal__footer .slds-button + .slds-button { + margin-left: .5rem; +} + +.milestone-pm .slds-modal__close { + width: 2rem; + height: 2rem; + position: absolute; + top: -2.5rem; + right: -.5rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-modal--large .slds-modal__container { + width: 90%; + max-width: none; + min-width: 40rem; + } +} + +.milestone-pm .slds-modal-backdrop { + transition-duration: .4s; + width: 100%; + height: 100%; + opacity: 0; + visibility: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(126,140,153,.8); + z-index: 9000; +} + +.milestone-pm .slds-modal-backdrop--open { + visibility: visible; + opacity: 1; + transition: opacity .4s linear; +} + +.milestone-pm .slds-backdrop { + transition-duration: .4s; + width: 100%; + height: 100%; + opacity: 0; + visibility: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(126,140,153,.8); + z-index: 9000; +} + +.milestone-pm .slds-backdrop--open { + visibility: visible; + opacity: 1; + transition: opacity .4s linear; +} + +.milestone-pm .slds-fade-in-open { + opacity: 1; + visibility: visible; + transition: opacity .1s linear; +} + +.milestone-pm .slds-fade-in-open .slds-modal__container-reset { + opacity: 1; + visibility: visible; + transform: translate(0,0); +} + +.milestone-pm .slds-slide-up-open { + opacity: 1; + visibility: visible; + transform: translate(0,0); + transition: opacity .1s linear, transform .2s linear; +} + +.milestone-pm .slds-slide-up-open .slds-modal__container-reset { + opacity: 0; + visibility: hidden; + transform: translate(0,1rem); + transition: opacity .2s linear, transform .2s linear; +} + +.milestone-pm .slds-slide-up-saving { + opacity: 1; + visibility: visible; + transform: translate(0,-1rem); +} + +.milestone-pm .slds-slide-down-cancel { + opacity: 1; + visibility: visible; + transform: translate(0,1rem); +} + +.milestone-pm .slds-app-launcher__content, .milestone-pm .slds-app-launcher__header { + background: #f4f6f9; +} + +.milestone-pm .slds-app-launcher__header-search { + -ms-flex: 0 1 25rem; + flex: 0 1 25rem; + padding: 0 1rem; +} + +.milestone-pm .slds-app-launcher__content { + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.milestone-pm .slds-app-launcher__tile { + display: -ms-flexbox; + display: flex; + -ms-flex-align: stretch; + align-items: stretch; + margin: .5rem 0; + border: 1px solid #d8dde6; + border-radius: .25rem; + cursor: move; +} + +.milestone-pm .slds-app-launcher__tile:focus, .milestone-pm .slds-app-launcher__tile:hover { + outline: 0; + border-color: #1589ee; +} + +.milestone-pm .slds-app-launcher__tile.slds-is-draggable .slds-app-launcher__tile-figure { + padding-bottom: .25rem; +} + +.milestone-pm .slds-app-launcher__tile-figure { + -ms-flex-negative: 0; + flex-shrink: 0; + padding: .75rem; + color: #fff; + background: #fff; + border-radius: .25rem 0 0 .25rem; + text-align: center; +} + +.milestone-pm .slds-app-launcher__tile-body { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + background: #eef1f6; + padding: .5rem .75rem; + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-app-launcher__tile--small { + -ms-flex-direction: column; + flex-direction: column; + border: 0; + border-radius: 0; + text-align: center; + cursor: pointer; +} + +.milestone-pm .slds-app-launcher__tile--small:focus .slds-app-launcher__tile-figure--small, .milestone-pm .slds-app-launcher__tile--small:hover .slds-app-launcher__tile-figure--small { + border-color: #1589ee; +} + +.milestone-pm .slds-app-launcher__tile-figure--small { + border: 1px solid #d8dde6; + border-radius: .25rem; +} + +.milestone-pm .slds-app-launcher__tile-body--small { + background: 0 0; + padding: .5rem 0; + border: 0; + border-radius: 0; +} + +.milestone-pm .slds-pill { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; + max-width: 100%; + padding: .125rem; + border: 1px solid #d8dde6; + border-radius: .25rem; + background-color: #fff; + position: relative; + min-height: 1.625rem; +} + +.milestone-pm .slds-pill + .slds-pill { + margin-left: .125rem; +} + +.milestone-pm .slds-pill:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-pill a { + text-decoration: none; +} + +.milestone-pm .slds-pill--bare { + background-color: transparent; + border: 0; +} + +.milestone-pm .slds-pill--bare:hover { + background-color: transparent; +} + +.milestone-pm .slds-pill-container, .milestone-pm .slds-pill__container, .milestone-pm .slds-pill_container { + padding: .125rem; + border: 1px solid #d8dde6; + border-radius: .25rem; + min-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-pill__container--bare, .milestone-pm .slds-pill_container--bare { + padding: .125rem; + border: 0; + border-radius: 0; +} + +.milestone-pm .slds-pill__label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.milestone-pm .slds-pill__label:focus { + outline: 0; + border-radius: .25rem; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-pill__icon, .milestone-pm .slds-pill__icon_container { + width: 1.25rem; + height: 1.25rem; + margin-right: .25rem; +} + +.milestone-pm .slds-pill__icon .slds-icon, .milestone-pm .slds-pill__icon_container .slds-icon { + width: 1.25rem; + height: 1.25rem; +} + +.milestone-pm .slds-pill__remove { + margin-left: .25rem; +} + +.milestone-pm .slds-wizard { + position: relative; +} + +.milestone-pm .slds-wizard__list { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + position: relative; + margin: auto; +} + +.milestone-pm .slds-wizard__item { + -ms-flex: 2 0 auto; + flex: 2 0 auto; + text-align: center; + width: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-wizard__item:first-child { + text-align: left; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-wizard__item:last-child { + text-align: right; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-wizard__item a:focus, .milestone-pm .slds-wizard__item a:hover { + outline: 0; + text-decoration: none; +} + +.milestone-pm .slds-wizard__item a:focus .slds-wizard__marker, .milestone-pm .slds-wizard__item a:hover .slds-wizard__marker { + background: #d8dde6; +} + +.milestone-pm .slds-wizard__link { + display: block; +} + +.milestone-pm .slds-wizard__marker { + width: 1.5rem; + height: 1.5rem; + border-radius: 50%; + background: #e0e5ee; + display: inline-block; + vertical-align: middle; + z-index: 1; + position: relative; +} + +.milestone-pm .slds-wizard__label { + display: block; + margin-top: .75rem; +} + +.milestone-pm .slds-wizard__progress { + position: absolute; + left: 0; + top: .625rem; + height: .25rem; + display: block; + width: 100%; + z-index: -1; + background: #e0e5ee; +} + +.milestone-pm .slds-wizard__progress-bar { + position: absolute; + left: 0; + top: 0; + height: 100%; + background: #0076de; + transition: width .2s ease; +} + +.milestone-pm .slds-wizard .slds-is-active .slds-wizard__marker { + background: #0076de; +} + +.milestone-pm .slds-wizard .slds-is-active a:focus .slds-wizard__marker, .milestone-pm .slds-wizard .slds-is-active a:hover .slds-wizard__marker { + background: #005fb2; +} + +.milestone-pm .slds-tabs--path { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--path__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.milestone-pm .slds-tabs--path .slds-is-complete { + background-color: #4bca81; +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__stage { + transform: rotateX(0); +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__title { + transform: rotateX(180deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover { + background-color: #04844b; +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover .slds-tabs--path__stage { + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover .slds-tabs--path__title { + transform: rotateX(0); +} + +.milestone-pm .slds-tabs--path .slds-is-current { + background-color: #0070d2; +} + +.milestone-pm .slds-tabs--path .slds-is-current:hover { + background-color: #005fb2; +} + +.milestone-pm .slds-tabs--path .slds-is-current + .slds-is-incomplete:before { + background-color: #0070d2; +} + +.milestone-pm .slds-tabs--path .slds-is-current:hover + .slds-is-incomplete:before { + background-color: #005fb2; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete { + background-color: #e0e5ee; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete:hover { + background-color: #d8dde6; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete .slds-tabs--path__link { + color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-lost, .milestone-pm .slds-tabs--path .slds-is-lost:hover { + background-color: #c23934; +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__link, .milestone-pm .slds-tabs--path .slds-is-current .slds-tabs--path__link, .milestone-pm .slds-tabs--path .slds-is-lost .slds-tabs--path__link { + color: #fff; +} + +.milestone-pm .slds-tabs--path .slds-is-active { + background-color: #061c3f; +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__link { + color: #fff; +} + +.milestone-pm .slds-tabs--path .slds-is-active:hover { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-active:hover + .slds-tabs--path__item:before { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-active + .slds-tabs--path__item:before { + background-color: #061c3f; +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__title, .milestone-pm .slds-tabs--path .slds-is-won .slds-tabs--path__title { + transform: rotateX(0); +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__stage, .milestone-pm .slds-tabs--path .slds-is-won .slds-tabs--path__stage { + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path__item { + overflow: hidden; + position: relative; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 5rem; + text-align: center; + perspective: 500; + transition: transform .1s ease-in-out, background-color .1s linear; +} + +.milestone-pm .slds-tabs--path__item:first-child { + border-radius: 15rem 0 0 15rem; +} + +.milestone-pm .slds-tabs--path__item:last-child { + border-radius: 0 15rem 15rem 0; + border-right: 0; +} + +.milestone-pm .slds-tabs--path__item:before { + content: ''; + display: block; + position: absolute; + top: 2px; + left: -1rem; + width: calc(2rem - (2px * 2)); + height: calc(2rem - (2px * 2)); + border: 2px solid #fff; + border-left: 0; + border-bottom: 0; + background-clip: padding-box; + transform: scale3d(.8,1.1,1) rotate(45deg); + transition: transform .1s ease-in-out, background-color .1s linear; +} + +.milestone-pm .slds-tabs--path__item:first-child:before { + display: none; +} + +.milestone-pm .slds-tabs--path__item + .slds-is-complete:before, .milestone-pm .slds-tabs--path__item + .slds-is-current:before { + background-color: #4bca81; +} + +.milestone-pm .slds-tabs--path__item:hover + .slds-is-complete:before, .milestone-pm .slds-tabs--path__item:hover + .slds-is-current:before { + background-color: #04844b; +} + +.milestone-pm .slds-tabs--path__item + .slds-is-incomplete:before, .milestone-pm .slds-tabs--path__item + .slds-is-lost:before { + background-color: #e0e5ee; +} + +.milestone-pm .slds-tabs--path__item:hover + .slds-is-incomplete:before, .milestone-pm .slds-tabs--path__item:hover + .slds-is-lost:before { + background-color: #d8dde6; +} + +.milestone-pm .slds-tabs--path__stage, .milestone-pm .slds-tabs--path__title { + display: block; + transition: transform .2s linear; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +.milestone-pm .slds-tabs--path__title { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.milestone-pm .slds-tabs--path__stage { + position: absolute; + top: 50%; + left: .5rem; + width: 100%; + margin-top: -.75rem; + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path__link { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + position: relative; + padding: .25rem .25rem .25rem 1.25rem; + line-height: 1.5rem; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-tabs--path__link:focus, .milestone-pm .slds-tabs--path__link:hover { + text-decoration: none; +} + +.milestone-pm .slds-tabs--path__link:focus { + outline: 0; +} + +.milestone-pm .slds-path-coach { + border: #d8dde6 1px solid; + border-top: 0; + padding-bottom: 1rem; +} + +.milestone-pm .slds-path__trigger { + border-radius: 50%; + transition: .1s transform ease-in-out; +} + +.milestone-pm .slds-flip--vertical { + transform: rotateX(180deg); +} + +.milestone-pm .slds-flip--horizontal { + transform: rotateY(180deg); +} + +.milestone-pm .slds-path__mark-complete { + border-radius: 15rem; +} + +.milestone-pm .slds-path__mark-current { + border-color: #061c3f; + background-color: #061c3f; +} + +.milestone-pm .slds-path__mark-current:focus, .milestone-pm .slds-path__mark-current:hover { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path__content { + position: relative; + padding-left: 1.5rem; + padding-right: 1rem; +} + +.milestone-pm .slds-coach__guidance, .milestone-pm .slds-coach__keys { + margin-top: 1rem; + padding-top: 1rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-coach__keys { + padding-left: .75rem; +} + +.milestone-pm .slds-coach__guidance { + padding-left: 1.5rem; + padding-bottom: .25rem; + background-color: #fafafb; +} + +.milestone-pm .slds-coach__item { + border-top: #d8dde6 1px solid; + padding: 1rem 0; + color: #54698d; +} + +.milestone-pm .slds-coach__value { + border-top: #d8dde6 1px solid; + padding-top: 1rem; + color: #16325c; +} + +.milestone-pm .slds-spinner_container { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: calc(9000 + 2); + background-color: rgba(255,255,255,.75); + visibility: visible; + opacity: 1; + transition: opacity .2s ease, visibility 0s; + transition-delay: 0s, .3s; +} + +.milestone-pm .slds-spinner_container.is-hidden { + visibility: hidden; + opacity: 0; + transition: opacity .2s ease, visibility 0s; + transition-delay: 0s, 0s; +} + +.milestone-pm .slds-spinner_container.hide { + display: none; +} + +.milestone-pm .slds-spinner { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%) rotate(90deg); +} + +.milestone-pm .slds-spinner, .milestone-pm .slds-spinner__dot-a, .milestone-pm .slds-spinner__dot-b { + transform-origin: 50% 50%; +} + +.milestone-pm .slds-spinner__dot-a, .milestone-pm .slds-spinner__dot-b { + position: absolute; + top: 0; + left: 0; + width: 100%; +} + +.milestone-pm .slds-spinner:after, .milestone-pm .slds-spinner:before, .milestone-pm .slds-spinner__dot-a:after, .milestone-pm .slds-spinner__dot-a:before, .milestone-pm .slds-spinner__dot-b:after, .milestone-pm .slds-spinner__dot-b:before { + position: absolute; + content: ''; + background: #16325c; + border-radius: 50%; + animation-duration: 1s; + animation-iteration-count: infinite; +} + +.milestone-pm .slds-spinner__dot-a { + transform: rotate(60deg) translateY(0); +} + +.milestone-pm .slds-spinner__dot-b { + transform: rotate(120deg) translateY(0); +} + +.milestone-pm .slds-spinner:before { + animation-delay: -.083s; +} + +.milestone-pm .slds-spinner__dot-a:before { + animation-delay: .083s; +} + +.milestone-pm .slds-spinner__dot-b:before { + animation-delay: 250ms; +} + +.milestone-pm .slds-spinner:after { + animation-delay: .416s; +} + +.milestone-pm .slds-spinner__dot-a:after { + animation-delay: .583s; +} + +.milestone-pm .slds-spinner__dot-b:after { + animation-delay: 750ms; +} + +.milestone-pm .slds-spinner--small { + width: 1.25rem; +} + +.milestone-pm .slds-spinner--small .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--small.slds-spinner:after, .milestone-pm .slds-spinner--small.slds-spinner:before { + width: .25rem; + height: .25rem; +} + +.milestone-pm .slds-spinner--small .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--small.slds-spinner:before { + top: -.125rem; + left: -.125rem; + animation-name: dotsBounceBefore-extraSmall; +} + +.milestone-pm .slds-spinner--small .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--small.slds-spinner:after { + top: -.125rem; + right: -.125rem; + animation-name: dotsBounceAfter-extraSmall; +} + +@keyframes dotsBounceBefore-extraSmall { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(-.25rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-extraSmall { + 60% { + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(.25rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceBefore-small { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(-.375rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-small { + 60% { + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(.375rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--medium { + width: 2rem; +} + +.milestone-pm .slds-spinner--medium .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--medium.slds-spinner:after, .milestone-pm .slds-spinner--medium.slds-spinner:before { + width: .5rem; + height: .5rem; +} + +.milestone-pm .slds-spinner--medium .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--medium.slds-spinner:before { + animation-name: dotsBounceBefore-medium; + top: -.25rem; + left: -.25rem; +} + +.milestone-pm .slds-spinner--medium .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--medium.slds-spinner:after { + animation-name: dotsBounceAfter-medium; + top: -.25rem; + right: -.25rem; +} + +@keyframes dotsBounceBefore-medium { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(-.5rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-medium { + 60% { + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(.5rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--large { + width: 2.75rem; +} + +.milestone-pm .slds-spinner--large .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--large.slds-spinner:after, .milestone-pm .slds-spinner--large.slds-spinner:before { + width: .625rem; + height: .625rem; +} + +.milestone-pm .slds-spinner--large .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--large.slds-spinner:before { + animation-name: dotsBounceBefore-medium; + top: -.3125rem; + left: -.3125rem; +} + +.milestone-pm .slds-spinner--large .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--large.slds-spinner:after { + animation-name: dotsBounceAfter-medium; + top: -.3125rem; + right: -.3125rem; +} + +@keyframes dotsBounceBefore-large { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(-.75rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-large { + 60% { + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(.75rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--brand .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--brand .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--brand .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--brand .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--brand.slds-spinner:after, .milestone-pm .slds-spinner--brand.slds-spinner:before { + background-color: #1589ee; +} + +.milestone-pm .slds-spinner--inverse .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--inverse.slds-spinner:after, .milestone-pm .slds-spinner--inverse.slds-spinner:before { + background-color: #fff; +} + +.milestone-pm .slds-tile + .slds-tile { + margin-top: .5rem; +} + +.milestone-pm .slds-tile__detail { + position: relative; +} + +.milestone-pm .slds-tile__meta { + color: #16325c; +} + +.milestone-pm .slds-tile--board { + position: relative; +} + +.milestone-pm .slds-tile--board__icon { + width: 1rem; + height: 1rem; + position: absolute; + bottom: .25rem; + right: .25rem; +} + +.milestone-pm .slds-tile--board .slds-has-alert { + padding-right: 1.5rem; +} + +.milestone-pm .slds-tabs--default { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--default__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + border-bottom: 1px solid #d8dde6; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default .slds-tabs__item + .slds-tabs__item { + margin-left: 1.5rem; + } +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + border-bottom: 2px solid transparent; + padding: 0 .5rem; + color: #54698d; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a:focus { + outline: 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default .slds-tabs__item > a { + padding: 0 1rem; + } +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a:focus, .milestone-pm .slds-tabs--default .slds-tabs__item > a:hover { + text-decoration: none; + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item.slds-active a { + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item.slds-active a:focus { + color: #0070d2; +} + +.milestone-pm .slds-tabs--default > .slds-tabs__content { + position: relative; + padding: 1rem 0; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item--overflow { + overflow: visible; +} + +.milestone-pm .slds-tabs--default__item.slds-active .slds-tabs--default__link { + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default__item.slds-active .slds-tabs--default__link:focus { + border-bottom-width: 3px; + color: #0070d2; +} + +.milestone-pm .slds-tabs--default__content { + position: relative; + padding: 1rem 0; +} + +.milestone-pm .slds-tabs--default__link { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + border-bottom: 2px solid transparent; + padding: 0 .5rem; + color: #54698d; +} + +.milestone-pm .slds-tabs--default__link:focus { + outline: 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default__link { + padding: 0 1rem; + } +} + +.milestone-pm .slds-tabs--default__link:focus, .milestone-pm .slds-tabs--default__link:hover { + text-decoration: none; + color: #0070d2; +} + +.milestone-pm .slds-tabs--default__link:focus { + border-bottom-width: 3px; + border-color: #0070d2; +} + +.milestone-pm .slds-tabs--scoped { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--scoped__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + background-color: #f4f6f9; + border: 1px solid #d8dde6; + border-radius: .25rem .25rem 0 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item { + position: relative; + margin-bottom: -1px; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item + .slds-tabs__item { + margin-left: -1px; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item:first-child > a { + border-left: 0; + border-radius: .25rem 0 0 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 1.5rem; + color: #54698d; + background-clip: padding-box; + border-left: 1px solid transparent; + border-right: 1px solid transparent; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a:focus { + outline: 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a:focus, .milestone-pm .slds-tabs--scoped .slds-tabs__item > a:hover { + text-decoration: none; + color: #005fb2; + border-color: #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item .slds-active > a { + background-color: #fff; + color: #0070d2; + border-color: #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item .slds-active > a:focus { + text-decoration: underline; +} + +.milestone-pm .slds-tabs--scoped > .slds-tabs__content { + background-color: #fff; + border: 1px solid #d8dde6; + border-top: 0; + border-radius: 0 0 .25rem .25rem; + padding: 1rem; +} + +.milestone-pm .slds-tabs--scoped__item { + position: relative; + margin-bottom: -1px; +} + +.milestone-pm .slds-tabs--scoped__item + .slds-tabs--scoped__item { + margin-left: -1px; +} + +.milestone-pm .slds-tabs--scoped__item:first-child .slds-tabs--scoped__link { + border-left: 0; + border-radius: .25rem 0 0 0; +} + +.milestone-pm .slds-tabs--scoped__content { + background-color: #fff; + border: 1px solid #d8dde6; + border-top: 0; + border-radius: 0 0 .25rem .25rem; + padding: 1rem; +} + +.milestone-pm .slds-tabs--scoped__link { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 1rem; + color: #54698d; + background-clip: padding-box; + border-left: 1px solid transparent; + border-right: 1px solid transparent; +} + +.milestone-pm .slds-tabs--scoped__link:focus { + outline: 0; +} + +.milestone-pm .slds-tabs--scoped__link:focus, .milestone-pm .slds-tabs--scoped__link:hover { + text-decoration: none; + color: #005fb2; + border-color: #d8dde6; +} + +.milestone-pm .slds-active .slds-tabs--scoped__link { + background-color: #fff; + color: #0070d2; + border-color: #d8dde6; +} + +.milestone-pm .slds-active .slds-tabs--scoped__link:focus { + text-decoration: underline; +} + +.milestone-pm .slds-tabs__nav-scroller.slds-has-overflow { + position: relative; + padding-right: 4.7rem; +} + +.milestone-pm .slds-tab__scroll-controls { + display: none; +} + +.milestone-pm .slds-has-overflow .slds-tabs__nav-scroller--inner { + overflow: hidden; +} + +.milestone-pm .slds-has-overflow .slds-tabs--default__nav, .milestone-pm .slds-has-overflow .slds-tabs--scoped__nav { + border: 0; +} + +.milestone-pm .slds-has-overflow .slds-tab__scroll-controls { + display: -ms-flexbox; + display: flex; + position: absolute; + right: 0; + top: 0; + bottom: 0; + background-color: #fff; +} + +.milestone-pm .slds-tabs--default .slds-has-overflow .slds-tabs__nav-scroller--inner { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--default .slds-tab__scroll-controls { + padding: calc(.25rem - 1px) 1px calc(.25rem - 1px) .5rem; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs__nav-scroller--inner { + border: 1px solid #d8dde6; + border-bottom: 0; + border-radius: .25rem .25rem 0 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item { + margin-bottom: 0; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item.slds-active { + border-bottom-color: #fff; +} + +.milestone-pm .slds-tabs--scoped .slds-tab__scroll-controls { + padding: calc(.25rem - 1px) .25rem; + border: 1px solid #d8dde6; + border-radius: 0 .25rem 0 0; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active { + color: #0070d2; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action { + background-color: #f0f8fc; + border-color: #d8dde6; + border-left-color: #005fb2; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action:focus { + border-left-width: .5rem; + color: #005fb2; +} + +.milestone-pm .slds-navigation-list--vertical__action { + display: block; + border-left: .25rem solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + padding: .5rem 1.5rem; +} + +.milestone-pm .slds-navigation-list--vertical__action:focus, .milestone-pm .slds-navigation-list--vertical__action:hover { + outline: 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-navigation-list--vertical__action:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-navigation-list--vertical-inverse .slds-is-active .slds-navigation-list--vertical__action { + background-color: #fff; +} + +.milestone-pm .slds-notify-container, .milestone-pm .slds-notify_container { + position: fixed; + width: 100%; + left: 0; + top: 0; + z-index: 10000; + text-align: center; +} + +.milestone-pm .slds-notify { + color: #fff; + position: relative; + background: #54698d; + font-weight: 300; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):link, .milestone-pm .slds-notify a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):focus, .milestone-pm .slds-notify a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-notify__close { + float: right; + margin-left: .25rem; + line-height: 1; +} + +.milestone-pm .slds-notify__content { + padding-top: .25rem; +} + +.milestone-pm .slds-notify__content .slds-icon { + margin-top: -.25rem; +} + +.milestone-pm .slds-notify--alert { + padding: .5rem; + text-align: center; +} + +.milestone-pm .slds-modal--prompt .slds-modal__header { + border-bottom: 0; +} + +.milestone-pm .slds-modal--prompt .slds-modal__content { + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-modal--prompt .slds-modal__footer { + border-top: 0; + text-align: center; +} + +.milestone-pm .slds-modal--prompt slds-modal__close { + display: none; +} + +.milestone-pm .slds-notify--toast { + border-radius: .25rem; + margin: .5rem; + padding: .75rem 1.5rem; + min-width: 30rem; + display: inline-block; + text-align: left; +} + +.milestone-pm .slds-notify--toast .slds-notify__close { + transform: translate3d(.5rem,0,0); +} + +.milestone-pm .slds-modal__header .slds-notify-container, .milestone-pm .slds-modal__header .slds-notify_container { + position: absolute; +} + +.milestone-pm .slds-modal__header .slds-notify--toast { + display: block; +} + +.milestone-pm .slds-lookup { + position: relative; + width: 100%; +} + +.milestone-pm .slds-lookup__list { + max-height: calc((((1.5 * .8125rem) + (1.5 * .75rem) - .25rem) + (.25rem * 2)) * 7); + overflow-y: auto; +} + +.milestone-pm .slds-lookup__menu { + background: #fff; + border: 1px solid #d8dde6; + border-radius: .25rem; + z-index: 7000; + position: absolute; + width: 100%; + padding: .25rem 0; + display: none; +} + +.milestone-pm .slds-lookup__item > a, .milestone-pm .slds-lookup__item > button, .milestone-pm .slds-lookup__item > span { + display: block; + padding: .5rem; + color: #16325c; + text-align: left; + width: 100%; + line-height: 1.5; + border-radius: 0; +} + +.milestone-pm .slds-lookup__item > a:focus, .milestone-pm .slds-lookup__item > a:hover, .milestone-pm .slds-lookup__item > button:focus, .milestone-pm .slds-lookup__item > button:hover, .milestone-pm .slds-lookup__item > span:focus, .milestone-pm .slds-lookup__item > span:hover { + outline: 0; + background-color: #f4f6f9; + color: #16325c; + text-decoration: none; +} + +.milestone-pm .slds-lookup__item > a .slds-icon, .milestone-pm .slds-lookup__item > button .slds-icon, .milestone-pm .slds-lookup__item > span .slds-icon { + margin-right: .5rem; +} + +.milestone-pm .slds-lookup__item--label { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: .5rem; +} + +.milestone-pm .slds-lookup__item-action { + font-size: .8125rem; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: .25rem .5rem; + color: #16325c; + text-align: left; + width: 100%; + line-height: 1.5; + border-radius: 0; +} + +.milestone-pm .slds-lookup__item-action.slds-has-focus, .milestone-pm .slds-lookup__item-action:focus, .milestone-pm .slds-lookup__item-action:hover { + outline: 0; + cursor: pointer; + background-color: #f4f6f9; + color: #16325c; + text-decoration: none; +} + +.milestone-pm .slds-lookup__item-action .slds-icon { + margin-right: .5rem; +} + +.milestone-pm .slds-lookup__item-action--label { + padding: .5rem .75rem; +} + +.milestone-pm .slds-lookup__item-action--label .slds-icon { + margin-right: .75rem; +} + +.milestone-pm .slds-lookup__search-input { + width: 100%; +} + +.milestone-pm .slds-lookup__result-text { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; +} + +.milestone-pm .slds-lookup__result-meta { + display: block; + margin-top: -.25rem; +} + +.milestone-pm .slds-lookup__pill-container { + padding: 0 .5rem .25rem; +} + +.milestone-pm .slds-lookup mark { + font-weight: 700; + background-color: transparent; +} + +.milestone-pm .slds-lookup.slds-is-open .slds-lookup__menu { + display: block; +} + +.milestone-pm .slds-lookup.slds-has-selection .slds-lookup__search-input { + display: none; +} + +.milestone-pm .slds-lookup[data-select=single] .slds-pill, .milestone-pm .slds-lookup[data-select=multi] .slds-pill { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-lookup[data-select=single] .slds-pill__remove, .milestone-pm .slds-lookup[data-select=multi] .slds-pill__remove { + margin-left: auto; +} + +.milestone-pm .slds-lookup.slds-has-selection .slds-input, .milestone-pm .slds-lookup.slds-has-selection .slds-input__icon { + display: none; +} + +.milestone-pm .slds-avatar { + overflow: hidden; + display: inline-block; + vertical-align: middle; + border-radius: .25rem; + line-height: 1; +} + +.milestone-pm .slds-avatar:focus:hover, .milestone-pm .slds-avatar:hover { + color: currentColor; +} + +.milestone-pm .slds-avatar--x-small { + width: 1.25rem; + height: 1.25rem; +} + +.milestone-pm .slds-avatar--small { + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-avatar--medium { + width: 2rem; + height: 2rem; +} + +.milestone-pm .slds-avatar--large { + width: 3rem; + height: 3rem; +} + +.milestone-pm .slds-avatar--circle { + border-radius: 50%; +} + +.milestone-pm .slds-avatar--empty { + border: 1px dashed #d8dde6; +} + +.milestone-pm .slds-image { + display: block; + position: relative; +} + +.milestone-pm .slds-image__crop { + display: block; + position: relative; + overflow: hidden; +} + +.milestone-pm .slds-image__crop img { + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%,-50%,0); + max-width: 200%; +} + +.milestone-pm .slds-image__crop:after { + content: ''; + display: block; +} + +.milestone-pm .slds-image__crop--1-by-1 { + padding-top: 100%; +} + +.milestone-pm .slds-image__crop--16-by-9 { + padding-top: 56.25%; +} + +.milestone-pm .slds-image__crop--4-by-3 { + padding-top: 75%; +} + +.milestone-pm .slds-image__title { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: .5rem; +} + +.milestone-pm .slds-image__title--overlay { + color: #fff; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.milestone-pm .slds-image__title--overlay .slds-image__text { + z-index: 1; +} + +.milestone-pm .slds-image__title--card { + background: #f4f6f9; + position: absolute; + bottom: 0; + left: 0; + right: 0; +} + +.milestone-pm .slds-image--overlay { + content: ''; + background: rgba(0,0,0,.4); + color: #fff; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 1; +} + +.milestone-pm .slds-image--card { + background: #fff; + border-top: 1px solid #f4f6f9; + box-shadow: 0 1px 1px rgba(0,0,0,.16); +} + +.milestone-pm .slds-image__icon { + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%,-50%,0); + margin-top: -1rem; +} + +.milestone-pm .slds-image__actions { + position: absolute; + top: .5rem; + right: .5rem; +} + +.milestone-pm .slds-table { + background-color: #fff; +} + +.milestone-pm .slds-table td, .milestone-pm .slds-table th { + padding: .5rem; + white-space: nowrap; + position: relative; +} + +.milestone-pm .slds-table th { + font-weight: 400; +} + +.milestone-pm .slds-table:not(.slds-no-row-hover) tbody tr:hover > td, .milestone-pm .slds-table:not(.slds-no-row-hover) tbody tr:hover > th { + background-color: #f4f6f9; +} + +.milestone-pm .slds-table tbody tr.slds-is-selected > td, .milestone-pm .slds-table tbody tr.slds-is-selected > th, .milestone-pm .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > td, .milestone-pm .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > th { + background-color: #f0f8fc; +} + +.milestone-pm .slds-table .slds-cell-wrap { + white-space: normal; +} + +.milestone-pm .slds-table .slds-cell-shrink { + width: 1%; +} + +.milestone-pm .slds-table .slds-cell-buffer--left { + padding-left: 1.5rem; +} + +.milestone-pm .slds-table .slds-cell-buffer--right { + padding-right: 1.5rem; +} + +.milestone-pm .slds-table--cell-buffer tr > td:first-child, .milestone-pm .slds-table--cell-buffer tr > th:first-child { + padding-left: 1.5rem; +} + +.milestone-pm .slds-table--cell-buffer tr > td:last-child, .milestone-pm .slds-table--cell-buffer tr > th:last-child { + padding-right: 1.5rem; +} + +.milestone-pm .slds-table--bordered { + border-top: 1px solid #d8dde6; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered thead > tr + tr > th { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered tbody td, .milestone-pm .slds-table--bordered tbody th { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover > td:not(.slds-is-selected), .milestone-pm .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover > th:not(.slds-is-selected) { + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--col-bordered td + td, .milestone-pm .slds-table--col-bordered td + th, .milestone-pm .slds-table--col-bordered th + td, .milestone-pm .slds-table--col-bordered th + th { + border-left: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--striped tbody tr:nth-of-type(even) > td, .milestone-pm .slds-table--striped tbody tr:nth-of-type(even) > th { + background-color: #f4f6f9; +} + +.milestone-pm th.slds-is-sortable { + cursor: pointer; + padding: 0; +} + +.milestone-pm th.slds-is-sortable .slds-button { + visibility: hidden; + margin-left: .5rem; +} + +.milestone-pm th.slds-is-sortable .slds-button__icon { + fill: #0070d2; +} + +.milestone-pm th.slds-is-sortable:hover { + background-color: #f4f6f9; + color: #0070d2; +} + +.milestone-pm th.slds-is-sortable:hover .slds-button { + visibility: visible; +} + +.milestone-pm .slds-th__action { + display: -ms-flexbox; + display: flex; + padding: .5rem; +} + +.milestone-pm .slds-th__action:focus, .milestone-pm .slds-th__action:hover { + outline: 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-th__action:focus .slds-is-sortable__icon, .milestone-pm .slds-th__action:hover .slds-is-sortable__icon { + display: inline-block; +} + +.milestone-pm .slds-is-sortable__icon { + width: .75rem; + height: .75rem; + margin-left: .25rem; + display: none; +} + +.milestone-pm .slds-is-sorted .slds-is-sortable__icon { + display: inline-block; +} + +.milestone-pm .slds-is-sorted--asc .slds-is-sortable__icon { + transform: rotate(180deg); +} + +.milestone-pm .slds-is-resizable .slds-th__action:focus, .milestone-pm .slds-is-resizable .slds-th__action:hover { + box-shadow: #d8dde6 -.25rem 0 0 inset; +} + +.milestone-pm .slds-resizable { + max-width: 100%; +} + +.milestone-pm .slds-resizable__handle { + position: absolute; + right: 0; + top: 0; + width: .25rem; + height: 100%; + background: #0070d2; + display: block; + cursor: col-resize; + opacity: 0; + z-index: 5000; +} + +.milestone-pm .slds-resizable__handle:active, .milestone-pm .slds-resizable__handle:focus, .milestone-pm .slds-resizable__handle:hover { + opacity: 1; +} + +.milestone-pm .slds-resizable__divider { + position: absolute; + right: 0; + height: 100vh; + width: 1px; + background: #0070d2; +} + +.milestone-pm .slds-resizable__input:focus ~ .slds-resizable__handle { + opacity: 1; +} + +.milestone-pm .slds-table--fixed-layout { + table-layout: fixed; + width: 100%; + white-space: nowrap; +} + +.milestone-pm .slds-table--fixed-layout thead { + background-color: #fff; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink { + width: 3rem; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:nth-child(n) { + padding-left: 0; + padding-right: 0; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:first-child { + text-align: right; + padding-right: .5rem; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:last-child { + text-align: left; + padding-left: .5rem; +} + +.milestone-pm .slds-table--compact td, .milestone-pm .slds-table--compact th { + padding: .25rem .5rem; +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked { + border: 0; + } + + .milestone-pm .slds-max-medium-table--stacked thead { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; + } + + .milestone-pm .slds-max-medium-table--stacked th { + border-top: 0; + } + + .milestone-pm .slds-max-medium-table--stacked tr { + display: block; + border-top: 2px solid #d8dde6; + } + + .milestone-pm .slds-max-medium-table--stacked td, .milestone-pm .slds-max-medium-table--stacked th { + display: block; + padding: .75rem; + max-width: 100%; + width: 100%; + clear: both; + white-space: normal; + overflow: hidden; + text-align: left; + } + + .milestone-pm .slds-max-medium-table--stacked td.slds-truncate, .milestone-pm .slds-max-medium-table--stacked th.slds-truncate { + max-width: 100%; + } + + .milestone-pm .slds-max-medium-table--stacked td:before, .milestone-pm .slds-max-medium-table--stacked th:before { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; + display: block; + padding-bottom: .25rem; + content: attr(data-label); + } + + .milestone-pm .slds-max-medium-table--stacked tr > td:first-child, .milestone-pm .slds-max-medium-table--stacked tr > td:last-child { + padding: .75rem; + } + + .milestone-pm .slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover td, .milestone-pm .slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover th { + background-color: inherit !important; + box-shadow: none !important; + } + + .milestone-pm .slds-max-medium-table--stacked .slds-is-interactive .slds-button { + visibility: visible; + } + + .milestone-pm .slds-max-medium-table--stacked .slds-cell-shrink { + width: auto; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked td:before, .milestone-pm .slds-max-medium-table--stacked th:before { + padding-bottom: .25rem; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked-horizontal { + border: 0; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal thead { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th { + border-top: 0; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal tr { + display: block; + border-top: 2px solid #d8dde6; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td, .milestone-pm .slds-max-medium-table--stacked-horizontal th { + display: block; + padding: .75rem; + max-width: 100%; + width: 100%; + clear: both; + white-space: normal; + overflow: hidden; + text-align: left; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td.slds-truncate, .milestone-pm .slds-max-medium-table--stacked-horizontal th.slds-truncate { + max-width: 100%; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td:before, .milestone-pm .slds-max-medium-table--stacked-horizontal th:before { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; + display: block; + padding-bottom: .25rem; + content: attr(data-label); + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal tr > td:first-child, .milestone-pm .slds-max-medium-table--stacked-horizontal tr > td:last-child { + padding: .75rem; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover td, .milestone-pm .slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover th { + background-color: inherit !important; + box-shadow: none !important; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-is-interactive .slds-button { + visibility: visible; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-cell-shrink { + width: auto; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked-horizontal td { + text-align: right; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td:before { + float: left; + margin-top: .125rem; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-truncate { + max-width: 100%; + } +} + +.milestone-pm .slds-table--edit_container:focus { + outline: 0; +} + +.milestone-pm .slds-table--edit_container:focus:before { + content: ' '; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + background-color: rgba(240,248,252,.75); + box-shadow: 0 0 0 4px #1589ee inset; +} + +.milestone-pm .slds-table--edit_container:focus .slds-table--edit_container-message { + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 20rem; + margin-top: -2.25rem; + margin-left: -10rem; + background-color: #fff; + text-align: center; + z-index: 1; +} + +.milestone-pm .slds-table--edit_container-message { + display: none; +} + +.milestone-pm .slds-table--edit .slds-button__icon--edit:focus { + fill: #1589ee; +} + +.milestone-pm .slds-table--edit td, .milestone-pm .slds-table--edit th { + padding: 0; +} + +.milestone-pm .slds-table--edit .slds-cell-edit:hover { + background-color: #fff; + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--edit tbody tr { + counter-increment: row-number; +} + +.milestone-pm .slds-table--edit tbody tr:hover .slds-cell-marker, .milestone-pm .slds-table--edit tbody tr:hover .slds-is-edited:not(.slds-has-focus) { + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--edit .slds-row-number:after { + content: counter(row-number); +} + +.milestone-pm .slds-cell-marker { + background-color: #f4f6f9; +} + +.milestone-pm .slds-cell-edit { + min-height: 2.3125rem; + padding: .5rem; +} + +.milestone-pm .slds-cell-edit .slds-button__icon--edit, .milestone-pm .slds-cell-edit .slds-button__icon--lock { + opacity: 0; +} + +.milestone-pm .slds-cell-edit:focus .slds-button__icon--edit, .milestone-pm .slds-cell-edit:hover .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-cell-edit:focus .slds-button__icon--edit:focus, .milestone-pm .slds-cell-edit:focus .slds-button__icon--edit:hover, .milestone-pm .slds-cell-edit:hover .slds-button__icon--edit:focus, .milestone-pm .slds-cell-edit:hover .slds-button__icon--edit:hover { + fill: #1589ee; +} + +.milestone-pm .slds-cell-edit:focus .slds-button__icon--lock, .milestone-pm .slds-cell-edit:hover .slds-button__icon--lock { + opacity: .5; +} + +.milestone-pm .slds-cell-edit .slds-cell-edit__button { + width: 1.25rem; + height: 1.25rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-cell-edit.slds-has-focus { + background-color: #fff; + outline: 0; + box-shadow: #0070d2 0 0 0 1px inset; +} + +.milestone-pm .slds-cell-edit.slds-has-focus .slds-button__icon--edit, .milestone-pm .slds-cell-edit.slds-has-focus .slds-button__icon--lock { + opacity: 1; +} + +.milestone-pm .slds-cell-edit.slds-has-focus:hover { + box-shadow: #0070d2 0 0 0 1px inset; +} + +.milestone-pm .slds-cell-edit.slds-has-focus a:focus { + text-decoration: underline; + outline: 0; +} + +.milestone-pm .slds-cell-edit.slds-is-edited, .milestone-pm .slds-cell-edit.slds-is-edited:hover { + background-color: #faffbd; +} + +.milestone-pm .slds-cell-edit.slds-has-error, .milestone-pm .slds-cell-edit.slds-has-error:hover { + background-color: #faffbd; + border: 1px solid #c23934; + box-shadow: #c23934 0 0 0 1px inset; +} + +.milestone-pm .slds-no-cell-focus .slds-has-focus { + background: #f4f6f9; + border: 0; + box-shadow: none; +} + +.milestone-pm .slds-no-cell-focus .slds-has-focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-cell-error { + padding-left: 0; +} + +.milestone-pm .slds-cell-edit__button:focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-form-element__label--edit { + margin: 0 .125rem 0; +} + +.milestone-pm .slds-popover--edit { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.milestone-pm .slds-popover--edit .slds-popover__body { + padding: .25rem .25rem .25rem 0; +} + +.milestone-pm .slds-popover--edit .slds-form-element__help { + width: 100%; + padding-left: .75rem; +} + +.milestone-pm .slds-table--header-fixed_container { + position: relative; + padding-top: 2rem; + border-top: 1px solid #d8dde6; + background-color: #fff; + background-image: linear-gradient(to bottom,#fff,#fff 1.9375rem,#d8dde6 1.9375rem,#d8dde6 2rem,#fff 2rem,#fff); +} + +.milestone-pm .slds-cell-fixed { + position: absolute; + top: 0; + min-height: 2rem; +} + +.milestone-pm .slds-table--header-fixed { + border-top: 0; +} + +.milestone-pm .slds-table--header-fixed thead th { + position: static; + border-top: 0; +} + +.milestone-pm .slds-table--header-fixed tbody tr:first-child td, .milestone-pm .slds-table--header-fixed tbody tr:first-child th { + border: 0; +} + +.milestone-pm .slds-tree-container, .milestone-pm .slds-tree_container { + min-width: 7.5rem; + max-width: 25rem; +} + +.milestone-pm .slds-tree-container > .slds-text-heading--label, .milestone-pm .slds-tree_container > .slds-text-heading--label { + margin-bottom: .5rem; +} + +.milestone-pm .slds-tree__item { + display: -ms-flexbox; + display: flex; + line-height: 1.875rem; + padding-left: 1rem; +} + +.milestone-pm .slds-tree__item .slds-is-disabled { + visibility: hidden; +} + +.milestone-pm .slds-tree__item a { + color: #16325c; +} + +.milestone-pm .slds-tree__item a:focus, .milestone-pm .slds-tree__item a:hover { + text-decoration: none; +} + +.milestone-pm .slds-tree__item:focus, .milestone-pm .slds-tree__item:hover { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-tree .slds-is-selected { + background: #f0f8fc; + box-shadow: #0070d2 4px 0 0 inset; +} + +.milestone-pm .slds-tree .slds-is-focused, .milestone-pm .slds-tree .slds-is-hovered { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-tree [aria-level="1"] > .slds-tree__item { + padding-left: 1.5rem; +} + +.milestone-pm .slds-tree [aria-level="2"] > .slds-tree__item { + padding-left: 3rem; +} + +.milestone-pm .slds-tree [aria-level="3"] > .slds-tree__item { + padding-left: 4.5rem; +} + +.milestone-pm .slds-tree [aria-level="4"] > .slds-tree__item { + padding-left: 6rem; +} + +.milestone-pm .slds-tree [aria-level="5"] > .slds-tree__item { + padding-left: 7.5rem; +} + +.milestone-pm .slds-tree [aria-level="6"] > .slds-tree__item { + padding-left: 9rem; +} + +.milestone-pm .slds-tree [aria-level="7"] > .slds-tree__item { + padding-left: 10.5rem; +} + +.milestone-pm .slds-tree [aria-level="8"] > .slds-tree__item { + padding-left: 12rem; +} + +.milestone-pm .slds-tree [aria-level="9"] > .slds-tree__item { + padding-left: 13.5rem; +} + +.milestone-pm .slds-tree [aria-level="10"] > .slds-tree__item { + padding-left: 15rem; +} + +.milestone-pm .slds-tree [aria-level="11"] > .slds-tree__item { + padding-left: 16.5rem; +} + +.milestone-pm .slds-tree [aria-level="12"] > .slds-tree__item { + padding-left: 18rem; +} + +.milestone-pm .slds-tree [aria-level="13"] > .slds-tree__item { + padding-left: 19.5rem; +} + +.milestone-pm .slds-tree [aria-level="14"] > .slds-tree__item { + padding-left: 21rem; +} + +.milestone-pm .slds-tree [aria-level="15"] > .slds-tree__item { + padding-left: 22.5rem; +} + +.milestone-pm .slds-tree [aria-level="16"] > .slds-tree__item { + padding-left: 24rem; +} + +.milestone-pm .slds-tree [aria-level="17"] > .slds-tree__item { + padding-left: 25.5rem; +} + +.milestone-pm .slds-tree [aria-level="18"] > .slds-tree__item { + padding-left: 27rem; +} + +.milestone-pm .slds-tree [aria-level="19"] > .slds-tree__item { + padding-left: 28.5rem; +} + +.milestone-pm .slds-tree [aria-level="20"] > .slds-tree__item { + padding-left: 30rem; +} + +.milestone-pm .slds-tree [aria-expanded=false] > .slds-tree__item > .slds-button[aria-controls] > .slds-button__icon, .milestone-pm .slds-tree [aria-expanded=false] > .slds-tree__item > .slds-button[aria-controls] > span > .slds-button__icon { + transition: .2s transform ease-in-out; + transform: rotate(0); +} + +.milestone-pm .slds-tree [aria-expanded=true] > .slds-tree__item > .slds-button[aria-controls] > .slds-button__icon, .milestone-pm .slds-tree [aria-expanded=true] > .slds-tree__item > .slds-button[aria-controls] > span > .slds-button__icon { + transition: .2s transform ease-in-out; + transform: rotate(90deg); +} + +.milestone-pm .slds-tree .slds-button { + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-tree .slds-pill { + margin-left: .75rem; +} + +.milestone-pm .slds-table--tree .slds-tree__item { + line-height: 1.5rem; +} + +.milestone-pm .slds-table--tree .slds-tree__item a { + color: #0070d2; +} + +.milestone-pm .slds-table--tree .slds-tree__item a:hover { + text-decoration: underline; +} + +.milestone-pm .slds-table--tree__toggle { + margin-left: -.25rem; +} + +.milestone-pm .slds-grid { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-grid--frame { + min-width: 100vw; + min-height: 100vh; + overflow: hidden; +} + +.milestone-pm .slds-grid--vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.milestone-pm .slds-grid--vertical-reverse { + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; +} + +.milestone-pm .slds-grid--reverse { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.milestone-pm .slds-col, .milestone-pm [class*=slds-col--padded] { + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.milestone-pm .slds-col--padded { + padding-right: .75rem; + padding-left: .75rem; +} + +.milestone-pm .slds-col--padded-medium { + padding-right: 1rem; + padding-left: 1rem; +} + +.milestone-pm .slds-col--padded-large { + padding-right: 1.5rem; + padding-left: 1.5rem; +} + +.milestone-pm .slds-col--padded-around { + padding: .75rem; +} + +.milestone-pm .slds-col--padded-around-medium { + padding: 1rem; +} + +.milestone-pm .slds-col--padded-around-large { + padding: 1.5rem; +} + +.milestone-pm .slds-grid--pull-padded { + margin-right: -.75rem; + margin-left: -.75rem; +} + +.milestone-pm .slds-grid--pull-padded-medium { + margin-right: -1rem; + margin-left: -1rem; +} + +.milestone-pm .slds-grid--pull-padded-large { + margin-right: -1.5rem; + margin-left: -1.5rem; +} + +@media (min-width: 64em) { + .milestone-pm .slds-col-rule--top { + border-top: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--right { + border-right: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--bottom { + border-bottom: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--left { + border-left: 1px solid #f4f6f9; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-col--rule-top { + border-top: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-right { + border-right: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-bottom { + border-bottom: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-left { + border-left: 1px solid #f4f6f9; + } +} + +.milestone-pm .slds-wrap { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: start; + -ms-grid-row-align: flex-start; + align-items: flex-start; +} + +.milestone-pm .slds-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; +} + +@media (min-width: 30em) { + .milestone-pm .slds-nowrap--small { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-nowrap--medium { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-nowrap--large { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 20em) { + .milestone-pm .slds-x-small-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 30em) { + .milestone-pm .slds-small-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-medium-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-large-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +.milestone-pm .slds-has-flexi-truncate { + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 0; +} + +.milestone-pm .slds-no-flex { + -ms-flex: none; + flex: none; +} + +.milestone-pm .slds-no-space { + min-width: 0; +} + +.milestone-pm .slds-grow { + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-grow-none { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-shrink { + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.milestone-pm .slds-shrink-none { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-text-longform ul.slds-grid { + margin-left: 0; + list-style: none; +} + +.milestone-pm .slds-grid--align-center { + -ms-flex-pack: center; + justify-content: center; +} + +.milestone-pm .slds-grid--align-center .slds-col, .milestone-pm .slds-grid--align-center [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-space { + -ms-flex-pack: distribute; + justify-content: space-around; +} + +.milestone-pm .slds-grid--align-space .slds-col, .milestone-pm .slds-grid--align-space [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-spread { + -ms-flex-pack: justify; + justify-content: space-between; +} + +.milestone-pm .slds-grid--align-spread .slds-col, .milestone-pm .slds-grid--align-spread [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-end { + -ms-flex-pack: end; + justify-content: flex-end; +} + +.milestone-pm .slds-grid--align-end .slds-col, .milestone-pm .slds-grid--align-end [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--vertical-align-start { + -ms-flex-align: start; + -ms-grid-row-align: flex-start; + align-items: flex-start; + -ms-flex-line-pack: start; + align-content: flex-start; +} + +.milestone-pm .slds-grid--vertical-align-center { + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; + -ms-flex-line-pack: center; + align-content: center; +} + +.milestone-pm .slds-grid--vertical-align-end { + -ms-flex-align: end; + -ms-grid-row-align: flex-end; + align-items: flex-end; + -ms-flex-line-pack: end; + align-content: flex-end; +} + +.milestone-pm .slds-align-top { + vertical-align: top; + -ms-flex-item-align: start; + align-self: flex-start; +} + +.milestone-pm .slds-align-middle { + vertical-align: middle; + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-align-bottom { + vertical-align: bottom; + -ms-flex-item-align: end; + align-self: flex-end; +} + +.milestone-pm .slds-align-content-center { + -ms-flex: 1; + flex: 1; + -ms-flex-item-align: center; + align-self: center; + -ms-flex-pack: center; + justify-content: center; +} + +.milestone-pm .slds-grid--vertical-stretch { + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; +} + +.milestone-pm .slds-col--bump-top { + margin-top: auto; +} + +.milestone-pm .slds-col--bump-right { + margin-right: auto; +} + +.milestone-pm .slds-col--bump-bottom { + margin-right: auto; +} + +.milestone-pm .slds-col--bump-left { + margin-left: auto; +} + +.milestone-pm .slds-container--small { + max-width: 30rem; +} + +.milestone-pm .slds-container--medium { + max-width: 48rem; +} + +.milestone-pm .slds-container--large { + max-width: 64rem; +} + +.milestone-pm .slds-container--x-large { + max-width: 80rem; +} + +.milestone-pm .slds-container--fluid { + width: 100%; +} + +.milestone-pm .slds-container--center { + margin-left: auto; + margin-right: auto; +} + +.milestone-pm .slds-container--left { + margin-right: auto; +} + +.milestone-pm .slds-container--right { + margin-left: auto; +} + +.milestone-pm .slds-grid--overflow { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} + +.milestone-pm .slds-grid--overflow .slds-col { + min-width: 11.25em; + max-width: 22.5em; +} + +.milestone-pm .slds-align--absolute-center { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; +} + +.milestone-pm .slds-media { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.milestone-pm .slds-media__figure { + -ms-flex-negative: 0; + flex-shrink: 0; + margin-right: .75rem; +} + +.milestone-pm .slds-media__body { + -ms-flex: 1; + flex: 1; + min-width: 0; +} + +.milestone-pm .slds-media__body, .milestone-pm .slds-media__body > :last-child { + margin-bottom: 0; +} + +.milestone-pm .slds-media--small .slds-media__figure { + margin-right: .25rem; +} + +.milestone-pm .slds-media--large .slds-media__figure { + margin-right: 1.5rem; +} + +.milestone-pm .slds-media--small .slds-media__figure--reverse { + margin-left: .25rem; +} + +.milestone-pm .slds-media--large .slds-media__figure--reverse { + margin-left: 1.5rem; +} + +.milestone-pm .slds-media--center { + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; +} + +.milestone-pm .slds-media__figure--reverse { + margin: 0 0 0 .75rem; +} + +.milestone-pm .slds-media--reverse > .slds-media__figure { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-media--reverse.slds-media--small .slds-media__figure { + margin-left: .25rem; +} + +.milestone-pm .slds-media--double > .slds-media__figure { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-media--double .slds-media__figure--reverse { + -ms-flex-order: 3; + order: 3; + margin: 0 0 0 1rem; +} + +.milestone-pm .slds-media--double .slds-media__body { + -ms-flex-order: 2; + order: 2; +} + +@media (max-width: 48em) { + .milestone-pm .slds-media--responsive { + display: block; + } + + .milestone-pm .slds-media--responsive .slds-media__figure { + margin: 0 0 .75rem; + } +} + +.milestone-pm .slds-m-top--none { + margin-top: 0 !important; +} + +.milestone-pm .slds-m-top--none { + margin-top: 0; +} + +.milestone-pm .slds-m-right--none { + margin-right: 0 !important; +} + +.milestone-pm .slds-m-right--none { + margin-right: 0; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0 !important; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0; +} + +.milestone-pm .slds-m-left--none { + margin-left: 0 !important; +} + +.milestone-pm .slds-m-left--none { + margin-left: 0; +} + +.milestone-pm .slds-m-vertical--none { + margin-top: 0; + margin-bottom: 0; +} + +.milestone-pm .slds-m-horizontal--none { + margin-right: 0; + margin-left: 0; +} + +.milestone-pm .slds-m-around--none { + margin: 0; +} + +.milestone-pm .slds-m-top--xxx-small { + margin-top: .125rem; +} + +.milestone-pm .slds-m-right--xxx-small { + margin-right: .125rem; +} + +.milestone-pm .slds-m-bottom--xxx-small { + margin-bottom: .125rem; +} + +.milestone-pm .slds-m-left--xxx-small { + margin-left: .125rem; +} + +.milestone-pm .slds-m-vertical--xxx-small { + margin-top: .125rem; + margin-bottom: .125rem; +} + +.milestone-pm .slds-m-horizontal--xxx-small { + margin-right: .125rem; + margin-left: .125rem; +} + +.milestone-pm .slds-m-around--xxx-small { + margin: .125rem; +} + +.milestone-pm .slds-m-top--xx-small { + margin-top: .25rem; +} + +.milestone-pm .slds-m-right--xx-small { + margin-right: .25rem; +} + +.milestone-pm .slds-m-bottom--xx-small { + margin-bottom: .25rem; +} + +.milestone-pm .slds-m-left--xx-small { + margin-left: .25rem; +} + +.milestone-pm .slds-m-vertical--xx-small { + margin-top: .25rem; + margin-bottom: .25rem; +} + +.milestone-pm .slds-m-horizontal--xx-small { + margin-right: .25rem; + margin-left: .25rem; +} + +.milestone-pm .slds-m-around--xx-small { + margin: .25rem; +} + +.milestone-pm .slds-m-top--x-small { + margin-top: .5rem; +} + +.milestone-pm .slds-m-right--x-small { + margin-right: .5rem; +} + +.milestone-pm .slds-m-bottom--x-small { + margin-bottom: .5rem; +} + +.milestone-pm .slds-m-left--x-small { + margin-left: .5rem; +} + +.milestone-pm .slds-m-vertical--x-small { + margin-top: .5rem; + margin-bottom: .5rem; +} + +.milestone-pm .slds-m-horizontal--x-small { + margin-right: .5rem; + margin-left: .5rem; +} + +.milestone-pm .slds-m-around--x-small { + margin: .5rem; +} + +.milestone-pm .slds-m-top--small { + margin-top: .75rem; +} + +.milestone-pm .slds-m-right--small { + margin-right: .75rem; +} + +.milestone-pm .slds-m-bottom--small { + margin-bottom: .75rem; +} + +.milestone-pm .slds-m-left--small { + margin-left: .75rem; +} + +.milestone-pm .slds-m-vertical--small { + margin-top: .75rem; + margin-bottom: .75rem; +} + +.milestone-pm .slds-m-horizontal--small { + margin-right: .75rem; + margin-left: .75rem; +} + +.milestone-pm .slds-m-around--small { + margin: .75rem; +} + +.milestone-pm .slds-m-top--medium { + margin-top: 1rem; +} + +.milestone-pm .slds-m-right--medium { + margin-right: 1rem; +} + +.milestone-pm .slds-m-bottom--medium { + margin-bottom: 1rem; +} + +.milestone-pm .slds-m-left--medium { + margin-left: 1rem; +} + +.milestone-pm .slds-m-vertical--medium { + margin-top: 1rem; + margin-bottom: 1rem; +} + +.milestone-pm .slds-m-horizontal--medium { + margin-right: 1rem; + margin-left: 1rem; +} + +.milestone-pm .slds-m-around--medium { + margin: 1rem; +} + +.milestone-pm .slds-m-top--large { + margin-top: 1.5rem; +} + +.milestone-pm .slds-m-right--large { + margin-right: 1.5rem; +} + +.milestone-pm .slds-m-bottom--large { + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-m-left--large { + margin-left: 1.5rem; +} + +.milestone-pm .slds-m-vertical--large { + margin-top: 1.5rem; + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-m-horizontal--large { + margin-right: 1.5rem; + margin-left: 1.5rem; +} + +.milestone-pm .slds-m-around--large { + margin: 1.5rem; +} + +.milestone-pm .slds-m-top--x-large { + margin-top: 2rem; +} + +.milestone-pm .slds-m-right--x-large { + margin-right: 2rem; +} + +.milestone-pm .slds-m-bottom--x-large { + margin-bottom: 2rem; +} + +.milestone-pm .slds-m-left--x-large { + margin-left: 2rem; +} + +.milestone-pm .slds-m-vertical--x-large { + margin-top: 2rem; + margin-bottom: 2rem; +} + +.milestone-pm .slds-m-horizontal--x-large { + margin-right: 2rem; + margin-left: 2rem; +} + +.milestone-pm .slds-m-around--x-large { + margin: 2rem; +} + +.milestone-pm .slds-m-top--xx-large { + margin-top: 3rem; +} + +.milestone-pm .slds-m-right--xx-large { + margin-right: 3rem; +} + +.milestone-pm .slds-m-bottom--xx-large { + margin-bottom: 3rem; +} + +.milestone-pm .slds-m-left--xx-large { + margin-left: 3rem; +} + +.milestone-pm .slds-m-vertical--xx-large { + margin-top: 3rem; + margin-bottom: 3rem; +} + +.milestone-pm .slds-m-horizontal--xx-large { + margin-right: 3rem; + margin-left: 3rem; +} + +.milestone-pm .slds-m-around--xx-large { + margin: 3rem; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0; +} + +.milestone-pm .slds-p-top--none { + padding-top: 0 !important; +} + +.milestone-pm .slds-p-top--none { + padding-top: 0; +} + +.milestone-pm .slds-p-right--none { + padding-right: 0 !important; +} + +.milestone-pm .slds-p-right--none { + padding-right: 0; +} + +.milestone-pm .slds-p-bottom--none { + padding-bottom: 0 !important; +} + +.milestone-pm .slds-p-bottom--none { + padding-bottom: 0; +} + +.milestone-pm .slds-p-left--none { + padding-left: 0 !important; +} + +.milestone-pm .slds-p-left--none { + padding-left: 0; +} + +.milestone-pm .slds-p-vertical--none { + padding-top: 0; + padding-bottom: 0; +} + +.milestone-pm .slds-p-horizontal--none { + padding-right: 0; + padding-left: 0; +} + +.milestone-pm .slds-p-around--none { + padding: 0; +} + +.milestone-pm .slds-p-top--xxx-small { + padding-top: .125rem; +} + +.milestone-pm .slds-p-right--xxx-small { + padding-right: .125rem; +} + +.milestone-pm .slds-p-bottom--xxx-small { + padding-bottom: .125rem; +} + +.milestone-pm .slds-p-left--xxx-small { + padding-left: .125rem; +} + +.milestone-pm .slds-p-vertical--xxx-small { + padding-top: .125rem; + padding-bottom: .125rem; +} + +.milestone-pm .slds-p-horizontal--xxx-small { + padding-right: .125rem; + padding-left: .125rem; +} + +.milestone-pm .slds-p-around--xxx-small { + padding: .125rem; +} + +.milestone-pm .slds-p-top--xx-small { + padding-top: .25rem; +} + +.milestone-pm .slds-p-right--xx-small { + padding-right: .25rem; +} + +.milestone-pm .slds-p-bottom--xx-small { + padding-bottom: .25rem; +} + +.milestone-pm .slds-p-left--xx-small { + padding-left: .25rem; +} + +.milestone-pm .slds-p-vertical--xx-small { + padding-top: .25rem; + padding-bottom: .25rem; +} + +.milestone-pm .slds-p-horizontal--xx-small { + padding-right: .25rem; + padding-left: .25rem; +} + +.milestone-pm .slds-p-around--xx-small { + padding: .25rem; +} + +.milestone-pm .slds-p-top--x-small { + padding-top: .5rem; +} + +.milestone-pm .slds-p-right--x-small { + padding-right: .5rem; +} + +.milestone-pm .slds-p-bottom--x-small { + padding-bottom: .5rem; +} + +.milestone-pm .slds-p-left--x-small { + padding-left: .5rem; +} + +.milestone-pm .slds-p-vertical--x-small { + padding-top: .5rem; + padding-bottom: .5rem; +} + +.milestone-pm .slds-p-horizontal--x-small { + padding-right: .5rem; + padding-left: .5rem; +} + +.milestone-pm .slds-p-around--x-small { + padding: .5rem; +} + +.milestone-pm .slds-p-top--small { + padding-top: .75rem; +} + +.milestone-pm .slds-p-right--small { + padding-right: .75rem; +} + +.milestone-pm .slds-p-bottom--small { + padding-bottom: .75rem; +} + +.milestone-pm .slds-p-left--small { + padding-left: .75rem; +} + +.milestone-pm .slds-p-vertical--small { + padding-top: .75rem; + padding-bottom: .75rem; +} + +.milestone-pm .slds-p-horizontal--small { + padding-right: .75rem; + padding-left: .75rem; +} + +.milestone-pm .slds-p-around--small { + padding: .75rem; +} + +.milestone-pm .slds-p-top--medium { + padding-top: 1rem; +} + +.milestone-pm .slds-p-right--medium { + padding-right: 1rem; +} + +.milestone-pm .slds-p-bottom--medium { + padding-bottom: 1rem; +} + +.milestone-pm .slds-p-left--medium { + padding-left: 1rem; +} + +.milestone-pm .slds-p-vertical--medium { + padding-top: 1rem; + padding-bottom: 1rem; +} + +.milestone-pm .slds-p-horizontal--medium { + padding-right: 1rem; + padding-left: 1rem; +} + +.milestone-pm .slds-p-around--medium { + padding: 1rem; +} + +.milestone-pm .slds-p-top--large { + padding-top: 1.5rem; +} + +.milestone-pm .slds-p-right--large { + padding-right: 1.5rem; +} + +.milestone-pm .slds-p-bottom--large { + padding-bottom: 1.5rem; +} + +.milestone-pm .slds-p-left--large { + padding-left: 1.5rem; +} + +.milestone-pm .slds-p-vertical--large { + padding-top: 1.5rem; + padding-bottom: 1.5rem; +} + +.milestone-pm .slds-p-horizontal--large { + padding-right: 1.5rem; + padding-left: 1.5rem; +} + +.milestone-pm .slds-p-around--large { + padding: 1.5rem; +} + +.milestone-pm .slds-p-top--x-large { + padding-top: 2rem; +} + +.milestone-pm .slds-p-right--x-large { + padding-right: 2rem; +} + +.milestone-pm .slds-p-bottom--x-large { + padding-bottom: 2rem; +} + +.milestone-pm .slds-p-left--x-large { + padding-left: 2rem; +} + +.milestone-pm .slds-p-vertical--x-large { + padding-top: 2rem; + padding-bottom: 2rem; +} + +.milestone-pm .slds-p-horizontal--x-large { + padding-right: 2rem; + padding-left: 2rem; +} + +.milestone-pm .slds-p-around--x-large { + padding: 2rem; +} + +.milestone-pm .slds-p-top--xx-large { + padding-top: 3rem; +} + +.milestone-pm .slds-p-right--xx-large { + padding-right: 3rem; +} + +.milestone-pm .slds-p-bottom--xx-large { + padding-bottom: 3rem; +} + +.milestone-pm .slds-p-left--xx-large { + padding-left: 3rem; +} + +.milestone-pm .slds-p-vertical--xx-large { + padding-top: 3rem; + padding-bottom: 3rem; +} + +.milestone-pm .slds-p-horizontal--xx-large { + padding-right: 3rem; + padding-left: 3rem; +} + +.milestone-pm .slds-p-around--xx-large { + padding: 3rem; +} + +.milestone-pm .slds-float--left { + float: left; +} + +.milestone-pm .slds-float--right { + float: right; +} + +.milestone-pm .slds-clearfix:after { + content: ''; + display: table; + clear: both; +} + +.milestone-pm .slds-clear { + clear: both; +} + +.milestone-pm .slds-text-link--reset { + cursor: pointer; + line-height: inherit; + font-size: inherit; +} + +.milestone-pm .slds-text-link--reset:active { + outline: 0; +} + +.milestone-pm .slds-text-link--reset, .milestone-pm .slds-text-link--reset:active, .milestone-pm .slds-text-link--reset:focus, .milestone-pm .slds-text-link--reset:hover { + color: inherit; + text-decoration: inherit; +} + +.milestone-pm .slds-text-link { + color: #0070d2; + text-decoration: none; + transition: color .1s linear; +} + +.milestone-pm .slds-text-link:focus, .milestone-pm .slds-text-link:hover { + text-decoration: underline; + color: #005fb2; +} + +.milestone-pm .slds-text-link:active { + color: #00396b; +} + +.milestone-pm .slds-has-blur-focus { + color: currentColor; +} + +.milestone-pm .slds-has-blur-focus:active, .milestone-pm .slds-has-blur-focus:focus, .milestone-pm .slds-has-blur-focus:hover { + color: currentColor; + text-decoration: none; +} + +.milestone-pm .slds-has-blur-focus:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-type-focus { + border-bottom: 1px solid transparent; + border-radius: 0; + color: #16325c; + cursor: pointer; +} + +.milestone-pm .slds-type-focus:focus, .milestone-pm .slds-type-focus:hover { + border-bottom: 1px solid #005fb2; +} + +.milestone-pm .slds-has-block-links a { + display: block; + text-decoration: none; +} + +.milestone-pm .slds-has-block-links .slds-is-nested { + margin-left: 1rem; +} + +.milestone-pm .slds-has-block-links--space .slds-item, .milestone-pm .slds-has-block-links--space .slds-list__item { + padding: 0; +} + +.milestone-pm .slds-has-block-links--space a { + display: block; + text-decoration: none; + padding: .75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-has-block-links--space a { + padding: .5rem; + } +} + +.milestone-pm .slds-has-inline-block-links a { + display: inline-block; + text-decoration: none; +} + +.milestone-pm .slds-has-inline-block-links--space a { + display: inline-block; + text-decoration: none; + padding: .75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-has-inline-block-links--space a { + padding: .5rem; + } +} + +.milestone-pm .slds-list--vertical-space .slds-item + .slds-item, .milestone-pm .slds-list--vertical-space .slds-list__item + .slds-list__item { + margin-top: .5rem; +} + +.milestone-pm .slds-list--vertical-space-medium .slds-item + .slds-item, .milestone-pm .slds-list--vertical-space-medium .slds-list__item + .slds-list__item { + margin-top: 1rem; +} + +.milestone-pm .slds-is-nested { + margin-left: 1rem; +} + +.milestone-pm .slds-list--dotted { + margin-left: 1.5rem; + list-style: disc; +} + +.milestone-pm .slds-list--ordered { + margin-left: 1.5rem; + list-style: decimal; +} + +.milestone-pm .slds-has-dividers--top > .slds-item, .milestone-pm .slds-has-dividers--top > .slds-list__item { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-dividers--top-space > .slds-item, .milestone-pm .slds-has-dividers--top-space > .slds-list__item { + border-top: 1px solid #d8dde6; + padding: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--top-space > .slds-item, .milestone-pm .slds-has-dividers--top-space > .slds-list__item { + padding: .5rem; + } +} + +.milestone-pm .slds-has-dividers--bottom > .slds-item, .milestone-pm .slds-has-dividers--bottom > .slds-list__item { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-dividers--bottom-space > .slds-item, .milestone-pm .slds-has-dividers--bottom-space > .slds-list__item { + border-bottom: 1px solid #d8dde6; + padding: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--bottom-space > .slds-item, .milestone-pm .slds-has-dividers--bottom-space > .slds-list__item { + padding: .5rem; + } +} + +.milestone-pm .slds-has-dividers--around > .slds-item { + border: 1px solid #d8dde6; + border-radius: .25rem; + background-clip: padding-box; +} + +.milestone-pm .slds-has-dividers--around > .slds-item + .slds-item { + margin-top: .5rem; +} + +.milestone-pm .slds-has-dividers--around-space > .slds-item { + border: 1px solid #d8dde6; + border-radius: .25rem; + background-clip: padding-box; + padding: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--around-space > .slds-item { + padding: .5rem; + } +} + +.milestone-pm .slds-has-dividers--around-space > .slds-item + .slds-item { + margin-top: .5rem; +} + +.milestone-pm .slds-has-list-interactions > .slds-item:hover, .milestone-pm .slds-has-list-interactions > .slds-list__item:hover { + background-color: #f4f6f9; + border-color: #d8dde6; + cursor: pointer; +} + +.milestone-pm .slds-has-list-interactions > .slds-item:active, .milestone-pm .slds-has-list-interactions > .slds-list__item:active { + background-color: #eef1f6; + box-shadow: #d8dde6 0 -1px 0 inset; +} + +.milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected, .milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected { + box-shadow: #0070d2 0 0 0 1px inset; + background-color: #f0f8fc; +} + +.milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected:focus, .milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected:hover, .milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected:focus, .milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected:hover { + box-shadow: #1589ee 0 -2px 0 inset, #1589ee 0 0 0 1px inset; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item { + padding: .5rem; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item:hover { + background-color: #f4f6f9; + border-color: #d8dde6; + cursor: pointer; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item:active { + background-color: #eef1f6; + box-shadow: #d8dde6 0 -1px 0 inset; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected { + box-shadow: #0070d2 0 0 0 1px inset; + background-color: #f0f8fc; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected:focus, .milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected:hover { + box-shadow: #1589ee 0 -2px 0 inset, #1589ee 0 0 0 1px inset; +} + +.milestone-pm .slds-has-cards > .slds-list__item { + border: 1px solid #d8dde6; + border-radius: .25rem; + background-clip: padding-box; +} + +.milestone-pm .slds-has-cards > .slds-list__item + .slds-list__item { + margin-top: .5rem; +} + +.milestone-pm .slds-has-cards--space > .slds-list__item { + border: 1px solid #d8dde6; + border-radius: .25rem; + background-clip: padding-box; + padding: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-cards--space > .slds-list__item { + padding: .5rem; + } +} + +.milestone-pm .slds-has-cards--space > .slds-list__item + .slds-list__item { + margin-top: .5rem; +} + +.milestone-pm .slds-list--horizontal { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-list--horizontal > .slds-list__item { + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-list--horizontal-large > .slds-list__item > a { + padding: .75rem 1rem; +} + +.milestone-pm .slds-has-dividers--left > .slds-item, .milestone-pm .slds-has-dividers--left > .slds-list__item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-dividers--left > .slds-item:before, .milestone-pm .slds-has-dividers--left > .slds-list__item:before { + width: 2px; + height: 2px; + content: ''; + display: inline-block; + vertical-align: middle; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-dividers--left > .slds-item:first-child, .milestone-pm .slds-has-dividers--left > .slds-list__item:first-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-dividers--left > .slds-item:first-child:before, .milestone-pm .slds-has-dividers--left > .slds-list__item:first-child:before { + content: none; +} + +.milestone-pm .slds-has-dividers--right > .slds-item, .milestone-pm .slds-has-dividers--right > .slds-list__item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-dividers--right > .slds-item:after, .milestone-pm .slds-has-dividers--right > .slds-list__item:after { + width: 2px; + height: 2px; + content: ''; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-dividers--right > .slds-item:last-child, .milestone-pm .slds-has-dividers--right > .slds-list__item:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-dividers--right > .slds-item:last-child:after, .milestone-pm .slds-has-dividers--right > .slds-list__item:last-child:after { + content: none; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:after { + width: 2px; + height: 2px; + content: ''; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:last-child:after { + content: none; +} + +.milestone-pm .slds-has-divider { + margin-top: .5rem; + padding-top: .5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--top { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--top-space { + border-top: 1px solid #d8dde6; + margin-top: .5rem; + padding-top: .5rem; +} + +.milestone-pm .slds-has-divider--right { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-divider--right:after { + width: 2px; + height: 2px; + content: ''; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-divider--right:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-divider--right:last-child:after { + content: none; +} + +.milestone-pm .slds-has-divider--bottom { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--bottom-space { + border-bottom: 1px solid #d8dde6; + margin-bottom: .5rem; + padding-bottom: .5rem; +} + +.milestone-pm .slds-has-divider--left { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-divider--left:before { + width: 2px; + height: 2px; + content: ''; + display: inline-block; + vertical-align: middle; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-divider--left:first-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-divider--left:first-child:before { + content: none; +} + +.milestone-pm .slds-dl--inline:after { + content: ''; + display: table; + clear: both; +} + +@media (min-width: 48em) { + .milestone-pm .slds-dl--inline__label { + float: left; + clear: left; + } + + .milestone-pm .slds-dl--inline__detail { + float: left; + padding-left: .25rem; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-dl--horizontal { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: start; + align-items: flex-start; + display: -ms-flexbox; + display: flex; + } + + .milestone-pm .slds-dl--horizontal__label { + width: 30%; + padding-right: .75rem; + } + + .milestone-pm .slds-dl--horizontal__detail { + width: 70%; + } +} + +.milestone-pm .slds-list--horizontal .slds-item--label { + width: 30%; + padding-right: .75rem; +} + +.milestone-pm .slds-list--horizontal .slds-item--detail { + width: 70%; +} + +.milestone-pm .slds-list--vertical .slds-item--detail, .milestone-pm .slds-list--vertical .slds-item--label { + display: block; +} + +.milestone-pm .slds-list--inline { + display: -ms-inline-flexbox; + display: inline-flex; + max-width: 100%; +} + +.milestone-pm .slds-list--inline .slds-item--label { + max-width: 180px; + padding-right: .75rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-list--inline .slds-item--label ~ .slds-item--label { + padding-left: 1rem; +} + +.milestone-pm .slds-list--inline .slds-item--detail { + min-width: 0; +} + +.milestone-pm .slds-truncate { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.milestone-pm .slds-truncate_container--25 { + max-width: 25%; +} + +.milestone-pm .slds-truncate_container--50 { + max-width: 50%; +} + +.milestone-pm .slds-truncate_container--75 { + max-width: 75%; +} + +.milestone-pm .slds-truncate_container--33 { + max-width: 33%; +} + +.milestone-pm .slds-truncate_container--66 { + max-width: 66%; +} + +.milestone-pm .slds-hyphenate { + overflow-wrap: break-word; + word-wrap: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +.milestone-pm .slds-box { + padding: 1rem; + border-radius: .25rem; + background-clip: padding-box; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-box--x-small { + padding: .5rem; +} + +.milestone-pm .slds-box--small { + padding: .75rem; +} + +.milestone-pm .slds-box--border { + padding: 0; + border-radius: .25rem; + background-clip: padding-box; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-theme--default { + background-color: #fff; +} + +.milestone-pm .slds-theme--shade { + background-color: #f4f6f9; +} + +.milestone-pm .slds-theme--inverse { + background-color: #061c3f; + color: #fff; + border-color: #061c3f; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--alt-inverse { + background-color: #16325c; + color: #fff; + border-color: #16325c; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--success { + color: #fff; + background-color: #04844b; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--success a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--success a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--info { + color: #fff; + background-color: #54698d; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--info a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--info a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--warning { + background-color: #ffb75d; + color: #16325c; +} + +.milestone-pm .slds-theme--warning .slds-button__icon { + fill: #54698d; +} + +.milestone-pm .slds-theme--error { + color: #fff; + background-color: #c23934; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--error a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--error a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--offline { + color: #fff; + background-color: #444; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--offline a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--offline a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--alert-texture { + background-image: linear-gradient(45deg,rgba(0,0,0,.025) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.025) 50%,rgba(0,0,0,.025) 75%,transparent 75%,transparent); + background-size: 64px 64px; +} + +.milestone-pm .slds-theme--inverse-text { + color: #fff; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--alert-texture .slds-text-body--small, .milestone-pm .slds-theme--alt-inverse .slds-text-body--small, .milestone-pm .slds-theme--default .slds-text-body--small, .milestone-pm .slds-theme--error .slds-text-body--small, .milestone-pm .slds-theme--info .slds-text-body--small, .milestone-pm .slds-theme--inverse .slds-text-body--small, .milestone-pm .slds-theme--inverse-text .slds-text-body--small, .milestone-pm .slds-theme--offline .slds-text-body--small, .milestone-pm .slds-theme--shade .slds-text-body--small, .milestone-pm .slds-theme--success .slds-text-body--small, .milestone-pm .slds-theme--warning .slds-text-body--small { + color: inherit; +} + +.milestone-pm .slds-text-body--regular { + font-size: .8125rem; +} + +.milestone-pm .slds-text-body--small { + font-size: .75rem; + color: #54698d; +} + +.milestone-pm .slds-text-heading--large { + font-weight: 300; + font-size: 1.75rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--medium { + font-weight: 300; + font-size: 1.25rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--small { + font-size: 1rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--label { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; +} + +.milestone-pm .slds-text-heading--label-normal { + font-size: .75rem; + line-height: 1.25; + color: #54698d; +} + +.milestone-pm .slds-text-title { + font-size: .75rem; + line-height: 1.25; + color: #54698d; +} + +.milestone-pm .slds-text-title--caps { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; +} + +.milestone-pm .slds-line-height--reset { + line-height: 1; +} + +.milestone-pm .slds-text-color--default { + color: #16325c; +} + +.milestone-pm .slds-text-color--weak { + color: #54698d; +} + +.milestone-pm .slds-text-color--error { + color: #c23934; +} + +.milestone-pm .slds-text-align--left { + text-align: left; +} + +.milestone-pm .slds-text-align--center { + text-align: center; +} + +.milestone-pm .slds-text-align--right { + text-align: right; +} + +.milestone-pm .slds-text-longform dl, .milestone-pm .slds-text-longform h1, .milestone-pm .slds-text-longform h2, .milestone-pm .slds-text-longform h3, .milestone-pm .slds-text-longform img, .milestone-pm .slds-text-longform ol, .milestone-pm .slds-text-longform p, .milestone-pm .slds-text-longform ul { + margin-bottom: .75rem; +} + +.milestone-pm .slds-text-longform ul { + margin-left: 1.5rem; + list-style: disc; +} + +.milestone-pm .slds-text-longform ol { + margin-left: 1.5rem; + list-style: decimal; +} + +.milestone-pm .slds-section { + margin-top: .5rem; + margin-bottom: .5rem; +} + +.milestone-pm .slds-section__title { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + font-size: 1rem; +} + +.milestone-pm .slds-section__title-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + background: #f4f6f9; + cursor: pointer; + width: 100%; + text-align: left; + color: currentColor; + font-size: inherit; + padding: 0 .5rem; +} + +.milestone-pm .slds-section__title-action:active, .milestone-pm .slds-section__title-action:focus, .milestone-pm .slds-section__title-action:hover { + background: #eef1f6; + color: inherit; +} + +.milestone-pm .slds-section__content { + visibility: hidden; + opacity: 0; + height: 0; +} + +.milestone-pm .slds-section__title-action-icon { + transform: rotate(-90deg); +} + +.milestone-pm .slds-section.slds-is-open .slds-section__title-action-icon { + transform: rotate(0); + transform-origin: 45%; +} + +.milestone-pm .slds-section.slds-is-open .slds-section__content { + padding-top: .75rem; + visibility: visible; + opacity: 1; + height: auto; +} + +.milestone-pm .slds-section-title { + font-size: 1rem; +} + +.milestone-pm .slds-section-title > a { + display: inline-block; + color: #16325c; +} + +.milestone-pm .slds-section-title > a:focus, .milestone-pm .slds-section-title > a:hover { + color: #005fb2; +} + +.milestone-pm .slds-section-title > a:focus { + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-section-title > a:active { + color: #16325c; +} + +.milestone-pm .slds-section-title .slds-icon { + width: 1rem; + height: 1rem; + fill: currentColor; +} + +.milestone-pm .slds-section-title .slds-section-group--is-closed .slds-icon { + transform: rotate(-90deg); +} + +.milestone-pm .slds-section-title--divider { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; + padding: .75rem 1rem; + background: #f4f6f9; +} + +.milestone-pm .slds-scrollable { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: .5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-scrollable--y { + -webkit-overflow-scrolling: touch; + max-height: 100%; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: .5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-scrollable--x { + -webkit-overflow-scrolling: touch; + max-width: 100%; + overflow: hidden; + overflow-x: auto; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: .5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-size--xx-small { + width: 6rem; +} + +.milestone-pm .slds-size--x-small { + width: 12rem; +} + +.milestone-pm .slds-size--small { + width: 15rem; +} + +.milestone-pm .slds-size--medium { + width: 20rem; +} + +.milestone-pm .slds-size--large { + width: 25rem; +} + +.milestone-pm .slds-size--x-large { + width: 40rem; +} + +.milestone-pm .slds-size--xx-large { + width: 60rem; +} + +.milestone-pm .slds-size--1-of-1 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-2 { + width: 50%; +} + +.milestone-pm .slds-size--2-of-2 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-3 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--2-of-3 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--3-of-3 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-4 { + width: 25%; +} + +.milestone-pm .slds-size--2-of-4 { + width: 50%; +} + +.milestone-pm .slds-size--3-of-4 { + width: 75%; +} + +.milestone-pm .slds-size--4-of-4 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-5 { + width: 20%; +} + +.milestone-pm .slds-size--2-of-5 { + width: 40%; +} + +.milestone-pm .slds-size--3-of-5 { + width: 60%; +} + +.milestone-pm .slds-size--4-of-5 { + width: 80%; +} + +.milestone-pm .slds-size--5-of-5 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-6 { + width: 16.6666666667%; +} + +.milestone-pm .slds-size--2-of-6 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--3-of-6 { + width: 50%; +} + +.milestone-pm .slds-size--4-of-6 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--5-of-6 { + width: 83.3333333333%; +} + +.milestone-pm .slds-size--6-of-6 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-7 { + width: 14.2857142857%; +} + +.milestone-pm .slds-size--2-of-7 { + width: 28.5714285714%; +} + +.milestone-pm .slds-size--3-of-7 { + width: 42.8571428571%; +} + +.milestone-pm .slds-size--4-of-7 { + width: 57.1428571429%; +} + +.milestone-pm .slds-size--5-of-7 { + width: 71.4285714286%; +} + +.milestone-pm .slds-size--6-of-7 { + width: 85.7142857143%; +} + +.milestone-pm .slds-size--7-of-7 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-8 { + width: 12.5%; +} + +.milestone-pm .slds-size--2-of-8 { + width: 25%; +} + +.milestone-pm .slds-size--3-of-8 { + width: 37.5%; +} + +.milestone-pm .slds-size--4-of-8 { + width: 50%; +} + +.milestone-pm .slds-size--5-of-8 { + width: 62.5%; +} + +.milestone-pm .slds-size--6-of-8 { + width: 75%; +} + +.milestone-pm .slds-size--7-of-8 { + width: 87.5%; +} + +.milestone-pm .slds-size--8-of-8 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-12 { + width: 8.3333333333%; +} + +.milestone-pm .slds-size--2-of-12 { + width: 16.6666666667%; +} + +.milestone-pm .slds-size--3-of-12 { + width: 25%; +} + +.milestone-pm .slds-size--4-of-12 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--5-of-12 { + width: 41.6666666667%; +} + +.milestone-pm .slds-size--6-of-12 { + width: 50%; +} + +.milestone-pm .slds-size--7-of-12 { + width: 58.3333333333%; +} + +.milestone-pm .slds-size--8-of-12 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--9-of-12 { + width: 75%; +} + +.milestone-pm .slds-size--10-of-12 { + width: 83.3333333333%; +} + +.milestone-pm .slds-size--11-of-12 { + width: 91.6666666667%; +} + +.milestone-pm .slds-size--12-of-12 { + width: 100%; +} + +.milestone-pm .slds-order--1 { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-order--2 { + -ms-flex-order: 2; + order: 2; +} + +.milestone-pm .slds-order--3 { + -ms-flex-order: 3; + order: 3; +} + +.milestone-pm .slds-order--4 { + -ms-flex-order: 4; + order: 4; +} + +.milestone-pm .slds-order--5 { + -ms-flex-order: 5; + order: 5; +} + +.milestone-pm .slds-order--6 { + -ms-flex-order: 6; + order: 6; +} + +.milestone-pm .slds-order--7 { + -ms-flex-order: 7; + order: 7; +} + +.milestone-pm .slds-order--8 { + -ms-flex-order: 8; + order: 8; +} + +.milestone-pm .slds-order--9 { + -ms-flex-order: 9; + order: 9; +} + +.milestone-pm .slds-order--10 { + -ms-flex-order: 10; + order: 10; +} + +.milestone-pm .slds-order--11 { + -ms-flex-order: 11; + order: 11; +} + +.milestone-pm .slds-order--12 { + -ms-flex-order: 12; + order: 12; +} + +@media (min-width: 20em) { + .milestone-pm .slds-x-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-x-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-x-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-x-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-x-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-x-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-x-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-x-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-x-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-x-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-x-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-x-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-x-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-x-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-x-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-x-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-x-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-x-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-x-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-x-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-x-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-x-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-x-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-x-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-x-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-x-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-x-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-x-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-x-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-x-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-x-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-x-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-x-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-x-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-x-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-x-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-x-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-x-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-x-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-x-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-x-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-x-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 20em) { + .milestone-pm .slds-max-x-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-x-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-x-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-x-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-x-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-x-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-x-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-x-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-x-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-x-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-x-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-x-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-x-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-x-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-x-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-x-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-x-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-x-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-x-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-x-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-x-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-x-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-x-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-x-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-x-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-x-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-x-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-x-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-x-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-x-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-x-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-x-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-x-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 30em) { + .milestone-pm .slds-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 30em) { + .milestone-pm .slds-max-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-medium-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-medium-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-medium-size--small { + width: 15rem; + } + + .milestone-pm .slds-medium-size--medium { + width: 20rem; + } + + .milestone-pm .slds-medium-size--large { + width: 25rem; + } + + .milestone-pm .slds-medium-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-medium-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-medium-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-medium-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-medium-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-medium-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-medium-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-medium-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-medium-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-medium-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-medium-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-medium-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-medium-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-medium-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-medium-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-medium-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-medium-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-medium-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-medium-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-medium-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-medium-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-medium-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-medium-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-medium-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-medium-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-medium-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-medium-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-medium-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-medium-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-medium-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-medium-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-medium-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-medium-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-medium-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-medium-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-medium-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-medium-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-medium-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-medium-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-medium-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-medium-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-medium-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-medium-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-medium-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-medium-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-medium-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-medium-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-medium-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-medium-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-medium-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-medium-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-medium-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-medium-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-medium-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-medium-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-medium-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-medium-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-medium-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-medium-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-medium-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-medium-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-medium-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-medium-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-medium-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-medium-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-medium-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-medium-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-medium-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-medium-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-medium-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-medium-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-medium-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-medium-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-medium-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-medium-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-medium-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-medium-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-medium-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-medium-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-medium-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-medium-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-medium-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-medium-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-medium-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-medium-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-medium-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-medium-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-medium-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-medium-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-large-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-large-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-large-size--small { + width: 15rem; + } + + .milestone-pm .slds-large-size--medium { + width: 20rem; + } + + .milestone-pm .slds-large-size--large { + width: 25rem; + } + + .milestone-pm .slds-large-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-large-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-large-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-large-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-large-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-large-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-large-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-large-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-large-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-large-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-large-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-large-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-large-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-large-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-large-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-large-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-large-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-large-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-large-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-large-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-large-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-large-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-large-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-large-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-large-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-large-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-large-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-large-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-large-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-large-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-large-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-large-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-large-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-large-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-large-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-large-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-large-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-large-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-large-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-large-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-large-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-large-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-large-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-large-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-large-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-large-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-large-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-large-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 64em) { + .milestone-pm .slds-max-large-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-large-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-large-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-large-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-large-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-large-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-large-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-large-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-large-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-large-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-large-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-large-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-large-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-large-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-large-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-large-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-large-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-large-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-large-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-large-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-large-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-large-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-large-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-large-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-large-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-large-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-large-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-large-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-large-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-large-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-large-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-large-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-large-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-large-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-large-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-large-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-large-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-large-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-large-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-large-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-large-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-large-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +.milestone-pm .slds-is-relative { + position: relative; +} + +.milestone-pm .slds-is-static { + position: static; +} + +.milestone-pm .slds-hide { + display: none; +} + +.milestone-pm .slds-show { + display: block; +} + +.milestone-pm .slds-show--inline-block { + display: inline-block; +} + +.milestone-pm .slds-show--inline { + display: inline; +} + +.milestone-pm .slds-hidden { + visibility: hidden; +} + +.milestone-pm .slds-visible { + visibility: visible; +} + +.milestone-pm .slds-transition-hide { + opacity: 0; +} + +.milestone-pm .slds-transition-show { + opacity: 1; +} + +.milestone-pm .slds-is-collapsed { + height: 0; + overflow: hidden; +} + +.milestone-pm .slds-collapsed { + height: 0; + overflow: hidden; +} + +.milestone-pm .slds-is-expanded { + height: auto; + overflow: visible; +} + +.milestone-pm .slds-expanded { + height: auto; + overflow: visible; +} + +.milestone-pm .slds-assistive-text { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; +} + +.milestone-pm .slds-assistive-text--focus:focus { + margin: inherit !important; + border: inherit !important; + padding: inherit !important; + width: auto !important; + height: auto !important; + overflow: visible !important; + clip: auto !important; +} + +.milestone-pm .slds-x-small-show { + display: none; +} + +@media (min-width: 320px) { + .milestone-pm .slds-x-small-show { + display: block; + } + + .milestone-pm .slds-x-small-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-x-small-show--inline { + display: inline; + } +} + +.milestone-pm .slds-x-small-show-only { + display: none; +} + +@media (min-width: 320px) and (max-width: 479px) { + .milestone-pm .slds-x-small-show-only { + display: block; + } + + .milestone-pm .slds-x-small-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-x-small-show-only--inline { + display: inline; + } +} + +@media (max-width: 479px) { + .milestone-pm .slds-max-x-small-hide { + display: none; + } +} + +.milestone-pm .slds-small-show { + display: none; +} + +@media (min-width: 480px) { + .milestone-pm .slds-small-show { + display: block; + } + + .milestone-pm .slds-small-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-small-show--inline { + display: inline; + } +} + +.milestone-pm .slds-small-show-only { + display: none; +} + +@media (min-width: 480px) and (max-width: 767px) { + .milestone-pm .slds-small-show-only { + display: block; + } + + .milestone-pm .slds-small-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-small-show-only--inline { + display: inline; + } +} + +@media (max-width: 767px) { + .milestone-pm .slds-max-small-hide { + display: none; + } +} + +.milestone-pm .slds-medium-show { + display: none; +} + +@media (min-width: 768px) { + .milestone-pm .slds-medium-show { + display: block; + } + + .milestone-pm .slds-medium-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-medium-show--inline { + display: inline; + } +} + +.milestone-pm .slds-medium-show-only { + display: none; +} + +@media (min-width: 768px) and (max-width: 1023px) { + .milestone-pm .slds-medium-show-only { + display: block; + } + + .milestone-pm .slds-medium-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-medium-show-only--inline { + display: inline; + } +} + +@media (max-width: 1023px) { + .milestone-pm .slds-max-medium-hide { + display: none; + } +} + +.milestone-pm .slds-large-show { + display: none; +} + +@media (min-width: 1024px) { + .milestone-pm .slds-large-show { + display: block; + } + + .milestone-pm .slds-large-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-large-show--inline { + display: inline; + } +} + +@media print { + .milestone-pm *, .milestone-pm :after, .milestone-pm :before { + background: 0 0 !important; + color: #000 !important; + box-shadow: none !important; + text-shadow: none !important; + } + + .milestone-pm a, .milestone-pm a:visited { + text-decoration: underline; + } + + .milestone-pm a[href]:after { + content: " (" attr(href) ")"; + } + + .milestone-pm abbr[title]:after { + content: " (" attr(title) ")"; + } + + .milestone-pm a[href^="#"]:after, .milestone-pm a[href^="javascript:"]:after { + content: ''; + } + + .milestone-pm blockquote, .milestone-pm pre { + border: 1px solid #999; + page-break-inside: avoid; + } + + .milestone-pm thead { + display: table-header-group; + } + + .milestone-pm img, .milestone-pm tr { + page-break-inside: avoid; + } + + .milestone-pm img { + max-width: 100% !important; + } + + .milestone-pm h2, .milestone-pm h3, .milestone-pm p { + orphans: 3; + widows: 3; + } + + .milestone-pm h2, .milestone-pm h3 { + page-break-after: avoid; + } +} \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-vf.css b/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-vf.css new file mode 100644 index 0000000..e14309a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-vf.css @@ -0,0 +1,13411 @@ +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-Light.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-Light.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-weight: 300; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-LightItalic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-LightItalic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-style: italic; + font-weight: 300; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-Regular.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-Regular.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-weight: 400; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-Italic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-Italic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-style: italic; + font-weight: 400; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-Bold.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-Bold.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-weight: 700; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url("../fonts/webfonts/SalesforceSans-BoldItalic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff2"), url("../fonts/webfonts/SalesforceSans-BoldItalic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm") format("woff"); + font-style: italic; + font-weight: 700; +} + +.milestone-pm { + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + margin: 0; +} + +.milestone-pm article, .milestone-pm aside, .milestone-pm details, .milestone-pm figcaption, .milestone-pm figure, .milestone-pm footer, .milestone-pm header, .milestone-pm hgroup, .milestone-pm main, .milestone-pm menu, .milestone-pm nav, .milestone-pm section, .milestone-pm summary { + display: block; +} + +.milestone-pm audio, .milestone-pm canvas, .milestone-pm progress, .milestone-pm video { + display: inline-block; + vertical-align: baseline; +} + +.milestone-pm audio:not([controls]) { + display: none; + height: 0; +} + +.milestone-pm [hidden], .milestone-pm template { + display: none; +} + +.milestone-pm a { + background-color: transparent; +} + +.milestone-pm a:active, .milestone-pm a:hover { + outline: 0; +} + +.milestone-pm abbr[title] { + border-bottom: 1px dotted; +} + +.milestone-pm b, .milestone-pm strong { + font-weight: bold; +} + +.milestone-pm dfn { + font-style: italic; +} + +.milestone-pm mark { + background: #ff0; + color: #000; +} + +.milestone-pm small { + font-size: 80%; +} + +.milestone-pm sub, .milestone-pm sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +.milestone-pm sup { + top: -0.5em; +} + +.milestone-pm sub { + bottom: -0.25em; +} + +.milestone-pm img { + border: 0; +} + +.milestone-pm svg:not(:root) { + overflow: hidden; +} + +.milestone-pm figure { + margin: 1em 40px; +} + +.milestone-pm hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +.milestone-pm pre { + overflow: auto; +} + +.milestone-pm code, .milestone-pm kbd, .milestone-pm pre, .milestone-pm samp { + font-family: monospace, monospace; + font-size: 1em; +} + +.milestone-pm button, .milestone-pm input, .milestone-pm optgroup, .milestone-pm select, .milestone-pm textarea { + color: inherit; + font: inherit; + margin: 0; +} + +.milestone-pm button { + overflow: visible; +} + +.milestone-pm button, .milestone-pm select { + text-transform: none; +} + +.milestone-pm button, .milestone-pm input[type=button], .milestone-pm input[type=reset], .milestone-pm input[type=submit] { + -webkit-appearance: button; + cursor: pointer; +} + +.milestone-pm button[disabled], .milestone-pm input[disabled] { + cursor: default; +} + +.milestone-pm button::-moz-focus-inner, .milestone-pm input::-moz-focus-inner { + border: 0; + padding: 0; +} + +.milestone-pm input { + line-height: normal; +} + +.milestone-pm input[type=checkbox], .milestone-pm input[type=radio] { + box-sizing: border-box; + padding: 0; +} + +.milestone-pm input[type=number]::-webkit-inner-spin-button, .milestone-pm input[type=number]::-webkit-outer-spin-button { + height: auto; +} + +.milestone-pm input[type=search] { + -webkit-appearance: textfield; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box; +} + +.milestone-pm input[type=search]::-webkit-search-cancel-button, .milestone-pm input[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} + +.milestone-pm fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +.milestone-pm legend { + border: 0; + padding: 0; +} + +.milestone-pm textarea { + overflow: auto; +} + +.milestone-pm optgroup { + font-weight: bold; +} + +.milestone-pm table { + border-collapse: collapse; + border-spacing: 0; +} + +.milestone-pm td, .milestone-pm th { + padding: 0; +} + +.milestone-pm *, .milestone-pm *:before, .milestone-pm *:after { + box-sizing: border-box; +} + +.milestone-pm ::-webkit-input-placeholder { + color: #54698d; + font-weight: 400; + font-size: 0.8125rem; +} + +.milestone-pm ::-moz-placeholder { + color: #54698d; + font-weight: 400; + font-size: 0.8125rem; +} + +.milestone-pm :-ms-input-placeholder { + color: #54698d; + font-weight: 400; + font-size: 0.8125rem; +} + +.milestone-pm ::placeholder { + color: #54698d; + font-weight: 400; + font-size: 0.8125rem; +} + +.milestone-pm ::-moz-selection { + background: #d8edff; + text-shadow: none; + color: #16325c; +} + +.milestone-pm ::selection { + background: #d8edff; + text-shadow: none; + color: #16325c; +} + +.milestone-pm { + font-family: "Salesforce Sans", Arial, sans-serif; + font-size: 100%; + line-height: 1.5; + background: white; + color: #16325c; + -webkit-tap-highlight-color: transparent; +} + +.milestone-pm:not(html), .milestone-pm body { + font-size: 0.8125rem; + background: transparent; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6, .milestone-pm p, .milestone-pm ol, .milestone-pm ul, .milestone-pm dl, .milestone-pm fieldset { + margin: 0; + padding: 0; +} + +.milestone-pm dd, .milestone-pm figure { + margin: 0; +} + +.milestone-pm abbr[title], .milestone-pm fieldset, .milestone-pm hr { + border: 0; +} + +.milestone-pm hr { + padding: 0; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6 { + font-weight: inherit; + font-size: 1em; +} + +.milestone-pm ol, .milestone-pm ul { + list-style: none; +} + +.milestone-pm a { + color: #0070d2; + text-decoration: none; + transition: color 0.1s linear; +} + +.milestone-pm a:hover, .milestone-pm a:focus { + text-decoration: underline; + color: #005fb2; +} + +.milestone-pm a:active { + color: #00396b; +} + +.milestone-pm a, .milestone-pm button { + cursor: pointer; +} + +.milestone-pm b, .milestone-pm strong, .milestone-pm dfn { + font-weight: 700; +} + +.milestone-pm mark { + background-color: #fff03f; + color: #16325c; +} + +.milestone-pm abbr[title] { + cursor: help; +} + +.milestone-pm input[type=search] { + box-sizing: border-box; +} + +.milestone-pm table { + width: 100%; +} + +.milestone-pm caption, .milestone-pm th, .milestone-pm td { + text-align: left; +} + +.milestone-pm hr { + display: block; + margin: 2rem 0; + border-top: 1px solid #d8dde6; + height: 1px; + clear: both; +} + +.milestone-pm audio, .milestone-pm canvas, .milestone-pm iframe, .milestone-pm img, .milestone-pm svg, .milestone-pm video { + vertical-align: middle; +} + +.milestone-pm img { + max-width: 100%; + height: auto; +} + +.milestone-pm body { + padding: 0; + margin: 0; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6, .milestone-pm th, .milestone-pm td { + font-family: "Salesforce Sans", Arial, sans-serif; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6 { + display: inherit; +} + +.milestone-pm li { + margin-left: 0; +} + +.milestone-pm fieldset legend { + font-weight: normal; +} + +.milestone-pm .slds-modal--form .slds-modal__header, .milestone-pm .slds-modal--form .slds-modal__content:last-child { + border-radius: 0; + box-shadow: none; +} + +.milestone-pm .slds-modal--form .slds-modal__container { + margin: 0; + padding: 0; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-text-heading--medium { + line-height: 1.5; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button { + display: inline-block; + width: auto; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button:first-child { + float: left; + margin-right: 0.5rem; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button:first-child + .slds-button { + float: right; + margin-top: 0; + margin-left: 0.5rem; +} + +.milestone-pm .slds-action-overflow--touch { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 9001; +} + +.milestone-pm .slds-action-overflow--touch__container { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: end; + justify-content: flex-end; + height: 100%; +} + +.milestone-pm .slds-action-overflow--touch__content { + padding-top: 33.33333333333333%; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-action-overflow--touch__body { + position: relative; + top: 2rem; + background: white; + box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.07); +} + +.milestone-pm .slds-action-overflow--touch__footer { + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0; + border-top: 1px solid #d8dde6; + padding: 0.75rem 1rem; + background-color: #f4f6f9; + box-shadow: 0 -2px 4px #f4f6f9; +} + +.milestone-pm .slds-media--timeline { + padding-bottom: 1.5rem; + position: relative; +} + +.milestone-pm .slds-media--timeline:before { + content: ''; + background: #d8dde6; + height: 100%; + width: 2px; + position: absolute; + left: 0.75rem; + top: 0; + bottom: 0; + margin-left: -1px; + z-index: -1; +} + +.milestone-pm .slds-media--timeline:before { + margin-left: 1px; +} + +.milestone-pm .slds-timeline__title { + position: relative; +} + +.milestone-pm .slds-timeline__title-content { + position: relative; + top: -1px; + padding-right: 1rem; + background: white; + z-index: 2; +} + +.milestone-pm .slds-timeline__title:after { + position: absolute; + right: 0; + bottom: 0.5rem; + left: 0; + border-bottom: 1px dashed #d8dde6; + content: ' '; + z-index: 1; +} + +.milestone-pm .slds-timeline__icon { + margin-top: -0.75rem; + border: 2px solid #fff; + border-top-width: 0.75rem; + border-bottom-width: 0.75rem; +} + +.milestone-pm .slds-timeline__actions { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-align: end; + align-items: flex-end; +} + +.milestone-pm .slds-timeline__date { + margin-bottom: 0.25rem; + font-size: 0.75rem; + color: #54698d; +} + +.milestone-pm .slds-timeline__media--call:before { + background: #48c3cc; +} + +.milestone-pm .slds-timeline__media--email:before { + background: #95aec5; +} + +.milestone-pm .slds-timeline__media--event:before { + background: #eb7092; +} + +.milestone-pm .slds-timeline__media--task:before { + background: #4bc076; +} + +.milestone-pm .slds-badge { + background-color: #e0e5ee; + padding: 0.25rem 0.5rem; + border-radius: 15rem; + font-size: 0.625rem; + line-height: 1.25; + text-transform: uppercase; + letter-spacing: 0.0625em; + color: #16325c; + vertical-align: middle; + white-space: nowrap; +} + +.milestone-pm .slds-badge + .slds-badge { + margin-left: 0.5rem; +} + +.milestone-pm .slds-badge:empty { + padding: 0; +} + +.milestone-pm .slds-breadcrumb .slds-list__item, .milestone-pm .slds-breadcrumb__item { + position: relative; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:before, .milestone-pm .slds-breadcrumb__item:before { + content: '\003E'; + position: absolute; + left: -0.25rem; +} + +.milestone-pm .slds-breadcrumb .slds-list__item > a, .milestone-pm .slds-breadcrumb__item > a { + display: block; + padding: 0 0.5rem; +} + +.milestone-pm .slds-breadcrumb .slds-list__item > a:hover, .milestone-pm .slds-breadcrumb__item > a:hover { + text-decoration: none; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:first-child > a, .milestone-pm .slds-breadcrumb__item:first-child > a { + padding-left: 0; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:first-child:before, .milestone-pm .slds-breadcrumb__item:first-child:before { + content: ''; +} + +.milestone-pm .slds-button-group { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-button-group .slds-button { + border-radius: 0; +} + +.milestone-pm .slds-button-group .slds-button + .slds-button, .milestone-pm .slds-button-group .slds-button + .slds-button--last .slds-button { + margin-left: -1px; +} + +.milestone-pm .slds-button-group .slds-button:first-child { + border-radius: 0.25rem 0 0 0.25rem; +} + +.milestone-pm .slds-button-group .slds-button:last-child { + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-button-group .slds-button:focus { + z-index: 1; +} + +.milestone-pm .slds-button-group .slds-button:only-child { + border-radius: 0.25rem; +} + +.milestone-pm .slds-button-group + .slds-button-group, .milestone-pm .slds-button-group + .slds-button { + margin-left: 0.25rem; +} + +.milestone-pm .slds-button-group .slds-button--last .slds-button, .milestone-pm .slds-button-group .slds-button.slds-button--last { + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-button { + position: relative; + display: inline-block; + padding: 0; + background: transparent; + background-clip: border-box; + border: 1px solid transparent; + border-radius: 0.25rem; + font-size: 0.75rem; + line-height: 1.875rem; + text-decoration: none; + color: #0070d2; + -webkit-appearance: none; + white-space: normal; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + transition: color 0.05s linear, background-color 0.05s linear; +} + +.milestone-pm .slds-button:hover, .milestone-pm .slds-button:focus, .milestone-pm .slds-button:active, .milestone-pm .slds-button:visited { + text-decoration: none; +} + +.milestone-pm .slds-button:hover, .milestone-pm .slds-button:focus { + color: #005fb2; +} + +.milestone-pm .slds-button:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-button:active { + color: #00396b; +} + +.milestone-pm .slds-button[disabled] { + color: #d8dde6; +} + +.milestone-pm .slds-button:hover .slds-button__icon, .milestone-pm .slds-button:focus .slds-button__icon, .milestone-pm .slds-button:active .slds-button__icon, .milestone-pm .slds-button[disabled] .slds-button__icon { + fill: currentColor; +} + +.milestone-pm .slds-button + .slds-button-group { + margin-left: 0.25rem; +} + +.milestone-pm .slds-button + .slds-button { + margin-left: 0.25rem; +} + +.milestone-pm .slds-button-space-left { + margin-left: 0.25rem; +} + +.milestone-pm a.slds-button { + text-align: center; +} + +.milestone-pm a.slds-button:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-button__icon--left { + margin-right: 0.5rem; +} + +.milestone-pm .slds-button__icon--right { + margin-left: 0.5rem; +} + +.milestone-pm .slds-button--small { + line-height: 1.75rem; + min-height: 2rem; +} + +.milestone-pm .slds-button--neutral { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + border: 1px solid #d8dde6; + background-color: white; +} + +.milestone-pm .slds-button--neutral:hover, .milestone-pm .slds-button--neutral:focus { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--neutral:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--neutral[disabled] { + background-color: white; + cursor: default; +} + +.milestone-pm .slds-button--hint { + color: #9faab5; +} + +.milestone-pm .slds-button--hint:hover, .milestone-pm .slds-button--hint:focus, .milestone-pm .slds-button--hint:active { + color: #0070d2; +} + +.milestone-pm .slds-hint-parent:hover .slds-button--hint, .milestone-pm .slds-hint-parent:focus .slds-button--hint { + color: #0070d2; +} + +.milestone-pm .slds-button--brand { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + background-color: #0070d2; + border: 1px solid #0070d2; + color: white; +} + +.milestone-pm .slds-button--brand:link, .milestone-pm .slds-button--brand:visited, .milestone-pm .slds-button--brand:active { + color: white; +} + +.milestone-pm .slds-button--brand:hover, .milestone-pm .slds-button--brand:focus { + background-color: #005fb2; + color: white; +} + +.milestone-pm .slds-button--brand:active { + background-color: #00396b; +} + +.milestone-pm .slds-button--brand[disabled] { + background: #e0e5ee; + border-color: transparent; + color: white; +} + +.milestone-pm .slds-button--inverse { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + border: 1px solid #d8dde6; + background-color: transparent; +} + +.milestone-pm .slds-button--inverse:hover, .milestone-pm .slds-button--inverse:focus { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--inverse:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--inverse[disabled] { + background-color: transparent; + border-color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-button--inverse, .milestone-pm .slds-button--inverse:link, .milestone-pm .slds-button--inverse:visited, .milestone-pm .slds-button-group .slds-button--icon-inverse, .milestone-pm .slds-button-group .slds-button--icon-inverse:link, .milestone-pm .slds-button-group .slds-button--icon-inverse:visited { + color: #e0e5ee; +} + +.milestone-pm .slds-button--inverse:hover, .milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button--inverse:active, .milestone-pm .slds-button-group .slds-button--icon-inverse:hover, .milestone-pm .slds-button-group .slds-button--icon-inverse:focus, .milestone-pm .slds-button-group .slds-button--icon-inverse:active { + color: #0070d2; +} + +.milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button-group .slds-button--icon-inverse:focus { + outline: none; + box-shadow: 0 0 3px #e0e5ee; +} + +.milestone-pm .slds-button--inverse[disabled], .milestone-pm .slds-button-group .slds-button--icon-inverse[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm a.slds-button--inverse:focus { + outline: none; + box-shadow: 0 0 3px #e0e5ee; +} + +.milestone-pm .slds-button--destructive { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + background-color: #c23934; + border: 1px solid #c23934; + color: white; +} + +.milestone-pm .slds-button--destructive:link, .milestone-pm .slds-button--destructive:visited, .milestone-pm .slds-button--destructive:active { + color: white; +} + +.milestone-pm .slds-button--destructive:hover, .milestone-pm .slds-button--destructive:focus { + background-color: #a61a14; + color: white; +} + +.milestone-pm .slds-button--destructive:active { + background-color: #870500; + border-color: #870500; +} + +.milestone-pm .slds-button--destructive[disabled] { + background: #e0e5ee; + border-color: transparent; + color: white; +} + +.milestone-pm .slds-button--neutral.slds-is-selected { + border-color: transparent; + background-color: transparent; +} + +.milestone-pm .slds-button--neutral.slds-is-selected:hover:not([disabled]), .milestone-pm .slds-button--neutral.slds-is-selected:focus:not([disabled]) { + border: 1px solid #d8dde6; + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--neutral.slds-is-selected:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button__icon--stateful { + width: 0.75rem; + height: 0.75rem; + fill: currentColor; +} + +.milestone-pm .slds-button--inverse.slds-is-selected { + border-color: transparent; +} + +.milestone-pm .slds-text-not-selected, .milestone-pm .slds-text-selected, .milestone-pm .slds-text-selected-focus, .milestone-pm .slds-is-selected[disabled]:hover .slds-text-selected, .milestone-pm .slds-is-selected[disabled]:focus .slds-text-selected { + display: block; +} + +.milestone-pm .slds-not-selected .slds-text-selected, .milestone-pm .slds-not-selected .slds-text-selected-focus, .milestone-pm .slds-is-selected .slds-text-not-selected, .milestone-pm .slds-is-selected:not(:hover):not(:focus) .slds-text-selected-focus, .milestone-pm .slds-is-selected[disabled]:hover .slds-text-selected-focus, .milestone-pm .slds-is-selected:hover .slds-text-selected, .milestone-pm .slds-is-selected:focus .slds-text-selected { + display: none; +} + +.milestone-pm .slds-button--icon, .milestone-pm .slds-button--icon-inverse, .milestone-pm .slds-button--icon-container, .milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-more, .milestone-pm .slds-button--icon-error { + line-height: 1; + vertical-align: middle; + color: #54698d; +} + +.milestone-pm .slds-button--icon-bare { + line-height: 1; + vertical-align: middle; + color: #54698d; +} + +.milestone-pm .slds-button--icon-border[disabled]:hover, .milestone-pm .slds-button--icon-border[disabled]:focus { + background-color: transparent; +} + +.milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-border { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-border-filled:hover, .milestone-pm .slds-button--icon-border-filled:focus, .milestone-pm .slds-button--icon-border:hover, .milestone-pm .slds-button--icon-border:focus { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--icon-border-filled:active, .milestone-pm .slds-button--icon-border:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--icon-border-inverse { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-container, .milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-border-inverse { + width: 2rem; + height: 2rem; +} + +.milestone-pm .slds-button--icon-border-filled { + background-color: white; +} + +.milestone-pm .slds-button--icon-border-filled[disabled] { + border: 1px solid #d8dde6; + background-color: white; +} + +.milestone-pm .slds-button--icon-more { + line-height: 1.875rem; + padding: 0 0.5rem; + vertical-align: middle; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-more:hover, .milestone-pm .slds-button--icon-more:focus { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-more:hover:hover, .milestone-pm .slds-button--icon-more:hover:focus, .milestone-pm .slds-button--icon-more:focus:hover, .milestone-pm .slds-button--icon-more:focus:focus { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--icon-more:hover:active, .milestone-pm .slds-button--icon-more:focus:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--icon-more:hover .slds-button__icon, .milestone-pm .slds-button--icon-more:focus .slds-button__icon { + fill: #0070d2; +} + +.milestone-pm .slds-button--icon-more:active .slds-button__icon { + fill: #00396b; +} + +.milestone-pm .slds-button--icon-more[disabled] { + cursor: default; +} + +.milestone-pm .slds-button--icon-more[disabled] .slds-button__icon { + fill: #d8dde6; +} + +.milestone-pm .slds-button--icon-inverse, .milestone-pm .slds-button--icon-border-inverse { + color: white; +} + +.milestone-pm .slds-button--icon-inverse:hover, .milestone-pm .slds-button--icon-inverse:focus, .milestone-pm .slds-button--icon-border-inverse:hover, .milestone-pm .slds-button--icon-border-inverse:focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-button--icon-inverse:active, .milestone-pm .slds-button--icon-border-inverse:active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-button--icon-inverse[disabled], .milestone-pm .slds-button--icon-border-inverse[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-button--icon-error, .milestone-pm .slds-button--icon-error:hover, .milestone-pm .slds-button--icon-error:active, .milestone-pm .slds-button--icon-error:focus { + color: #c23934; +} + +.milestone-pm .slds-button--icon-border-inverse[disabled] { + border-color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-button--icon-border.slds-is-selected { + background-color: #0070d2; + border: 1px solid #0070d2; + color: white; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:link, .milestone-pm .slds-button--icon-border.slds-is-selected:visited, .milestone-pm .slds-button--icon-border.slds-is-selected:active { + color: white; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:hover, .milestone-pm .slds-button--icon-border.slds-is-selected:focus { + background-color: #005fb2; + color: white; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:active { + background-color: #00396b; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected .slds-button__icon { + fill: white; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:hover .slds-button__icon, .milestone-pm .slds-button--icon-border.slds-is-selected:focus .slds-button__icon { + fill: white; +} + +.milestone-pm .slds-button--icon-small { + width: 1.5rem; + height: 1.5rem; + border-radius: 0.125rem; +} + +.milestone-pm .slds-button--icon-x-small { + width: 1.25rem; + height: 1.25rem; + border-radius: 0.125rem; + line-height: 1; +} + +.milestone-pm .slds-button--icon-x-small .slds-button__icon { + width: 0.75rem; + height: 0.75rem; +} + +.milestone-pm .slds-button--icon-xx-small { + width: 1rem; + height: 1rem; + border-radius: 0.125rem; + line-height: 1; +} + +.milestone-pm .slds-button--icon-xx-small .slds-button__icon { + width: 0.5rem; + height: 0.5rem; +} + +.milestone-pm .slds-button__icon { + width: 0.875rem; + height: 0.875rem; + fill: currentColor; +} + +.milestone-pm .slds-button__icon--large { + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-button__icon--small { + width: 0.75rem; + height: 0.75rem; +} + +.milestone-pm .slds-button__icon--x-small { + width: 0.5rem; + height: 0.5rem; +} + +.milestone-pm .slds-button__icon--hint { + fill: #9faab5; +} + +.milestone-pm .slds-button__icon--inverse-hint { + fill: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-hint-parent .slds-button--icon-border-inverse { + border-color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-hint-parent .slds-button--icon-border-inverse:focus { + border-color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-hint-parent:hover .slds-button--icon-border-inverse, .milestone-pm .slds-hint-parent:focus .slds-button--icon-border-inverse { + border-color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-hint-parent:hover .slds-button__icon--hint, .milestone-pm .slds-hint-parent:focus .slds-button__icon--hint { + fill: #54698d; +} + +.milestone-pm .slds-hint-parent:hover .slds-button__icon--inverse-hint, .milestone-pm .slds-hint-parent:focus .slds-button__icon--inverse-hint { + fill: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-icon_container, .milestone-pm .slds-icon__container { + display: inline-block; + border-radius: 0.25rem; +} + +.milestone-pm .slds-icon_container--circle, .milestone-pm .slds-icon__container--circle { + padding: 0.5rem; + border-radius: 50%; +} + +.milestone-pm .slds-icon { + width: 2rem; + height: 2rem; + border-radius: 0.25rem; + fill: white; +} + +.milestone-pm .slds-icon-action-change-owner { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-share { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-info { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-upload { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-change-record-type { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-check { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-download { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-edit-relationship { + background-color: #1dccbf; +} + +.milestone-pm .slds-icon-action-freeze-user { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-manage-perm-sets { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-password-unlock { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-refresh { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-remove { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-reset-password { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-user-activation { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-add-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-action-approval { + background-color: #00c6b7; +} + +.milestone-pm .slds-icon-action-canvas { + background-color: #8199af; +} + +.milestone-pm .slds-icon-action-goal { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-action-opportunity-competitor { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-opportunity-line-item { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-opportunity-team-member { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-question-post-action { + background-color: #32af5c; +} + +.milestone-pm .slds-icon-action-quote { + background-color: #88c651; +} + +.milestone-pm .slds-icon-action-reject { + background-color: #00c6b7; +} + +.milestone-pm .slds-icon-action-social-post { + background-color: #ea74a2; +} + +.milestone-pm .slds-icon-action-fallback { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-action-edit { + background-color: #1dccbf; +} + +.milestone-pm .slds-icon-action-delete { + background-color: #e6717c; +} + +.milestone-pm .slds-icon-action-clone { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-action-follow { + background-color: #31b9f8; +} + +.milestone-pm .slds-icon-action-following { + background-color: #7dcf64; +} + +.milestone-pm .slds-icon-action-join-group { + background-color: #779ef2; +} + +.milestone-pm .slds-icon-action-leave-group { + background-color: #f39e58; +} + +.milestone-pm .slds-icon-action-edit-groups { + background-color: #34becd; +} + +.milestone-pm .slds-icon-action-share-post { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-action-user { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-action-share-file { + background-color: #baac93; +} + +.milestone-pm .slds-icon-action-new-task { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-action-new-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-action-new-opportunity { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-new-case { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-action-new-lead { + background-color: #f88962; +} + +.milestone-pm .slds-icon-action-share-thanks { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-action-share-link { + background-color: #7a9ae6; +} + +.milestone-pm .slds-icon-action-share-poll { + background-color: #699be1; +} + +.milestone-pm .slds-icon-action-new-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-action-new-child-case { + background-color: #fa975c; +} + +.milestone-pm .slds-icon-action-log-a-call { + background-color: #48c3cc; +} + +.milestone-pm .slds-icon-action-new-note { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-new { + background-color: #33bce7; +} + +.milestone-pm .slds-icon-action-filter { + background-color: #fd90b5; +} + +.milestone-pm .slds-icon-action-sort { + background-color: #fab9a5; +} + +.milestone-pm .slds-icon-action-description { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-action-defer { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-action-update { + background-color: #81b4d6; +} + +.milestone-pm .slds-icon-action-log-this-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-action-email { + background-color: #95aec5; +} + +.milestone-pm .slds-icon-action-dial-in { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-action-map { + background-color: #76c6ee; +} + +.milestone-pm .slds-icon-action-call { + background-color: #1fcaa0; +} + +.milestone-pm .slds-icon-action-google-news { + background-color: #f5675b; +} + +.milestone-pm .slds-icon-action-web-link { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-action-submit-for-approval { + background-color: #50cc7a; +} + +.milestone-pm .slds-icon-action-search { + background-color: #48adeb; +} + +.milestone-pm .slds-icon-action-close { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-action-back { + background-color: #0dc2d9; +} + +.milestone-pm .slds-icon-action-office-365 { + background-color: #ff8041; +} + +.milestone-pm .slds-icon-action-concur { + background-color: #4cc3c7; +} + +.milestone-pm .slds-icon-action-dropbox { + background-color: #52aef9; +} + +.milestone-pm .slds-icon-action-evernote { + background-color: #86c86f; +} + +.milestone-pm .slds-icon-action-docusign { + background-color: #5080db; +} + +.milestone-pm .slds-icon-action-more { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-action-notebook { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-new-notebook { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-preview { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-priority { + background-color: #fbb439; +} + +.milestone-pm .slds-icon-action-default-custom-object { + background-color: #8199af; +} + +.milestone-pm .slds-icon-action-new-custom-object { + background-color: #a7d44d; +} + +.milestone-pm .slds-icon-action-lead-convert { + background-color: #f88962; +} + +.milestone-pm .slds-icon-action-new-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-new-person-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-new-campaign { + background-color: #f49756; +} + +.milestone-pm .slds-icon-action-new-group { + background-color: #83b6ff; +} + +.milestone-pm .slds-icon-action-update-status { + background-color: #1ec7be; +} + +.milestone-pm .slds-icon-action-new-custom-1 { + background-color: #ff7b84; +} + +.milestone-pm .slds-icon-action-new-custom-2 { + background-color: #cfd05c; +} + +.milestone-pm .slds-icon-action-new-custom-3 { + background-color: #ecb46c; +} + +.milestone-pm .slds-icon-action-new-custom-4 { + background-color: #e1d951; +} + +.milestone-pm .slds-icon-action-new-custom-5 { + background-color: #9fdb66; +} + +.milestone-pm .slds-icon-action-new-custom-6 { + background-color: #54c473; +} + +.milestone-pm .slds-icon-action-new-custom-7 { + background-color: #6a89e5; +} + +.milestone-pm .slds-icon-action-new-custom-8 { + background-color: #50ceb9; +} + +.milestone-pm .slds-icon-action-new-custom-9 { + background-color: #6b9ee2; +} + +.milestone-pm .slds-icon-action-new-custom-10 { + background-color: #6488e3; +} + +.milestone-pm .slds-icon-action-new-custom-11 { + background-color: #8784ea; +} + +.milestone-pm .slds-icon-action-new-custom-12 { + background-color: #dc71d1; +} + +.milestone-pm .slds-icon-action-new-custom-13 { + background-color: #df6184; +} + +.milestone-pm .slds-icon-action-new-custom-14 { + background-color: #3cc2b3; +} + +.milestone-pm .slds-icon-action-new-custom-15 { + background-color: #f77e75; +} + +.milestone-pm .slds-icon-action-new-custom-16 { + background-color: #e9af67; +} + +.milestone-pm .slds-icon-action-new-custom-17 { + background-color: #acd360; +} + +.milestone-pm .slds-icon-action-new-custom-18 { + background-color: #4dca76; +} + +.milestone-pm .slds-icon-action-new-custom-19 { + background-color: #3abeb1; +} + +.milestone-pm .slds-icon-action-new-custom-20 { + background-color: #48c7c8; +} + +.milestone-pm .slds-icon-action-new-custom-21 { + background-color: #8a7aed; +} + +.milestone-pm .slds-icon-action-new-custom-22 { + background-color: #8b85f9; +} + +.milestone-pm .slds-icon-action-new-custom-23 { + background-color: #b070e6; +} + +.milestone-pm .slds-icon-action-new-custom-24 { + background-color: #e56798; +} + +.milestone-pm .slds-icon-action-new-custom-25 { + background-color: #e46fbe; +} + +.milestone-pm .slds-icon-action-new-custom-26 { + background-color: #7698f0; +} + +.milestone-pm .slds-icon-action-new-custom-27 { + background-color: #5ab0d2; +} + +.milestone-pm .slds-icon-action-new-custom-28 { + background-color: #89c059; +} + +.milestone-pm .slds-icon-action-new-custom-29 { + background-color: #bdd25f; +} + +.milestone-pm .slds-icon-action-new-custom-30 { + background-color: #f59f71; +} + +.milestone-pm .slds-icon-action-new-custom-31 { + background-color: #eb687f; +} + +.milestone-pm .slds-icon-action-new-custom-32 { + background-color: #38c393; +} + +.milestone-pm .slds-icon-action-new-custom-33 { + background-color: #97cf5d; +} + +.milestone-pm .slds-icon-action-new-custom-34 { + background-color: #d58a6a; +} + +.milestone-pm .slds-icon-action-new-custom-35 { + background-color: #e9637e; +} + +.milestone-pm .slds-icon-action-new-custom-36 { + background-color: #d472d4; +} + +.milestone-pm .slds-icon-action-new-custom-37 { + background-color: #8c89f2; +} + +.milestone-pm .slds-icon-action-new-custom-38 { + background-color: #53b6d7; +} + +.milestone-pm .slds-icon-action-new-custom-39 { + background-color: #4fbe75; +} + +.milestone-pm .slds-icon-action-new-custom-40 { + background-color: #83c75e; +} + +.milestone-pm .slds-icon-action-new-custom-41 { + background-color: #43b5b5; +} + +.milestone-pm .slds-icon-action-new-custom-42 { + background-color: #cfd05b; +} + +.milestone-pm .slds-icon-action-new-custom-43 { + background-color: #7f93f9; +} + +.milestone-pm .slds-icon-action-new-custom-44 { + background-color: #c8ca58; +} + +.milestone-pm .slds-icon-action-new-custom-45 { + background-color: #d95879; +} + +.milestone-pm .slds-icon-action-new-custom-46 { + background-color: #67a5e7; +} + +.milestone-pm .slds-icon-action-new-custom-47 { + background-color: #5fcc64; +} + +.milestone-pm .slds-icon-action-new-custom-48 { + background-color: #ef697f; +} + +.milestone-pm .slds-icon-action-new-custom-49 { + background-color: #e25c80; +} + +.milestone-pm .slds-icon-action-new-custom-50 { + background-color: #49bcd3; +} + +.milestone-pm .slds-icon-action-new-custom-51 { + background-color: #d8c760; +} + +.milestone-pm .slds-icon-action-new-custom-52 { + background-color: #ee8e6f; +} + +.milestone-pm .slds-icon-action-new-custom-53 { + background-color: #f36e83; +} + +.milestone-pm .slds-icon-action-new-custom-54 { + background-color: #ea70b1; +} + +.milestone-pm .slds-icon-action-new-custom-55 { + background-color: #d66ee0; +} + +.milestone-pm .slds-icon-action-new-custom-56 { + background-color: #718deb; +} + +.milestone-pm .slds-icon-action-new-custom-57 { + background-color: #5a9cdd; +} + +.milestone-pm .slds-icon-action-new-custom-58 { + background-color: #34b59d; +} + +.milestone-pm .slds-icon-action-new-custom-59 { + background-color: #e3d067; +} + +.milestone-pm .slds-icon-action-new-custom-60 { + background-color: #bf5a88; +} + +.milestone-pm .slds-icon-action-new-custom-61 { + background-color: #f57376; +} + +.milestone-pm .slds-icon-action-new-custom-62 { + background-color: #6b92dc; +} + +.milestone-pm .slds-icon-action-new-custom-63 { + background-color: #7ccf60; +} + +.milestone-pm .slds-icon-action-new-custom-64 { + background-color: #618fd8; +} + +.milestone-pm .slds-icon-action-new-custom-65 { + background-color: #f279ab; +} + +.milestone-pm .slds-icon-action-new-custom-66 { + background-color: #d8be5f; +} + +.milestone-pm .slds-icon-action-new-custom-67 { + background-color: #f87d76; +} + +.milestone-pm .slds-icon-action-new-custom-68 { + background-color: #f26979; +} + +.milestone-pm .slds-icon-action-new-custom-69 { + background-color: #ed6387; +} + +.milestone-pm .slds-icon-action-new-custom-70 { + background-color: #e769b4; +} + +.milestone-pm .slds-icon-action-new-custom-71 { + background-color: #e36ee3; +} + +.milestone-pm .slds-icon-action-new-custom-72 { + background-color: #8d9bfb; +} + +.milestone-pm .slds-icon-action-new-custom-73 { + background-color: #679ef0; +} + +.milestone-pm .slds-icon-action-new-custom-74 { + background-color: #41c8a0; +} + +.milestone-pm .slds-icon-action-new-custom-75 { + background-color: #cd9f65; +} + +.milestone-pm .slds-icon-action-new-custom-76 { + background-color: #db6d7a; +} + +.milestone-pm .slds-icon-action-new-custom-77 { + background-color: #b55d5b; +} + +.milestone-pm .slds-icon-action-new-custom-78 { + background-color: #5a95dd; +} + +.milestone-pm .slds-icon-action-new-custom-79 { + background-color: #8ed363; +} + +.milestone-pm .slds-icon-action-new-custom-80 { + background-color: #659ad5; +} + +.milestone-pm .slds-icon-action-new-custom-81 { + background-color: #da627f; +} + +.milestone-pm .slds-icon-action-new-custom-82 { + background-color: #d15b97; +} + +.milestone-pm .slds-icon-action-new-custom-83 { + background-color: #e7806f; +} + +.milestone-pm .slds-icon-action-new-custom-84 { + background-color: #f6707b; +} + +.milestone-pm .slds-icon-action-new-custom-85 { + background-color: #f26891; +} + +.milestone-pm .slds-icon-action-new-custom-86 { + background-color: #e260ab; +} + +.milestone-pm .slds-icon-action-new-custom-87 { + background-color: #d876e5; +} + +.milestone-pm .slds-icon-action-new-custom-88 { + background-color: #996fe6; +} + +.milestone-pm .slds-icon-action-new-custom-89 { + background-color: #3e99be; +} + +.milestone-pm .slds-icon-action-new-custom-90 { + background-color: #22a48a; +} + +.milestone-pm .slds-icon-action-new-custom-91 { + background-color: #bf7b66; +} + +.milestone-pm .slds-icon-action-new-custom-92 { + background-color: #517e82; +} + +.milestone-pm .slds-icon-action-new-custom-93 { + background-color: #904d4c; +} + +.milestone-pm .slds-icon-action-new-custom-94 { + background-color: #439cba; +} + +.milestone-pm .slds-icon-action-new-custom-95 { + background-color: #8bcf6a; +} + +.milestone-pm .slds-icon-action-new-custom-96 { + background-color: #6d9de3; +} + +.milestone-pm .slds-icon-action-new-custom-97 { + background-color: #dd6085; +} + +.milestone-pm .slds-icon-action-new-custom-98 { + background-color: #e1be5c; +} + +.milestone-pm .slds-icon-action-new-custom-99 { + background-color: #f0856e; +} + +.milestone-pm .slds-icon-action-new-custom-100 { + background-color: #e15d76; +} + +.milestone-pm .slds-icon-action-apex { + background-color: #696e71; +} + +.milestone-pm .slds-icon-action-flow { + background-color: #0079bc; +} + +.milestone-pm .slds-icon-action-announcement { + background-color: #fe8f60; +} + +.milestone-pm .slds-icon-action-record { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-action-log-event { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-action-add-relationship { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-action-remove-relationship { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-action-view-relationship { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-custom-custom1, .milestone-pm .slds-icon-custom-1 { + background-color: #ff7b84; + color: white; +} + +.milestone-pm .slds-icon-custom-custom2, .milestone-pm .slds-icon-custom-2 { + background-color: #cfd05c; + color: white; +} + +.milestone-pm .slds-icon-custom-custom3, .milestone-pm .slds-icon-custom-3 { + background-color: #ecb46c; + color: white; +} + +.milestone-pm .slds-icon-custom-custom4, .milestone-pm .slds-icon-custom-4 { + background-color: #e1d951; + color: white; +} + +.milestone-pm .slds-icon-custom-custom5, .milestone-pm .slds-icon-custom-5 { + background-color: #9fdb66; + color: white; +} + +.milestone-pm .slds-icon-custom-custom6, .milestone-pm .slds-icon-custom-6 { + background-color: #54c473; + color: white; +} + +.milestone-pm .slds-icon-custom-custom7, .milestone-pm .slds-icon-custom-7 { + background-color: #6a89e5; + color: white; +} + +.milestone-pm .slds-icon-custom-custom8, .milestone-pm .slds-icon-custom-8 { + background-color: #50ceb9; + color: white; +} + +.milestone-pm .slds-icon-custom-custom9, .milestone-pm .slds-icon-custom-9 { + background-color: #6b9ee2; + color: white; +} + +.milestone-pm .slds-icon-custom-custom10, .milestone-pm .slds-icon-custom-10 { + background-color: #6488e3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom11, .milestone-pm .slds-icon-custom-11 { + background-color: #8784ea; + color: white; +} + +.milestone-pm .slds-icon-custom-custom12, .milestone-pm .slds-icon-custom-12 { + background-color: #dc71d1; + color: white; +} + +.milestone-pm .slds-icon-custom-custom13, .milestone-pm .slds-icon-custom-13 { + background-color: #df6184; + color: white; +} + +.milestone-pm .slds-icon-custom-custom14, .milestone-pm .slds-icon-custom-14 { + background-color: #3cc2b3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom15, .milestone-pm .slds-icon-custom-15 { + background-color: #f77e75; + color: white; +} + +.milestone-pm .slds-icon-custom-custom16, .milestone-pm .slds-icon-custom-16 { + background-color: #e9af67; + color: white; +} + +.milestone-pm .slds-icon-custom-custom17, .milestone-pm .slds-icon-custom-17 { + background-color: #acd360; + color: white; +} + +.milestone-pm .slds-icon-custom-custom18, .milestone-pm .slds-icon-custom-18 { + background-color: #4dca76; + color: white; +} + +.milestone-pm .slds-icon-custom-custom19, .milestone-pm .slds-icon-custom-19 { + background-color: #3abeb1; + color: white; +} + +.milestone-pm .slds-icon-custom-custom20, .milestone-pm .slds-icon-custom-20 { + background-color: #48c7c8; + color: white; +} + +.milestone-pm .slds-icon-custom-custom21, .milestone-pm .slds-icon-custom-21 { + background-color: #8a7aed; + color: white; +} + +.milestone-pm .slds-icon-custom-custom22, .milestone-pm .slds-icon-custom-22 { + background-color: #8b85f9; + color: white; +} + +.milestone-pm .slds-icon-custom-custom23, .milestone-pm .slds-icon-custom-23 { + background-color: #b070e6; + color: white; +} + +.milestone-pm .slds-icon-custom-custom24, .milestone-pm .slds-icon-custom-24 { + background-color: #e56798; + color: white; +} + +.milestone-pm .slds-icon-custom-custom25, .milestone-pm .slds-icon-custom-25 { + background-color: #e46fbe; + color: white; +} + +.milestone-pm .slds-icon-custom-custom26, .milestone-pm .slds-icon-custom-26 { + background-color: #7698f0; + color: white; +} + +.milestone-pm .slds-icon-custom-custom27, .milestone-pm .slds-icon-custom-27 { + background-color: #5ab0d2; + color: white; +} + +.milestone-pm .slds-icon-custom-custom28, .milestone-pm .slds-icon-custom-28 { + background-color: #89c059; + color: white; +} + +.milestone-pm .slds-icon-custom-custom29, .milestone-pm .slds-icon-custom-29 { + background-color: #bdd25f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom30, .milestone-pm .slds-icon-custom-30 { + background-color: #f59f71; + color: white; +} + +.milestone-pm .slds-icon-custom-custom31, .milestone-pm .slds-icon-custom-31 { + background-color: #eb687f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom32, .milestone-pm .slds-icon-custom-32 { + background-color: #38c393; + color: white; +} + +.milestone-pm .slds-icon-custom-custom33, .milestone-pm .slds-icon-custom-33 { + background-color: #97cf5d; + color: white; +} + +.milestone-pm .slds-icon-custom-custom34, .milestone-pm .slds-icon-custom-34 { + background-color: #d58a6a; + color: white; +} + +.milestone-pm .slds-icon-custom-custom35, .milestone-pm .slds-icon-custom-35 { + background-color: #e9637e; + color: white; +} + +.milestone-pm .slds-icon-custom-custom36, .milestone-pm .slds-icon-custom-36 { + background-color: #d472d4; + color: white; +} + +.milestone-pm .slds-icon-custom-custom37, .milestone-pm .slds-icon-custom-37 { + background-color: #8c89f2; + color: white; +} + +.milestone-pm .slds-icon-custom-custom38, .milestone-pm .slds-icon-custom-38 { + background-color: #53b6d7; + color: white; +} + +.milestone-pm .slds-icon-custom-custom39, .milestone-pm .slds-icon-custom-39 { + background-color: #4fbe75; + color: white; +} + +.milestone-pm .slds-icon-custom-custom40, .milestone-pm .slds-icon-custom-40 { + background-color: #83c75e; + color: white; +} + +.milestone-pm .slds-icon-custom-custom41, .milestone-pm .slds-icon-custom-41 { + background-color: #43b5b5; + color: white; +} + +.milestone-pm .slds-icon-custom-custom42, .milestone-pm .slds-icon-custom-42 { + background-color: #cfd05b; + color: white; +} + +.milestone-pm .slds-icon-custom-custom43, .milestone-pm .slds-icon-custom-43 { + background-color: #7f93f9; + color: white; +} + +.milestone-pm .slds-icon-custom-custom44, .milestone-pm .slds-icon-custom-44 { + background-color: #c8ca58; + color: white; +} + +.milestone-pm .slds-icon-custom-custom45, .milestone-pm .slds-icon-custom-45 { + background-color: #d95879; + color: white; +} + +.milestone-pm .slds-icon-custom-custom46, .milestone-pm .slds-icon-custom-46 { + background-color: #67a5e7; + color: white; +} + +.milestone-pm .slds-icon-custom-custom47, .milestone-pm .slds-icon-custom-47 { + background-color: #5fcc64; + color: white; +} + +.milestone-pm .slds-icon-custom-custom48, .milestone-pm .slds-icon-custom-48 { + background-color: #ef697f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom49, .milestone-pm .slds-icon-custom-49 { + background-color: #e25c80; + color: white; +} + +.milestone-pm .slds-icon-custom-custom50, .milestone-pm .slds-icon-custom-50 { + background-color: #49bcd3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom51, .milestone-pm .slds-icon-custom-51 { + background-color: #d8c760; + color: white; +} + +.milestone-pm .slds-icon-custom-custom52, .milestone-pm .slds-icon-custom-52 { + background-color: #ee8e6f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom53, .milestone-pm .slds-icon-custom-53 { + background-color: #f36e83; + color: white; +} + +.milestone-pm .slds-icon-custom-custom54, .milestone-pm .slds-icon-custom-54 { + background-color: #ea70b1; + color: white; +} + +.milestone-pm .slds-icon-custom-custom55, .milestone-pm .slds-icon-custom-55 { + background-color: #d66ee0; + color: white; +} + +.milestone-pm .slds-icon-custom-custom56, .milestone-pm .slds-icon-custom-56 { + background-color: #718deb; + color: white; +} + +.milestone-pm .slds-icon-custom-custom57, .milestone-pm .slds-icon-custom-57 { + background-color: #5a9cdd; + color: white; +} + +.milestone-pm .slds-icon-custom-custom58, .milestone-pm .slds-icon-custom-58 { + background-color: #34b59d; + color: white; +} + +.milestone-pm .slds-icon-custom-custom59, .milestone-pm .slds-icon-custom-59 { + background-color: #e3d067; + color: white; +} + +.milestone-pm .slds-icon-custom-custom60, .milestone-pm .slds-icon-custom-60 { + background-color: #bf5a88; + color: white; +} + +.milestone-pm .slds-icon-custom-custom61, .milestone-pm .slds-icon-custom-61 { + background-color: #f57376; + color: white; +} + +.milestone-pm .slds-icon-custom-custom62, .milestone-pm .slds-icon-custom-62 { + background-color: #6b92dc; + color: white; +} + +.milestone-pm .slds-icon-custom-custom63, .milestone-pm .slds-icon-custom-63 { + background-color: #7ccf60; + color: white; +} + +.milestone-pm .slds-icon-custom-custom64, .milestone-pm .slds-icon-custom-64 { + background-color: #618fd8; + color: white; +} + +.milestone-pm .slds-icon-custom-custom65, .milestone-pm .slds-icon-custom-65 { + background-color: #f279ab; + color: white; +} + +.milestone-pm .slds-icon-custom-custom66, .milestone-pm .slds-icon-custom-66 { + background-color: #d8be5f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom67, .milestone-pm .slds-icon-custom-67 { + background-color: #f87d76; + color: white; +} + +.milestone-pm .slds-icon-custom-custom68, .milestone-pm .slds-icon-custom-68 { + background-color: #f26979; + color: white; +} + +.milestone-pm .slds-icon-custom-custom69, .milestone-pm .slds-icon-custom-69 { + background-color: #ed6387; + color: white; +} + +.milestone-pm .slds-icon-custom-custom70, .milestone-pm .slds-icon-custom-70 { + background-color: #e769b4; + color: white; +} + +.milestone-pm .slds-icon-custom-custom71, .milestone-pm .slds-icon-custom-71 { + background-color: #e36ee3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom72, .milestone-pm .slds-icon-custom-72 { + background-color: #8d9bfb; + color: white; +} + +.milestone-pm .slds-icon-custom-custom73, .milestone-pm .slds-icon-custom-73 { + background-color: #679ef0; + color: white; +} + +.milestone-pm .slds-icon-custom-custom74, .milestone-pm .slds-icon-custom-74 { + background-color: #41c8a0; + color: white; +} + +.milestone-pm .slds-icon-custom-custom75, .milestone-pm .slds-icon-custom-75 { + background-color: #cd9f65; + color: white; +} + +.milestone-pm .slds-icon-custom-custom76, .milestone-pm .slds-icon-custom-76 { + background-color: #db6d7a; + color: white; +} + +.milestone-pm .slds-icon-custom-custom77, .milestone-pm .slds-icon-custom-77 { + background-color: #b55d5b; + color: white; +} + +.milestone-pm .slds-icon-custom-custom78, .milestone-pm .slds-icon-custom-78 { + background-color: #5a95dd; + color: white; +} + +.milestone-pm .slds-icon-custom-custom79, .milestone-pm .slds-icon-custom-79 { + background-color: #8ed363; + color: white; +} + +.milestone-pm .slds-icon-custom-custom80, .milestone-pm .slds-icon-custom-80 { + background-color: #659ad5; + color: white; +} + +.milestone-pm .slds-icon-custom-custom81, .milestone-pm .slds-icon-custom-81 { + background-color: #da627f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom82, .milestone-pm .slds-icon-custom-82 { + background-color: #d15b97; + color: white; +} + +.milestone-pm .slds-icon-custom-custom83, .milestone-pm .slds-icon-custom-83 { + background-color: #e7806f; + color: white; +} + +.milestone-pm .slds-icon-custom-custom84, .milestone-pm .slds-icon-custom-84 { + background-color: #f6707b; + color: white; +} + +.milestone-pm .slds-icon-custom-custom85, .milestone-pm .slds-icon-custom-85 { + background-color: #f26891; + color: white; +} + +.milestone-pm .slds-icon-custom-custom86, .milestone-pm .slds-icon-custom-86 { + background-color: #e260ab; + color: white; +} + +.milestone-pm .slds-icon-custom-custom87, .milestone-pm .slds-icon-custom-87 { + background-color: #d876e5; + color: white; +} + +.milestone-pm .slds-icon-custom-custom88, .milestone-pm .slds-icon-custom-88 { + background-color: #996fe6; + color: white; +} + +.milestone-pm .slds-icon-custom-custom89, .milestone-pm .slds-icon-custom-89 { + background-color: #3e99be; + color: white; +} + +.milestone-pm .slds-icon-custom-custom90, .milestone-pm .slds-icon-custom-90 { + background-color: #22a48a; + color: white; +} + +.milestone-pm .slds-icon-custom-custom91, .milestone-pm .slds-icon-custom-91 { + background-color: #bf7b66; + color: white; +} + +.milestone-pm .slds-icon-custom-custom92, .milestone-pm .slds-icon-custom-92 { + background-color: #517e82; + color: white; +} + +.milestone-pm .slds-icon-custom-custom93, .milestone-pm .slds-icon-custom-93 { + background-color: #904d4c; + color: white; +} + +.milestone-pm .slds-icon-custom-custom94, .milestone-pm .slds-icon-custom-94 { + background-color: #439cba; + color: white; +} + +.milestone-pm .slds-icon-custom-custom95, .milestone-pm .slds-icon-custom-95 { + background-color: #8bcf6a; + color: white; +} + +.milestone-pm .slds-icon-custom-custom96, .milestone-pm .slds-icon-custom-96 { + background-color: #6d9de3; + color: white; +} + +.milestone-pm .slds-icon-custom-custom97, .milestone-pm .slds-icon-custom-97 { + background-color: #dd6085; + color: white; +} + +.milestone-pm .slds-icon-custom-custom98, .milestone-pm .slds-icon-custom-98 { + background-color: #e1be5c; + color: white; +} + +.milestone-pm .slds-icon-custom-custom99, .milestone-pm .slds-icon-custom-99 { + background-color: #f0856e; + color: white; +} + +.milestone-pm .slds-icon-custom-custom100, .milestone-pm .slds-icon-custom-100 { + background-color: #e15d76; + color: white; +} + +.milestone-pm .slds-icon-standard-log-a-call { + background-color: #48c3cc; +} + +.milestone-pm .slds-icon-standard-document { + background-color: #baac93; +} + +.milestone-pm .slds-icon-standard-environment-hub { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-flow { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-sossession { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-process { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-news { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-home { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-standard-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-apps-admin { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-standard-announcement { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-person-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-social { + background-color: #ea74a2; +} + +.milestone-pm .slds-icon-standard-campaign-members { + background-color: #f49756; +} + +.milestone-pm .slds-icon-standard-article { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-public { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-private { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-best { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-avatar-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-campaign { + background-color: #f49756; +} + +.milestone-pm .slds-icon-standard-calibration { + background-color: #47cfd2; +} + +.milestone-pm .slds-icon-standard-avatar { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-approval { + background-color: #50cc7a; +} + +.milestone-pm .slds-icon-standard-apps { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-standard-user { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-evernote { + background-color: #86c86f; +} + +.milestone-pm .slds-icon-standard-coaching { + background-color: #f67594; +} + +.milestone-pm .slds-icon-standard-connected-apps { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-standard-drafts { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-standard-email { + background-color: #95aec5; +} + +.milestone-pm .slds-icon-standard-email-iq { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-standard-endorsement { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-standard-dropbox { + background-color: #52aef9; +} + +.milestone-pm .slds-icon-standard-concur { + background-color: #4cc3c7; +} + +.milestone-pm .slds-icon-standard-email-chatter { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-transcript { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-email { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-log-a-call { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-comment { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-change-status { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-work-order { + background-color: #50e3c2; +} + +.milestone-pm .slds-icon-standard-work-order-item { + background-color: #33a8dc; +} + +.milestone-pm .slds-icon-standard-client { + background-color: #00d2be; +} + +.milestone-pm .slds-icon-standard-contract { + background-color: #6ec06e; +} + +.milestone-pm .slds-icon-standard-dashboard { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-standard-case { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-empty { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-default { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-custom { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-canvas { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-standard-portal { + background-color: #aec770; +} + +.milestone-pm .slds-icon-standard-product { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-pricebook { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-feed { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-feedback { + background-color: #6da1ea; +} + +.milestone-pm .slds-icon-standard-file { + background-color: #baac93; +} + +.milestone-pm .slds-icon-standard-goals { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-groups { + background-color: #779ef2; +} + +.milestone-pm .slds-icon-standard-household { + background-color: #00afa0; +} + +.milestone-pm .slds-icon-standard-hierarchy { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-insights { + background-color: #ec94ed; +} + +.milestone-pm .slds-icon-standard-investment-account { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-performance { + background-color: #f8b156; +} + +.milestone-pm .slds-icon-standard-link { + background-color: #7a9ae6; +} + +.milestone-pm .slds-icon-standard-metrics { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-note { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-standard-lead { + background-color: #f88962; +} + +.milestone-pm .slds-icon-standard-opportunity { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-standard-call { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-call-history { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-orders { + background-color: #769ed9; +} + +.milestone-pm .slds-icon-standard-post { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-standard-poll { + background-color: #699be1; +} + +.milestone-pm .slds-icon-standard-photo { + background-color: #d7d1d1; +} + +.milestone-pm .slds-icon-standard-people { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-generic-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-group-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-recent { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-standard-solution { + background-color: #8fc972; +} + +.milestone-pm .slds-icon-standard-record { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-standard-question-best { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-question-feed { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-related-list { + background-color: #59bcab; +} + +.milestone-pm .slds-icon-standard-skill-entity { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-scan-card { + background-color: #f39e58; +} + +.milestone-pm .slds-icon-standard-report { + background-color: #2ecbbe; +} + +.milestone-pm .slds-icon-standard-quotes { + background-color: #88c651; +} + +.milestone-pm .slds-icon-standard-task { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-task-2 { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-team-member { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-thanks { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-standard-reward { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-standard-thanks-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-today { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-standard-topic { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-unmatched { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-marketing-actions { + background-color: #6bbd6e; +} + +.milestone-pm .slds-icon-standard-relationship { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-standard-folder { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-service-contract { + background-color: #8a76f0; +} + +.milestone-pm .slds-icon-standard-merge { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-forecasts { + background-color: #6bbd6e; +} + +.milestone-pm .slds-icon-standard-entitlements { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-sales-path { + background-color: #2a739e; +} + +.milestone-pm .slds-icon-text-default { + fill: #54698d; +} + +.milestone-pm .slds-icon-text-warning { + fill: #ffb75d; +} + +.milestone-pm .slds-icon-text-error { + fill: #c23934; +} + +.milestone-pm .slds-icon--x-small { + line-height: 1; + width: 1rem; + height: 1rem; +} + +.milestone-pm .slds-icon--small { + line-height: 1; + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-icon--large { + width: 3rem; + height: 3rem; +} + +.milestone-pm .slds-card { + padding: 0; + border-radius: 0.25rem; + background-clip: padding-box; + background-color: #f4f6f9; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-card + .slds-card { + margin-top: 1rem; +} + +.milestone-pm .slds-card__header, .milestone-pm .slds-card__footer, .milestone-pm .slds-card__body--inner { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-card__header { + padding-top: 0.75rem; + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-card__body:empty, .milestone-pm .slds-card__footer:empty { + display: none; +} + +.milestone-pm .slds-card__footer { + margin-top: 0.75rem; + padding-bottom: 0.75rem; + text-align: right; +} + +.milestone-pm .slds-card--narrow .slds-card__header { + padding-top: 1.5rem; + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-card--narrow .slds-card__footer { + padding-bottom: 1rem; +} + +.milestone-pm .slds-card .slds-card--empty .slds-card__body { + text-align: center; +} + +.milestone-pm .slds-card__tile { + margin-top: 0.5rem; +} + +.milestone-pm .slds-card--compact { + border: 0; + border-radius: 0; + padding: 1rem 1.5rem; +} + +.milestone-pm .slds-card--compact .slds-card__header, .milestone-pm .slds-card--compact .slds-card__body, .milestone-pm .slds-card--compact .slds-card__footer { + margin-left: 0; + margin-right: 0; + padding-left: 0; + padding-right: 0; +} + +.milestone-pm .slds-form-element { + position: relative; +} + +.milestone-pm .slds-form-element__helper { + font-size: 0.75rem; +} + +.milestone-pm .slds-form-element__label { + display: inline-block; + color: #54698d; + font-size: 0.75rem; + line-height: 1.5; + margin-right: 0.75rem; + margin-bottom: 0.25rem; +} + +.milestone-pm .slds-form-element__label:empty { + margin: 0; +} + +.milestone-pm .slds-form-element__control .slds-radio, .milestone-pm .slds-form-element__control .slds-checkbox { + display: block; +} + +.milestone-pm .slds-form-element__icon { + display: inline-block; + position: relative; +} + +.milestone-pm .slds-form-element__help { + font-size: 0.75rem; + margin-top: 0.5rem; + display: block; +} + +.milestone-pm .slds-form-element__static { + display: inline-block; + line-height: 1.875rem; + min-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-form-element__static.slds-text-longform { + line-height: 1.5; +} + +.milestone-pm .slds-required { + color: #c23934; + margin: 0 0.125rem; +} + +.milestone-pm .slds-has-error .slds-form-element__help { + color: #c23934; +} + +.milestone-pm .slds-input { + background-color: white; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + width: 100%; + transition: border 0.1s linear, background-color 0.1s linear; + display: inline-block; + padding: 0 1rem 0 0.75rem; + line-height: 1.875rem; + min-height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-input:focus, .milestone-pm .slds-input:active { + outline: 0; + border-color: #1589ee; + background-color: white; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-input[disabled], .milestone-pm .slds-input.slds-is-disabled { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-input[disabled]:focus, .milestone-pm .slds-input[disabled]:active, .milestone-pm .slds-input.slds-is-disabled:focus, .milestone-pm .slds-input.slds-is-disabled:active { + box-shadow: none; +} + +.milestone-pm .slds-input--bare { + background-color: transparent; + border: 0; + padding-top: 0; + padding-bottom: 0; + padding-left: 0.75rem; + color: #16325c; + line-height: 1.875rem; +} + +.milestone-pm .slds-input--bare:focus, .milestone-pm .slds-input--bare:active { + outline: 0; +} + +.milestone-pm .slds-input--height { + min-height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-input-has-icon { + position: relative; +} + +.milestone-pm .slds-input-has-icon .slds-input__icon { + width: 1rem; + height: 1rem; + position: absolute; + top: 50%; + margin-top: -0.5rem; + fill: #54698d; +} + +.milestone-pm .slds-input-has-icon--left .slds-input__icon { + left: 0.75rem; +} + +.milestone-pm .slds-input-has-icon--left .slds-input, .milestone-pm .slds-input-has-icon--left .slds-input--bare { + padding-left: 2rem; +} + +.milestone-pm .slds-input-has-icon--right .slds-input__icon { + right: 0.75rem; +} + +.milestone-pm .slds-input-has-icon--right .slds-input, .milestone-pm .slds-input-has-icon--right .slds-input--bare { + padding-right: 2rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input__icon--left { + left: 0.75rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input__icon--right { + right: 0.75rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input, .milestone-pm .slds-input-has-icon--left-right .slds-input--bare { + padding: 0 2rem; +} + +.milestone-pm .slds-input-has-fixed-addon { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-form-element__addon { + display: inline-block; + margin: 0 0.5rem; + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-has-error .slds-input { + background-color: white; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-input:focus, .milestone-pm .slds-has-error .slds-input:active { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-has-error .slds-input__icon { + fill: #c23934; +} + +.milestone-pm .slds-textarea { + background-color: white; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + width: 100%; + transition: border 0.1s linear, background-color 0.1s linear; + resize: vertical; + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-textarea:focus, .milestone-pm .slds-textarea:active { + outline: 0; + border-color: #1589ee; + background-color: white; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-textarea[disabled], .milestone-pm .slds-textarea.slds-is-disabled { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-textarea[disabled]:focus, .milestone-pm .slds-textarea[disabled]:active, .milestone-pm .slds-textarea.slds-is-disabled:focus, .milestone-pm .slds-textarea.slds-is-disabled:active { + box-shadow: none; +} + +.milestone-pm .slds-has-error .slds-textarea { + background-color: white; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-textarea:focus, .milestone-pm .slds-has-error .slds-textarea:active { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-radio { + display: inline-block; +} + +.milestone-pm .slds-radio .slds-radio--faux { + width: 1rem; + height: 1rem; + display: inline-block; + position: relative; + vertical-align: middle; + border: 1px solid #d8dde6; + border-radius: 50%; + background: white; + transition: border 0.1s linear, background-color 0.1s linear; +} + +.milestone-pm .slds-radio .slds-form-element__label { + display: inline; + vertical-align: middle; + font-size: 0.8125rem; +} + +.milestone-pm .slds-radio [type=radio] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-radio [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:checked ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux { + background: white; +} + +.milestone-pm .slds-radio [type=radio]:checked + .slds-radio--faux:after, .milestone-pm .slds-radio [type=radio]:checked ~ .slds-radio--faux:after, .milestone-pm .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux:after { + width: 0.5rem; + height: 0.5rem; + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + border-radius: 50%; + background: #1589ee; +} + +.milestone-pm .slds-radio [type=radio]:focus + .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:focus ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:focus + .slds-radio__label .slds-radio--faux { + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-radio [type=radio][disabled] { + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-radio [type=radio][disabled] ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio][disabled] + .slds-radio__label .slds-radio--faux { + background-color: #e0e5ee; + border-color: #a8b7c7; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio] + .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio] ~ .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio] + .slds-radio__label .slds-radio--faux { + border-color: #c23934; + border-width: 2px; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked ~ .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux { + background: white; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio--faux:after, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked ~ .slds-radio--faux:after, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux:after { + background: #d4504c; +} + +.milestone-pm .slds-form-element .slds-radio [type=radio] + .slds-radio--faux, .milestone-pm .slds-form-element .slds-radio [type=radio] ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio] + .slds-radio__label .slds-radio--faux { + margin-right: 0.5rem; +} + +.milestone-pm .slds-radio--button-group { + display: -ms-inline-flexbox; + display: inline-flex; + border: 1px solid #d8dde6; + border-radius: 0.25rem; +} + +.milestone-pm .slds-radio--button { + display: -ms-flexbox; + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; +} + +.milestone-pm .slds-radio--button .slds-radio--faux { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + position: relative; + background-color: white; + transition: border 0.1s linear, background-color 0.1s linear; +} + +.milestone-pm .slds-radio--button .slds-radio--faux:hover, .milestone-pm .slds-radio--button .slds-radio--faux:focus { + cursor: pointer; + background-color: #f4f6f9; +} + +.milestone-pm .slds-radio--button .slds-radio--button__label .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label .slds-radio--faux { + background-color: transparent; +} + +.milestone-pm .slds-radio--button + .slds-radio--button { + border-left: 1px solid #d8dde6; + border-radius: 0; + margin: 0; +} + +.milestone-pm .slds-radio--button:first-child > .slds-radio--faux, .milestone-pm .slds-radio--button:first-child > .slds-radio--button__label { + border-radius: 0.25rem 0 0 0.25rem; +} + +.milestone-pm .slds-radio--button:last-child > .slds-radio--faux, .milestone-pm .slds-radio--button .slds-button--last > .slds-radio--faux, .milestone-pm .slds-radio--button:last-child > .slds-radio--button__label { + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-radio--button [type=radio] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label { + background-color: #0070d2; + color: white; +} + +.milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux:hover, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux:focus, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux:hover, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux:focus, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label:hover, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label:focus { + background-color: #0070d2; +} + +.milestone-pm .slds-radio--button [type=radio]:focus + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:focus ~ .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:focus + .slds-radio--button__label { + outline: 0; + box-shadow: 0 0 3px #0070d2; + z-index: 1; +} + +.milestone-pm .slds-radio--button [type=radio][disabled] + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio][disabled] ~ .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio][disabled] + .slds-radio--button__label { + background-color: white; + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-checkbox { + display: inline-block; +} + +.milestone-pm .slds-checkbox .slds-checkbox--faux { + width: 1rem; + height: 1rem; + display: inline-block; + position: relative; + vertical-align: middle; + border: 1px solid #d8dde6; + border-radius: 0.125rem; + background: white; + transition: border 0.1s linear, background-color 0.1s linear; +} + +.milestone-pm .slds-checkbox .slds-form-element__label { + display: inline; + vertical-align: middle; + font-size: 0.8125rem; +} + +.milestone-pm .slds-checkbox [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux:after { + display: block; + content: ''; + height: 0.25rem; + width: 0.5rem; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0) rotate(-45deg); + border-bottom: 2px solid #1589ee; + border-left: 2px solid #1589ee; +} + +.milestone-pm .slds-checkbox [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus + .slds-checkbox__label .slds-checkbox--faux { + content: ''; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox [type=checkbox]:focus:checked > .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus:checked ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus:checked + .slds-checkbox__label .slds-checkbox--faux { + border-color: #1589ee; + background-color: white; +} + +.milestone-pm .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:indeterminate ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox__label .slds-checkbox--faux:after { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 0.5rem; + height: 2px; + background: #1589ee; + border: 0; + transform: translate3d(-50%, -50%, 0); +} + +.milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox][disabled] ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox__label .slds-checkbox--faux { + background-color: #e0e5ee; + border-color: #a8b7c7; +} + +.milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox][disabled] ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox__label .slds-checkbox--faux:after { + border-color: white; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox] + .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox] ~ .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox--faux { + border-color: #c23934; + border-width: 2px; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux { + border-color: #c23934; + background-color: white; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux:after, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux:after { + border-color: #d4504c; +} + +.milestone-pm .slds-form-element .slds-checkbox [type=checkbox] + .slds-checkbox--faux, .milestone-pm .slds-form-element .slds-checkbox [type=checkbox] ~ .slds-checkbox--faux, .milestone-pm .slds-form-element .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox--faux { + margin-right: 0.5rem; +} + +.milestone-pm .slds-checkbox--toggle { + width: 100%; +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux { + display: block; + position: relative; + width: 3rem; + height: 1.5rem; + border: 1px solid #9faab5; + padding: 0.125rem; + background-color: #9faab5; + border-radius: 15rem; + transition: background-color 0.2s cubic-bezier(0.75, 0, 0.08, 1); +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:focus { + cursor: pointer; + background-color: #7e8c99; +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:after { + content: ''; + position: absolute; + top: 1px; + left: 1px; + width: 1.25rem; + height: 1.25rem; + background-color: white; + border-radius: 15rem; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container { + font-size: 0.625rem; + color: #54698d; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container .slds-checkbox--off { + display: block; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container .slds-checkbox--on { + display: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:focus ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:focus + .slds-checkbox--faux_container .slds-checkbox--faux { + background-color: #7e8c99; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--off { + display: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--on { + display: block; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux { + border-color: #0070d2; + background-color: #0070d2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:focus { + background-color: #005fb2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:before, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:before, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:before { + content: ''; + position: absolute; + top: 1px; + right: 1px; + width: 1.25rem; + height: 1.25rem; + background-color: white; + border-radius: 15rem; + transition: transform 0.2s cubic-bezier(0.75, 0, 0.08, 1); +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:after { + content: ' '; + position: absolute; + top: 0.25rem; + left: 0.6rem; + height: 0.7rem; + width: 0.45rem; + border-bottom: 2px solid #fff; + border-right: 2px solid #fff; + border-radius: 0; + background-color: transparent; + transform: rotate(45deg); +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus + .slds-checkbox--faux_container .slds-checkbox--faux { + background-color: #005fb2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux { + background-color: #9faab5; + pointer-events: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:after { + background-color: #d8dde6; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:focus { + background-color: #9faab5; + cursor: default; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:before { + background-color: #d8dde6; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:after { + background-color: transparent; +} + +.milestone-pm .slds-select { + background-color: white; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + width: 100%; + transition: border 0.1s linear, background-color 0.1s linear; + height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-select:focus, .milestone-pm .slds-select:active { + outline: 0; + border-color: #1589ee; + background-color: white; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-select[disabled], .milestone-pm .slds-select.slds-is-disabled { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-select[disabled]:focus, .milestone-pm .slds-select[disabled]:active, .milestone-pm .slds-select.slds-is-disabled:focus, .milestone-pm .slds-select.slds-is-disabled:active { + box-shadow: none; +} + +.milestone-pm .slds-select[size], .milestone-pm .slds-select[multiple] { + min-height: calc(1.875rem + (1px * 2)); + height: inherit; +} + +.milestone-pm .slds-select[size] option, .milestone-pm .slds-select[multiple] option { + padding: 0.5rem; +} + +.milestone-pm .slds-select_container { + position: relative; +} + +.milestone-pm .slds-select_container .slds-select { + -moz-appearance: none; + -webkit-appearance: none; + padding-left: 0.5rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-select_container .slds-select::-ms-expand { + display: none; +} + +.milestone-pm .slds-select_container:before, .milestone-pm .slds-select_container:after { + position: absolute; + content: ''; + display: block; + right: 0.5rem; + width: 0; + height: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; +} + +.milestone-pm .slds-select_container:before { + border-bottom: 5px solid #061c3f; + top: calc((1.75rem / 2) - 6px); +} + +.milestone-pm .slds-select_container:after { + border-top: 5px solid #061c3f; + bottom: calc((1.75rem / 2) - 6px); +} + +.milestone-pm .slds-has-error .slds-select { + background-color: white; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-select:focus, .milestone-pm .slds-has-error .slds-select:active { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox--button-group { + display: -ms-inline-flexbox; + display: inline-flex; + border: 1px solid #d8dde6; + border-radius: 0.25rem; +} + +.milestone-pm .slds-checkbox--button { + display: -ms-flexbox; + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--faux { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + position: relative; + background-color: white; + transition: border 0.1s linear, background-color 0.1s linear; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--button .slds-checkbox--faux:focus { + cursor: pointer; + background-color: #f4f6f9; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--button__label .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label .slds-checkbox--faux { + background-color: transparent; +} + +.milestone-pm .slds-checkbox--button + .slds-checkbox--button { + border-left: 1px solid #d8dde6; + border-radius: 0; + margin: 0; +} + +.milestone-pm .slds-checkbox--button:first-child > .slds-checkbox--faux, .milestone-pm .slds-checkbox--button:first-child > .slds-checkbox--button__label { + border-radius: 0.25rem 0 0 0.25rem; +} + +.milestone-pm .slds-checkbox--button:last-child > .slds-checkbox--faux, .milestone-pm .slds-checkbox--button .slds-button--last > .slds-checkbox--faux, .milestone-pm .slds-checkbox--button:last-child > .slds-checkbox--button__label { + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-checkbox--button [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label { + background-color: #0070d2; + color: white; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label:focus { + background-color: #0070d2; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:focus ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:focus + .slds-checkbox--button__label { + outline: 0; + box-shadow: 0 0 3px #0070d2; + z-index: 1; +} + +.milestone-pm .slds-checkbox--button [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox][disabled] ~ .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox][disabled] + .slds-checkbox--button__label { + background-color: white; + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-picklist--draggable .slds-button { + margin: 0.25rem; +} + +.milestone-pm .slds-picklist--draggable .slds-button:first-of-type { + margin-top: 1.5rem; +} + +.milestone-pm .slds-picklist__options { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + padding: 0.25rem 0; + width: 15rem; + height: 15rem; + background-color: white; +} + +.milestone-pm .slds-picklist__options--multi { + overflow: auto; +} + +.milestone-pm .slds-picklist__item { + position: relative; + line-height: 1.5; +} + +.milestone-pm .slds-picklist__item > a, .milestone-pm .slds-picklist__item > span { + display: block; + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-picklist__item > a:hover, .milestone-pm .slds-picklist__item > span:hover { + background-color: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-picklist__item > a:active, .milestone-pm .slds-picklist__item > span:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-picklist__item[aria-selected=true] { + background-color: #eef1f6; +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal { + text-align: right; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal .slds-form-element > .slds-form-element__legend, .milestone-pm .slds-form--horizontal .slds-form-element > .slds-form-element__label { + float: left; + text-align: right; + display: inline-block; + width: 33%; + vertical-align: top; + position: relative; + top: 0.1875rem; + margin-right: 0; + margin-bottom: 0; + } +} + +.milestone-pm .slds-form--horizontal .slds-form-element + .slds-form-element { + margin-top: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--horizontal .slds-form-element + .slds-form-element { + margin-top: 0.5rem; + } +} + +.milestone-pm .slds-form--horizontal .slds-form-element__control { + width: 100%; +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal .slds-form-element__control { + width: 66%; + display: inline-block; + text-align: left; + } +} + +.milestone-pm .slds-form--stacked .slds-form-element { + display: block; +} + +.milestone-pm .slds-form--stacked .slds-form-element + .slds-form-element { + margin-top: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--stacked .slds-form-element + .slds-form-element { + margin-top: 0.5rem; + } +} + +.milestone-pm .slds-form--stacked .slds-form-element .slds-checkbox, .milestone-pm .slds-form--stacked .slds-form-element .slds-radio { + display: block; +} + +.milestone-pm .slds-form--inline .slds-form-element, .milestone-pm .slds-form--inline .slds-form-element__label, .milestone-pm .slds-form--inline .slds-form-element__control { + display: block; +} + +.milestone-pm .slds-form--inline .slds-form-element + .slds-form-element { + margin-top: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--inline .slds-form-element { + margin-right: 0.5rem; + } + + .milestone-pm .slds-form--inline .slds-form-element + .slds-form-element { + margin-top: 0; + } + + .milestone-pm .slds-form--inline .slds-form-element, .milestone-pm .slds-form--inline .slds-form-element__label, .milestone-pm .slds-form--inline .slds-form-element__control { + display: inline-block; + vertical-align: middle; + margin-bottom: 0; + } +} + +.milestone-pm .slds-form--compound .slds-form-element__row { + display: -ms-flexbox; + display: flex; + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-form--compound .slds-form-element__row + .slds-form-element__row { + clear: both; +} + +.milestone-pm .slds-form--compound .slds-form-element { + width: 100%; +} + +.milestone-pm .slds-form--compound .slds-form-element + .slds-form-element { + padding-left: 0.5rem; +} + +.milestone-pm .slds-form--compound .slds-form-element__control { + position: relative; +} + +.milestone-pm .slds-form--compound .slds-form-element__control + .slds-form-element__control { + padding-left: 0.5rem; +} + +.milestone-pm .slds-docked-form-footer { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: #f4f6f9; + box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.16); + z-index: 8000; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + padding: 0.5rem 0; +} + +.milestone-pm .slds-file-selector { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.milestone-pm .slds-file-selector__dropzone { + padding: 0.125rem; + border: 1px dashed #d8dde6; + border-radius: 0.25rem; +} + +.milestone-pm .slds-file-selector__dropzone.slds-has-drag-over { + outline: 0; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; + border-style: solid; +} + +.milestone-pm .slds-file-selector__input:focus ~ .slds-file-selector__body > .slds-file-selector__button { + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body { + color: #d8dde6; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body > .slds-file-selector__button { + background: #e0e5ee; + border-color: transparent; + color: white; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body > .slds-file-selector__body-icon { + fill: currentColor; +} + +.milestone-pm .slds-file-selector__button { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__body { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__button { + max-height: 1.625rem; + line-height: 1.625rem; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__text { + margin-left: 0.5rem; + margin-right: 0.75rem; +} + +.milestone-pm .slds-file-selector--images { + display: block; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__dropzone { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__dropzone:after { + content: ''; + padding-top: 100%; + display: table; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__body { + text-align: center; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__text { + margin-top: 0.75rem; +} + +.milestone-pm .slds-file-selector--integrated { + width: 100%; + height: 100%; + position: relative; + display: block; +} + +.milestone-pm .slds-file-selector__dropzone--integrated { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 0; + opacity: 0; + z-index: -1; +} + +.milestone-pm .slds-file-selector__dropzone--integrated.slds-has-drag { + background: rgba(255, 255, 255, 0.75); + opacity: 1; + z-index: 8000; +} + +.milestone-pm .slds-file-selector__dropzone--integrated.slds-has-drag-over { + background: rgba(240, 248, 252, 0.75); + box-shadow: 0 0 0 4px #1589ee inset; +} + +.milestone-pm .slds-file-selector__body--integrated { + width: 12rem; + height: 12rem; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; + background: white; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); + border: 1px solid #d8dde6; + border-radius: 0.25rem; + -ms-flex-direction: column; + flex-direction: column; +} + +.milestone-pm .slds-file-selector__text--integrated { + margin-top: 0.75rem; +} + +.milestone-pm .slds-page-header { + padding: 1rem 0.75rem; + border-bottom: 1px solid #d8dde6; + background: #f7f9fb; +} + +.milestone-pm .slds-page-header__title { + font-weight: 400; + font-size: 1rem; + line-height: 1.25; +} + +@media (min-width: 48em) { + .milestone-pm .slds-page-header { + padding: 1rem 1.5rem; + } + + .milestone-pm .slds-page-header__title { + font-size: 1.25rem; + } +} + +.milestone-pm .slds-page-header__detail-row { + margin: 0.75rem -1.5rem -1rem; + padding: 0.75rem 1.5rem; + background-color: white; +} + +.milestone-pm .slds-page-header__detail-block { + padding-right: 2rem; + padding-left: 2rem; + max-width: 25%; +} + +.milestone-pm .slds-page-header__detail-block:first-child { + padding-left: 0; +} + +.milestone-pm .slds-page-header__detail-block:last-child { + padding-right: 0; +} + +.milestone-pm .slds-page-header--vertical { + padding: 0.75rem; + background: #f7f9fb; +} + +.milestone-pm .slds-page-header--object-home { + padding-bottom: 0.75rem; +} + +.milestone-pm .slds-panel { + background: white; + border-radius: 0.25rem; +} + +.milestone-pm .slds-panel__section { + padding: 1rem; +} + +.milestone-pm .slds-panel__actions { + padding: 0.75rem; +} + +.milestone-pm .slds-panel.slds-is-editing { + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); +} + +.milestone-pm .slds-panel--filters { + margin-left: 1rem; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); + border-radius: 0; +} + +.milestone-pm .slds-filters { + position: relative; +} + +.milestone-pm .slds-filters__header { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-filters__body { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-filters__footer { + padding: 0.5rem 1rem; +} + +.milestone-pm .slds-filters__item { + padding: 0.75rem; + background: white; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + cursor: pointer; +} + +.milestone-pm .slds-filters__item.slds-is-new { + background: #faffbd; + color: #16325c; +} + +.milestone-pm .slds-filters__item.slds-has-error { + border-color: #c23934; +} + +.milestone-pm .slds-filters__item.slds-is-locked { + background: #f4f6f9; +} + +.milestone-pm .slds-filters__item.slds-is-locked, .milestone-pm .slds-filters__item.slds-is-locked a { + cursor: not-allowed; +} + +.milestone-pm .slds-filters__item + .slds-filters__item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-filters__item:hover { + background: #f4f6f9; +} + +.milestone-pm .slds-popover { + position: relative; + border-radius: 0.25rem; + width: 20rem; + min-height: 2rem; + z-index: 6000; + background-color: white; + display: inline-block; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-popover__body { + overflow-wrap: break-word; + word-wrap: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + position: relative; + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-popover__close { + position: relative; + z-index: 6001; +} + +.milestone-pm .slds-popover[class*=theme--] { + border: 0; +} + +.milestone-pm .slds-popover *:last-child { + margin-bottom: 0; +} + +.milestone-pm .slds-popover--panel .slds-popover__header { + background: #f4f6f9; + padding: 1.5rem 1.5rem 0.75rem; + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} + +.milestone-pm .slds-popover--panel .slds-popover__body { + padding: 0; +} + +.milestone-pm .slds-popover--panel .slds-popover__body-list { + padding: 1rem 1.5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-popover--panel.slds-nubbin--left-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--left-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--top-left:before, .milestone-pm .slds-popover--panel.slds-nubbin--top-left:after, .milestone-pm .slds-popover--panel.slds-nubbin--top-right:before, .milestone-pm .slds-popover--panel.slds-nubbin--top-right:after { + background: #f4f6f9; +} + +.milestone-pm .slds-popover--panel.slds-nubbin--left-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--left-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:after { + top: 2.25rem; +} + +.milestone-pm .slds-nubbin--top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top:after { + box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-left:after { + box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-left:before, .milestone-pm .slds-nubbin--top-left:after { + left: 1.5rem; + top: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--top-right:after { + box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-right:before, .milestone-pm .slds-nubbin--top-right:after { + left: auto; + right: 1.5rem; + top: -0.5rem; + margin-right: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom:after { + box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-left:after { + box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-left:before, .milestone-pm .slds-nubbin--bottom-left:after { + left: 1.5rem; + top: 100%; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:after { + box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-right:before, .milestone-pm .slds-nubbin--bottom-right:after { + left: auto; + right: 1.5rem; + top: 100%; + margin-top: -0.5rem; + margin-right: -0.5rem; +} + +.milestone-pm .slds-nubbin--left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left:after { + box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left-top:after { + box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-top:before, .milestone-pm .slds-nubbin--left-top:after { + top: 1.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:before { + margin-bottom: -1px; +} + +.milestone-pm .slds-nubbin--left-bottom:after { + box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-bottom:before, .milestone-pm .slds-nubbin--left-bottom:after { + top: auto; + bottom: 1rem; +} + +.milestone-pm .slds-nubbin--right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right:after { + box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right-top:after { + box-shadow: 1px -1px 2px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-top:before, .milestone-pm .slds-nubbin--right-top:after { + top: 1.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -0.5rem; + margin-top: -0.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:before { + margin-bottom: -1px; +} + +.milestone-pm .slds-nubbin--right-bottom:after { + box-shadow: 2px -1px 3px 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-bottom:before, .milestone-pm .slds-nubbin--right-bottom:after { + top: auto; + bottom: 1rem; +} + +.milestone-pm .slds-popover--tooltip { + width: auto; + max-width: 20rem; + background: #16325c; + border: 0; +} + +.milestone-pm .slds-popover--tooltip .slds-popover__body { + font-size: 0.75rem; + color: white; +} + +.milestone-pm .slds-rise-from-ground { + visibility: visible; + opacity: 1; + transform: translate(0%, 0%); + transition: opacity 0.1s linear, visibility 0.1s linear, transform 0.1s linear; + will-change: transform; +} + +.milestone-pm .slds-fall-into-ground { + visibility: hidden; + opacity: 0; + transform: translate(0%, 0%); + transition: opacity 0.1s linear, visibility 0.1s linear, transform 0.1s linear; + will-change: transform; +} + +.milestone-pm .slds-slide-from-bottom-to-top { + transform: translateY(10%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-top-to-bottom { + transform: translateY(-10%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-right-to-left { + transform: translateX(5%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-left-to-right { + transform: translateX(-5%); + will-change: transform; +} + +.milestone-pm .slds-tooltip { + position: relative; + border-radius: 0.25rem; + width: 20rem; + min-height: 2rem; + z-index: 6000; + background-color: #061c3f; + display: inline-block; +} + +.milestone-pm .slds-tooltip__body { + padding: 0.5rem 0.75rem; + font-size: 0.75rem; + color: white; +} + +.milestone-pm .slds-dropdown { + position: absolute; + z-index: 7000; + left: 50%; + float: left; + min-width: 6rem; + max-width: 20rem; + margin-top: 0.125rem; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + padding: 0.25rem 0; + font-size: 0.75rem; + background: white; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); + transform: translateX(-50%); +} + +.milestone-pm .slds-dropdown--left { + left: 0; + transform: translateX(0); +} + +.milestone-pm .slds-dropdown--right { + left: auto; + right: 0; + transform: translateX(0); +} + +.milestone-pm .slds-dropdown--bottom { + bottom: 100%; +} + +.milestone-pm .slds-dropdown--small { + min-width: 15rem; +} + +.milestone-pm .slds-dropdown--medium { + min-width: 20rem; +} + +.milestone-pm .slds-dropdown--large { + min-width: 25rem; + max-width: 512px; +} + +.milestone-pm .slds-dropdown--length-5 { + max-height: calc(((0.8125rem * 1.5) + 1rem) * 5); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-7 { + max-height: calc(((0.8125rem * 1.5) + 1rem) * 7); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-10 { + max-height: calc(((0.8125rem * 1.5) + 1rem) * 10); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-5 { + max-height: calc((1.5rem + 1rem) * 5); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-7 { + max-height: calc((1.5rem + 1rem) * 7); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-10 { + max-height: calc((1.5rem + 1rem) * 10); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown mark { + font-weight: 700; + background-color: transparent; +} + +.milestone-pm .slds-dropdown[class*=slds-nubbin--top] { + margin-top: 0.5rem; +} + +.milestone-pm .slds-dropdown[class*=slds-nubbin--bottom] { + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top { + margin-top: 0.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: white; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: white; + left: 50%; + top: -0.5rem; + margin-left: -0.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:before { + background: white; +} + +.milestone-pm .slds-dropdown--nubbin-top:after { + background: white; + box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.16); + z-index: -1; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left { + left: -1rem; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left:before, .milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left:after { + left: 1.5rem; + margin-left: 0; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right { + right: -1rem; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right:before, .milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right:after { + left: auto; + right: 1.5rem; + margin-left: 0; +} + +.milestone-pm .slds-dropdown__header { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-dropdown__item { + line-height: 1.5; +} + +.milestone-pm .slds-dropdown__item > a { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 0.5rem 0.75rem; + color: #16325c; + white-space: nowrap; + cursor: pointer; +} + +.milestone-pm .slds-dropdown__item > a:hover, .milestone-pm .slds-dropdown__item > a:focus { + outline: 0; + text-decoration: none; + background-color: #f4f6f9; +} + +.milestone-pm .slds-dropdown__item > a:active { + text-decoration: none; + background-color: #eef1f6; +} + +.milestone-pm .slds-dropdown__item > a[aria-disabled=true] { + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-dropdown__item > a[aria-disabled=true]:hover { + background-color: transparent; +} + +.milestone-pm .slds-dropdown__item .slds-icon--selected { + opacity: 0; + transition: opacity 0.05s ease; +} + +.milestone-pm .slds-dropdown__item.slds-is-selected .slds-icon--selected { + fill: #0070d2; + opacity: 1; +} + +.milestone-pm .slds-dropdown .slds-has-icon { + position: relative; +} + +.milestone-pm .slds-dropdown .slds-has-icon--left > a, .milestone-pm .slds-dropdown .slds-has-icon--left > span { + padding-left: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon--right > a, .milestone-pm .slds-dropdown .slds-has-icon--right > span { + padding-right: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon--left-right > a, .milestone-pm .slds-dropdown .slds-has-icon--left-right > span { + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon { + width: 1rem; + height: 1rem; + position: absolute; + top: 50%; + margin-top: -0.5rem; + fill: #54698d; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon--left { + left: 0.75rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon--right { + right: 0.75rem; +} + +.milestone-pm .slds-dropdown-trigger { + position: relative; + display: inline-block; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown { + top: 100%; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown--bottom { + top: auto; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown { + visibility: hidden; + opacity: 0; + transition: opacity 0.1s linear, visibility 0.1s linear; +} + +.milestone-pm .slds-dropdown-trigger:hover, .milestone-pm .slds-dropdown-trigger:focus { + outline: 0; +} + +.milestone-pm .slds-dropdown-trigger:hover .slds-dropdown, .milestone-pm .slds-dropdown-trigger:focus .slds-dropdown { + visibility: visible; + opacity: 1; + transition: opacity 0.1s linear, visibility 0.1s linear; +} + +.milestone-pm .slds-dropdown-trigger--hover .slds-dropdown { + visibility: hidden; + opacity: 0; + transition: opacity 0.1s linear, visibility 0.1s linear; +} + +.milestone-pm .slds-dropdown-trigger--hover:hover, .milestone-pm .slds-dropdown-trigger--hover:focus { + outline: 0; +} + +.milestone-pm .slds-dropdown-trigger--hover:hover .slds-dropdown, .milestone-pm .slds-dropdown-trigger--hover:focus .slds-dropdown { + visibility: visible; + opacity: 1; + transition: opacity 0.1s linear, visibility 0.1s linear; +} + +.milestone-pm .slds-dropdown-trigger--click .slds-dropdown { + display: none; +} + +.milestone-pm .slds-dropdown-trigger--click.slds-is-open .slds-dropdown { + display: block; + visibility: visible; + opacity: 1; +} + +.milestone-pm .slds-dropdown-trigger > [class*=slds-button--icon] ~ .slds-dropdown--left[class*=slds-nubbin] { + left: -0.5rem; +} + +.milestone-pm .slds-dropdown-trigger > [class*=slds-button--icon] ~ .slds-dropdown--right[class*=slds-nubbin] { + right: -0.5rem; +} + +.milestone-pm .slds-dropdown--actions a { + color: #0070d2; +} + +.milestone-pm .slds-picklist { + position: relative; +} + +.milestone-pm .slds-picklist .slds-dropdown { + width: 15rem; +} + +.milestone-pm .slds-picklist--fluid .slds-picklist__label, .milestone-pm .slds-picklist--fluid .slds-dropdown { + width: auto; + min-width: 0; + max-width: 15rem; +} + +.milestone-pm .slds-picklist__label { + padding-right: 2rem; + width: 15rem; + color: #16325c; + text-align: left; +} + +.milestone-pm .slds-picklist__label .slds-icon { + width: 0.75rem; + height: 0.75rem; + position: absolute; + right: 1rem; + top: 50%; + margin-top: -0.375rem; + fill: #54698d; +} + +.milestone-pm .slds-picklist__label .slds-truncate { + display: block; +} + +.milestone-pm .slds-datepicker { + padding: 0; + font-size: 0.75rem; +} + +.milestone-pm .slds-datepicker th, .milestone-pm .slds-datepicker td { + text-align: center; +} + +.milestone-pm .slds-datepicker th { + padding: 0.5rem; + font-weight: 400; + color: #54698d; +} + +.milestone-pm .slds-datepicker td { + padding: 0.25rem; + text-align: center; + font-size: 0.75rem; +} + +.milestone-pm .slds-datepicker td > .slds-day { + width: 2rem; + height: 2rem; + display: block; + position: relative; + min-width: 2rem; + line-height: 2rem; + border-radius: 50%; + margin: auto; +} + +.milestone-pm .slds-datepicker td:hover:not(.slds-disabled-text) > .slds-day, .milestone-pm .slds-datepicker td:focus:not(.slds-disabled-text) > .slds-day, .milestone-pm .slds-datepicker td.slds-is-today > .slds-day { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-datepicker td.slds-is-selected:not(.slds-disabled-text) > .slds-day { + background: #005fb2; + color: white; +} + +.milestone-pm .slds-datepicker td.slds-is-selected-multi > .slds-day { + overflow: visible; +} + +.milestone-pm .slds-datepicker td.slds-is-selected-multi + .slds-is-selected-multi > .slds-day:before { + content: ''; + position: absolute; + background: #005fb2; + top: 0; + left: -50%; + height: 100%; + width: 2.5rem; + transform: translateX(-0.5rem); + z-index: -1; +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child > .slds-day:before, .milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child > .slds-day:after { + content: ''; + position: absolute; + background: #005fb2; + top: 0; + left: -50%; + height: 100%; + width: 2.5rem; + transform: translateX(-0.5rem); + z-index: -1; +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child > .slds-day:before { + left: 0; + transform: translateX(-0.25rem); +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child > .slds-day:after { + left: auto; + right: 0; + transform: translateX(0.25rem); +} + +.milestone-pm .slds-datepicker__filter { + padding: 0.25rem; +} + +.milestone-pm .slds-datepicker__filter--month { + padding: 0 0.25rem 0 0; +} + +.milestone-pm .slds-disabled-text { + color: #d8dde6; +} + +.milestone-pm .slds-datepicker--time { + max-width: 12rem; + max-height: 13.5rem; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-datepicker--time__list > li { + white-space: nowrap; + padding: 0.5rem; + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-datepicker--time__list > li:hover, .milestone-pm .slds-datepicker--time__list > li:focus { + background: #f4f6f9; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-docked_container { + display: -ms-flexbox; + display: flex; + -ms-flex-align: end; + align-items: flex-end; + position: fixed; + bottom: 0; + right: 0; + padding: 0 1.5rem; + height: 40px; +} + +.milestone-pm .slds-docked-composer { + position: relative; + border-radius: 0.25rem 0.25rem 0 0; + width: 480px; + height: 40px; + float: left; + box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.16); + border: 1px solid #d8dde6; + border-bottom: none; +} + +.milestone-pm .slds-docked-composer.slds-is-open { + height: 480px; +} + +.milestone-pm .slds-docked-composer:hover .slds-docked-composer__header, .milestone-pm .slds-docked-composer:focus .slds-docked-composer__header { + background: #061c3f; +} + +.milestone-pm .slds-docked-composer + .slds-docked-composer { + margin-left: 1.5rem; +} + +.milestone-pm .slds-docked-composer__header { + background: #16325c; + border-radius: 0.25rem 0.25rem 0 0; + padding: 0.5rem; + color: white; +} + +.milestone-pm .slds-docked-composer__header:hover { + cursor: pointer; +} + +.milestone-pm .slds-docked-composer__actions .slds-button { + margin-left: 0.75rem; +} + +.milestone-pm .slds-docked-composer__body { + background: white; +} + +.milestone-pm .slds-docked-composer__lead { + background: white; + padding: 1rem 0.5rem; +} + +.milestone-pm .slds-docked-composer__toolbar { + background: #f4f6f9; + padding: 0.25rem 0.5rem; + max-height: 60px; + overflow-y: auto; + border-top: 1px solid #d8dde6; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer__input { + background: white; + padding: 1rem; + min-height: 6rem; + resize: none; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-docked-composer__footer { + background: #f4f6f9; + padding: 0.75rem 0.5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer--overflow { + width: auto; +} + +.milestone-pm .slds-docked-composer--overflow__pill { + display: -ms-flexbox; + display: flex; + padding: 0 0.75rem; + height: inherit; + white-space: nowrap; + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.milestone-pm .slds-docked-composer--overflow__pill:hover, .milestone-pm .slds-docked-composer--overflow__pill:focus { + color: white; + text-decoration: none; +} + +.milestone-pm .slds-docked-composer--overflow__pill .slds-text-body--small { + color: white; + margin-left: 0.5rem; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer { + width: 100%; + height: 100%; + box-shadow: none; + float: none; + border-radius: 0; + border: 0; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer__header { + border-radius: 0; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer__body { + min-height: 260px; +} + +.milestone-pm .slds-docked-composer__body--email { + position: relative; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input { + border-radius: 0; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input:focus { + z-index: 1; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input:not(:focus) { + border-color: transparent; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer__body--email .slds-picklist__label { + padding-left: 0.75rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-docked-composer__body--email .slds-picklist__label .slds-icon { + right: 0.5rem; +} + +.milestone-pm .slds-email-composer__label { + width: 2rem; + font-size: 0.75rem; +} + +.milestone-pm .slds-docked-composer__body--form { + padding: 1rem; +} + +.milestone-pm .slds-utility-bar_container { + position: relative; +} + +.milestone-pm .slds-utility-bar { + display: -ms-flexbox; + display: flex; + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: #f4f6f9; + box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.16); + z-index: 8000; +} + +.milestone-pm .slds-utility-bar__item { + position: relative; + padding: 0 0.75rem; + border-radius: 0; + border: 0; + color: #16325c; +} + +.milestone-pm .slds-utility-bar__item:after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 2px; + background: transparent; +} + +.milestone-pm .slds-utility-bar__item:focus, .milestone-pm .slds-utility-bar__item:hover { + box-shadow: none; +} + +.milestone-pm .slds-utility-bar__item:focus:after { + background: #1589ee; +} + +.milestone-pm .slds-utility-bar__item:hover, .milestone-pm .slds-utility-bar__item:focus:hover { + color: inherit; + background: #e0e5ee; +} + +.milestone-pm .slds-utility-bar__item.slds-is-active { + background: #e0e5ee; + color: inherit; +} + +.milestone-pm .slds-utility-bar__item.slds-is-active:after { + background: #1589ee; +} + +.milestone-pm .slds-utility-panel { + position: fixed; + bottom: 1.875rem; + width: 21.25rem; + height: 30rem; + border-radius: 0.25rem 0.25rem 0 0; + border: 1px solid #d8dde6; + border-bottom: none; + transform: translateY(100%); +} + +.milestone-pm .slds-utility-panel.slds-is-open { + box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.16); + transform: translateY(0); +} + +.milestone-pm .slds-utility-panel:hover .slds-utility-panel__header, .milestone-pm .slds-utility-panel:focus .slds-utility-panel__header { + background: #061c3f; +} + +.milestone-pm .slds-utility-panel__header { + background: #16325c; + border-radius: 0.25rem 0.25rem 0 0; + color: white; + padding: 0 0.5rem; +} + +.milestone-pm .slds-utility-panel__body { + display: -ms-flexbox; + display: flex; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + -ms-flex-pack: center; + justify-content: center; + overflow: auto; +} + +.milestone-pm .slds-utility-panel__header-label, .milestone-pm .slds-utility-panel__header-icon-action { + padding: 0.5rem; + color: white; +} + +.milestone-pm .slds-global-header_container { + position: fixed; + width: 100%; + top: 0; + left: 0; +} + +.milestone-pm .slds-global-header_container .slds-assistive-text--focus { + background: white; + top: 0; +} + +.milestone-pm .slds-global-header { + background: white; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07); + padding: 0.5rem 0; + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; +} + +.milestone-pm .slds-global-header__item { + padding: 0 1rem; +} + +.milestone-pm .slds-global-header__item--search { + -ms-flex: 0 1 25rem; + flex: 0 1 25rem; +} + +.milestone-pm .slds-global-header__logo { + -ms-flex-negative: 0; + flex-shrink: 0; + width: 2.8125rem; +} + +.milestone-pm .slds-context-bar { + display: -ms-flexbox; + display: flex; + height: 2.5rem; + background-color: white; + border-top: 1px solid #d8dde6; + border-bottom: 3px solid #00a1df; + color: #16325c; + position: relative; + padding: 0 1rem; +} + +.milestone-pm .slds-context-bar__primary, .milestone-pm .slds-context-bar__secondary, .milestone-pm .slds-context-bar__tertiary { + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-context-bar__secondary { + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 0; +} + +.milestone-pm .slds-context-bar__vertical-divider { + width: 0; + overflow: hidden; + border-left: 1px solid rgba(0, 0, 0, 0.2); +} + +.milestone-pm .slds-context-bar__item { + display: -ms-flexbox; + display: flex; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: stretch; + align-items: stretch; + white-space: nowrap; + position: relative; + max-width: 15rem; +} + +.milestone-pm .slds-context-bar__item:not(.slds-no-hover):hover, .milestone-pm .slds-context-bar__item.slds-is-active { + outline: 0; + border-radius: 0; + background-color: #f7f9fb; + border-bottom: 3px solid #00a1df; + margin-bottom: -3px; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-context-bar__item:not(.slds-no-hover):hover:after { + content: ''; + width: 100%; + height: 3px; + display: block; + background: rgba(0, 0, 0, 0.75); + mix-blend-mode: soft-light; + position: absolute; + bottom: -3px; + left: 0; + right: 0; +} + +.milestone-pm .slds-context-bar__item.slds-is-active { + box-shadow: inset -1px 0 0 #d8dde6, inset 1px 0 0 #d8dde6; + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:before, .milestone-pm .slds-context-bar__item.slds-is-active:after { + content: ''; + width: 100%; + height: 3px; + display: block; + background: #00a1df; + position: absolute; + top: 0; + left: 0; + right: 0; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:after { + background: rgba(0, 0, 0, 0.75); + mix-blend-mode: soft-light; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:hover { + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-context-bar__item:first-child.slds-is-active { + box-shadow: inset -1px 0 0 #d8dde6; +} + +.milestone-pm .slds-context-bar__item.slds-is-active .slds-context-bar__label-action { + font-weight: bold; +} + +.milestone-pm .slds-context-bar__item--divider-left { + border-left: 1px solid rgba(0, 0, 0, 0.2); +} + +.milestone-pm .slds-context-bar__item--divider-right { + border-right: 1px solid rgba(0, 0, 0, 0.2); +} + +.milestone-pm .slds-context-bar__label-action { + display: -ms-flexbox; + display: flex; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-positive: 1; + flex-grow: 1; + padding: 0 0.75rem; + min-width: 0%; + color: inherit; +} + +.milestone-pm .slds-context-bar__label-action:focus { + outline: 0; + text-decoration: underline; + opacity: 0.8; +} + +.milestone-pm .slds-context-bar__label-action:hover, .milestone-pm .slds-context-bar__label-action:focus:hover { + text-decoration: none; +} + +.milestone-pm .slds-context-bar__label-action:hover, .milestone-pm .slds-context-bar__label-action:focus { + color: inherit; +} + +.milestone-pm .slds-context-bar__label-action:active { + color: inherit; + text-decoration: none; +} + +.milestone-pm .slds-context-bar__icon-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-line-pack: center; + align-content: center; + padding: 0 0.75rem; + color: #54698d; + margin-left: -0.25rem; +} + +.milestone-pm .slds-context-bar__icon-action:focus { + outline: 0; +} + +.milestone-pm .slds-context-bar__icon-action:focus ~ .slds-dropdown { + visibility: visible; + opacity: 1; +} + +.milestone-pm .slds-context-bar__icon-action:hover, .milestone-pm .slds-context-bar__icon-action:focus { + color: #54698d; +} + +.milestone-pm .slds-context-bar__icon-action:active { + color: #54698d; +} + +.milestone-pm .slds-context-bar .slds-context-bar__button { + color: inherit; +} + +.milestone-pm .slds-context-bar .slds-context-bar__button:focus { + box-shadow: none; + opacity: 0.8; +} + +.milestone-pm .slds-context-bar__item--tab { + width: 12rem; + border-right: 1px solid rgba(0, 0, 0, 0.2); +} + +.milestone-pm .slds-context-bar__item--tab .slds-context-bar__icon-action { + padding: 0 0.25rem; +} + +.milestone-pm .slds-context-bar__item--tab.slds-is-active { + background-color: white; + border-bottom-color: white; + box-shadow: none; +} + +.milestone-pm .slds-context-bar__item--tab.slds-is-active:hover { + background-color: white; + border-bottom-color: transparent; +} + +.milestone-pm .slds-context-bar__dropdown-trigger:hover:before { + content: ''; + position: absolute; + top: 100%; + width: 100%; + height: 3px; +} + +.milestone-pm .slds-context-bar__dropdown-trigger .slds-dropdown { + margin-top: 3px; +} + +.milestone-pm .slds-context-bar__app-name { + padding: 0 1.5rem 0 0; + font-size: 1.125rem; + font-weight: 300; + line-height: 1.25; +} + +.milestone-pm .slds-context-bar__object-switcher { + min-width: 9rem; + max-width: 12rem; +} + +.milestone-pm .slds-context-bar--theme-marketing { + border-bottom-color: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item:not(.slds-no-hover):hover { + border-bottom-color: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item.slds-is-active:before { + background: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item.slds-is-active:hover { + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-icon-waffle_container { + outline: 0; +} + +.milestone-pm .slds-icon-waffle { + width: 1.3125rem; + height: 1.3125rem; + position: relative; +} + +.milestone-pm .slds-icon-waffle div { + width: 0.3125rem; + height: 0.3125rem; + background: #54698d; + display: inline-block; + position: absolute; + border-radius: 50%; + transition: background 100ms; + transform-origin: 50% 50%; +} + +.milestone-pm .slds-icon-waffle .slds-r1 { + top: 0; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r2 { + top: 0; + left: 0.5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r3 { + top: 0; + right: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r4 { + top: 0.5rem; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r5 { + top: 0.5rem; + left: 0.5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r6 { + top: 0.5rem; + right: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r7 { + bottom: 0; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r8 { + bottom: 0; + left: 0.5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r9 { + bottom: 0; + right: 0; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle { + cursor: pointer; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r1, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r1, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r3 { + background: #418fde; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r7, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r7 { + background: #ed8b00; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r9, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r9 { + background: #ffb60f; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r4 { + transition-delay: 50ms; + animation-delay: 50ms; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle div, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle div { + animation: throb 2 200ms alternate; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r7, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r7 { + transition-delay: 100ms; + animation-delay: 100ms; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r8 { + transition-delay: 150ms; + animation-delay: 150ms; +} + +.milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r9, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r9 { + transition-delay: 200ms; + animation-delay: 200ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r1 { + transition-delay: 200ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r4 { + transition-delay: 150ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r7 { + transition-delay: 100ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r8 { + transition-delay: 50ms; +} + +@keyframes throb { + 100% { + transform: scale(1.5); + } +} + +.milestone-pm .slds-publisher.slds-is-active .slds-publisher__toggle-visibility { + display: inherit; +} + +.milestone-pm .slds-publisher.slds-is-active .slds-publisher__input { + line-height: 1.5; + height: auto; + max-height: 10rem; + resize: vertical; + padding-top: 0.75rem; + padding-bottom: 0.75rem; +} + +.milestone-pm .slds-publisher__input { + line-height: 1.875rem; + padding: 0 1rem; + resize: none; + min-height: calc(1.875rem + 2px); + max-height: calc(1.875rem + 2px); + width: 100%; +} + +.milestone-pm .slds-publisher__actions > .slds-button { + margin-left: 0.75rem; +} + +.milestone-pm .slds-publisher .slds-publisher__toggle-visibility { + display: none; +} + +.milestone-pm .slds-publisher--discussion { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-publisher--discussion.slds-is-active { + display: block; +} + +.milestone-pm .slds-publisher--comment { + background-color: white; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + width: 100%; + position: relative; + min-height: calc(1.875rem + 2px); + max-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-publisher--comment.slds-is-active { + min-height: 6rem; + max-height: 15rem; +} + +.milestone-pm .slds-publisher--comment.slds-is-active .slds-publisher__actions { + opacity: 1; +} + +.milestone-pm .slds-publisher--comment.slds-has-focus { + outline: 0; + border-color: #1589ee; + background-color: white; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-publisher--comment .slds-publisher__actions { + opacity: 0; + padding: 0 0.75rem 0.75rem; +} + +.milestone-pm .slds-publisher--comment .slds-attachments { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-feed { + position: relative; + max-width: 49rem; + margin: auto; +} + +.milestone-pm .slds-feed__list { + margin: 0; + padding: 0; +} + +.milestone-pm .slds-feed__item { + padding: 0.5rem 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-feed__item { + padding: 1rem 0; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-feed__item { + padding: 1.5rem 0; + } + + .milestone-pm .slds-feed__item + .slds-feed__item { + border-top: 1px solid #d8dde6; + } + + .milestone-pm .slds-feed__item .slds-feed__item-comments { + margin-bottom: -1.5rem; + } +} + +.milestone-pm .slds-comment__content { + padding: 0.25rem 0; +} + +.milestone-pm .slds-comment__replies { + padding-top: 1rem; + margin-left: 3.75rem; +} + +.milestone-pm .slds-comment__replies > :last-child, .milestone-pm .slds-comment__replies > :last-child .slds-comment { + padding-bottom: 0; +} + +.milestone-pm .slds-comment__replies > :last-child:before, .milestone-pm .slds-comment__replies > :last-child .slds-comment:before { + content: none; +} + +.milestone-pm .slds-comment__replies .slds-comment { + position: relative; + margin-bottom: 0; + padding-bottom: 1rem; +} + +.milestone-pm .slds-comment__replies .slds-comment:before { + content: ''; + background: #d8dde6; + height: 100%; + width: 1px; + position: absolute; + left: 1.125rem; + top: 0; + bottom: 0; + margin-left: -0.5px; + z-index: -1; +} + +.milestone-pm .slds-comment__replies .slds-avatar { + border: 2px solid white; +} + +.milestone-pm .slds-tags { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-tags__list { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-tags__item { + margin-left: 0.25rem; +} + +.milestone-pm .slds-tags__item:after { + content: ', '; +} + +.milestone-pm .slds-tags__item:last-child:after { + content: none; +} + +.milestone-pm .slds-attachments { + padding-bottom: 0.5rem; +} + +.milestone-pm .slds-attachments:empty { + padding: 0; +} + +.milestone-pm .slds-attachments__item + .slds-attachments__item { + margin-top: 1rem; +} + +.milestone-pm .slds-feed__item-comments { + background: #f7f9fb; + border-top: 1px solid #d8dde6; + margin-top: 0.5rem; +} + +.milestone-pm .slds-feed__item-comments .slds-comment { + padding: 0.5rem 1rem; +} + +.milestone-pm .slds-post { + background: white; + padding: 0.75rem 1rem; +} + +@media (min-width: 64em) { + .milestone-pm .slds-post { + padding: 0 1rem; + } +} + +.milestone-pm .slds-post__header { + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-post__content { + margin-bottom: 0.75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__content { + margin-bottom: 1.5rem; + } +} + +.milestone-pm .slds-post__footer { + display: -ms-flexbox; + display: flex; + font-size: 0.75rem; + -ms-flex-direction: column; + flex-direction: column; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer { + -ms-flex-direction: row; + flex-direction: row; + } +} + +.milestone-pm .slds-post__footer-actions-list { + -ms-flex-pack: justify; + justify-content: space-between; + text-align: center; + -ms-flex-order: 1; + order: 1; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-actions-list { + -ms-flex-order: 0; + order: 0; + } +} + +.milestone-pm .slds-post__footer-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + color: #16325c; + padding: 0.75rem 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-action { + margin-right: 1rem; + padding: 0; + } +} + +.milestone-pm .slds-post__footer-action .slds-icon { + margin-right: 0.25rem; +} + +.milestone-pm .slds-post__footer-action:hover, .milestone-pm .slds-post__footer-action:focus, .milestone-pm .slds-post__footer-action.slds-is-active { + color: #005fb2; + text-decoration: none; +} + +.milestone-pm .slds-post__footer-action:hover .slds-icon, .milestone-pm .slds-post__footer-action:focus .slds-icon, .milestone-pm .slds-post__footer-action.slds-is-active .slds-icon { + fill: currentColor; +} + +.milestone-pm .slds-post__footer-meta-list { + margin-bottom: 1rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-meta-list { + margin-left: auto; + margin-bottom: 0; + } +} + +.milestone-pm .slds-post__payload { + padding: 0 0 1rem; +} + +.milestone-pm .slds-post__payload:empty { + padding: 0; + border: 0; +} + +.milestone-pm .slds-modal { + opacity: 0; + visibility: hidden; + transition: transform 0.1s linear, opacity 0.1s linear; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 9001; +} + +.milestone-pm .slds-modal__container { + position: relative; + transform: translate(0, 0); + transition: transform 0.1s linear, opacity 0.1s linear; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + margin: 0 2rem; + height: 100%; + padding: 3rem 0; + border-radius: 0.25rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-modal__container { + margin: 0 auto; + width: 50%; + max-width: 40rem; + min-width: 20rem; + } +} + +.milestone-pm .slds-modal__header, .milestone-pm .slds-modal__content { + background: white; +} + +.milestone-pm .slds-modal__header, .milestone-pm .slds-modal__footer { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-modal__header { + position: relative; + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; + border-bottom: 2px solid #d8dde6; + padding: 1rem; + text-align: center; +} + +.milestone-pm .slds-modal__header + .slds-modal__menu { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.milestone-pm .slds-modal__header--empty { + padding: 0; + border-bottom: 0; +} + +.milestone-pm .slds-modal__header--empty + .slds-modal__content { + border-top-right-radius: 0.25rem; + border-top-left-radius: 0.25rem; +} + +.milestone-pm .slds-modal__content { + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-modal__content:last-child { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); +} + +.milestone-pm .slds-modal__menu { + position: relative; + border-radius: 0.25rem; + padding: 1rem; + background-color: #f4f6f9; +} + +@media (max-width: 48em) { + .milestone-pm .slds-modal__menu .slds-button { + width: 100%; + margin: 0.125rem 0; + } +} + +.milestone-pm .slds-modal__footer { + border-top: 2px solid #d8dde6; + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + padding: 0.75rem 1rem; + background-color: #f4f6f9; + text-align: right; + box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16); +} + +.milestone-pm .slds-modal__footer--directional .slds-button:first-child { + float: left; +} + +.milestone-pm .slds-modal__footer .slds-button + .slds-button { + margin-left: 0.5rem; +} + +.milestone-pm .slds-modal__close { + width: 2rem; + height: 2rem; + position: absolute; + top: -2.5rem; + right: -0.5rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-modal--large .slds-modal__container { + width: 90%; + max-width: none; + min-width: 40rem; + } +} + +.milestone-pm .slds-modal-backdrop { + transition-duration: 0.4s; + width: 100%; + height: 100%; + opacity: 0; + visibility: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(126, 140, 153, 0.8); + z-index: 9000; +} + +.milestone-pm .slds-modal-backdrop--open { + visibility: visible; + opacity: 1; + transition: opacity 0.4s linear; +} + +.milestone-pm .slds-backdrop { + transition-duration: 0.4s; + width: 100%; + height: 100%; + opacity: 0; + visibility: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(126, 140, 153, 0.8); + z-index: 9000; +} + +.milestone-pm .slds-backdrop--open { + visibility: visible; + opacity: 1; + transition: opacity 0.4s linear; +} + +.milestone-pm .slds-fade-in-open { + opacity: 1; + visibility: visible; + transition: opacity 0.1s linear; +} + +.milestone-pm .slds-fade-in-open .slds-modal__container-reset { + opacity: 1; + visibility: visible; + transform: translate(0, 0); +} + +.milestone-pm .slds-slide-up-open { + opacity: 1; + visibility: visible; + transform: translate(0, 0); + transition: opacity 0.1s linear, transform 0.2s linear; +} + +.milestone-pm .slds-slide-up-open .slds-modal__container-reset { + opacity: 0; + visibility: hidden; + transform: translate(0, 1rem); + transition: opacity 0.2s linear, transform 0.2s linear; +} + +.milestone-pm .slds-slide-up-saving { + opacity: 1; + visibility: visible; + transform: translate(0, -1rem); +} + +.milestone-pm .slds-slide-down-cancel { + opacity: 1; + visibility: visible; + transform: translate(0, 1rem); +} + +.milestone-pm .slds-app-launcher__header, .milestone-pm .slds-app-launcher__content { + background: #f4f6f9; +} + +.milestone-pm .slds-app-launcher__header-search { + -ms-flex: 0 1 25rem; + flex: 0 1 25rem; + padding: 0 1rem; +} + +.milestone-pm .slds-app-launcher__content { + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.milestone-pm .slds-app-launcher__tile { + display: -ms-flexbox; + display: flex; + -ms-flex-align: stretch; + align-items: stretch; + margin: 0.5rem 0; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + cursor: move; +} + +.milestone-pm .slds-app-launcher__tile:hover, .milestone-pm .slds-app-launcher__tile:focus { + outline: 0; + border-color: #1589ee; +} + +.milestone-pm .slds-app-launcher__tile.slds-is-draggable .slds-app-launcher__tile-figure { + padding-bottom: 0.25rem; +} + +.milestone-pm .slds-app-launcher__tile-figure { + -ms-flex-negative: 0; + flex-shrink: 0; + padding: 0.75rem; + color: white; + background: white; + border-radius: 0.25rem 0 0 0.25rem; + text-align: center; +} + +.milestone-pm .slds-app-launcher__tile-body { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + background: #eef1f6; + padding: 0.5rem 0.75rem; + border-radius: 0 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-app-launcher__tile--small { + -ms-flex-direction: column; + flex-direction: column; + border: 0; + border-radius: 0; + text-align: center; + cursor: pointer; +} + +.milestone-pm .slds-app-launcher__tile--small:hover .slds-app-launcher__tile-figure--small, .milestone-pm .slds-app-launcher__tile--small:focus .slds-app-launcher__tile-figure--small { + border-color: #1589ee; +} + +.milestone-pm .slds-app-launcher__tile-figure--small { + border: 1px solid #d8dde6; + border-radius: 0.25rem; +} + +.milestone-pm .slds-app-launcher__tile-body--small { + background: transparent; + padding: 0.5rem 0; + border: 0; + border-radius: 0; +} + +.milestone-pm .slds-pill { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; + max-width: 100%; + padding: 0.125rem; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-color: white; + position: relative; + min-height: 1.625rem; +} + +.milestone-pm .slds-pill + .slds-pill { + margin-left: 0.125rem; +} + +.milestone-pm .slds-pill:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-pill a { + text-decoration: none; +} + +.milestone-pm .slds-pill--bare { + background-color: transparent; + border: 0; +} + +.milestone-pm .slds-pill--bare:hover { + background-color: transparent; +} + +.milestone-pm .slds-pill__container, .milestone-pm .slds-pill-container, .milestone-pm .slds-pill_container { + padding: 0.125rem; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + min-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-pill__container--bare, .milestone-pm .slds-pill_container--bare { + padding: 0.125rem; + border: 0; + border-radius: 0; +} + +.milestone-pm .slds-pill__label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.milestone-pm .slds-pill__label:focus { + outline: 0; + border-radius: 0.25rem; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-pill__icon, .milestone-pm .slds-pill__icon_container { + width: 1.25rem; + height: 1.25rem; + margin-right: 0.25rem; +} + +.milestone-pm .slds-pill__icon .slds-icon, .milestone-pm .slds-pill__icon_container .slds-icon { + width: 1.25rem; + height: 1.25rem; +} + +.milestone-pm .slds-pill__remove { + margin-left: 0.25rem; +} + +.milestone-pm .slds-wizard { + position: relative; +} + +.milestone-pm .slds-wizard__list { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + position: relative; + margin: auto; +} + +.milestone-pm .slds-wizard__item { + -ms-flex: 2 0 auto; + flex: 2 0 auto; + text-align: center; + width: 0%; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-wizard__item:first-child { + text-align: left; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-wizard__item:last-child { + text-align: right; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-wizard__item a:hover, .milestone-pm .slds-wizard__item a:focus { + outline: 0; + text-decoration: none; +} + +.milestone-pm .slds-wizard__item a:hover .slds-wizard__marker, .milestone-pm .slds-wizard__item a:focus .slds-wizard__marker { + background: #d8dde6; +} + +.milestone-pm .slds-wizard__link { + display: block; +} + +.milestone-pm .slds-wizard__marker { + width: 1.5rem; + height: 1.5rem; + border-radius: 50%; + background: #e0e5ee; + display: inline-block; + vertical-align: middle; + z-index: 1; + position: relative; +} + +.milestone-pm .slds-wizard__label { + display: block; + margin-top: 0.75rem; +} + +.milestone-pm .slds-wizard__progress { + position: absolute; + left: 0; + top: 0.625rem; + height: 0.25rem; + display: block; + width: 100%; + z-index: -1; + background: #e0e5ee; +} + +.milestone-pm .slds-wizard__progress-bar { + position: absolute; + left: 0; + top: 0; + height: 100%; + background: #0076de; + transition: width 0.2s ease; +} + +.milestone-pm .slds-wizard .slds-is-active .slds-wizard__marker { + background: #0076de; +} + +.milestone-pm .slds-wizard .slds-is-active a:hover .slds-wizard__marker, .milestone-pm .slds-wizard .slds-is-active a:focus .slds-wizard__marker { + background: #005fb2; +} + +.milestone-pm .slds-tabs--path { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--path__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.milestone-pm .slds-tabs--path .slds-is-complete { + background-color: #4bca81; +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__stage { + transform: rotateX(0deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__title { + transform: rotateX(180deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover { + background-color: #04844b; +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover .slds-tabs--path__stage { + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover .slds-tabs--path__title { + transform: rotateX(0deg); +} + +.milestone-pm .slds-tabs--path .slds-is-current { + background-color: #0070d2; +} + +.milestone-pm .slds-tabs--path .slds-is-current:hover { + background-color: #005fb2; +} + +.milestone-pm .slds-tabs--path .slds-is-current + .slds-is-incomplete:before { + background-color: #0070d2; +} + +.milestone-pm .slds-tabs--path .slds-is-current:hover + .slds-is-incomplete:before { + background-color: #005fb2; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete { + background-color: #e0e5ee; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete:hover { + background-color: #d8dde6; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete .slds-tabs--path__link { + color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-lost, .milestone-pm .slds-tabs--path .slds-is-lost:hover { + background-color: #c23934; +} + +.milestone-pm .slds-tabs--path .slds-is-current .slds-tabs--path__link, .milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__link, .milestone-pm .slds-tabs--path .slds-is-lost .slds-tabs--path__link { + color: white; +} + +.milestone-pm .slds-tabs--path .slds-is-active { + background-color: #061c3f; +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__link { + color: white; +} + +.milestone-pm .slds-tabs--path .slds-is-active:hover { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-active:hover + .slds-tabs--path__item:before { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-active + .slds-tabs--path__item:before { + background-color: #061c3f; +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__title, .milestone-pm .slds-tabs--path .slds-is-won .slds-tabs--path__title { + transform: rotateX(0deg); +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__stage, .milestone-pm .slds-tabs--path .slds-is-won .slds-tabs--path__stage { + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path__item { + overflow: hidden; + position: relative; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 5rem; + text-align: center; + perspective: 500; + transition: transform 0.1s ease-in-out, background-color 0.1s linear; +} + +.milestone-pm .slds-tabs--path__item:first-child { + border-radius: 15rem 0 0 15rem; +} + +.milestone-pm .slds-tabs--path__item:last-child { + border-radius: 0 15rem 15rem 0; + border-right: 0; +} + +.milestone-pm .slds-tabs--path__item:before { + content: ''; + display: block; + position: absolute; + top: 2px; + left: -1rem; + width: calc(2rem - (2px * 2)); + height: calc(2rem - (2px * 2)); + border: 2px solid white; + border-left: 0; + border-bottom: 0; + background-clip: padding-box; + transform: scale3d(0.8, 1.1, 1) rotate(45deg); + transition: transform 0.1s ease-in-out, background-color 0.1s linear; +} + +.milestone-pm .slds-tabs--path__item:first-child:before { + display: none; +} + +.milestone-pm .slds-tabs--path__item + .slds-is-complete:before, .milestone-pm .slds-tabs--path__item + .slds-is-current:before { + background-color: #4bca81; +} + +.milestone-pm .slds-tabs--path__item:hover + .slds-is-complete:before, .milestone-pm .slds-tabs--path__item:hover + .slds-is-current:before { + background-color: #04844b; +} + +.milestone-pm .slds-tabs--path__item + .slds-is-incomplete:before, .milestone-pm .slds-tabs--path__item + .slds-is-lost:before { + background-color: #e0e5ee; +} + +.milestone-pm .slds-tabs--path__item:hover + .slds-is-incomplete:before, .milestone-pm .slds-tabs--path__item:hover + .slds-is-lost:before { + background-color: #d8dde6; +} + +.milestone-pm .slds-tabs--path__title, .milestone-pm .slds-tabs--path__stage { + display: block; + transition: transform 0.2s linear; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +.milestone-pm .slds-tabs--path__title { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.milestone-pm .slds-tabs--path__stage { + position: absolute; + top: 50%; + left: 0.5rem; + width: 100%; + margin-top: -0.75rem; + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path__link { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + position: relative; + padding: 0.25rem 0.25rem 0.25rem 1.25rem; + line-height: 1.5rem; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-tabs--path__link:hover, .milestone-pm .slds-tabs--path__link:focus { + text-decoration: none; +} + +.milestone-pm .slds-tabs--path__link:focus { + outline: 0; +} + +.milestone-pm .slds-path-coach { + border: #d8dde6 1px solid; + border-top: 0; + padding-bottom: 1rem; +} + +.milestone-pm .slds-path__trigger { + border-radius: 50%; + transition: 0.1s transform ease-in-out; +} + +.milestone-pm .slds-flip--vertical { + transform: rotateX(180deg); +} + +.milestone-pm .slds-flip--horizontal { + transform: rotateY(180deg); +} + +.milestone-pm .slds-path__mark-complete { + border-radius: 15rem; +} + +.milestone-pm .slds-path__mark-current { + border-color: #061c3f; + background-color: #061c3f; +} + +.milestone-pm .slds-path__mark-current:hover, .milestone-pm .slds-path__mark-current:focus { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path__content { + position: relative; + padding-left: 1.5rem; + padding-right: 1rem; +} + +.milestone-pm .slds-coach__keys, .milestone-pm .slds-coach__guidance { + margin-top: 1rem; + padding-top: 1rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-coach__keys { + padding-left: 0.75rem; +} + +.milestone-pm .slds-coach__guidance { + padding-left: 1.5rem; + padding-bottom: 0.25rem; + background-color: #fafafb; +} + +.milestone-pm .slds-coach__item { + border-top: #d8dde6 1px solid; + padding: 1rem 0; + color: #54698d; +} + +.milestone-pm .slds-coach__value { + border-top: #d8dde6 1px solid; + padding-top: 1rem; + color: #16325c; +} + +.milestone-pm .slds-spinner_container { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: calc(9000 + 2); + background-color: rgba(255, 255, 255, 0.75); + visibility: visible; + opacity: 1; + transition: opacity 0.2s ease, visibility 0s; + transition-delay: 0s, 0.3s; +} + +.milestone-pm .slds-spinner_container.is-hidden { + visibility: hidden; + opacity: 0; + transition: opacity 0.2s ease, visibility 0s; + transition-delay: 0s, 0s; +} + +.milestone-pm .slds-spinner_container.hide { + display: none; +} + +.milestone-pm .slds-spinner { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%) rotate(90deg); +} + +.milestone-pm .slds-spinner, .milestone-pm .slds-spinner__dot-a, .milestone-pm .slds-spinner__dot-b { + transform-origin: 50% 50%; +} + +.milestone-pm .slds-spinner__dot-a, .milestone-pm .slds-spinner__dot-b { + position: absolute; + top: 0; + left: 0; + width: 100%; +} + +.milestone-pm .slds-spinner:before, .milestone-pm .slds-spinner:after, .milestone-pm .slds-spinner__dot-a:before, .milestone-pm .slds-spinner__dot-b:before, .milestone-pm .slds-spinner__dot-a:after, .milestone-pm .slds-spinner__dot-b:after { + position: absolute; + content: ''; + background: #16325c; + border-radius: 50%; + animation-duration: 1000ms; + animation-iteration-count: infinite; +} + +.milestone-pm .slds-spinner__dot-a { + transform: rotate(60deg) translateY(0); +} + +.milestone-pm .slds-spinner__dot-b { + transform: rotate(120deg) translateY(0); +} + +.milestone-pm .slds-spinner:before { + animation-delay: -83.33333ms; +} + +.milestone-pm .slds-spinner__dot-a:before { + animation-delay: 83.33333ms; +} + +.milestone-pm .slds-spinner__dot-b:before { + animation-delay: 250ms; +} + +.milestone-pm .slds-spinner:after { + animation-delay: 416.66667ms; +} + +.milestone-pm .slds-spinner__dot-a:after { + animation-delay: 583.33333ms; +} + +.milestone-pm .slds-spinner__dot-b:after { + animation-delay: 750ms; +} + +.milestone-pm .slds-spinner--small { + width: 1.25rem; +} + +.milestone-pm .slds-spinner--small.slds-spinner:before, .milestone-pm .slds-spinner--small.slds-spinner:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:after { + width: 0.25rem; + height: 0.25rem; +} + +.milestone-pm .slds-spinner--small.slds-spinner:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:before { + top: -0.125rem; + left: -0.125rem; + animation-name: dotsBounceBefore-extraSmall; +} + +.milestone-pm .slds-spinner--small.slds-spinner:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:after { + top: -0.125rem; + right: -0.125rem; + animation-name: dotsBounceAfter-extraSmall; +} + +@keyframes dotsBounceBefore-extraSmall { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(-0.25rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-extraSmall { + 60% { + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(0.25rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceBefore-small { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(-0.375rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-small { + 60% { + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(0.375rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--medium { + width: 2rem; +} + +.milestone-pm .slds-spinner--medium.slds-spinner:before, .milestone-pm .slds-spinner--medium.slds-spinner:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:after { + width: 0.5rem; + height: 0.5rem; +} + +.milestone-pm .slds-spinner--medium.slds-spinner:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:before { + animation-name: dotsBounceBefore-medium; + top: -0.25rem; + left: -0.25rem; +} + +.milestone-pm .slds-spinner--medium.slds-spinner:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:after { + animation-name: dotsBounceAfter-medium; + top: -0.25rem; + right: -0.25rem; +} + +@keyframes dotsBounceBefore-medium { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(-0.5rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-medium { + 60% { + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(0.5rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--large { + width: 2.75rem; +} + +.milestone-pm .slds-spinner--large.slds-spinner:before, .milestone-pm .slds-spinner--large.slds-spinner:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:after { + width: 0.625rem; + height: 0.625rem; +} + +.milestone-pm .slds-spinner--large.slds-spinner:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:before { + animation-name: dotsBounceBefore-medium; + top: -0.3125rem; + left: -0.3125rem; +} + +.milestone-pm .slds-spinner--large.slds-spinner:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:after { + animation-name: dotsBounceAfter-medium; + top: -0.3125rem; + right: -0.3125rem; +} + +@keyframes dotsBounceBefore-large { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(-0.75rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-large { + 60% { + animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43); + transform: translateX(0.75rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--brand.slds-spinner:before, .milestone-pm .slds-spinner--brand.slds-spinner:after, .milestone-pm .slds-spinner--brand .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--brand .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--brand .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--brand .slds-spinner__dot-b:after { + background-color: #1589ee; +} + +.milestone-pm .slds-spinner--inverse.slds-spinner:before, .milestone-pm .slds-spinner--inverse.slds-spinner:after, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-b:after { + background-color: white; +} + +.milestone-pm .slds-tile + .slds-tile { + margin-top: 0.5rem; +} + +.milestone-pm .slds-tile__detail { + position: relative; +} + +.milestone-pm .slds-tile__meta { + color: #16325c; +} + +.milestone-pm .slds-tile--board { + position: relative; +} + +.milestone-pm .slds-tile--board__icon { + width: 1rem; + height: 1rem; + position: absolute; + bottom: 0.25rem; + right: 0.25rem; +} + +.milestone-pm .slds-tile--board .slds-has-alert { + padding-right: 1.5rem; +} + +.milestone-pm .slds-tabs--default { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--default__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + border-bottom: 1px solid #d8dde6; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default .slds-tabs__item + .slds-tabs__item { + margin-left: 1.5rem; + } +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + border-bottom: 2px solid transparent; + padding: 0 0.5rem; + color: #54698d; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a:focus { + outline: 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default .slds-tabs__item > a { + padding: 0 1rem; + } +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a:hover, .milestone-pm .slds-tabs--default .slds-tabs__item > a:focus { + text-decoration: none; + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item.slds-active a { + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item.slds-active a:focus { + color: #0070d2; +} + +.milestone-pm .slds-tabs--default > .slds-tabs__content { + position: relative; + padding: 1rem 0; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item--overflow { + overflow: visible; +} + +.milestone-pm .slds-tabs--default__item.slds-active .slds-tabs--default__link { + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default__item.slds-active .slds-tabs--default__link:focus { + border-bottom-width: 3px; + color: #0070d2; +} + +.milestone-pm .slds-tabs--default__content { + position: relative; + padding: 1rem 0; +} + +.milestone-pm .slds-tabs--default__link { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + border-bottom: 2px solid transparent; + padding: 0 0.5rem; + color: #54698d; +} + +.milestone-pm .slds-tabs--default__link:focus { + outline: 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default__link { + padding: 0 1rem; + } +} + +.milestone-pm .slds-tabs--default__link:hover, .milestone-pm .slds-tabs--default__link:focus { + text-decoration: none; + color: #0070d2; +} + +.milestone-pm .slds-tabs--default__link:focus { + border-bottom-width: 3px; + border-color: #0070d2; +} + +.milestone-pm .slds-tabs--scoped { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--scoped__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + background-color: #f4f6f9; + border: 1px solid #d8dde6; + border-radius: 0.25rem 0.25rem 0 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item { + position: relative; + margin-bottom: -1px; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item + .slds-tabs__item { + margin-left: -1px; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item:first-child > a { + border-left: 0; + border-radius: 0.25rem 0 0 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 1.5rem; + color: #54698d; + background-clip: padding-box; + border-left: 1px solid transparent; + border-right: 1px solid transparent; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a:focus { + outline: 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a:hover, .milestone-pm .slds-tabs--scoped .slds-tabs__item > a:focus { + text-decoration: none; + color: #005fb2; + border-color: #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item .slds-active > a { + background-color: white; + color: #0070d2; + border-color: #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item .slds-active > a:focus { + text-decoration: underline; +} + +.milestone-pm .slds-tabs--scoped > .slds-tabs__content { + background-color: white; + border: 1px solid #d8dde6; + border-top: 0; + border-radius: 0 0 0.25rem 0.25rem; + padding: 1rem; +} + +.milestone-pm .slds-tabs--scoped__item { + position: relative; + margin-bottom: -1px; +} + +.milestone-pm .slds-tabs--scoped__item + .slds-tabs--scoped__item { + margin-left: -1px; +} + +.milestone-pm .slds-tabs--scoped__item:first-child .slds-tabs--scoped__link { + border-left: 0; + border-radius: 0.25rem 0 0 0; +} + +.milestone-pm .slds-tabs--scoped__content { + background-color: white; + border: 1px solid #d8dde6; + border-top: 0; + border-radius: 0 0 0.25rem 0.25rem; + padding: 1rem; +} + +.milestone-pm .slds-tabs--scoped__link { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 1rem; + color: #54698d; + background-clip: padding-box; + border-left: 1px solid transparent; + border-right: 1px solid transparent; +} + +.milestone-pm .slds-tabs--scoped__link:focus { + outline: 0; +} + +.milestone-pm .slds-tabs--scoped__link:hover, .milestone-pm .slds-tabs--scoped__link:focus { + text-decoration: none; + color: #005fb2; + border-color: #d8dde6; +} + +.milestone-pm .slds-active .slds-tabs--scoped__link { + background-color: white; + color: #0070d2; + border-color: #d8dde6; +} + +.milestone-pm .slds-active .slds-tabs--scoped__link:focus { + text-decoration: underline; +} + +.milestone-pm .slds-tabs__nav-scroller.slds-has-overflow { + position: relative; + padding-right: 4.7rem; +} + +.milestone-pm .slds-tab__scroll-controls { + display: none; +} + +.milestone-pm .slds-has-overflow .slds-tabs__nav-scroller--inner { + overflow: hidden; +} + +.milestone-pm .slds-has-overflow .slds-tabs--scoped__nav, .milestone-pm .slds-has-overflow .slds-tabs--default__nav { + border: 0; +} + +.milestone-pm .slds-has-overflow .slds-tab__scroll-controls { + display: -ms-flexbox; + display: flex; + position: absolute; + right: 0; + top: 0; + bottom: 0; + background-color: white; +} + +.milestone-pm .slds-tabs--default .slds-has-overflow .slds-tabs__nav-scroller--inner { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--default .slds-tab__scroll-controls { + padding: calc(0.25rem - 1px) 1px calc(0.25rem - 1px) 0.5rem; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs__nav-scroller--inner { + border: 1px solid #d8dde6; + border-bottom: 0; + border-radius: 0.25rem 0.25rem 0 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item { + margin-bottom: 0; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item.slds-active { + border-bottom-color: #fff; +} + +.milestone-pm .slds-tabs--scoped .slds-tab__scroll-controls { + padding: calc(0.25rem - 1px) 0.25rem; + border: 1px solid #d8dde6; + border-radius: 0 0.25rem 0 0; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active { + color: #0070d2; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action { + background-color: #f0f8fc; + border-color: #d8dde6; + border-left-color: #005fb2; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action:focus { + border-left-width: 0.5rem; + color: #005fb2; +} + +.milestone-pm .slds-navigation-list--vertical__action { + display: block; + border-left: 0.25rem solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + padding: 0.5rem 1.5rem; +} + +.milestone-pm .slds-navigation-list--vertical__action:hover, .milestone-pm .slds-navigation-list--vertical__action:focus { + outline: 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-navigation-list--vertical__action:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-navigation-list--vertical-inverse .slds-is-active .slds-navigation-list--vertical__action { + background-color: white; +} + +.milestone-pm .slds-notify-container, .milestone-pm .slds-notify_container { + position: fixed; + width: 100%; + left: 0; + top: 0; + z-index: 10000; + text-align: center; +} + +.milestone-pm .slds-notify { + color: white; + position: relative; + background: #54698d; + font-weight: 300; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):link, .milestone-pm .slds-notify a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):hover, .milestone-pm .slds-notify a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-notify__close { + float: right; + margin-left: 0.25rem; + line-height: 1; +} + +.milestone-pm .slds-notify__content { + padding-top: 0.25rem; +} + +.milestone-pm .slds-notify__content .slds-icon { + margin-top: -0.25rem; +} + +.milestone-pm .slds-notify--alert { + padding: 0.5rem; + text-align: center; +} + +.milestone-pm .slds-modal--prompt .slds-modal__header { + border-bottom: 0; +} + +.milestone-pm .slds-modal--prompt .slds-modal__content { + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-modal--prompt .slds-modal__footer { + border-top: 0; + text-align: center; +} + +.milestone-pm .slds-modal--prompt slds-modal__close { + display: none; +} + +.milestone-pm .slds-notify--toast { + border-radius: 0.25rem; + margin: 0.5rem; + padding: 0.75rem 1.5rem; + min-width: 30rem; + display: inline-block; + text-align: left; +} + +.milestone-pm .slds-notify--toast .slds-notify__close { + transform: translate3d(0.5rem, 0, 0); +} + +.milestone-pm .slds-modal__header .slds-notify-container, .milestone-pm .slds-modal__header .slds-notify_container { + position: absolute; +} + +.milestone-pm .slds-modal__header .slds-notify--toast { + display: block; +} + +.milestone-pm .slds-lookup { + position: relative; + width: 100%; +} + +.milestone-pm .slds-lookup__list { + max-height: calc((((1.5 * 0.8125rem) + (1.5 * 0.75rem) - 0.25rem) + (0.25rem * 2)) * 7); + overflow-y: auto; +} + +.milestone-pm .slds-lookup__menu { + background: white; + border: 1px solid #d8dde6; + border-radius: 0.25rem; + z-index: 7000; + position: absolute; + width: 100%; + padding: 0.25rem 0; + display: none; +} + +.milestone-pm .slds-lookup__item > a, .milestone-pm .slds-lookup__item > span, .milestone-pm .slds-lookup__item > button { + display: block; + padding: 0.5rem; + color: #16325c; + text-align: left; + width: 100%; + line-height: 1.5; + border-radius: 0; +} + +.milestone-pm .slds-lookup__item > a:hover, .milestone-pm .slds-lookup__item > a:focus, .milestone-pm .slds-lookup__item > span:hover, .milestone-pm .slds-lookup__item > span:focus, .milestone-pm .slds-lookup__item > button:hover, .milestone-pm .slds-lookup__item > button:focus { + outline: 0; + background-color: #f4f6f9; + color: #16325c; + text-decoration: none; +} + +.milestone-pm .slds-lookup__item > a .slds-icon, .milestone-pm .slds-lookup__item > span .slds-icon, .milestone-pm .slds-lookup__item > button .slds-icon { + margin-right: 0.5rem; +} + +.milestone-pm .slds-lookup__item--label { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: 0.5rem; +} + +.milestone-pm .slds-lookup__item-action { + font-size: 0.8125rem; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: 0.25rem 0.5rem; + color: #16325c; + text-align: left; + width: 100%; + line-height: 1.5; + border-radius: 0; +} + +.milestone-pm .slds-lookup__item-action:hover, .milestone-pm .slds-lookup__item-action:focus, .milestone-pm .slds-lookup__item-action.slds-has-focus { + outline: 0; + cursor: pointer; + background-color: #f4f6f9; + color: #16325c; + text-decoration: none; +} + +.milestone-pm .slds-lookup__item-action .slds-icon { + margin-right: 0.5rem; +} + +.milestone-pm .slds-lookup__item-action--label { + padding: 0.5rem 0.75rem; +} + +.milestone-pm .slds-lookup__item-action--label .slds-icon { + margin-right: 0.75rem; +} + +.milestone-pm .slds-lookup__search-input { + width: 100%; +} + +.milestone-pm .slds-lookup__result-text { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; +} + +.milestone-pm .slds-lookup__result-meta { + display: block; + margin-top: -0.25rem; +} + +.milestone-pm .slds-lookup__pill-container { + padding: 0 0.5rem 0.25rem; +} + +.milestone-pm .slds-lookup mark { + font-weight: 700; + background-color: transparent; +} + +.milestone-pm .slds-lookup.slds-is-open .slds-lookup__menu { + display: block; +} + +.milestone-pm .slds-lookup.slds-has-selection .slds-lookup__search-input { + display: none; +} + +.milestone-pm .slds-lookup[data-select=single] .slds-pill, .milestone-pm .slds-lookup[data-select=multi] .slds-pill { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-lookup[data-select=single] .slds-pill__remove, .milestone-pm .slds-lookup[data-select=multi] .slds-pill__remove { + margin-left: auto; +} + +.milestone-pm .slds-lookup.slds-has-selection .slds-input, .milestone-pm .slds-lookup.slds-has-selection .slds-input__icon { + display: none; +} + +.milestone-pm .slds-avatar { + overflow: hidden; + display: inline-block; + vertical-align: middle; + border-radius: 0.25rem; + line-height: 1; +} + +.milestone-pm .slds-avatar:hover, .milestone-pm .slds-avatar:focus:hover { + color: currentColor; +} + +.milestone-pm .slds-avatar--x-small { + width: 1.25rem; + height: 1.25rem; +} + +.milestone-pm .slds-avatar--small { + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-avatar--medium { + width: 2rem; + height: 2rem; +} + +.milestone-pm .slds-avatar--large { + width: 3rem; + height: 3rem; +} + +.milestone-pm .slds-avatar--circle { + border-radius: 50%; +} + +.milestone-pm .slds-avatar--empty { + border: 1px dashed #d8dde6; +} + +.milestone-pm .slds-image { + display: block; + position: relative; +} + +.milestone-pm .slds-image__crop { + display: block; + position: relative; + overflow: hidden; +} + +.milestone-pm .slds-image__crop img { + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + max-width: 200%; +} + +.milestone-pm .slds-image__crop:after { + content: ''; + display: block; +} + +.milestone-pm .slds-image__crop--1-by-1 { + padding-top: 100%; +} + +.milestone-pm .slds-image__crop--16-by-9 { + padding-top: 56.25%; +} + +.milestone-pm .slds-image__crop--4-by-3 { + padding-top: 75%; +} + +.milestone-pm .slds-image__title { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: 0.5rem; +} + +.milestone-pm .slds-image__title--overlay { + color: white; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.milestone-pm .slds-image__title--overlay .slds-image__text { + z-index: 1; +} + +.milestone-pm .slds-image__title--card { + background: #f4f6f9; + position: absolute; + bottom: 0; + left: 0; + right: 0; +} + +.milestone-pm .slds-image--overlay { + content: ''; + background: rgba(0, 0, 0, 0.4); + color: white; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 1; +} + +.milestone-pm .slds-image--card { + background: white; + border-top: 1px solid #f4f6f9; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16); +} + +.milestone-pm .slds-image__icon { + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + margin-top: -1rem; +} + +.milestone-pm .slds-image__actions { + position: absolute; + top: 0.5rem; + right: 0.5rem; +} + +.milestone-pm .slds-table { + background-color: white; +} + +.milestone-pm .slds-table th, .milestone-pm .slds-table td { + padding: 0.5rem; + white-space: nowrap; + position: relative; +} + +.milestone-pm .slds-table th { + font-weight: 400; +} + +.milestone-pm .slds-table:not(.slds-no-row-hover) tbody tr:hover > td, .milestone-pm .slds-table:not(.slds-no-row-hover) tbody tr:hover > th { + background-color: #f4f6f9; +} + +.milestone-pm .slds-table tbody tr.slds-is-selected > td, .milestone-pm .slds-table tbody tr.slds-is-selected > th, .milestone-pm .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > td, .milestone-pm .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > th { + background-color: #f0f8fc; +} + +.milestone-pm .slds-table .slds-cell-wrap { + white-space: normal; +} + +.milestone-pm .slds-table .slds-cell-shrink { + width: 1%; +} + +.milestone-pm .slds-table .slds-cell-buffer--left { + padding-left: 1.5rem; +} + +.milestone-pm .slds-table .slds-cell-buffer--right { + padding-right: 1.5rem; +} + +.milestone-pm .slds-table--cell-buffer tr > th:first-child, .milestone-pm .slds-table--cell-buffer tr > td:first-child { + padding-left: 1.5rem; +} + +.milestone-pm .slds-table--cell-buffer tr > th:last-child, .milestone-pm .slds-table--cell-buffer tr > td:last-child { + padding-right: 1.5rem; +} + +.milestone-pm .slds-table--bordered { + border-top: 1px solid #d8dde6; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered thead > tr + tr > th { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered tbody td, .milestone-pm .slds-table--bordered tbody th { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover > td:not(.slds-is-selected), .milestone-pm .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover > th:not(.slds-is-selected) { + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--col-bordered td + td, .milestone-pm .slds-table--col-bordered th + th, .milestone-pm .slds-table--col-bordered th + td, .milestone-pm .slds-table--col-bordered td + th { + border-left: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--striped tbody tr:nth-of-type(even) > td, .milestone-pm .slds-table--striped tbody tr:nth-of-type(even) > th { + background-color: #f4f6f9; +} + +.milestone-pm th.slds-is-sortable { + cursor: pointer; + padding: 0; +} + +.milestone-pm th.slds-is-sortable .slds-button { + visibility: hidden; + margin-left: 0.5rem; +} + +.milestone-pm th.slds-is-sortable .slds-button__icon { + fill: #0070d2; +} + +.milestone-pm th.slds-is-sortable:hover { + background-color: #f4f6f9; + color: #0070d2; +} + +.milestone-pm th.slds-is-sortable:hover .slds-button { + visibility: visible; +} + +.milestone-pm .slds-th__action { + display: -ms-flexbox; + display: flex; + padding: 0.5rem; +} + +.milestone-pm .slds-th__action:focus, .milestone-pm .slds-th__action:hover { + outline: 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-th__action:focus .slds-is-sortable__icon, .milestone-pm .slds-th__action:hover .slds-is-sortable__icon { + display: inline-block; +} + +.milestone-pm .slds-is-sortable__icon { + width: 0.75rem; + height: 0.75rem; + margin-left: 0.25rem; + display: none; +} + +.milestone-pm .slds-is-sorted .slds-is-sortable__icon { + display: inline-block; +} + +.milestone-pm .slds-is-sorted--asc .slds-is-sortable__icon { + transform: rotate(180deg); +} + +.milestone-pm .slds-is-resizable .slds-th__action:hover, .milestone-pm .slds-is-resizable .slds-th__action:focus { + box-shadow: #d8dde6 -0.25rem 0 0 inset; +} + +.milestone-pm .slds-resizable { + max-width: 100%; +} + +.milestone-pm .slds-resizable__handle { + position: absolute; + right: 0; + top: 0; + width: 0.25rem; + height: 100%; + background: #0070d2; + display: block; + cursor: col-resize; + opacity: 0; + z-index: 5000; +} + +.milestone-pm .slds-resizable__handle:hover, .milestone-pm .slds-resizable__handle:focus, .milestone-pm .slds-resizable__handle:active { + opacity: 1; +} + +.milestone-pm .slds-resizable__divider { + position: absolute; + right: 0; + height: 100vh; + width: 1px; + background: #0070d2; +} + +.milestone-pm .slds-resizable__input:focus ~ .slds-resizable__handle { + opacity: 1; +} + +.milestone-pm .slds-table--fixed-layout { + table-layout: fixed; + width: 100%; + white-space: nowrap; +} + +.milestone-pm .slds-table--fixed-layout thead { + background-color: white; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink { + width: 3rem; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:nth-child(n) { + padding-left: 0; + padding-right: 0; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:first-child { + text-align: right; + padding-right: 0.5rem; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:last-child { + text-align: left; + padding-left: 0.5rem; +} + +.milestone-pm .slds-table--compact th, .milestone-pm .slds-table--compact td { + padding: 0.25rem 0.5rem; +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked { + border: 0; + } + + .milestone-pm .slds-max-medium-table--stacked thead { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; + } + + .milestone-pm .slds-max-medium-table--stacked th { + border-top: 0; + } + + .milestone-pm .slds-max-medium-table--stacked tr { + display: block; + border-top: 2px solid #d8dde6; + } + + .milestone-pm .slds-max-medium-table--stacked th, .milestone-pm .slds-max-medium-table--stacked td { + display: block; + padding: 0.75rem; + max-width: 100%; + width: 100%; + clear: both; + white-space: normal; + overflow: hidden; + text-align: left; + } + + .milestone-pm .slds-max-medium-table--stacked th.slds-truncate, .milestone-pm .slds-max-medium-table--stacked td.slds-truncate { + max-width: 100%; + } + + .milestone-pm .slds-max-medium-table--stacked th:before, .milestone-pm .slds-max-medium-table--stacked td:before { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; + display: block; + padding-bottom: 0.25rem; + content: attr(data-label); + } + + .milestone-pm .slds-max-medium-table--stacked tr > td:first-child, .milestone-pm .slds-max-medium-table--stacked tr > td:last-child { + padding: 0.75rem; + } + + .milestone-pm .slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover td, .milestone-pm .slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover th { + background-color: inherit !important; + box-shadow: none !important; + } + + .milestone-pm .slds-max-medium-table--stacked .slds-is-interactive .slds-button { + visibility: visible; + } + + .milestone-pm .slds-max-medium-table--stacked .slds-cell-shrink { + width: auto; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked td:before, .milestone-pm .slds-max-medium-table--stacked th:before { + padding-bottom: 0.25rem; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked-horizontal { + border: 0; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal thead { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th { + border-top: 0; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal tr { + display: block; + border-top: 2px solid #d8dde6; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th, .milestone-pm .slds-max-medium-table--stacked-horizontal td { + display: block; + padding: 0.75rem; + max-width: 100%; + width: 100%; + clear: both; + white-space: normal; + overflow: hidden; + text-align: left; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th.slds-truncate, .milestone-pm .slds-max-medium-table--stacked-horizontal td.slds-truncate { + max-width: 100%; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th:before, .milestone-pm .slds-max-medium-table--stacked-horizontal td:before { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; + display: block; + padding-bottom: 0.25rem; + content: attr(data-label); + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal tr > td:first-child, .milestone-pm .slds-max-medium-table--stacked-horizontal tr > td:last-child { + padding: 0.75rem; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover td, .milestone-pm .slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover th { + background-color: inherit !important; + box-shadow: none !important; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-is-interactive .slds-button { + visibility: visible; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-cell-shrink { + width: auto; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked-horizontal td { + text-align: right; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td:before { + float: left; + margin-top: 0.125rem; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-truncate { + max-width: 100%; + } +} + +.milestone-pm .slds-table--edit_container:focus { + outline: none; +} + +.milestone-pm .slds-table--edit_container:focus:before { + content: ' '; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + background-color: rgba(240, 248, 252, 0.75); + box-shadow: 0 0 0 4px #1589ee inset; +} + +.milestone-pm .slds-table--edit_container:focus .slds-table--edit_container-message { + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 20rem; + margin-top: -2.25rem; + margin-left: -10rem; + background-color: white; + text-align: center; + z-index: 1; +} + +.milestone-pm .slds-table--edit_container-message { + display: none; +} + +.milestone-pm .slds-table--edit .slds-button__icon--edit:focus { + fill: #1589ee; +} + +.milestone-pm .slds-table--edit th, .milestone-pm .slds-table--edit td { + padding: 0; +} + +.milestone-pm .slds-table--edit .slds-cell-edit:hover { + background-color: white; + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--edit tbody tr { + counter-increment: row-number; +} + +.milestone-pm .slds-table--edit tbody tr:hover .slds-cell-marker, .milestone-pm .slds-table--edit tbody tr:hover .slds-is-edited:not(.slds-has-focus) { + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--edit .slds-row-number:after { + content: counter(row-number); +} + +.milestone-pm .slds-cell-marker { + background-color: #f4f6f9; +} + +.milestone-pm .slds-cell-edit { + min-height: 2.3125rem; + padding: 0.5rem; +} + +.milestone-pm .slds-cell-edit .slds-button__icon--edit, .milestone-pm .slds-cell-edit .slds-button__icon--lock { + opacity: 0; +} + +.milestone-pm .slds-cell-edit:hover .slds-button__icon--edit, .milestone-pm .slds-cell-edit:focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-cell-edit:hover .slds-button__icon--edit:hover, .milestone-pm .slds-cell-edit:hover .slds-button__icon--edit:focus, .milestone-pm .slds-cell-edit:focus .slds-button__icon--edit:hover, .milestone-pm .slds-cell-edit:focus .slds-button__icon--edit:focus { + fill: #1589ee; +} + +.milestone-pm .slds-cell-edit:hover .slds-button__icon--lock, .milestone-pm .slds-cell-edit:focus .slds-button__icon--lock { + opacity: 0.5; +} + +.milestone-pm .slds-cell-edit .slds-cell-edit__button { + width: 1.25rem; + height: 1.25rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-cell-edit.slds-has-focus { + background-color: white; + outline: 0; + box-shadow: #0070d2 0 0 0 1px inset; +} + +.milestone-pm .slds-cell-edit.slds-has-focus .slds-button__icon--edit, .milestone-pm .slds-cell-edit.slds-has-focus .slds-button__icon--lock { + opacity: 1; +} + +.milestone-pm .slds-cell-edit.slds-has-focus:hover { + box-shadow: #0070d2 0 0 0 1px inset; +} + +.milestone-pm .slds-cell-edit.slds-has-focus a:focus { + text-decoration: underline; + outline: none; +} + +.milestone-pm .slds-cell-edit.slds-is-edited, .milestone-pm .slds-cell-edit.slds-is-edited:hover { + background-color: #faffbd; +} + +.milestone-pm .slds-cell-edit.slds-has-error, .milestone-pm .slds-cell-edit.slds-has-error:hover { + background-color: #faffbd; + border: 1px solid #c23934; + box-shadow: #c23934 0 0 0 1px inset; +} + +.milestone-pm .slds-no-cell-focus .slds-has-focus { + background: #f4f6f9; + border: 0; + box-shadow: none; +} + +.milestone-pm .slds-no-cell-focus .slds-has-focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-cell-error { + padding-left: 0; +} + +.milestone-pm .slds-cell-edit__button:focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-form-element__label--edit { + margin: 0 0.125rem 0; +} + +.milestone-pm .slds-popover--edit { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.milestone-pm .slds-popover--edit .slds-popover__body { + padding: 0.25rem 0.25rem 0.25rem 0; +} + +.milestone-pm .slds-popover--edit .slds-form-element__help { + width: 100%; + padding-left: 0.75rem; +} + +.milestone-pm .slds-table--header-fixed_container { + position: relative; + padding-top: 2rem; + border-top: 1px solid #d8dde6; + background-color: white; + background-image: linear-gradient(to bottom, white, white 1.9375rem, #d8dde6 1.9375rem, #d8dde6 2rem, white 2rem, white); +} + +.milestone-pm .slds-cell-fixed { + position: absolute; + top: 0; + min-height: 2rem; +} + +.milestone-pm .slds-table--header-fixed { + border-top: 0; +} + +.milestone-pm .slds-table--header-fixed thead th { + position: static; + border-top: 0; +} + +.milestone-pm .slds-table--header-fixed tbody tr:first-child td, .milestone-pm .slds-table--header-fixed tbody tr:first-child th { + border: 0; +} + +.milestone-pm .slds-tree-container, .milestone-pm .slds-tree_container { + min-width: 7.5rem; + max-width: 25rem; +} + +.milestone-pm .slds-tree-container > .slds-text-heading--label, .milestone-pm .slds-tree_container > .slds-text-heading--label { + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-tree__item { + display: -ms-flexbox; + display: flex; + line-height: 1.875rem; + padding-left: 1rem; +} + +.milestone-pm .slds-tree__item .slds-is-disabled { + visibility: hidden; +} + +.milestone-pm .slds-tree__item a { + color: #16325c; +} + +.milestone-pm .slds-tree__item a:hover, .milestone-pm .slds-tree__item a:focus { + text-decoration: none; +} + +.milestone-pm .slds-tree__item:hover, .milestone-pm .slds-tree__item:focus { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-tree .slds-is-selected { + background: #f0f8fc; + box-shadow: #0070d2 4px 0 0 inset; +} + +.milestone-pm .slds-tree .slds-is-hovered, .milestone-pm .slds-tree .slds-is-focused { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-tree [aria-level="1"] > .slds-tree__item { + padding-left: 1.5rem; +} + +.milestone-pm .slds-tree [aria-level="2"] > .slds-tree__item { + padding-left: 3rem; +} + +.milestone-pm .slds-tree [aria-level="3"] > .slds-tree__item { + padding-left: 4.5rem; +} + +.milestone-pm .slds-tree [aria-level="4"] > .slds-tree__item { + padding-left: 6rem; +} + +.milestone-pm .slds-tree [aria-level="5"] > .slds-tree__item { + padding-left: 7.5rem; +} + +.milestone-pm .slds-tree [aria-level="6"] > .slds-tree__item { + padding-left: 9rem; +} + +.milestone-pm .slds-tree [aria-level="7"] > .slds-tree__item { + padding-left: 10.5rem; +} + +.milestone-pm .slds-tree [aria-level="8"] > .slds-tree__item { + padding-left: 12rem; +} + +.milestone-pm .slds-tree [aria-level="9"] > .slds-tree__item { + padding-left: 13.5rem; +} + +.milestone-pm .slds-tree [aria-level="10"] > .slds-tree__item { + padding-left: 15rem; +} + +.milestone-pm .slds-tree [aria-level="11"] > .slds-tree__item { + padding-left: 16.5rem; +} + +.milestone-pm .slds-tree [aria-level="12"] > .slds-tree__item { + padding-left: 18rem; +} + +.milestone-pm .slds-tree [aria-level="13"] > .slds-tree__item { + padding-left: 19.5rem; +} + +.milestone-pm .slds-tree [aria-level="14"] > .slds-tree__item { + padding-left: 21rem; +} + +.milestone-pm .slds-tree [aria-level="15"] > .slds-tree__item { + padding-left: 22.5rem; +} + +.milestone-pm .slds-tree [aria-level="16"] > .slds-tree__item { + padding-left: 24rem; +} + +.milestone-pm .slds-tree [aria-level="17"] > .slds-tree__item { + padding-left: 25.5rem; +} + +.milestone-pm .slds-tree [aria-level="18"] > .slds-tree__item { + padding-left: 27rem; +} + +.milestone-pm .slds-tree [aria-level="19"] > .slds-tree__item { + padding-left: 28.5rem; +} + +.milestone-pm .slds-tree [aria-level="20"] > .slds-tree__item { + padding-left: 30rem; +} + +.milestone-pm .slds-tree [aria-expanded=false] > .slds-tree__item > .slds-button[aria-controls] > .slds-button__icon, .milestone-pm .slds-tree [aria-expanded=false] > .slds-tree__item > .slds-button[aria-controls] > span > .slds-button__icon { + transition: 0.2s transform ease-in-out; + transform: rotate(0deg); +} + +.milestone-pm .slds-tree [aria-expanded=true] > .slds-tree__item > .slds-button[aria-controls] > .slds-button__icon, .milestone-pm .slds-tree [aria-expanded=true] > .slds-tree__item > .slds-button[aria-controls] > span > .slds-button__icon { + transition: 0.2s transform ease-in-out; + transform: rotate(90deg); +} + +.milestone-pm .slds-tree .slds-button { + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-tree .slds-pill { + margin-left: 0.75rem; +} + +.milestone-pm .slds-table--tree .slds-tree__item { + line-height: 1.5rem; +} + +.milestone-pm .slds-table--tree .slds-tree__item a { + color: #0070d2; +} + +.milestone-pm .slds-table--tree .slds-tree__item a:hover { + text-decoration: underline; +} + +.milestone-pm .slds-table--tree__toggle { + margin-left: -0.25rem; +} + +.milestone-pm .slds-grid { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-grid--frame { + min-width: 100vw; + min-height: 100vh; + overflow: hidden; +} + +.milestone-pm .slds-grid--vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.milestone-pm .slds-grid--vertical-reverse { + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; +} + +.milestone-pm .slds-grid--reverse { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.milestone-pm .slds-col, .milestone-pm [class*=slds-col--padded] { + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.milestone-pm .slds-col--padded { + padding-right: 0.75rem; + padding-left: 0.75rem; +} + +.milestone-pm .slds-col--padded-medium { + padding-right: 1rem; + padding-left: 1rem; +} + +.milestone-pm .slds-col--padded-large { + padding-right: 1.5rem; + padding-left: 1.5rem; +} + +.milestone-pm .slds-col--padded-around { + padding: 0.75rem; +} + +.milestone-pm .slds-col--padded-around-medium { + padding: 1rem; +} + +.milestone-pm .slds-col--padded-around-large { + padding: 1.5rem; +} + +.milestone-pm .slds-grid--pull-padded { + margin-right: -0.75rem; + margin-left: -0.75rem; +} + +.milestone-pm .slds-grid--pull-padded-medium { + margin-right: -1rem; + margin-left: -1rem; +} + +.milestone-pm .slds-grid--pull-padded-large { + margin-right: -1.5rem; + margin-left: -1.5rem; +} + +@media (min-width: 64em) { + .milestone-pm .slds-col-rule--top { + border-top: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--right { + border-right: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--bottom { + border-bottom: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--left { + border-left: 1px solid #f4f6f9; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-col--rule-top { + border-top: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-right { + border-right: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-bottom { + border-bottom: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-left { + border-left: 1px solid #f4f6f9; + } +} + +.milestone-pm .slds-wrap { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: start; + -ms-grid-row-align: flex-start; + align-items: flex-start; +} + +.milestone-pm .slds-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; +} + +@media (min-width: 30em) { + .milestone-pm .slds-nowrap--small { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-nowrap--medium { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-nowrap--large { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 20em) { + .milestone-pm .slds-x-small-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 30em) { + .milestone-pm .slds-small-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-medium-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-large-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +.milestone-pm .slds-has-flexi-truncate { + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 0; +} + +.milestone-pm .slds-no-flex { + -ms-flex: none; + flex: none; +} + +.milestone-pm .slds-no-space { + min-width: 0; +} + +.milestone-pm .slds-grow { + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-grow-none { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-shrink { + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.milestone-pm .slds-shrink-none { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-text-longform ul.slds-grid { + margin-left: 0; + list-style: none; +} + +.milestone-pm .slds-grid--align-center { + -ms-flex-pack: center; + justify-content: center; +} + +.milestone-pm .slds-grid--align-center .slds-col, .milestone-pm .slds-grid--align-center [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-space { + -ms-flex-pack: distribute; + justify-content: space-around; +} + +.milestone-pm .slds-grid--align-space .slds-col, .milestone-pm .slds-grid--align-space [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-spread { + -ms-flex-pack: justify; + justify-content: space-between; +} + +.milestone-pm .slds-grid--align-spread .slds-col, .milestone-pm .slds-grid--align-spread [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-end { + -ms-flex-pack: end; + justify-content: flex-end; +} + +.milestone-pm .slds-grid--align-end .slds-col, .milestone-pm .slds-grid--align-end [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--vertical-align-start { + -ms-flex-align: start; + -ms-grid-row-align: flex-start; + align-items: flex-start; + -ms-flex-line-pack: start; + align-content: flex-start; +} + +.milestone-pm .slds-grid--vertical-align-center { + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; + -ms-flex-line-pack: center; + align-content: center; +} + +.milestone-pm .slds-grid--vertical-align-end { + -ms-flex-align: end; + -ms-grid-row-align: flex-end; + align-items: flex-end; + -ms-flex-line-pack: end; + align-content: flex-end; +} + +.milestone-pm .slds-align-top { + vertical-align: top; + -ms-flex-item-align: start; + align-self: flex-start; +} + +.milestone-pm .slds-align-middle { + vertical-align: middle; + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-align-bottom { + vertical-align: bottom; + -ms-flex-item-align: end; + align-self: flex-end; +} + +.milestone-pm .slds-align-content-center { + -ms-flex: 1; + flex: 1; + -ms-flex-item-align: center; + align-self: center; + -ms-flex-pack: center; + justify-content: center; +} + +.milestone-pm .slds-grid--vertical-stretch { + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; +} + +.milestone-pm .slds-col--bump-top { + margin-top: auto; +} + +.milestone-pm .slds-col--bump-right { + margin-right: auto; +} + +.milestone-pm .slds-col--bump-bottom { + margin-right: auto; +} + +.milestone-pm .slds-col--bump-left { + margin-left: auto; +} + +.milestone-pm .slds-container--small { + max-width: 30rem; +} + +.milestone-pm .slds-container--medium { + max-width: 48rem; +} + +.milestone-pm .slds-container--large { + max-width: 64rem; +} + +.milestone-pm .slds-container--x-large { + max-width: 80rem; +} + +.milestone-pm .slds-container--fluid { + width: 100%; +} + +.milestone-pm .slds-container--center { + margin-left: auto; + margin-right: auto; +} + +.milestone-pm .slds-container--left { + margin-right: auto; +} + +.milestone-pm .slds-container--right { + margin-left: auto; +} + +.milestone-pm .slds-grid--overflow { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} + +.milestone-pm .slds-grid--overflow .slds-col { + min-width: 11.25em; + max-width: 22.5em; +} + +.milestone-pm .slds-align--absolute-center { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; +} + +.milestone-pm .slds-media { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.milestone-pm .slds-media__figure { + -ms-flex-negative: 0; + flex-shrink: 0; + margin-right: 0.75rem; +} + +.milestone-pm .slds-media__body { + -ms-flex: 1; + flex: 1; + min-width: 0; +} + +.milestone-pm .slds-media__body, .milestone-pm .slds-media__body > :last-child { + margin-bottom: 0; +} + +.milestone-pm .slds-media--small .slds-media__figure { + margin-right: 0.25rem; +} + +.milestone-pm .slds-media--large .slds-media__figure { + margin-right: 1.5rem; +} + +.milestone-pm .slds-media--small .slds-media__figure--reverse { + margin-left: 0.25rem; +} + +.milestone-pm .slds-media--large .slds-media__figure--reverse { + margin-left: 1.5rem; +} + +.milestone-pm .slds-media--center { + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; +} + +.milestone-pm .slds-media__figure--reverse { + margin: 0 0 0 0.75rem; +} + +.milestone-pm .slds-media--reverse > .slds-media__figure { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-media--reverse.slds-media--small .slds-media__figure { + margin-left: 0.25rem; +} + +.milestone-pm .slds-media--double > .slds-media__figure { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-media--double .slds-media__figure--reverse { + -ms-flex-order: 3; + order: 3; + margin: 0 0 0 1rem; +} + +.milestone-pm .slds-media--double .slds-media__body { + -ms-flex-order: 2; + order: 2; +} + +@media (max-width: 48em) { + .milestone-pm .slds-media--responsive { + display: block; + } + + .milestone-pm .slds-media--responsive .slds-media__figure { + margin: 0 0 0.75rem; + } +} + +.milestone-pm .slds-m-top--none { + margin-top: 0 !important; +} + +.milestone-pm .slds-m-top--none { + margin-top: 0; +} + +.milestone-pm .slds-m-right--none { + margin-right: 0 !important; +} + +.milestone-pm .slds-m-right--none { + margin-right: 0; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0 !important; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0; +} + +.milestone-pm .slds-m-left--none { + margin-left: 0 !important; +} + +.milestone-pm .slds-m-left--none { + margin-left: 0; +} + +.milestone-pm .slds-m-vertical--none { + margin-top: 0; + margin-bottom: 0; +} + +.milestone-pm .slds-m-horizontal--none { + margin-right: 0; + margin-left: 0; +} + +.milestone-pm .slds-m-around--none { + margin: 0; +} + +.milestone-pm .slds-m-top--xxx-small { + margin-top: 0.125rem; +} + +.milestone-pm .slds-m-right--xxx-small { + margin-right: 0.125rem; +} + +.milestone-pm .slds-m-bottom--xxx-small { + margin-bottom: 0.125rem; +} + +.milestone-pm .slds-m-left--xxx-small { + margin-left: 0.125rem; +} + +.milestone-pm .slds-m-vertical--xxx-small { + margin-top: 0.125rem; + margin-bottom: 0.125rem; +} + +.milestone-pm .slds-m-horizontal--xxx-small { + margin-right: 0.125rem; + margin-left: 0.125rem; +} + +.milestone-pm .slds-m-around--xxx-small { + margin: 0.125rem; +} + +.milestone-pm .slds-m-top--xx-small { + margin-top: 0.25rem; +} + +.milestone-pm .slds-m-right--xx-small { + margin-right: 0.25rem; +} + +.milestone-pm .slds-m-bottom--xx-small { + margin-bottom: 0.25rem; +} + +.milestone-pm .slds-m-left--xx-small { + margin-left: 0.25rem; +} + +.milestone-pm .slds-m-vertical--xx-small { + margin-top: 0.25rem; + margin-bottom: 0.25rem; +} + +.milestone-pm .slds-m-horizontal--xx-small { + margin-right: 0.25rem; + margin-left: 0.25rem; +} + +.milestone-pm .slds-m-around--xx-small { + margin: 0.25rem; +} + +.milestone-pm .slds-m-top--x-small { + margin-top: 0.5rem; +} + +.milestone-pm .slds-m-right--x-small { + margin-right: 0.5rem; +} + +.milestone-pm .slds-m-bottom--x-small { + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-m-left--x-small { + margin-left: 0.5rem; +} + +.milestone-pm .slds-m-vertical--x-small { + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-m-horizontal--x-small { + margin-right: 0.5rem; + margin-left: 0.5rem; +} + +.milestone-pm .slds-m-around--x-small { + margin: 0.5rem; +} + +.milestone-pm .slds-m-top--small { + margin-top: 0.75rem; +} + +.milestone-pm .slds-m-right--small { + margin-right: 0.75rem; +} + +.milestone-pm .slds-m-bottom--small { + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-m-left--small { + margin-left: 0.75rem; +} + +.milestone-pm .slds-m-vertical--small { + margin-top: 0.75rem; + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-m-horizontal--small { + margin-right: 0.75rem; + margin-left: 0.75rem; +} + +.milestone-pm .slds-m-around--small { + margin: 0.75rem; +} + +.milestone-pm .slds-m-top--medium { + margin-top: 1rem; +} + +.milestone-pm .slds-m-right--medium { + margin-right: 1rem; +} + +.milestone-pm .slds-m-bottom--medium { + margin-bottom: 1rem; +} + +.milestone-pm .slds-m-left--medium { + margin-left: 1rem; +} + +.milestone-pm .slds-m-vertical--medium { + margin-top: 1rem; + margin-bottom: 1rem; +} + +.milestone-pm .slds-m-horizontal--medium { + margin-right: 1rem; + margin-left: 1rem; +} + +.milestone-pm .slds-m-around--medium { + margin: 1rem; +} + +.milestone-pm .slds-m-top--large { + margin-top: 1.5rem; +} + +.milestone-pm .slds-m-right--large { + margin-right: 1.5rem; +} + +.milestone-pm .slds-m-bottom--large { + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-m-left--large { + margin-left: 1.5rem; +} + +.milestone-pm .slds-m-vertical--large { + margin-top: 1.5rem; + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-m-horizontal--large { + margin-right: 1.5rem; + margin-left: 1.5rem; +} + +.milestone-pm .slds-m-around--large { + margin: 1.5rem; +} + +.milestone-pm .slds-m-top--x-large { + margin-top: 2rem; +} + +.milestone-pm .slds-m-right--x-large { + margin-right: 2rem; +} + +.milestone-pm .slds-m-bottom--x-large { + margin-bottom: 2rem; +} + +.milestone-pm .slds-m-left--x-large { + margin-left: 2rem; +} + +.milestone-pm .slds-m-vertical--x-large { + margin-top: 2rem; + margin-bottom: 2rem; +} + +.milestone-pm .slds-m-horizontal--x-large { + margin-right: 2rem; + margin-left: 2rem; +} + +.milestone-pm .slds-m-around--x-large { + margin: 2rem; +} + +.milestone-pm .slds-m-top--xx-large { + margin-top: 3rem; +} + +.milestone-pm .slds-m-right--xx-large { + margin-right: 3rem; +} + +.milestone-pm .slds-m-bottom--xx-large { + margin-bottom: 3rem; +} + +.milestone-pm .slds-m-left--xx-large { + margin-left: 3rem; +} + +.milestone-pm .slds-m-vertical--xx-large { + margin-top: 3rem; + margin-bottom: 3rem; +} + +.milestone-pm .slds-m-horizontal--xx-large { + margin-right: 3rem; + margin-left: 3rem; +} + +.milestone-pm .slds-m-around--xx-large { + margin: 3rem; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0; +} + +.milestone-pm .slds-p-top--none { + padding-top: 0 !important; +} + +.milestone-pm .slds-p-top--none { + padding-top: 0; +} + +.milestone-pm .slds-p-right--none { + padding-right: 0 !important; +} + +.milestone-pm .slds-p-right--none { + padding-right: 0; +} + +.milestone-pm .slds-p-bottom--none { + padding-bottom: 0 !important; +} + +.milestone-pm .slds-p-bottom--none { + padding-bottom: 0; +} + +.milestone-pm .slds-p-left--none { + padding-left: 0 !important; +} + +.milestone-pm .slds-p-left--none { + padding-left: 0; +} + +.milestone-pm .slds-p-vertical--none { + padding-top: 0; + padding-bottom: 0; +} + +.milestone-pm .slds-p-horizontal--none { + padding-right: 0; + padding-left: 0; +} + +.milestone-pm .slds-p-around--none { + padding: 0; +} + +.milestone-pm .slds-p-top--xxx-small { + padding-top: 0.125rem; +} + +.milestone-pm .slds-p-right--xxx-small { + padding-right: 0.125rem; +} + +.milestone-pm .slds-p-bottom--xxx-small { + padding-bottom: 0.125rem; +} + +.milestone-pm .slds-p-left--xxx-small { + padding-left: 0.125rem; +} + +.milestone-pm .slds-p-vertical--xxx-small { + padding-top: 0.125rem; + padding-bottom: 0.125rem; +} + +.milestone-pm .slds-p-horizontal--xxx-small { + padding-right: 0.125rem; + padding-left: 0.125rem; +} + +.milestone-pm .slds-p-around--xxx-small { + padding: 0.125rem; +} + +.milestone-pm .slds-p-top--xx-small { + padding-top: 0.25rem; +} + +.milestone-pm .slds-p-right--xx-small { + padding-right: 0.25rem; +} + +.milestone-pm .slds-p-bottom--xx-small { + padding-bottom: 0.25rem; +} + +.milestone-pm .slds-p-left--xx-small { + padding-left: 0.25rem; +} + +.milestone-pm .slds-p-vertical--xx-small { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.milestone-pm .slds-p-horizontal--xx-small { + padding-right: 0.25rem; + padding-left: 0.25rem; +} + +.milestone-pm .slds-p-around--xx-small { + padding: 0.25rem; +} + +.milestone-pm .slds-p-top--x-small { + padding-top: 0.5rem; +} + +.milestone-pm .slds-p-right--x-small { + padding-right: 0.5rem; +} + +.milestone-pm .slds-p-bottom--x-small { + padding-bottom: 0.5rem; +} + +.milestone-pm .slds-p-left--x-small { + padding-left: 0.5rem; +} + +.milestone-pm .slds-p-vertical--x-small { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.milestone-pm .slds-p-horizontal--x-small { + padding-right: 0.5rem; + padding-left: 0.5rem; +} + +.milestone-pm .slds-p-around--x-small { + padding: 0.5rem; +} + +.milestone-pm .slds-p-top--small { + padding-top: 0.75rem; +} + +.milestone-pm .slds-p-right--small { + padding-right: 0.75rem; +} + +.milestone-pm .slds-p-bottom--small { + padding-bottom: 0.75rem; +} + +.milestone-pm .slds-p-left--small { + padding-left: 0.75rem; +} + +.milestone-pm .slds-p-vertical--small { + padding-top: 0.75rem; + padding-bottom: 0.75rem; +} + +.milestone-pm .slds-p-horizontal--small { + padding-right: 0.75rem; + padding-left: 0.75rem; +} + +.milestone-pm .slds-p-around--small { + padding: 0.75rem; +} + +.milestone-pm .slds-p-top--medium { + padding-top: 1rem; +} + +.milestone-pm .slds-p-right--medium { + padding-right: 1rem; +} + +.milestone-pm .slds-p-bottom--medium { + padding-bottom: 1rem; +} + +.milestone-pm .slds-p-left--medium { + padding-left: 1rem; +} + +.milestone-pm .slds-p-vertical--medium { + padding-top: 1rem; + padding-bottom: 1rem; +} + +.milestone-pm .slds-p-horizontal--medium { + padding-right: 1rem; + padding-left: 1rem; +} + +.milestone-pm .slds-p-around--medium { + padding: 1rem; +} + +.milestone-pm .slds-p-top--large { + padding-top: 1.5rem; +} + +.milestone-pm .slds-p-right--large { + padding-right: 1.5rem; +} + +.milestone-pm .slds-p-bottom--large { + padding-bottom: 1.5rem; +} + +.milestone-pm .slds-p-left--large { + padding-left: 1.5rem; +} + +.milestone-pm .slds-p-vertical--large { + padding-top: 1.5rem; + padding-bottom: 1.5rem; +} + +.milestone-pm .slds-p-horizontal--large { + padding-right: 1.5rem; + padding-left: 1.5rem; +} + +.milestone-pm .slds-p-around--large { + padding: 1.5rem; +} + +.milestone-pm .slds-p-top--x-large { + padding-top: 2rem; +} + +.milestone-pm .slds-p-right--x-large { + padding-right: 2rem; +} + +.milestone-pm .slds-p-bottom--x-large { + padding-bottom: 2rem; +} + +.milestone-pm .slds-p-left--x-large { + padding-left: 2rem; +} + +.milestone-pm .slds-p-vertical--x-large { + padding-top: 2rem; + padding-bottom: 2rem; +} + +.milestone-pm .slds-p-horizontal--x-large { + padding-right: 2rem; + padding-left: 2rem; +} + +.milestone-pm .slds-p-around--x-large { + padding: 2rem; +} + +.milestone-pm .slds-p-top--xx-large { + padding-top: 3rem; +} + +.milestone-pm .slds-p-right--xx-large { + padding-right: 3rem; +} + +.milestone-pm .slds-p-bottom--xx-large { + padding-bottom: 3rem; +} + +.milestone-pm .slds-p-left--xx-large { + padding-left: 3rem; +} + +.milestone-pm .slds-p-vertical--xx-large { + padding-top: 3rem; + padding-bottom: 3rem; +} + +.milestone-pm .slds-p-horizontal--xx-large { + padding-right: 3rem; + padding-left: 3rem; +} + +.milestone-pm .slds-p-around--xx-large { + padding: 3rem; +} + +.milestone-pm .slds-float--left { + float: left; +} + +.milestone-pm .slds-float--right { + float: right; +} + +.milestone-pm .slds-clearfix:after { + content: ''; + display: table; + clear: both; +} + +.milestone-pm .slds-clear { + clear: both; +} + +.milestone-pm .slds-text-link--reset { + cursor: pointer; + line-height: inherit; + font-size: inherit; +} + +.milestone-pm .slds-text-link--reset:active { + outline: none; +} + +.milestone-pm .slds-text-link--reset, .milestone-pm .slds-text-link--reset:active, .milestone-pm .slds-text-link--reset:focus, .milestone-pm .slds-text-link--reset:hover { + color: inherit; + text-decoration: inherit; +} + +.milestone-pm .slds-text-link { + color: #0070d2; + text-decoration: none; + transition: color 0.1s linear; +} + +.milestone-pm .slds-text-link:hover, .milestone-pm .slds-text-link:focus { + text-decoration: underline; + color: #005fb2; +} + +.milestone-pm .slds-text-link:active { + color: #00396b; +} + +.milestone-pm .slds-has-blur-focus { + color: currentColor; +} + +.milestone-pm .slds-has-blur-focus:hover, .milestone-pm .slds-has-blur-focus:focus, .milestone-pm .slds-has-blur-focus:active { + color: currentColor; + text-decoration: none; +} + +.milestone-pm .slds-has-blur-focus:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-type-focus { + border-bottom: 1px solid transparent; + border-radius: 0; + color: #16325c; + cursor: pointer; +} + +.milestone-pm .slds-type-focus:hover, .milestone-pm .slds-type-focus:focus { + border-bottom: 1px solid #005fb2; +} + +.milestone-pm .slds-has-block-links a { + display: block; + text-decoration: none; +} + +.milestone-pm .slds-has-block-links .slds-is-nested { + margin-left: 1rem; +} + +.milestone-pm .slds-has-block-links--space .slds-list__item, .milestone-pm .slds-has-block-links--space .slds-item { + padding: 0; +} + +.milestone-pm .slds-has-block-links--space a { + display: block; + text-decoration: none; + padding: 0.75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-has-block-links--space a { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-inline-block-links a { + display: inline-block; + text-decoration: none; +} + +.milestone-pm .slds-has-inline-block-links--space a { + display: inline-block; + text-decoration: none; + padding: 0.75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-has-inline-block-links--space a { + padding: 0.5rem; + } +} + +.milestone-pm .slds-list--vertical-space .slds-list__item + .slds-list__item, .milestone-pm .slds-list--vertical-space .slds-item + .slds-item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-list--vertical-space-medium .slds-list__item + .slds-list__item, .milestone-pm .slds-list--vertical-space-medium .slds-item + .slds-item { + margin-top: 1rem; +} + +.milestone-pm .slds-is-nested { + margin-left: 1rem; +} + +.milestone-pm .slds-list--dotted { + margin-left: 1.5rem; + list-style: disc; +} + +.milestone-pm .slds-list--ordered { + margin-left: 1.5rem; + list-style: decimal; +} + +.milestone-pm .slds-has-dividers--top > .slds-list__item, .milestone-pm .slds-has-dividers--top > .slds-item { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-dividers--top-space > .slds-list__item, .milestone-pm .slds-has-dividers--top-space > .slds-item { + border-top: 1px solid #d8dde6; + padding: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--top-space > .slds-list__item, .milestone-pm .slds-has-dividers--top-space > .slds-item { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-dividers--bottom > .slds-list__item, .milestone-pm .slds-has-dividers--bottom > .slds-item { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-dividers--bottom-space > .slds-list__item, .milestone-pm .slds-has-dividers--bottom-space > .slds-item { + border-bottom: 1px solid #d8dde6; + padding: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--bottom-space > .slds-list__item, .milestone-pm .slds-has-dividers--bottom-space > .slds-item { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-dividers--around > .slds-item { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-clip: padding-box; +} + +.milestone-pm .slds-has-dividers--around > .slds-item + .slds-item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-has-dividers--around-space > .slds-item { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-clip: padding-box; + padding: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--around-space > .slds-item { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-dividers--around-space > .slds-item + .slds-item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-has-list-interactions > .slds-list__item:hover, .milestone-pm .slds-has-list-interactions > .slds-item:hover { + background-color: #f4f6f9; + border-color: #d8dde6; + cursor: pointer; +} + +.milestone-pm .slds-has-list-interactions > .slds-list__item:active, .milestone-pm .slds-has-list-interactions > .slds-item:active { + background-color: #eef1f6; + box-shadow: #d8dde6 0 -1px 0 inset; +} + +.milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected, .milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected { + box-shadow: #0070d2 0 0 0 1px inset; + background-color: #f0f8fc; +} + +.milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected:hover, .milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected:focus, .milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected:hover, .milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected:focus { + box-shadow: #1589ee 0 -2px 0 inset, #1589ee 0 0 0 1px inset; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item { + padding: 0.5rem; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item:hover { + background-color: #f4f6f9; + border-color: #d8dde6; + cursor: pointer; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item:active { + background-color: #eef1f6; + box-shadow: #d8dde6 0 -1px 0 inset; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected { + box-shadow: #0070d2 0 0 0 1px inset; + background-color: #f0f8fc; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected:hover, .milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected:focus { + box-shadow: #1589ee 0 -2px 0 inset, #1589ee 0 0 0 1px inset; +} + +.milestone-pm .slds-has-cards > .slds-list__item { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-clip: padding-box; +} + +.milestone-pm .slds-has-cards > .slds-list__item + .slds-list__item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-has-cards--space > .slds-list__item { + border: 1px solid #d8dde6; + border-radius: 0.25rem; + background-clip: padding-box; + padding: 0.75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-cards--space > .slds-list__item { + padding: 0.5rem; + } +} + +.milestone-pm .slds-has-cards--space > .slds-list__item + .slds-list__item { + margin-top: 0.5rem; +} + +.milestone-pm .slds-list--horizontal { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-list--horizontal > .slds-list__item { + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-list--horizontal-large > .slds-list__item > a { + padding: 0.75rem 1rem; +} + +.milestone-pm .slds-has-dividers--left > .slds-list__item, .milestone-pm .slds-has-dividers--left > .slds-item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-dividers--left > .slds-list__item:before, .milestone-pm .slds-has-dividers--left > .slds-item:before { + width: 2px; + height: 2px; + content: ''; + display: inline-block; + vertical-align: middle; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-dividers--left > .slds-list__item:first-child, .milestone-pm .slds-has-dividers--left > .slds-item:first-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-dividers--left > .slds-list__item:first-child:before, .milestone-pm .slds-has-dividers--left > .slds-item:first-child:before { + content: none; +} + +.milestone-pm .slds-has-dividers--right > .slds-list__item, .milestone-pm .slds-has-dividers--right > .slds-item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-dividers--right > .slds-list__item:after, .milestone-pm .slds-has-dividers--right > .slds-item:after { + width: 2px; + height: 2px; + content: ''; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-dividers--right > .slds-list__item:last-child, .milestone-pm .slds-has-dividers--right > .slds-item:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-dividers--right > .slds-list__item:last-child:after, .milestone-pm .slds-has-dividers--right > .slds-item:last-child:after { + content: none; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:after { + width: 2px; + height: 2px; + content: ''; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:last-child:after { + content: none; +} + +.milestone-pm .slds-has-divider { + margin-top: 0.5rem; + padding-top: 0.5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--top { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--top-space { + border-top: 1px solid #d8dde6; + margin-top: 0.5rem; + padding-top: 0.5rem; +} + +.milestone-pm .slds-has-divider--right { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-divider--right:after { + width: 2px; + height: 2px; + content: ''; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-divider--right:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-divider--right:last-child:after { + content: none; +} + +.milestone-pm .slds-has-divider--bottom { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--bottom-space { + border-bottom: 1px solid #d8dde6; + margin-bottom: 0.5rem; + padding-bottom: 0.5rem; +} + +.milestone-pm .slds-has-divider--left { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-divider--left:before { + width: 2px; + height: 2px; + content: ''; + display: inline-block; + vertical-align: middle; + margin-left: 0.5rem; + margin-right: 0.5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-divider--left:first-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-divider--left:first-child:before { + content: none; +} + +.milestone-pm .slds-dl--inline:after { + content: ''; + display: table; + clear: both; +} + +@media (min-width: 48em) { + .milestone-pm .slds-dl--inline__label { + float: left; + clear: left; + } + + .milestone-pm .slds-dl--inline__detail { + float: left; + padding-left: 0.25rem; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-dl--horizontal { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: start; + align-items: flex-start; + display: -ms-flexbox; + display: flex; + } + + .milestone-pm .slds-dl--horizontal__label { + width: 30%; + padding-right: 0.75rem; + } + + .milestone-pm .slds-dl--horizontal__detail { + width: 70%; + } +} + +.milestone-pm .slds-list--horizontal .slds-item--label { + width: 30%; + padding-right: 0.75rem; +} + +.milestone-pm .slds-list--horizontal .slds-item--detail { + width: 70%; +} + +.milestone-pm .slds-list--vertical .slds-item--label, .milestone-pm .slds-list--vertical .slds-item--detail { + display: block; +} + +.milestone-pm .slds-list--inline { + display: -ms-inline-flexbox; + display: inline-flex; + max-width: 100%; +} + +.milestone-pm .slds-list--inline .slds-item--label { + max-width: 180px; + padding-right: 0.75rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-list--inline .slds-item--label ~ .slds-item--label { + padding-left: 1rem; +} + +.milestone-pm .slds-list--inline .slds-item--detail { + min-width: 0; +} + +.milestone-pm .slds-truncate { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.milestone-pm .slds-truncate_container--25 { + max-width: 25%; +} + +.milestone-pm .slds-truncate_container--50 { + max-width: 50%; +} + +.milestone-pm .slds-truncate_container--75 { + max-width: 75%; +} + +.milestone-pm .slds-truncate_container--33 { + max-width: 33%; +} + +.milestone-pm .slds-truncate_container--66 { + max-width: 66%; +} + +.milestone-pm .slds-hyphenate { + overflow-wrap: break-word; + word-wrap: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +.milestone-pm .slds-box { + padding: 1rem; + border-radius: 0.25rem; + background-clip: padding-box; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-box--x-small { + padding: 0.5rem; +} + +.milestone-pm .slds-box--small { + padding: 0.75rem; +} + +.milestone-pm .slds-box--border { + padding: 0; + border-radius: 0.25rem; + background-clip: padding-box; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-theme--default { + background-color: white; +} + +.milestone-pm .slds-theme--shade { + background-color: #f4f6f9; +} + +.milestone-pm .slds-theme--inverse { + background-color: #061c3f; + color: white; + border-color: #061c3f; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--alt-inverse { + background-color: #16325c; + color: white; + border-color: #16325c; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--success { + color: white; + background-color: #04844b; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--success a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--success a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--info { + color: white; + background-color: #54698d; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--info a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--info a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--warning { + background-color: #ffb75d; + color: #16325c; +} + +.milestone-pm .slds-theme--warning .slds-button__icon { + fill: #54698d; +} + +.milestone-pm .slds-theme--error { + color: white; + background-color: #c23934; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--error a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--error a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--offline { + color: white; + background-color: #444; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--offline a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--offline a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--alert-texture { + background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.025) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.025) 50%, rgba(0, 0, 0, 0.025) 75%, transparent 75%, transparent); + background-size: 64px 64px; +} + +.milestone-pm .slds-theme--inverse-text { + color: white; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral) { + color: white; + text-decoration: underline; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):visited { + color: white; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):hover, .milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):focus { + color: rgba(255, 255, 255, 0.75); +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):active { + color: rgba(255, 255, 255, 0.5); +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral)[disabled] { + color: rgba(255, 255, 255, 0.15); +} + +.milestone-pm .slds-theme--default .slds-text-body--small, .milestone-pm .slds-theme--shade .slds-text-body--small, .milestone-pm .slds-theme--inverse .slds-text-body--small, .milestone-pm .slds-theme--alt-inverse .slds-text-body--small, .milestone-pm .slds-theme--success .slds-text-body--small, .milestone-pm .slds-theme--info .slds-text-body--small, .milestone-pm .slds-theme--warning .slds-text-body--small, .milestone-pm .slds-theme--error .slds-text-body--small, .milestone-pm .slds-theme--offline .slds-text-body--small, .milestone-pm .slds-theme--alert-texture .slds-text-body--small, .milestone-pm .slds-theme--inverse-text .slds-text-body--small { + color: inherit; +} + +.milestone-pm .slds-text-body--regular { + font-size: 0.8125rem; +} + +.milestone-pm .slds-text-body--small { + font-size: 0.75rem; + color: #54698d; +} + +.milestone-pm .slds-text-heading--large { + font-weight: 300; + font-size: 1.75rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--medium { + font-weight: 300; + font-size: 1.25rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--small { + font-size: 1rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--label { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; +} + +.milestone-pm .slds-text-heading--label-normal { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; +} + +.milestone-pm .slds-text-title { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; +} + +.milestone-pm .slds-text-title--caps { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; +} + +.milestone-pm .slds-line-height--reset { + line-height: 1; +} + +.milestone-pm .slds-text-color--default { + color: #16325c; +} + +.milestone-pm .slds-text-color--weak { + color: #54698d; +} + +.milestone-pm .slds-text-color--error { + color: #c23934; +} + +.milestone-pm .slds-text-align--left { + text-align: left; +} + +.milestone-pm .slds-text-align--center { + text-align: center; +} + +.milestone-pm .slds-text-align--right { + text-align: right; +} + +.milestone-pm .slds-text-longform h1, .milestone-pm .slds-text-longform h2, .milestone-pm .slds-text-longform h3, .milestone-pm .slds-text-longform p, .milestone-pm .slds-text-longform ul, .milestone-pm .slds-text-longform ol, .milestone-pm .slds-text-longform dl, .milestone-pm .slds-text-longform img { + margin-bottom: 0.75rem; +} + +.milestone-pm .slds-text-longform ul { + margin-left: 1.5rem; + list-style: disc; +} + +.milestone-pm .slds-text-longform ol { + margin-left: 1.5rem; + list-style: decimal; +} + +.milestone-pm .slds-section { + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} + +.milestone-pm .slds-section__title { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + font-size: 1rem; +} + +.milestone-pm .slds-section__title-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + background: #f4f6f9; + cursor: pointer; + width: 100%; + text-align: left; + color: currentColor; + font-size: inherit; + padding: 0 0.5rem; +} + +.milestone-pm .slds-section__title-action:hover, .milestone-pm .slds-section__title-action:focus, .milestone-pm .slds-section__title-action:active { + background: #eef1f6; + color: inherit; +} + +.milestone-pm .slds-section__content { + visibility: hidden; + opacity: 0; + height: 0; +} + +.milestone-pm .slds-section__title-action-icon { + transform: rotate(-90deg); +} + +.milestone-pm .slds-section.slds-is-open .slds-section__title-action-icon { + transform: rotate(0deg); + transform-origin: 45%; +} + +.milestone-pm .slds-section.slds-is-open .slds-section__content { + padding-top: 0.75rem; + visibility: visible; + opacity: 1; + height: auto; +} + +.milestone-pm .slds-section-title { + font-size: 1rem; +} + +.milestone-pm .slds-section-title > a { + display: inline-block; + color: #16325c; +} + +.milestone-pm .slds-section-title > a:hover, .milestone-pm .slds-section-title > a:focus { + color: #005fb2; +} + +.milestone-pm .slds-section-title > a:focus { + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-section-title > a:active { + color: #16325c; +} + +.milestone-pm .slds-section-title .slds-icon { + width: 1rem; + height: 1rem; + fill: currentColor; +} + +.milestone-pm .slds-section-title .slds-section-group--is-closed .slds-icon { + transform: rotate(-90deg); +} + +.milestone-pm .slds-section-title--divider { + font-size: 0.75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: 0.0625rem; + padding: 0.75rem 1rem; + background: #f4f6f9; +} + +.milestone-pm .slds-scrollable { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: 0.5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-scrollable--y { + -webkit-overflow-scrolling: touch; + max-height: 100%; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: 0.5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-scrollable--x { + -webkit-overflow-scrolling: touch; + max-width: 100%; + overflow: hidden; + overflow-x: auto; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: 0.5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-size--xx-small { + width: 6rem; +} + +.milestone-pm .slds-size--x-small { + width: 12rem; +} + +.milestone-pm .slds-size--small { + width: 15rem; +} + +.milestone-pm .slds-size--medium { + width: 20rem; +} + +.milestone-pm .slds-size--large { + width: 25rem; +} + +.milestone-pm .slds-size--x-large { + width: 40rem; +} + +.milestone-pm .slds-size--xx-large { + width: 60rem; +} + +.milestone-pm .slds-size--1-of-1 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-2 { + width: 50%; +} + +.milestone-pm .slds-size--2-of-2 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-3 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--2-of-3 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--3-of-3 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-4 { + width: 25%; +} + +.milestone-pm .slds-size--2-of-4 { + width: 50%; +} + +.milestone-pm .slds-size--3-of-4 { + width: 75%; +} + +.milestone-pm .slds-size--4-of-4 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-5 { + width: 20%; +} + +.milestone-pm .slds-size--2-of-5 { + width: 40%; +} + +.milestone-pm .slds-size--3-of-5 { + width: 60%; +} + +.milestone-pm .slds-size--4-of-5 { + width: 80%; +} + +.milestone-pm .slds-size--5-of-5 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-6 { + width: 16.6666666667%; +} + +.milestone-pm .slds-size--2-of-6 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--3-of-6 { + width: 50%; +} + +.milestone-pm .slds-size--4-of-6 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--5-of-6 { + width: 83.3333333333%; +} + +.milestone-pm .slds-size--6-of-6 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-7 { + width: 14.2857142857%; +} + +.milestone-pm .slds-size--2-of-7 { + width: 28.5714285714%; +} + +.milestone-pm .slds-size--3-of-7 { + width: 42.8571428571%; +} + +.milestone-pm .slds-size--4-of-7 { + width: 57.1428571429%; +} + +.milestone-pm .slds-size--5-of-7 { + width: 71.4285714286%; +} + +.milestone-pm .slds-size--6-of-7 { + width: 85.7142857143%; +} + +.milestone-pm .slds-size--7-of-7 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-8 { + width: 12.5%; +} + +.milestone-pm .slds-size--2-of-8 { + width: 25%; +} + +.milestone-pm .slds-size--3-of-8 { + width: 37.5%; +} + +.milestone-pm .slds-size--4-of-8 { + width: 50%; +} + +.milestone-pm .slds-size--5-of-8 { + width: 62.5%; +} + +.milestone-pm .slds-size--6-of-8 { + width: 75%; +} + +.milestone-pm .slds-size--7-of-8 { + width: 87.5%; +} + +.milestone-pm .slds-size--8-of-8 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-12 { + width: 8.3333333333%; +} + +.milestone-pm .slds-size--2-of-12 { + width: 16.6666666667%; +} + +.milestone-pm .slds-size--3-of-12 { + width: 25%; +} + +.milestone-pm .slds-size--4-of-12 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--5-of-12 { + width: 41.6666666667%; +} + +.milestone-pm .slds-size--6-of-12 { + width: 50%; +} + +.milestone-pm .slds-size--7-of-12 { + width: 58.3333333333%; +} + +.milestone-pm .slds-size--8-of-12 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--9-of-12 { + width: 75%; +} + +.milestone-pm .slds-size--10-of-12 { + width: 83.3333333333%; +} + +.milestone-pm .slds-size--11-of-12 { + width: 91.6666666667%; +} + +.milestone-pm .slds-size--12-of-12 { + width: 100%; +} + +.milestone-pm .slds-order--1 { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-order--2 { + -ms-flex-order: 2; + order: 2; +} + +.milestone-pm .slds-order--3 { + -ms-flex-order: 3; + order: 3; +} + +.milestone-pm .slds-order--4 { + -ms-flex-order: 4; + order: 4; +} + +.milestone-pm .slds-order--5 { + -ms-flex-order: 5; + order: 5; +} + +.milestone-pm .slds-order--6 { + -ms-flex-order: 6; + order: 6; +} + +.milestone-pm .slds-order--7 { + -ms-flex-order: 7; + order: 7; +} + +.milestone-pm .slds-order--8 { + -ms-flex-order: 8; + order: 8; +} + +.milestone-pm .slds-order--9 { + -ms-flex-order: 9; + order: 9; +} + +.milestone-pm .slds-order--10 { + -ms-flex-order: 10; + order: 10; +} + +.milestone-pm .slds-order--11 { + -ms-flex-order: 11; + order: 11; +} + +.milestone-pm .slds-order--12 { + -ms-flex-order: 12; + order: 12; +} + +@media (min-width: 20em) { + .milestone-pm .slds-x-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-x-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-x-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-x-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-x-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-x-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-x-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-x-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-x-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-x-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-x-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-x-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-x-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-x-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-x-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-x-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-x-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-x-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-x-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-x-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-x-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-x-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-x-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-x-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-x-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-x-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-x-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-x-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-x-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-x-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-x-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-x-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-x-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-x-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-x-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-x-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-x-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-x-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-x-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-x-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-x-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-x-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 20em) { + .milestone-pm .slds-max-x-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-x-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-x-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-x-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-x-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-x-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-x-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-x-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-x-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-x-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-x-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-x-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-x-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-x-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-x-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-x-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-x-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-x-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-x-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-x-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-x-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-x-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-x-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-x-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-x-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-x-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-x-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-x-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-x-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-x-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-x-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-x-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-x-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 30em) { + .milestone-pm .slds-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 30em) { + .milestone-pm .slds-max-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-medium-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-medium-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-medium-size--small { + width: 15rem; + } + + .milestone-pm .slds-medium-size--medium { + width: 20rem; + } + + .milestone-pm .slds-medium-size--large { + width: 25rem; + } + + .milestone-pm .slds-medium-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-medium-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-medium-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-medium-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-medium-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-medium-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-medium-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-medium-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-medium-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-medium-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-medium-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-medium-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-medium-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-medium-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-medium-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-medium-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-medium-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-medium-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-medium-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-medium-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-medium-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-medium-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-medium-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-medium-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-medium-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-medium-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-medium-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-medium-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-medium-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-medium-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-medium-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-medium-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-medium-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-medium-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-medium-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-medium-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-medium-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-medium-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-medium-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-medium-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-medium-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-medium-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-medium-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-medium-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-medium-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-medium-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-medium-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-medium-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-medium-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-medium-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-medium-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-medium-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-medium-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-medium-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-medium-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-medium-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-medium-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-medium-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-medium-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-medium-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-medium-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-medium-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-medium-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-medium-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-medium-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-medium-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-medium-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-medium-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-medium-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-medium-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-medium-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-medium-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-medium-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-medium-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-medium-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-medium-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-medium-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-medium-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-medium-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-medium-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-medium-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-medium-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-medium-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-medium-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-medium-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-medium-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-medium-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-medium-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-medium-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-large-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-large-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-large-size--small { + width: 15rem; + } + + .milestone-pm .slds-large-size--medium { + width: 20rem; + } + + .milestone-pm .slds-large-size--large { + width: 25rem; + } + + .milestone-pm .slds-large-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-large-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-large-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-large-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-large-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-large-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-large-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-large-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-large-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-large-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-large-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-large-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-large-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-large-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-large-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-large-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-large-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-large-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-large-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-large-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-large-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-large-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-large-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-large-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-large-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-large-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-large-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-large-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-large-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-large-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-large-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-large-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-large-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-large-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-large-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-large-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-large-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-large-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-large-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-large-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-large-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-large-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-large-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-large-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-large-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-large-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-large-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-large-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 64em) { + .milestone-pm .slds-max-large-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-large-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-large-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-large-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-large-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-large-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-large-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-large-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-large-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-large-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-large-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-large-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-large-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-large-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-large-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-large-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-large-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-large-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-large-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-large-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-large-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-large-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-large-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-large-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-large-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-large-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-large-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-large-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-large-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-large-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-large-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-large-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-large-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-large-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-large-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-large-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-large-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-large-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-large-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-large-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-large-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-large-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +.milestone-pm .slds-is-relative { + position: relative; +} + +.milestone-pm .slds-is-static { + position: static; +} + +.milestone-pm .slds-hide { + display: none; +} + +.milestone-pm .slds-show { + display: block; +} + +.milestone-pm .slds-show--inline-block { + display: inline-block; +} + +.milestone-pm .slds-show--inline { + display: inline; +} + +.milestone-pm .slds-hidden { + visibility: hidden; +} + +.milestone-pm .slds-visible { + visibility: visible; +} + +.milestone-pm .slds-transition-hide { + opacity: 0; +} + +.milestone-pm .slds-transition-show { + opacity: 1; +} + +.milestone-pm .slds-is-collapsed { + height: 0; + overflow: hidden; +} + +.milestone-pm .slds-collapsed { + height: 0; + overflow: hidden; +} + +.milestone-pm .slds-is-expanded { + height: auto; + overflow: visible; +} + +.milestone-pm .slds-expanded { + height: auto; + overflow: visible; +} + +.milestone-pm .slds-assistive-text { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; +} + +.milestone-pm .slds-assistive-text--focus:focus { + margin: inherit !important; + border: inherit !important; + padding: inherit !important; + width: auto !important; + height: auto !important; + overflow: visible !important; + clip: auto !important; +} + +.milestone-pm .slds-x-small-show { + display: none; +} + +@media (min-width: 320px) { + .milestone-pm .slds-x-small-show { + display: block; + } + + .milestone-pm .slds-x-small-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-x-small-show--inline { + display: inline; + } +} + +.milestone-pm .slds-x-small-show-only { + display: none; +} + +@media (min-width: 320px) and (max-width: 479px) { + .milestone-pm .slds-x-small-show-only { + display: block; + } + + .milestone-pm .slds-x-small-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-x-small-show-only--inline { + display: inline; + } +} + +@media (max-width: 479px) { + .milestone-pm .slds-max-x-small-hide { + display: none; + } +} + +.milestone-pm .slds-small-show { + display: none; +} + +@media (min-width: 480px) { + .milestone-pm .slds-small-show { + display: block; + } + + .milestone-pm .slds-small-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-small-show--inline { + display: inline; + } +} + +.milestone-pm .slds-small-show-only { + display: none; +} + +@media (min-width: 480px) and (max-width: 767px) { + .milestone-pm .slds-small-show-only { + display: block; + } + + .milestone-pm .slds-small-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-small-show-only--inline { + display: inline; + } +} + +@media (max-width: 767px) { + .milestone-pm .slds-max-small-hide { + display: none; + } +} + +.milestone-pm .slds-medium-show { + display: none; +} + +@media (min-width: 768px) { + .milestone-pm .slds-medium-show { + display: block; + } + + .milestone-pm .slds-medium-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-medium-show--inline { + display: inline; + } +} + +.milestone-pm .slds-medium-show-only { + display: none; +} + +@media (min-width: 768px) and (max-width: 1023px) { + .milestone-pm .slds-medium-show-only { + display: block; + } + + .milestone-pm .slds-medium-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-medium-show-only--inline { + display: inline; + } +} + +@media (max-width: 1023px) { + .milestone-pm .slds-max-medium-hide { + display: none; + } +} + +.milestone-pm .slds-large-show { + display: none; +} + +@media (min-width: 1024px) { + .milestone-pm .slds-large-show { + display: block; + } + + .milestone-pm .slds-large-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-large-show--inline { + display: inline; + } +} + +@media print { + .milestone-pm *, .milestone-pm *:before, .milestone-pm *:after { + background: transparent !important; + color: #000 !important; + box-shadow: none !important; + text-shadow: none !important; + } + + .milestone-pm a, .milestone-pm a:visited { + text-decoration: underline; + } + + .milestone-pm a[href]:after { + content: " (" attr(href) ")"; + } + + .milestone-pm abbr[title]:after { + content: " (" attr(title) ")"; + } + + .milestone-pm a[href^="#"]:after, .milestone-pm a[href^="javascript:"]:after { + content: ''; + } + + .milestone-pm pre, .milestone-pm blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + + .milestone-pm thead { + display: table-header-group; + } + + .milestone-pm tr, .milestone-pm img { + page-break-inside: avoid; + } + + .milestone-pm img { + max-width: 100% !important; + } + + .milestone-pm p, .milestone-pm h2, .milestone-pm h3 { + orphans: 3; + widows: 3; + } + + .milestone-pm h2, .milestone-pm h3 { + page-break-after: avoid; + } +} \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-vf.min.css b/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-vf.min.css new file mode 100644 index 0000000..43ae3a8 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/assets/styles/salesforce-lightning-design-system-vf.min.css @@ -0,0 +1,13411 @@ +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-Light.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-Light.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-weight: 300; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-LightItalic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-LightItalic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-style: italic; + font-weight: 300; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-Regular.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-Regular.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-weight: 400; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-Italic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-Italic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-style: italic; + font-weight: 400; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-Bold.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-Bold.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-weight: 700; +} + +@font-face { + font-family: 'Salesforce Sans'; + src: url(../fonts/webfonts/SalesforceSans-BoldItalic.woff2?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff2"), url(../fonts/webfonts/SalesforceSans-BoldItalic.woff?orgId=00D6g000001YRlY&orgId=00D1U000001B5Tm) format("woff"); + font-style: italic; + font-weight: 700; +} + +.milestone-pm { + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + margin: 0; +} + +.milestone-pm article, .milestone-pm aside, .milestone-pm details, .milestone-pm figcaption, .milestone-pm figure, .milestone-pm footer, .milestone-pm header, .milestone-pm hgroup, .milestone-pm main, .milestone-pm menu, .milestone-pm nav, .milestone-pm section, .milestone-pm summary { + display: block; +} + +.milestone-pm audio, .milestone-pm canvas, .milestone-pm progress, .milestone-pm video { + display: inline-block; + vertical-align: baseline; +} + +.milestone-pm audio:not([controls]) { + display: none; + height: 0; +} + +.milestone-pm [hidden], .milestone-pm template { + display: none; +} + +.milestone-pm a { + background-color: transparent; +} + +.milestone-pm a:active, .milestone-pm a:hover { + outline: 0; +} + +.milestone-pm abbr[title] { + border-bottom: 1px dotted; +} + +.milestone-pm b, .milestone-pm strong { + font-weight: 700; +} + +.milestone-pm dfn { + font-style: italic; +} + +.milestone-pm mark { + background: #ff0; + color: #000; +} + +.milestone-pm small { + font-size: 80%; +} + +.milestone-pm sub, .milestone-pm sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +.milestone-pm sup { + top: -.5em; +} + +.milestone-pm sub { + bottom: -.25em; +} + +.milestone-pm img { + border: 0; +} + +.milestone-pm svg:not(:root) { + overflow: hidden; +} + +.milestone-pm figure { + margin: 1em 40px; +} + +.milestone-pm hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +.milestone-pm pre { + overflow: auto; +} + +.milestone-pm code, .milestone-pm kbd, .milestone-pm pre, .milestone-pm samp { + font-family: monospace, monospace; + font-size: 1em; +} + +.milestone-pm button, .milestone-pm input, .milestone-pm optgroup, .milestone-pm select, .milestone-pm textarea { + color: inherit; + font: inherit; + margin: 0; +} + +.milestone-pm button { + overflow: visible; +} + +.milestone-pm button, .milestone-pm select { + text-transform: none; +} + +.milestone-pm button, .milestone-pm input[type=button], .milestone-pm input[type=reset], .milestone-pm input[type=submit] { + -webkit-appearance: button; + cursor: pointer; +} + +.milestone-pm button[disabled], .milestone-pm input[disabled] { + cursor: default; +} + +.milestone-pm button::-moz-focus-inner, .milestone-pm input::-moz-focus-inner { + border: 0; + padding: 0; +} + +.milestone-pm input { + line-height: normal; +} + +.milestone-pm input[type=checkbox], .milestone-pm input[type=radio] { + box-sizing: border-box; + padding: 0; +} + +.milestone-pm input[type=number]::-webkit-inner-spin-button, .milestone-pm input[type=number]::-webkit-outer-spin-button { + height: auto; +} + +.milestone-pm input[type=search] { + -webkit-appearance: textfield; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box; +} + +.milestone-pm input[type=search]::-webkit-search-cancel-button, .milestone-pm input[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} + +.milestone-pm fieldset { + border: 1px solid silver; + margin: 0 2px; + padding: .35em .625em .75em; +} + +.milestone-pm legend { + border: 0; + padding: 0; +} + +.milestone-pm textarea { + overflow: auto; +} + +.milestone-pm optgroup { + font-weight: 700; +} + +.milestone-pm table { + border-collapse: collapse; + border-spacing: 0; +} + +.milestone-pm td, .milestone-pm th { + padding: 0; +} + +.milestone-pm *, .milestone-pm :after, .milestone-pm :before { + box-sizing: border-box; +} + +.milestone-pm ::-webkit-input-placeholder { + color: #54698d; + font-weight: 400; + font-size: .8125rem; +} + +.milestone-pm ::-moz-placeholder { + color: #54698d; + font-weight: 400; + font-size: .8125rem; +} + +.milestone-pm :-ms-input-placeholder { + color: #54698d; + font-weight: 400; + font-size: .8125rem; +} + +.milestone-pm ::placeholder { + color: #54698d; + font-weight: 400; + font-size: .8125rem; +} + +.milestone-pm ::-moz-selection { + background: #d8edff; + text-shadow: none; + color: #16325c; +} + +.milestone-pm ::selection { + background: #d8edff; + text-shadow: none; + color: #16325c; +} + +.milestone-pm { + font-family: "Salesforce Sans", Arial, sans-serif; + font-size: 100%; + line-height: 1.5; + background: #fff; + color: #16325c; + -webkit-tap-highlight-color: transparent; +} + +.milestone-pm body, .milestone-pm:not(html) { + font-size: .8125rem; + background: 0 0; +} + +.milestone-pm dl, .milestone-pm fieldset, .milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6, .milestone-pm ol, .milestone-pm p, .milestone-pm ul { + margin: 0; + padding: 0; +} + +.milestone-pm dd, .milestone-pm figure { + margin: 0; +} + +.milestone-pm abbr[title], .milestone-pm fieldset, .milestone-pm hr { + border: 0; +} + +.milestone-pm hr { + padding: 0; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6 { + font-weight: inherit; + font-size: 1em; +} + +.milestone-pm ol, .milestone-pm ul { + list-style: none; +} + +.milestone-pm a { + color: #0070d2; + text-decoration: none; + transition: color .1s linear; +} + +.milestone-pm a:focus, .milestone-pm a:hover { + text-decoration: underline; + color: #005fb2; +} + +.milestone-pm a:active { + color: #00396b; +} + +.milestone-pm a, .milestone-pm button { + cursor: pointer; +} + +.milestone-pm b, .milestone-pm dfn, .milestone-pm strong { + font-weight: 700; +} + +.milestone-pm mark { + background-color: #fff03f; + color: #16325c; +} + +.milestone-pm abbr[title] { + cursor: help; +} + +.milestone-pm input[type=search] { + box-sizing: border-box; +} + +.milestone-pm table { + width: 100%; +} + +.milestone-pm caption, .milestone-pm td, .milestone-pm th { + text-align: left; +} + +.milestone-pm hr { + display: block; + margin: 2rem 0; + border-top: 1px solid #d8dde6; + height: 1px; + clear: both; +} + +.milestone-pm audio, .milestone-pm canvas, .milestone-pm iframe, .milestone-pm img, .milestone-pm svg, .milestone-pm video { + vertical-align: middle; +} + +.milestone-pm img { + max-width: 100%; + height: auto; +} + +.milestone-pm body { + padding: 0; + margin: 0; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6, .milestone-pm td, .milestone-pm th { + font-family: "Salesforce Sans", Arial, sans-serif; +} + +.milestone-pm h1, .milestone-pm h2, .milestone-pm h3, .milestone-pm h4, .milestone-pm h5, .milestone-pm h6 { + display: inherit; +} + +.milestone-pm li { + margin-left: 0; +} + +.milestone-pm fieldset legend { + font-weight: 400; +} + +.milestone-pm .slds-modal--form .slds-modal__content:last-child, .milestone-pm .slds-modal--form .slds-modal__header { + border-radius: 0; + box-shadow: none; +} + +.milestone-pm .slds-modal--form .slds-modal__container { + margin: 0; + padding: 0; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-text-heading--medium { + line-height: 1.5; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button { + display: inline-block; + width: auto; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button:first-child { + float: left; + margin-right: .5rem; +} + +.milestone-pm .slds-modal--form .slds-modal__header .slds-button:first-child + .slds-button { + float: right; + margin-top: 0; + margin-left: .5rem; +} + +.milestone-pm .slds-action-overflow--touch { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 9001; +} + +.milestone-pm .slds-action-overflow--touch__container { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: end; + justify-content: flex-end; + height: 100%; +} + +.milestone-pm .slds-action-overflow--touch__content { + padding-top: 33.33333333333333%; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-action-overflow--touch__body { + position: relative; + top: 2rem; + background: #fff; + box-shadow: 0 -2px 4px rgba(0,0,0,.07); +} + +.milestone-pm .slds-action-overflow--touch__footer { + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0; + border-top: 1px solid #d8dde6; + padding: .75rem 1rem; + background-color: #f4f6f9; + box-shadow: 0 -2px 4px #f4f6f9; +} + +.milestone-pm .slds-media--timeline { + padding-bottom: 1.5rem; + position: relative; +} + +.milestone-pm .slds-media--timeline:before { + content: ''; + background: #d8dde6; + height: 100%; + width: 2px; + position: absolute; + left: .75rem; + top: 0; + bottom: 0; + margin-left: -1px; + z-index: -1; +} + +.milestone-pm .slds-media--timeline:before { + margin-left: 1px; +} + +.milestone-pm .slds-timeline__title { + position: relative; +} + +.milestone-pm .slds-timeline__title-content { + position: relative; + top: -1px; + padding-right: 1rem; + background: #fff; + z-index: 2; +} + +.milestone-pm .slds-timeline__title:after { + position: absolute; + right: 0; + bottom: .5rem; + left: 0; + border-bottom: 1px dashed #d8dde6; + content: ' '; + z-index: 1; +} + +.milestone-pm .slds-timeline__icon { + margin-top: -.75rem; + border: 2px solid #fff; + border-top-width: .75rem; + border-bottom-width: .75rem; +} + +.milestone-pm .slds-timeline__actions { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -ms-flex-align: end; + align-items: flex-end; +} + +.milestone-pm .slds-timeline__date { + margin-bottom: .25rem; + font-size: .75rem; + color: #54698d; +} + +.milestone-pm .slds-timeline__media--call:before { + background: #48c3cc; +} + +.milestone-pm .slds-timeline__media--email:before { + background: #95aec5; +} + +.milestone-pm .slds-timeline__media--event:before { + background: #eb7092; +} + +.milestone-pm .slds-timeline__media--task:before { + background: #4bc076; +} + +.milestone-pm .slds-badge { + background-color: #e0e5ee; + padding: .25rem .5rem; + border-radius: 15rem; + font-size: .625rem; + line-height: 1.25; + text-transform: uppercase; + letter-spacing: .0625em; + color: #16325c; + vertical-align: middle; + white-space: nowrap; +} + +.milestone-pm .slds-badge + .slds-badge { + margin-left: .5rem; +} + +.milestone-pm .slds-badge:empty { + padding: 0; +} + +.milestone-pm .slds-breadcrumb .slds-list__item, .milestone-pm .slds-breadcrumb__item { + position: relative; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:before, .milestone-pm .slds-breadcrumb__item:before { + content: '\003E'; + position: absolute; + left: -.25rem; +} + +.milestone-pm .slds-breadcrumb .slds-list__item > a, .milestone-pm .slds-breadcrumb__item > a { + display: block; + padding: 0 .5rem; +} + +.milestone-pm .slds-breadcrumb .slds-list__item > a:hover, .milestone-pm .slds-breadcrumb__item > a:hover { + text-decoration: none; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:first-child > a, .milestone-pm .slds-breadcrumb__item:first-child > a { + padding-left: 0; +} + +.milestone-pm .slds-breadcrumb .slds-list__item:first-child:before, .milestone-pm .slds-breadcrumb__item:first-child:before { + content: ''; +} + +.milestone-pm .slds-button-group { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-button-group .slds-button { + border-radius: 0; +} + +.milestone-pm .slds-button-group .slds-button + .slds-button, .milestone-pm .slds-button-group .slds-button + .slds-button--last .slds-button { + margin-left: -1px; +} + +.milestone-pm .slds-button-group .slds-button:first-child { + border-radius: .25rem 0 0 .25rem; +} + +.milestone-pm .slds-button-group .slds-button:last-child { + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-button-group .slds-button:focus { + z-index: 1; +} + +.milestone-pm .slds-button-group .slds-button:only-child { + border-radius: .25rem; +} + +.milestone-pm .slds-button-group + .slds-button, .milestone-pm .slds-button-group + .slds-button-group { + margin-left: .25rem; +} + +.milestone-pm .slds-button-group .slds-button--last .slds-button, .milestone-pm .slds-button-group .slds-button.slds-button--last { + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-button { + position: relative; + display: inline-block; + padding: 0; + background: 0 0; + background-clip: border-box; + border: 1px solid transparent; + border-radius: .25rem; + font-size: .75rem; + line-height: 1.875rem; + text-decoration: none; + color: #0070d2; + -webkit-appearance: none; + white-space: normal; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + transition: color 50ms linear, background-color 50ms linear; +} + +.milestone-pm .slds-button:active, .milestone-pm .slds-button:focus, .milestone-pm .slds-button:hover, .milestone-pm .slds-button:visited { + text-decoration: none; +} + +.milestone-pm .slds-button:focus, .milestone-pm .slds-button:hover { + color: #005fb2; +} + +.milestone-pm .slds-button:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-button:active { + color: #00396b; +} + +.milestone-pm .slds-button[disabled] { + color: #d8dde6; +} + +.milestone-pm .slds-button:active .slds-button__icon, .milestone-pm .slds-button:focus .slds-button__icon, .milestone-pm .slds-button:hover .slds-button__icon, .milestone-pm .slds-button[disabled] .slds-button__icon { + fill: currentColor; +} + +.milestone-pm .slds-button + .slds-button-group { + margin-left: .25rem; +} + +.milestone-pm .slds-button + .slds-button { + margin-left: .25rem; +} + +.milestone-pm .slds-button-space-left { + margin-left: .25rem; +} + +.milestone-pm a.slds-button { + text-align: center; +} + +.milestone-pm a.slds-button:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-button__icon--left { + margin-right: .5rem; +} + +.milestone-pm .slds-button__icon--right { + margin-left: .5rem; +} + +.milestone-pm .slds-button--small { + line-height: 1.75rem; + min-height: 2rem; +} + +.milestone-pm .slds-button--neutral { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + border: 1px solid #d8dde6; + background-color: #fff; +} + +.milestone-pm .slds-button--neutral:focus, .milestone-pm .slds-button--neutral:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--neutral:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--neutral[disabled] { + background-color: #fff; + cursor: default; +} + +.milestone-pm .slds-button--hint { + color: #9faab5; +} + +.milestone-pm .slds-button--hint:active, .milestone-pm .slds-button--hint:focus, .milestone-pm .slds-button--hint:hover { + color: #0070d2; +} + +.milestone-pm .slds-hint-parent:focus .slds-button--hint, .milestone-pm .slds-hint-parent:hover .slds-button--hint { + color: #0070d2; +} + +.milestone-pm .slds-button--brand { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + background-color: #0070d2; + border: 1px solid #0070d2; + color: #fff; +} + +.milestone-pm .slds-button--brand:active, .milestone-pm .slds-button--brand:link, .milestone-pm .slds-button--brand:visited { + color: #fff; +} + +.milestone-pm .slds-button--brand:focus, .milestone-pm .slds-button--brand:hover { + background-color: #005fb2; + color: #fff; +} + +.milestone-pm .slds-button--brand:active { + background-color: #00396b; +} + +.milestone-pm .slds-button--brand[disabled] { + background: #e0e5ee; + border-color: transparent; + color: #fff; +} + +.milestone-pm .slds-button--inverse { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + border: 1px solid #d8dde6; + background-color: transparent; +} + +.milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button--inverse:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--inverse:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--inverse[disabled] { + background-color: transparent; + border-color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-button--inverse, .milestone-pm .slds-button--inverse:link, .milestone-pm .slds-button--inverse:visited, .milestone-pm .slds-button-group .slds-button--icon-inverse, .milestone-pm .slds-button-group .slds-button--icon-inverse:link, .milestone-pm .slds-button-group .slds-button--icon-inverse:visited { + color: #e0e5ee; +} + +.milestone-pm .slds-button--inverse:active, .milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button--inverse:hover, .milestone-pm .slds-button-group .slds-button--icon-inverse:active, .milestone-pm .slds-button-group .slds-button--icon-inverse:focus, .milestone-pm .slds-button-group .slds-button--icon-inverse:hover { + color: #0070d2; +} + +.milestone-pm .slds-button--inverse:focus, .milestone-pm .slds-button-group .slds-button--icon-inverse:focus { + outline: 0; + box-shadow: 0 0 3px #e0e5ee; +} + +.milestone-pm .slds-button--inverse[disabled], .milestone-pm .slds-button-group .slds-button--icon-inverse[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm a.slds-button--inverse:focus { + outline: 0; + box-shadow: 0 0 3px #e0e5ee; +} + +.milestone-pm .slds-button--destructive { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + background-color: #c23934; + border: 1px solid #c23934; + color: #fff; +} + +.milestone-pm .slds-button--destructive:active, .milestone-pm .slds-button--destructive:link, .milestone-pm .slds-button--destructive:visited { + color: #fff; +} + +.milestone-pm .slds-button--destructive:focus, .milestone-pm .slds-button--destructive:hover { + background-color: #a61a14; + color: #fff; +} + +.milestone-pm .slds-button--destructive:active { + background-color: #870500; + border-color: #870500; +} + +.milestone-pm .slds-button--destructive[disabled] { + background: #e0e5ee; + border-color: transparent; + color: #fff; +} + +.milestone-pm .slds-button--neutral.slds-is-selected { + border-color: transparent; + background-color: transparent; +} + +.milestone-pm .slds-button--neutral.slds-is-selected:focus:not([disabled]), .milestone-pm .slds-button--neutral.slds-is-selected:hover:not([disabled]) { + border: 1px solid #d8dde6; + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--neutral.slds-is-selected:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button__icon--stateful { + width: .75rem; + height: .75rem; + fill: currentColor; +} + +.milestone-pm .slds-button--inverse.slds-is-selected { + border-color: transparent; +} + +.milestone-pm .slds-is-selected[disabled]:focus .slds-text-selected, .milestone-pm .slds-is-selected[disabled]:hover .slds-text-selected, .milestone-pm .slds-text-not-selected, .milestone-pm .slds-text-selected, .milestone-pm .slds-text-selected-focus { + display: block; +} + +.milestone-pm .slds-is-selected .slds-text-not-selected, .milestone-pm .slds-is-selected:focus .slds-text-selected, .milestone-pm .slds-is-selected:hover .slds-text-selected, .milestone-pm .slds-is-selected:not(:hover):not(:focus) .slds-text-selected-focus, .milestone-pm .slds-is-selected[disabled]:hover .slds-text-selected-focus, .milestone-pm .slds-not-selected .slds-text-selected, .milestone-pm .slds-not-selected .slds-text-selected-focus { + display: none; +} + +.milestone-pm .slds-button--icon, .milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-container, .milestone-pm .slds-button--icon-error, .milestone-pm .slds-button--icon-inverse, .milestone-pm .slds-button--icon-more { + line-height: 1; + vertical-align: middle; + color: #54698d; +} + +.milestone-pm .slds-button--icon-bare { + line-height: 1; + vertical-align: middle; + color: #54698d; +} + +.milestone-pm .slds-button--icon-border[disabled]:focus, .milestone-pm .slds-button--icon-border[disabled]:hover { + background-color: transparent; +} + +.milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-border-filled:focus, .milestone-pm .slds-button--icon-border-filled:hover, .milestone-pm .slds-button--icon-border:focus, .milestone-pm .slds-button--icon-border:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--icon-border-filled:active, .milestone-pm .slds-button--icon-border:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--icon-border-inverse { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-border, .milestone-pm .slds-button--icon-border-filled, .milestone-pm .slds-button--icon-border-inverse, .milestone-pm .slds-button--icon-container { + width: 2rem; + height: 2rem; +} + +.milestone-pm .slds-button--icon-border-filled { + background-color: #fff; +} + +.milestone-pm .slds-button--icon-border-filled[disabled] { + border: 1px solid #d8dde6; + background-color: #fff; +} + +.milestone-pm .slds-button--icon-more { + line-height: 1.875rem; + padding: 0 .5rem; + vertical-align: middle; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-more:focus, .milestone-pm .slds-button--icon-more:hover { + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-button--icon-more:focus:focus, .milestone-pm .slds-button--icon-more:focus:hover, .milestone-pm .slds-button--icon-more:hover:focus, .milestone-pm .slds-button--icon-more:hover:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-button--icon-more:focus:active, .milestone-pm .slds-button--icon-more:hover:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-button--icon-more:focus .slds-button__icon, .milestone-pm .slds-button--icon-more:hover .slds-button__icon { + fill: #0070d2; +} + +.milestone-pm .slds-button--icon-more:active .slds-button__icon { + fill: #00396b; +} + +.milestone-pm .slds-button--icon-more[disabled] { + cursor: default; +} + +.milestone-pm .slds-button--icon-more[disabled] .slds-button__icon { + fill: #d8dde6; +} + +.milestone-pm .slds-button--icon-border-inverse, .milestone-pm .slds-button--icon-inverse { + color: #fff; +} + +.milestone-pm .slds-button--icon-border-inverse:focus, .milestone-pm .slds-button--icon-border-inverse:hover, .milestone-pm .slds-button--icon-inverse:focus, .milestone-pm .slds-button--icon-inverse:hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-button--icon-border-inverse:active, .milestone-pm .slds-button--icon-inverse:active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-button--icon-border-inverse[disabled], .milestone-pm .slds-button--icon-inverse[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-button--icon-error, .milestone-pm .slds-button--icon-error:active, .milestone-pm .slds-button--icon-error:focus, .milestone-pm .slds-button--icon-error:hover { + color: #c23934; +} + +.milestone-pm .slds-button--icon-border-inverse[disabled] { + border-color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-button--icon-border.slds-is-selected { + background-color: #0070d2; + border: 1px solid #0070d2; + color: #fff; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:active, .milestone-pm .slds-button--icon-border.slds-is-selected:link, .milestone-pm .slds-button--icon-border.slds-is-selected:visited { + color: #fff; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:focus, .milestone-pm .slds-button--icon-border.slds-is-selected:hover { + background-color: #005fb2; + color: #fff; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:active { + background-color: #00396b; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected .slds-button__icon { + fill: #fff; +} + +.milestone-pm .slds-button--icon-border.slds-is-selected:focus .slds-button__icon, .milestone-pm .slds-button--icon-border.slds-is-selected:hover .slds-button__icon { + fill: #fff; +} + +.milestone-pm .slds-button--icon-small { + width: 1.5rem; + height: 1.5rem; + border-radius: .125rem; +} + +.milestone-pm .slds-button--icon-x-small { + width: 1.25rem; + height: 1.25rem; + border-radius: .125rem; + line-height: 1; +} + +.milestone-pm .slds-button--icon-x-small .slds-button__icon { + width: .75rem; + height: .75rem; +} + +.milestone-pm .slds-button--icon-xx-small { + width: 1rem; + height: 1rem; + border-radius: .125rem; + line-height: 1; +} + +.milestone-pm .slds-button--icon-xx-small .slds-button__icon { + width: .5rem; + height: .5rem; +} + +.milestone-pm .slds-button__icon { + width: .875rem; + height: .875rem; + fill: currentColor; +} + +.milestone-pm .slds-button__icon--large { + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-button__icon--small { + width: .75rem; + height: .75rem; +} + +.milestone-pm .slds-button__icon--x-small { + width: .5rem; + height: .5rem; +} + +.milestone-pm .slds-button__icon--hint { + fill: #9faab5; +} + +.milestone-pm .slds-button__icon--inverse-hint { + fill: rgba(255,255,255,.5); +} + +.milestone-pm .slds-hint-parent .slds-button--icon-border-inverse { + border-color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-hint-parent .slds-button--icon-border-inverse:focus { + border-color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-hint-parent:focus .slds-button--icon-border-inverse, .milestone-pm .slds-hint-parent:hover .slds-button--icon-border-inverse { + border-color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-hint-parent:focus .slds-button__icon--hint, .milestone-pm .slds-hint-parent:hover .slds-button__icon--hint { + fill: #54698d; +} + +.milestone-pm .slds-hint-parent:focus .slds-button__icon--inverse-hint, .milestone-pm .slds-hint-parent:hover .slds-button__icon--inverse-hint { + fill: rgba(255,255,255,.75); +} + +.milestone-pm .slds-icon__container, .milestone-pm .slds-icon_container { + display: inline-block; + border-radius: .25rem; +} + +.milestone-pm .slds-icon__container--circle, .milestone-pm .slds-icon_container--circle { + padding: .5rem; + border-radius: 50%; +} + +.milestone-pm .slds-icon { + width: 2rem; + height: 2rem; + border-radius: .25rem; + fill: #fff; +} + +.milestone-pm .slds-icon-action-change-owner { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-share { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-info { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-upload { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-change-record-type { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-check { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-download { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-edit-relationship { + background-color: #1dccbf; +} + +.milestone-pm .slds-icon-action-freeze-user { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-manage-perm-sets { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-password-unlock { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-refresh { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-remove { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-reset-password { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-user-activation { + background-color: #54698d; +} + +.milestone-pm .slds-icon-action-add-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-action-approval { + background-color: #00c6b7; +} + +.milestone-pm .slds-icon-action-canvas { + background-color: #8199af; +} + +.milestone-pm .slds-icon-action-goal { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-action-opportunity-competitor { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-opportunity-line-item { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-opportunity-team-member { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-question-post-action { + background-color: #32af5c; +} + +.milestone-pm .slds-icon-action-quote { + background-color: #88c651; +} + +.milestone-pm .slds-icon-action-reject { + background-color: #00c6b7; +} + +.milestone-pm .slds-icon-action-social-post { + background-color: #ea74a2; +} + +.milestone-pm .slds-icon-action-fallback { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-action-edit { + background-color: #1dccbf; +} + +.milestone-pm .slds-icon-action-delete { + background-color: #e6717c; +} + +.milestone-pm .slds-icon-action-clone { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-action-follow { + background-color: #31b9f8; +} + +.milestone-pm .slds-icon-action-following { + background-color: #7dcf64; +} + +.milestone-pm .slds-icon-action-join-group { + background-color: #779ef2; +} + +.milestone-pm .slds-icon-action-leave-group { + background-color: #f39e58; +} + +.milestone-pm .slds-icon-action-edit-groups { + background-color: #34becd; +} + +.milestone-pm .slds-icon-action-share-post { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-action-user { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-action-share-file { + background-color: #baac93; +} + +.milestone-pm .slds-icon-action-new-task { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-action-new-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-action-new-opportunity { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-action-new-case { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-action-new-lead { + background-color: #f88962; +} + +.milestone-pm .slds-icon-action-share-thanks { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-action-share-link { + background-color: #7a9ae6; +} + +.milestone-pm .slds-icon-action-share-poll { + background-color: #699be1; +} + +.milestone-pm .slds-icon-action-new-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-action-new-child-case { + background-color: #fa975c; +} + +.milestone-pm .slds-icon-action-log-a-call { + background-color: #48c3cc; +} + +.milestone-pm .slds-icon-action-new-note { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-new { + background-color: #33bce7; +} + +.milestone-pm .slds-icon-action-filter { + background-color: #fd90b5; +} + +.milestone-pm .slds-icon-action-sort { + background-color: #fab9a5; +} + +.milestone-pm .slds-icon-action-description { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-action-defer { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-action-update { + background-color: #81b4d6; +} + +.milestone-pm .slds-icon-action-log-this-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-action-email { + background-color: #95aec5; +} + +.milestone-pm .slds-icon-action-dial-in { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-action-map { + background-color: #76c6ee; +} + +.milestone-pm .slds-icon-action-call { + background-color: #1fcaa0; +} + +.milestone-pm .slds-icon-action-google-news { + background-color: #f5675b; +} + +.milestone-pm .slds-icon-action-web-link { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-action-submit-for-approval { + background-color: #50cc7a; +} + +.milestone-pm .slds-icon-action-search { + background-color: #48adeb; +} + +.milestone-pm .slds-icon-action-close { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-action-back { + background-color: #0dc2d9; +} + +.milestone-pm .slds-icon-action-office-365 { + background-color: #ff8041; +} + +.milestone-pm .slds-icon-action-concur { + background-color: #4cc3c7; +} + +.milestone-pm .slds-icon-action-dropbox { + background-color: #52aef9; +} + +.milestone-pm .slds-icon-action-evernote { + background-color: #86c86f; +} + +.milestone-pm .slds-icon-action-docusign { + background-color: #5080db; +} + +.milestone-pm .slds-icon-action-more { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-action-notebook { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-new-notebook { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-action-preview { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-priority { + background-color: #fbb439; +} + +.milestone-pm .slds-icon-action-default-custom-object { + background-color: #8199af; +} + +.milestone-pm .slds-icon-action-new-custom-object { + background-color: #a7d44d; +} + +.milestone-pm .slds-icon-action-lead-convert { + background-color: #f88962; +} + +.milestone-pm .slds-icon-action-new-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-new-person-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-action-new-campaign { + background-color: #f49756; +} + +.milestone-pm .slds-icon-action-new-group { + background-color: #83b6ff; +} + +.milestone-pm .slds-icon-action-update-status { + background-color: #1ec7be; +} + +.milestone-pm .slds-icon-action-new-custom-1 { + background-color: #ff7b84; +} + +.milestone-pm .slds-icon-action-new-custom-2 { + background-color: #cfd05c; +} + +.milestone-pm .slds-icon-action-new-custom-3 { + background-color: #ecb46c; +} + +.milestone-pm .slds-icon-action-new-custom-4 { + background-color: #e1d951; +} + +.milestone-pm .slds-icon-action-new-custom-5 { + background-color: #9fdb66; +} + +.milestone-pm .slds-icon-action-new-custom-6 { + background-color: #54c473; +} + +.milestone-pm .slds-icon-action-new-custom-7 { + background-color: #6a89e5; +} + +.milestone-pm .slds-icon-action-new-custom-8 { + background-color: #50ceb9; +} + +.milestone-pm .slds-icon-action-new-custom-9 { + background-color: #6b9ee2; +} + +.milestone-pm .slds-icon-action-new-custom-10 { + background-color: #6488e3; +} + +.milestone-pm .slds-icon-action-new-custom-11 { + background-color: #8784ea; +} + +.milestone-pm .slds-icon-action-new-custom-12 { + background-color: #dc71d1; +} + +.milestone-pm .slds-icon-action-new-custom-13 { + background-color: #df6184; +} + +.milestone-pm .slds-icon-action-new-custom-14 { + background-color: #3cc2b3; +} + +.milestone-pm .slds-icon-action-new-custom-15 { + background-color: #f77e75; +} + +.milestone-pm .slds-icon-action-new-custom-16 { + background-color: #e9af67; +} + +.milestone-pm .slds-icon-action-new-custom-17 { + background-color: #acd360; +} + +.milestone-pm .slds-icon-action-new-custom-18 { + background-color: #4dca76; +} + +.milestone-pm .slds-icon-action-new-custom-19 { + background-color: #3abeb1; +} + +.milestone-pm .slds-icon-action-new-custom-20 { + background-color: #48c7c8; +} + +.milestone-pm .slds-icon-action-new-custom-21 { + background-color: #8a7aed; +} + +.milestone-pm .slds-icon-action-new-custom-22 { + background-color: #8b85f9; +} + +.milestone-pm .slds-icon-action-new-custom-23 { + background-color: #b070e6; +} + +.milestone-pm .slds-icon-action-new-custom-24 { + background-color: #e56798; +} + +.milestone-pm .slds-icon-action-new-custom-25 { + background-color: #e46fbe; +} + +.milestone-pm .slds-icon-action-new-custom-26 { + background-color: #7698f0; +} + +.milestone-pm .slds-icon-action-new-custom-27 { + background-color: #5ab0d2; +} + +.milestone-pm .slds-icon-action-new-custom-28 { + background-color: #89c059; +} + +.milestone-pm .slds-icon-action-new-custom-29 { + background-color: #bdd25f; +} + +.milestone-pm .slds-icon-action-new-custom-30 { + background-color: #f59f71; +} + +.milestone-pm .slds-icon-action-new-custom-31 { + background-color: #eb687f; +} + +.milestone-pm .slds-icon-action-new-custom-32 { + background-color: #38c393; +} + +.milestone-pm .slds-icon-action-new-custom-33 { + background-color: #97cf5d; +} + +.milestone-pm .slds-icon-action-new-custom-34 { + background-color: #d58a6a; +} + +.milestone-pm .slds-icon-action-new-custom-35 { + background-color: #e9637e; +} + +.milestone-pm .slds-icon-action-new-custom-36 { + background-color: #d472d4; +} + +.milestone-pm .slds-icon-action-new-custom-37 { + background-color: #8c89f2; +} + +.milestone-pm .slds-icon-action-new-custom-38 { + background-color: #53b6d7; +} + +.milestone-pm .slds-icon-action-new-custom-39 { + background-color: #4fbe75; +} + +.milestone-pm .slds-icon-action-new-custom-40 { + background-color: #83c75e; +} + +.milestone-pm .slds-icon-action-new-custom-41 { + background-color: #43b5b5; +} + +.milestone-pm .slds-icon-action-new-custom-42 { + background-color: #cfd05b; +} + +.milestone-pm .slds-icon-action-new-custom-43 { + background-color: #7f93f9; +} + +.milestone-pm .slds-icon-action-new-custom-44 { + background-color: #c8ca58; +} + +.milestone-pm .slds-icon-action-new-custom-45 { + background-color: #d95879; +} + +.milestone-pm .slds-icon-action-new-custom-46 { + background-color: #67a5e7; +} + +.milestone-pm .slds-icon-action-new-custom-47 { + background-color: #5fcc64; +} + +.milestone-pm .slds-icon-action-new-custom-48 { + background-color: #ef697f; +} + +.milestone-pm .slds-icon-action-new-custom-49 { + background-color: #e25c80; +} + +.milestone-pm .slds-icon-action-new-custom-50 { + background-color: #49bcd3; +} + +.milestone-pm .slds-icon-action-new-custom-51 { + background-color: #d8c760; +} + +.milestone-pm .slds-icon-action-new-custom-52 { + background-color: #ee8e6f; +} + +.milestone-pm .slds-icon-action-new-custom-53 { + background-color: #f36e83; +} + +.milestone-pm .slds-icon-action-new-custom-54 { + background-color: #ea70b1; +} + +.milestone-pm .slds-icon-action-new-custom-55 { + background-color: #d66ee0; +} + +.milestone-pm .slds-icon-action-new-custom-56 { + background-color: #718deb; +} + +.milestone-pm .slds-icon-action-new-custom-57 { + background-color: #5a9cdd; +} + +.milestone-pm .slds-icon-action-new-custom-58 { + background-color: #34b59d; +} + +.milestone-pm .slds-icon-action-new-custom-59 { + background-color: #e3d067; +} + +.milestone-pm .slds-icon-action-new-custom-60 { + background-color: #bf5a88; +} + +.milestone-pm .slds-icon-action-new-custom-61 { + background-color: #f57376; +} + +.milestone-pm .slds-icon-action-new-custom-62 { + background-color: #6b92dc; +} + +.milestone-pm .slds-icon-action-new-custom-63 { + background-color: #7ccf60; +} + +.milestone-pm .slds-icon-action-new-custom-64 { + background-color: #618fd8; +} + +.milestone-pm .slds-icon-action-new-custom-65 { + background-color: #f279ab; +} + +.milestone-pm .slds-icon-action-new-custom-66 { + background-color: #d8be5f; +} + +.milestone-pm .slds-icon-action-new-custom-67 { + background-color: #f87d76; +} + +.milestone-pm .slds-icon-action-new-custom-68 { + background-color: #f26979; +} + +.milestone-pm .slds-icon-action-new-custom-69 { + background-color: #ed6387; +} + +.milestone-pm .slds-icon-action-new-custom-70 { + background-color: #e769b4; +} + +.milestone-pm .slds-icon-action-new-custom-71 { + background-color: #e36ee3; +} + +.milestone-pm .slds-icon-action-new-custom-72 { + background-color: #8d9bfb; +} + +.milestone-pm .slds-icon-action-new-custom-73 { + background-color: #679ef0; +} + +.milestone-pm .slds-icon-action-new-custom-74 { + background-color: #41c8a0; +} + +.milestone-pm .slds-icon-action-new-custom-75 { + background-color: #cd9f65; +} + +.milestone-pm .slds-icon-action-new-custom-76 { + background-color: #db6d7a; +} + +.milestone-pm .slds-icon-action-new-custom-77 { + background-color: #b55d5b; +} + +.milestone-pm .slds-icon-action-new-custom-78 { + background-color: #5a95dd; +} + +.milestone-pm .slds-icon-action-new-custom-79 { + background-color: #8ed363; +} + +.milestone-pm .slds-icon-action-new-custom-80 { + background-color: #659ad5; +} + +.milestone-pm .slds-icon-action-new-custom-81 { + background-color: #da627f; +} + +.milestone-pm .slds-icon-action-new-custom-82 { + background-color: #d15b97; +} + +.milestone-pm .slds-icon-action-new-custom-83 { + background-color: #e7806f; +} + +.milestone-pm .slds-icon-action-new-custom-84 { + background-color: #f6707b; +} + +.milestone-pm .slds-icon-action-new-custom-85 { + background-color: #f26891; +} + +.milestone-pm .slds-icon-action-new-custom-86 { + background-color: #e260ab; +} + +.milestone-pm .slds-icon-action-new-custom-87 { + background-color: #d876e5; +} + +.milestone-pm .slds-icon-action-new-custom-88 { + background-color: #996fe6; +} + +.milestone-pm .slds-icon-action-new-custom-89 { + background-color: #3e99be; +} + +.milestone-pm .slds-icon-action-new-custom-90 { + background-color: #22a48a; +} + +.milestone-pm .slds-icon-action-new-custom-91 { + background-color: #bf7b66; +} + +.milestone-pm .slds-icon-action-new-custom-92 { + background-color: #517e82; +} + +.milestone-pm .slds-icon-action-new-custom-93 { + background-color: #904d4c; +} + +.milestone-pm .slds-icon-action-new-custom-94 { + background-color: #439cba; +} + +.milestone-pm .slds-icon-action-new-custom-95 { + background-color: #8bcf6a; +} + +.milestone-pm .slds-icon-action-new-custom-96 { + background-color: #6d9de3; +} + +.milestone-pm .slds-icon-action-new-custom-97 { + background-color: #dd6085; +} + +.milestone-pm .slds-icon-action-new-custom-98 { + background-color: #e1be5c; +} + +.milestone-pm .slds-icon-action-new-custom-99 { + background-color: #f0856e; +} + +.milestone-pm .slds-icon-action-new-custom-100 { + background-color: #e15d76; +} + +.milestone-pm .slds-icon-action-apex { + background-color: #696e71; +} + +.milestone-pm .slds-icon-action-flow { + background-color: #0079bc; +} + +.milestone-pm .slds-icon-action-announcement { + background-color: #fe8f60; +} + +.milestone-pm .slds-icon-action-record { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-action-log-event { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-action-add-relationship { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-action-remove-relationship { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-action-view-relationship { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-custom-1, .milestone-pm .slds-icon-custom-custom1 { + background-color: #ff7b84; + color: #fff; +} + +.milestone-pm .slds-icon-custom-2, .milestone-pm .slds-icon-custom-custom2 { + background-color: #cfd05c; + color: #fff; +} + +.milestone-pm .slds-icon-custom-3, .milestone-pm .slds-icon-custom-custom3 { + background-color: #ecb46c; + color: #fff; +} + +.milestone-pm .slds-icon-custom-4, .milestone-pm .slds-icon-custom-custom4 { + background-color: #e1d951; + color: #fff; +} + +.milestone-pm .slds-icon-custom-5, .milestone-pm .slds-icon-custom-custom5 { + background-color: #9fdb66; + color: #fff; +} + +.milestone-pm .slds-icon-custom-6, .milestone-pm .slds-icon-custom-custom6 { + background-color: #54c473; + color: #fff; +} + +.milestone-pm .slds-icon-custom-7, .milestone-pm .slds-icon-custom-custom7 { + background-color: #6a89e5; + color: #fff; +} + +.milestone-pm .slds-icon-custom-8, .milestone-pm .slds-icon-custom-custom8 { + background-color: #50ceb9; + color: #fff; +} + +.milestone-pm .slds-icon-custom-9, .milestone-pm .slds-icon-custom-custom9 { + background-color: #6b9ee2; + color: #fff; +} + +.milestone-pm .slds-icon-custom-10, .milestone-pm .slds-icon-custom-custom10 { + background-color: #6488e3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-11, .milestone-pm .slds-icon-custom-custom11 { + background-color: #8784ea; + color: #fff; +} + +.milestone-pm .slds-icon-custom-12, .milestone-pm .slds-icon-custom-custom12 { + background-color: #dc71d1; + color: #fff; +} + +.milestone-pm .slds-icon-custom-13, .milestone-pm .slds-icon-custom-custom13 { + background-color: #df6184; + color: #fff; +} + +.milestone-pm .slds-icon-custom-14, .milestone-pm .slds-icon-custom-custom14 { + background-color: #3cc2b3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-15, .milestone-pm .slds-icon-custom-custom15 { + background-color: #f77e75; + color: #fff; +} + +.milestone-pm .slds-icon-custom-16, .milestone-pm .slds-icon-custom-custom16 { + background-color: #e9af67; + color: #fff; +} + +.milestone-pm .slds-icon-custom-17, .milestone-pm .slds-icon-custom-custom17 { + background-color: #acd360; + color: #fff; +} + +.milestone-pm .slds-icon-custom-18, .milestone-pm .slds-icon-custom-custom18 { + background-color: #4dca76; + color: #fff; +} + +.milestone-pm .slds-icon-custom-19, .milestone-pm .slds-icon-custom-custom19 { + background-color: #3abeb1; + color: #fff; +} + +.milestone-pm .slds-icon-custom-20, .milestone-pm .slds-icon-custom-custom20 { + background-color: #48c7c8; + color: #fff; +} + +.milestone-pm .slds-icon-custom-21, .milestone-pm .slds-icon-custom-custom21 { + background-color: #8a7aed; + color: #fff; +} + +.milestone-pm .slds-icon-custom-22, .milestone-pm .slds-icon-custom-custom22 { + background-color: #8b85f9; + color: #fff; +} + +.milestone-pm .slds-icon-custom-23, .milestone-pm .slds-icon-custom-custom23 { + background-color: #b070e6; + color: #fff; +} + +.milestone-pm .slds-icon-custom-24, .milestone-pm .slds-icon-custom-custom24 { + background-color: #e56798; + color: #fff; +} + +.milestone-pm .slds-icon-custom-25, .milestone-pm .slds-icon-custom-custom25 { + background-color: #e46fbe; + color: #fff; +} + +.milestone-pm .slds-icon-custom-26, .milestone-pm .slds-icon-custom-custom26 { + background-color: #7698f0; + color: #fff; +} + +.milestone-pm .slds-icon-custom-27, .milestone-pm .slds-icon-custom-custom27 { + background-color: #5ab0d2; + color: #fff; +} + +.milestone-pm .slds-icon-custom-28, .milestone-pm .slds-icon-custom-custom28 { + background-color: #89c059; + color: #fff; +} + +.milestone-pm .slds-icon-custom-29, .milestone-pm .slds-icon-custom-custom29 { + background-color: #bdd25f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-30, .milestone-pm .slds-icon-custom-custom30 { + background-color: #f59f71; + color: #fff; +} + +.milestone-pm .slds-icon-custom-31, .milestone-pm .slds-icon-custom-custom31 { + background-color: #eb687f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-32, .milestone-pm .slds-icon-custom-custom32 { + background-color: #38c393; + color: #fff; +} + +.milestone-pm .slds-icon-custom-33, .milestone-pm .slds-icon-custom-custom33 { + background-color: #97cf5d; + color: #fff; +} + +.milestone-pm .slds-icon-custom-34, .milestone-pm .slds-icon-custom-custom34 { + background-color: #d58a6a; + color: #fff; +} + +.milestone-pm .slds-icon-custom-35, .milestone-pm .slds-icon-custom-custom35 { + background-color: #e9637e; + color: #fff; +} + +.milestone-pm .slds-icon-custom-36, .milestone-pm .slds-icon-custom-custom36 { + background-color: #d472d4; + color: #fff; +} + +.milestone-pm .slds-icon-custom-37, .milestone-pm .slds-icon-custom-custom37 { + background-color: #8c89f2; + color: #fff; +} + +.milestone-pm .slds-icon-custom-38, .milestone-pm .slds-icon-custom-custom38 { + background-color: #53b6d7; + color: #fff; +} + +.milestone-pm .slds-icon-custom-39, .milestone-pm .slds-icon-custom-custom39 { + background-color: #4fbe75; + color: #fff; +} + +.milestone-pm .slds-icon-custom-40, .milestone-pm .slds-icon-custom-custom40 { + background-color: #83c75e; + color: #fff; +} + +.milestone-pm .slds-icon-custom-41, .milestone-pm .slds-icon-custom-custom41 { + background-color: #43b5b5; + color: #fff; +} + +.milestone-pm .slds-icon-custom-42, .milestone-pm .slds-icon-custom-custom42 { + background-color: #cfd05b; + color: #fff; +} + +.milestone-pm .slds-icon-custom-43, .milestone-pm .slds-icon-custom-custom43 { + background-color: #7f93f9; + color: #fff; +} + +.milestone-pm .slds-icon-custom-44, .milestone-pm .slds-icon-custom-custom44 { + background-color: #c8ca58; + color: #fff; +} + +.milestone-pm .slds-icon-custom-45, .milestone-pm .slds-icon-custom-custom45 { + background-color: #d95879; + color: #fff; +} + +.milestone-pm .slds-icon-custom-46, .milestone-pm .slds-icon-custom-custom46 { + background-color: #67a5e7; + color: #fff; +} + +.milestone-pm .slds-icon-custom-47, .milestone-pm .slds-icon-custom-custom47 { + background-color: #5fcc64; + color: #fff; +} + +.milestone-pm .slds-icon-custom-48, .milestone-pm .slds-icon-custom-custom48 { + background-color: #ef697f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-49, .milestone-pm .slds-icon-custom-custom49 { + background-color: #e25c80; + color: #fff; +} + +.milestone-pm .slds-icon-custom-50, .milestone-pm .slds-icon-custom-custom50 { + background-color: #49bcd3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-51, .milestone-pm .slds-icon-custom-custom51 { + background-color: #d8c760; + color: #fff; +} + +.milestone-pm .slds-icon-custom-52, .milestone-pm .slds-icon-custom-custom52 { + background-color: #ee8e6f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-53, .milestone-pm .slds-icon-custom-custom53 { + background-color: #f36e83; + color: #fff; +} + +.milestone-pm .slds-icon-custom-54, .milestone-pm .slds-icon-custom-custom54 { + background-color: #ea70b1; + color: #fff; +} + +.milestone-pm .slds-icon-custom-55, .milestone-pm .slds-icon-custom-custom55 { + background-color: #d66ee0; + color: #fff; +} + +.milestone-pm .slds-icon-custom-56, .milestone-pm .slds-icon-custom-custom56 { + background-color: #718deb; + color: #fff; +} + +.milestone-pm .slds-icon-custom-57, .milestone-pm .slds-icon-custom-custom57 { + background-color: #5a9cdd; + color: #fff; +} + +.milestone-pm .slds-icon-custom-58, .milestone-pm .slds-icon-custom-custom58 { + background-color: #34b59d; + color: #fff; +} + +.milestone-pm .slds-icon-custom-59, .milestone-pm .slds-icon-custom-custom59 { + background-color: #e3d067; + color: #fff; +} + +.milestone-pm .slds-icon-custom-60, .milestone-pm .slds-icon-custom-custom60 { + background-color: #bf5a88; + color: #fff; +} + +.milestone-pm .slds-icon-custom-61, .milestone-pm .slds-icon-custom-custom61 { + background-color: #f57376; + color: #fff; +} + +.milestone-pm .slds-icon-custom-62, .milestone-pm .slds-icon-custom-custom62 { + background-color: #6b92dc; + color: #fff; +} + +.milestone-pm .slds-icon-custom-63, .milestone-pm .slds-icon-custom-custom63 { + background-color: #7ccf60; + color: #fff; +} + +.milestone-pm .slds-icon-custom-64, .milestone-pm .slds-icon-custom-custom64 { + background-color: #618fd8; + color: #fff; +} + +.milestone-pm .slds-icon-custom-65, .milestone-pm .slds-icon-custom-custom65 { + background-color: #f279ab; + color: #fff; +} + +.milestone-pm .slds-icon-custom-66, .milestone-pm .slds-icon-custom-custom66 { + background-color: #d8be5f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-67, .milestone-pm .slds-icon-custom-custom67 { + background-color: #f87d76; + color: #fff; +} + +.milestone-pm .slds-icon-custom-68, .milestone-pm .slds-icon-custom-custom68 { + background-color: #f26979; + color: #fff; +} + +.milestone-pm .slds-icon-custom-69, .milestone-pm .slds-icon-custom-custom69 { + background-color: #ed6387; + color: #fff; +} + +.milestone-pm .slds-icon-custom-70, .milestone-pm .slds-icon-custom-custom70 { + background-color: #e769b4; + color: #fff; +} + +.milestone-pm .slds-icon-custom-71, .milestone-pm .slds-icon-custom-custom71 { + background-color: #e36ee3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-72, .milestone-pm .slds-icon-custom-custom72 { + background-color: #8d9bfb; + color: #fff; +} + +.milestone-pm .slds-icon-custom-73, .milestone-pm .slds-icon-custom-custom73 { + background-color: #679ef0; + color: #fff; +} + +.milestone-pm .slds-icon-custom-74, .milestone-pm .slds-icon-custom-custom74 { + background-color: #41c8a0; + color: #fff; +} + +.milestone-pm .slds-icon-custom-75, .milestone-pm .slds-icon-custom-custom75 { + background-color: #cd9f65; + color: #fff; +} + +.milestone-pm .slds-icon-custom-76, .milestone-pm .slds-icon-custom-custom76 { + background-color: #db6d7a; + color: #fff; +} + +.milestone-pm .slds-icon-custom-77, .milestone-pm .slds-icon-custom-custom77 { + background-color: #b55d5b; + color: #fff; +} + +.milestone-pm .slds-icon-custom-78, .milestone-pm .slds-icon-custom-custom78 { + background-color: #5a95dd; + color: #fff; +} + +.milestone-pm .slds-icon-custom-79, .milestone-pm .slds-icon-custom-custom79 { + background-color: #8ed363; + color: #fff; +} + +.milestone-pm .slds-icon-custom-80, .milestone-pm .slds-icon-custom-custom80 { + background-color: #659ad5; + color: #fff; +} + +.milestone-pm .slds-icon-custom-81, .milestone-pm .slds-icon-custom-custom81 { + background-color: #da627f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-82, .milestone-pm .slds-icon-custom-custom82 { + background-color: #d15b97; + color: #fff; +} + +.milestone-pm .slds-icon-custom-83, .milestone-pm .slds-icon-custom-custom83 { + background-color: #e7806f; + color: #fff; +} + +.milestone-pm .slds-icon-custom-84, .milestone-pm .slds-icon-custom-custom84 { + background-color: #f6707b; + color: #fff; +} + +.milestone-pm .slds-icon-custom-85, .milestone-pm .slds-icon-custom-custom85 { + background-color: #f26891; + color: #fff; +} + +.milestone-pm .slds-icon-custom-86, .milestone-pm .slds-icon-custom-custom86 { + background-color: #e260ab; + color: #fff; +} + +.milestone-pm .slds-icon-custom-87, .milestone-pm .slds-icon-custom-custom87 { + background-color: #d876e5; + color: #fff; +} + +.milestone-pm .slds-icon-custom-88, .milestone-pm .slds-icon-custom-custom88 { + background-color: #996fe6; + color: #fff; +} + +.milestone-pm .slds-icon-custom-89, .milestone-pm .slds-icon-custom-custom89 { + background-color: #3e99be; + color: #fff; +} + +.milestone-pm .slds-icon-custom-90, .milestone-pm .slds-icon-custom-custom90 { + background-color: #22a48a; + color: #fff; +} + +.milestone-pm .slds-icon-custom-91, .milestone-pm .slds-icon-custom-custom91 { + background-color: #bf7b66; + color: #fff; +} + +.milestone-pm .slds-icon-custom-92, .milestone-pm .slds-icon-custom-custom92 { + background-color: #517e82; + color: #fff; +} + +.milestone-pm .slds-icon-custom-93, .milestone-pm .slds-icon-custom-custom93 { + background-color: #904d4c; + color: #fff; +} + +.milestone-pm .slds-icon-custom-94, .milestone-pm .slds-icon-custom-custom94 { + background-color: #439cba; + color: #fff; +} + +.milestone-pm .slds-icon-custom-95, .milestone-pm .slds-icon-custom-custom95 { + background-color: #8bcf6a; + color: #fff; +} + +.milestone-pm .slds-icon-custom-96, .milestone-pm .slds-icon-custom-custom96 { + background-color: #6d9de3; + color: #fff; +} + +.milestone-pm .slds-icon-custom-97, .milestone-pm .slds-icon-custom-custom97 { + background-color: #dd6085; + color: #fff; +} + +.milestone-pm .slds-icon-custom-98, .milestone-pm .slds-icon-custom-custom98 { + background-color: #e1be5c; + color: #fff; +} + +.milestone-pm .slds-icon-custom-99, .milestone-pm .slds-icon-custom-custom99 { + background-color: #f0856e; + color: #fff; +} + +.milestone-pm .slds-icon-custom-100, .milestone-pm .slds-icon-custom-custom100 { + background-color: #e15d76; + color: #fff; +} + +.milestone-pm .slds-icon-standard-log-a-call { + background-color: #48c3cc; +} + +.milestone-pm .slds-icon-standard-document { + background-color: #baac93; +} + +.milestone-pm .slds-icon-standard-environment-hub { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-flow { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-sossession { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-process { + background-color: #54698d; +} + +.milestone-pm .slds-icon-standard-news { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-home { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-standard-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-apps-admin { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-standard-announcement { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-person-account { + background-color: #7f8de1; +} + +.milestone-pm .slds-icon-standard-social { + background-color: #ea74a2; +} + +.milestone-pm .slds-icon-standard-campaign-members { + background-color: #f49756; +} + +.milestone-pm .slds-icon-standard-article { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-public { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-private { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-answer-best { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-avatar-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-campaign { + background-color: #f49756; +} + +.milestone-pm .slds-icon-standard-calibration { + background-color: #47cfd2; +} + +.milestone-pm .slds-icon-standard-avatar { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-approval { + background-color: #50cc7a; +} + +.milestone-pm .slds-icon-standard-apps { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-standard-user { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-evernote { + background-color: #86c86f; +} + +.milestone-pm .slds-icon-standard-coaching { + background-color: #f67594; +} + +.milestone-pm .slds-icon-standard-connected-apps { + background-color: #9895ee; +} + +.milestone-pm .slds-icon-standard-drafts { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-standard-email { + background-color: #95aec5; +} + +.milestone-pm .slds-icon-standard-email-iq { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-standard-endorsement { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-event { + background-color: #eb7092; +} + +.milestone-pm .slds-icon-standard-dropbox { + background-color: #52aef9; +} + +.milestone-pm .slds-icon-standard-concur { + background-color: #4cc3c7; +} + +.milestone-pm .slds-icon-standard-email-chatter { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-transcript { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-email { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-log-a-call { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-comment { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-case-change-status { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-work-order { + background-color: #50e3c2; +} + +.milestone-pm .slds-icon-standard-work-order-item { + background-color: #33a8dc; +} + +.milestone-pm .slds-icon-standard-client { + background-color: #00d2be; +} + +.milestone-pm .slds-icon-standard-contract { + background-color: #6ec06e; +} + +.milestone-pm .slds-icon-standard-dashboard { + background-color: #ef6e64; +} + +.milestone-pm .slds-icon-standard-case { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-empty { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-default { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-custom { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-canvas { + background-color: #8199af; +} + +.milestone-pm .slds-icon-standard-contact { + background-color: #a094ed; +} + +.milestone-pm .slds-icon-standard-portal { + background-color: #aec770; +} + +.milestone-pm .slds-icon-standard-product { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-pricebook { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-feed { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-feedback { + background-color: #6da1ea; +} + +.milestone-pm .slds-icon-standard-file { + background-color: #baac93; +} + +.milestone-pm .slds-icon-standard-goals { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-groups { + background-color: #779ef2; +} + +.milestone-pm .slds-icon-standard-household { + background-color: #00afa0; +} + +.milestone-pm .slds-icon-standard-hierarchy { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-insights { + background-color: #ec94ed; +} + +.milestone-pm .slds-icon-standard-investment-account { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-performance { + background-color: #f8b156; +} + +.milestone-pm .slds-icon-standard-link { + background-color: #7a9ae6; +} + +.milestone-pm .slds-icon-standard-metrics { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-note { + background-color: #e6d478; +} + +.milestone-pm .slds-icon-standard-lead { + background-color: #f88962; +} + +.milestone-pm .slds-icon-standard-opportunity { + background-color: #fcb95b; +} + +.milestone-pm .slds-icon-standard-call { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-call-history { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-orders { + background-color: #769ed9; +} + +.milestone-pm .slds-icon-standard-post { + background-color: #65cae4; +} + +.milestone-pm .slds-icon-standard-poll { + background-color: #699be1; +} + +.milestone-pm .slds-icon-standard-photo { + background-color: #d7d1d1; +} + +.milestone-pm .slds-icon-standard-people { + background-color: #34becd; +} + +.milestone-pm .slds-icon-standard-generic-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-group-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-recent { + background-color: #6ca1e9; +} + +.milestone-pm .slds-icon-standard-solution { + background-color: #8fc972; +} + +.milestone-pm .slds-icon-standard-record { + background-color: #7dc37d; +} + +.milestone-pm .slds-icon-standard-question-best { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-question-feed { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-related-list { + background-color: #59bcab; +} + +.milestone-pm .slds-icon-standard-skill-entity { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-scan-card { + background-color: #f39e58; +} + +.milestone-pm .slds-icon-standard-report { + background-color: #2ecbbe; +} + +.milestone-pm .slds-icon-standard-quotes { + background-color: #88c651; +} + +.milestone-pm .slds-icon-standard-task { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-task-2 { + background-color: #4bc076; +} + +.milestone-pm .slds-icon-standard-team-member { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-thanks { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-standard-reward { + background-color: #e9696e; +} + +.milestone-pm .slds-icon-standard-thanks-loading { + background-color: #b8c3ce; +} + +.milestone-pm .slds-icon-standard-today { + background-color: #ef7ead; +} + +.milestone-pm .slds-icon-standard-topic { + background-color: #56aadf; +} + +.milestone-pm .slds-icon-standard-unmatched { + background-color: #62b7ed; +} + +.milestone-pm .slds-icon-standard-marketing-actions { + background-color: #6bbd6e; +} + +.milestone-pm .slds-icon-standard-relationship { + background-color: #3c97dd; +} + +.milestone-pm .slds-icon-standard-folder { + background-color: #8b9ae3; +} + +.milestone-pm .slds-icon-standard-service-contract { + background-color: #8a76f0; +} + +.milestone-pm .slds-icon-standard-merge { + background-color: #f2cf5b; +} + +.milestone-pm .slds-icon-standard-forecasts { + background-color: #6bbd6e; +} + +.milestone-pm .slds-icon-standard-entitlements { + background-color: #b781d3; +} + +.milestone-pm .slds-icon-standard-sales-path { + background-color: #2a739e; +} + +.milestone-pm .slds-icon-text-default { + fill: #54698d; +} + +.milestone-pm .slds-icon-text-warning { + fill: #ffb75d; +} + +.milestone-pm .slds-icon-text-error { + fill: #c23934; +} + +.milestone-pm .slds-icon--x-small { + line-height: 1; + width: 1rem; + height: 1rem; +} + +.milestone-pm .slds-icon--small { + line-height: 1; + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-icon--large { + width: 3rem; + height: 3rem; +} + +.milestone-pm .slds-card { + padding: 0; + border-radius: .25rem; + background-clip: padding-box; + background-color: #f4f6f9; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-card + .slds-card { + margin-top: 1rem; +} + +.milestone-pm .slds-card__body--inner, .milestone-pm .slds-card__footer, .milestone-pm .slds-card__header { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-card__header { + padding-top: .75rem; + margin-bottom: .75rem; +} + +.milestone-pm .slds-card__body:empty, .milestone-pm .slds-card__footer:empty { + display: none; +} + +.milestone-pm .slds-card__footer { + margin-top: .75rem; + padding-bottom: .75rem; + text-align: right; +} + +.milestone-pm .slds-card--narrow .slds-card__header { + padding-top: 1.5rem; + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-card--narrow .slds-card__footer { + padding-bottom: 1rem; +} + +.milestone-pm .slds-card .slds-card--empty .slds-card__body { + text-align: center; +} + +.milestone-pm .slds-card__tile { + margin-top: .5rem; +} + +.milestone-pm .slds-card--compact { + border: 0; + border-radius: 0; + padding: 1rem 1.5rem; +} + +.milestone-pm .slds-card--compact .slds-card__body, .milestone-pm .slds-card--compact .slds-card__footer, .milestone-pm .slds-card--compact .slds-card__header { + margin-left: 0; + margin-right: 0; + padding-left: 0; + padding-right: 0; +} + +.milestone-pm .slds-form-element { + position: relative; +} + +.milestone-pm .slds-form-element__helper { + font-size: .75rem; +} + +.milestone-pm .slds-form-element__label { + display: inline-block; + color: #54698d; + font-size: .75rem; + line-height: 1.5; + margin-right: .75rem; + margin-bottom: .25rem; +} + +.milestone-pm .slds-form-element__label:empty { + margin: 0; +} + +.milestone-pm .slds-form-element__control .slds-checkbox, .milestone-pm .slds-form-element__control .slds-radio { + display: block; +} + +.milestone-pm .slds-form-element__icon { + display: inline-block; + position: relative; +} + +.milestone-pm .slds-form-element__help { + font-size: .75rem; + margin-top: .5rem; + display: block; +} + +.milestone-pm .slds-form-element__static { + display: inline-block; + line-height: 1.875rem; + min-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-form-element__static.slds-text-longform { + line-height: 1.5; +} + +.milestone-pm .slds-required { + color: #c23934; + margin: 0 .125rem; +} + +.milestone-pm .slds-has-error .slds-form-element__help { + color: #c23934; +} + +.milestone-pm .slds-input { + background-color: #fff; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: .25rem; + width: 100%; + transition: border .1s linear, background-color .1s linear; + display: inline-block; + padding: 0 1rem 0 .75rem; + line-height: 1.875rem; + min-height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-input:active, .milestone-pm .slds-input:focus { + outline: 0; + border-color: #1589ee; + background-color: #fff; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-input.slds-is-disabled, .milestone-pm .slds-input[disabled] { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-input.slds-is-disabled:active, .milestone-pm .slds-input.slds-is-disabled:focus, .milestone-pm .slds-input[disabled]:active, .milestone-pm .slds-input[disabled]:focus { + box-shadow: none; +} + +.milestone-pm .slds-input--bare { + background-color: transparent; + border: 0; + padding-top: 0; + padding-bottom: 0; + padding-left: .75rem; + color: #16325c; + line-height: 1.875rem; +} + +.milestone-pm .slds-input--bare:active, .milestone-pm .slds-input--bare:focus { + outline: 0; +} + +.milestone-pm .slds-input--height { + min-height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-input-has-icon { + position: relative; +} + +.milestone-pm .slds-input-has-icon .slds-input__icon { + width: 1rem; + height: 1rem; + position: absolute; + top: 50%; + margin-top: -.5rem; + fill: #54698d; +} + +.milestone-pm .slds-input-has-icon--left .slds-input__icon { + left: .75rem; +} + +.milestone-pm .slds-input-has-icon--left .slds-input, .milestone-pm .slds-input-has-icon--left .slds-input--bare { + padding-left: 2rem; +} + +.milestone-pm .slds-input-has-icon--right .slds-input__icon { + right: .75rem; +} + +.milestone-pm .slds-input-has-icon--right .slds-input, .milestone-pm .slds-input-has-icon--right .slds-input--bare { + padding-right: 2rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input__icon--left { + left: .75rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input__icon--right { + right: .75rem; +} + +.milestone-pm .slds-input-has-icon--left-right .slds-input, .milestone-pm .slds-input-has-icon--left-right .slds-input--bare { + padding: 0 2rem; +} + +.milestone-pm .slds-input-has-fixed-addon { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-form-element__addon { + display: inline-block; + margin: 0 .5rem; + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-has-error .slds-input { + background-color: #fff; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-input:active, .milestone-pm .slds-has-error .slds-input:focus { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-has-error .slds-input__icon { + fill: #c23934; +} + +.milestone-pm .slds-textarea { + background-color: #fff; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: .25rem; + width: 100%; + transition: border .1s linear, background-color .1s linear; + resize: vertical; + padding: .5rem .75rem; +} + +.milestone-pm .slds-textarea:active, .milestone-pm .slds-textarea:focus { + outline: 0; + border-color: #1589ee; + background-color: #fff; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-textarea.slds-is-disabled, .milestone-pm .slds-textarea[disabled] { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-textarea.slds-is-disabled:active, .milestone-pm .slds-textarea.slds-is-disabled:focus, .milestone-pm .slds-textarea[disabled]:active, .milestone-pm .slds-textarea[disabled]:focus { + box-shadow: none; +} + +.milestone-pm .slds-has-error .slds-textarea { + background-color: #fff; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-textarea:active, .milestone-pm .slds-has-error .slds-textarea:focus { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-radio { + display: inline-block; +} + +.milestone-pm .slds-radio .slds-radio--faux { + width: 1rem; + height: 1rem; + display: inline-block; + position: relative; + vertical-align: middle; + border: 1px solid #d8dde6; + border-radius: 50%; + background: #fff; + transition: border .1s linear, background-color .1s linear; +} + +.milestone-pm .slds-radio .slds-form-element__label { + display: inline; + vertical-align: middle; + font-size: .8125rem; +} + +.milestone-pm .slds-radio [type=radio] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-radio [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:checked ~ .slds-radio--faux { + background: #fff; +} + +.milestone-pm .slds-radio [type=radio]:checked + .slds-radio--faux:after, .milestone-pm .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux:after, .milestone-pm .slds-radio [type=radio]:checked ~ .slds-radio--faux:after { + width: .5rem; + height: .5rem; + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%,-50%,0); + border-radius: 50%; + background: #1589ee; +} + +.milestone-pm .slds-radio [type=radio]:focus + .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:focus + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-radio [type=radio]:focus ~ .slds-radio--faux { + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-radio [type=radio][disabled] { + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-radio [type=radio][disabled] + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-radio [type=radio][disabled] ~ .slds-radio--faux { + background-color: #e0e5ee; + border-color: #a8b7c7; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio] + .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio] + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio] ~ .slds-radio--faux { + border-color: #c23934; + border-width: 2px; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked ~ .slds-radio--faux { + background: #fff; +} + +.milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio--faux:after, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked + .slds-radio__label .slds-radio--faux:after, .milestone-pm .slds-has-error .slds-radio [type=radio]:checked ~ .slds-radio--faux:after { + background: #d4504c; +} + +.milestone-pm .slds-form-element .slds-radio [type=radio] + .slds-radio--faux, .milestone-pm .slds-form-element .slds-radio [type=radio] ~ .slds-radio--faux, .milestone-pm .slds-radio [type=radio] + .slds-radio__label .slds-radio--faux { + margin-right: .5rem; +} + +.milestone-pm .slds-radio--button-group { + display: -ms-inline-flexbox; + display: inline-flex; + border: 1px solid #d8dde6; + border-radius: .25rem; +} + +.milestone-pm .slds-radio--button { + display: -ms-flexbox; + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; +} + +.milestone-pm .slds-radio--button .slds-radio--faux { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + position: relative; + background-color: #fff; + transition: border .1s linear, background-color .1s linear; +} + +.milestone-pm .slds-radio--button .slds-radio--faux:focus, .milestone-pm .slds-radio--button .slds-radio--faux:hover { + cursor: pointer; + background-color: #f4f6f9; +} + +.milestone-pm .slds-radio--button .slds-radio--button__label .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label .slds-radio--faux { + background-color: transparent; +} + +.milestone-pm .slds-radio--button + .slds-radio--button { + border-left: 1px solid #d8dde6; + border-radius: 0; + margin: 0; +} + +.milestone-pm .slds-radio--button:first-child > .slds-radio--button__label, .milestone-pm .slds-radio--button:first-child > .slds-radio--faux { + border-radius: .25rem 0 0 .25rem; +} + +.milestone-pm .slds-radio--button .slds-button--last > .slds-radio--faux, .milestone-pm .slds-radio--button:last-child > .slds-radio--button__label, .milestone-pm .slds-radio--button:last-child > .slds-radio--faux { + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-radio--button [type=radio] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux { + background-color: #0070d2; + color: #fff; +} + +.milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label:focus, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--button__label:hover, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux:focus, .milestone-pm .slds-radio--button [type=radio]:checked + .slds-radio--faux:hover, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux:focus, .milestone-pm .slds-radio--button [type=radio]:checked ~ .slds-radio--faux:hover { + background-color: #0070d2; +} + +.milestone-pm .slds-radio--button [type=radio]:focus + .slds-radio--button__label, .milestone-pm .slds-radio--button [type=radio]:focus + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio]:focus ~ .slds-radio--faux { + outline: 0; + box-shadow: 0 0 3px #0070d2; + z-index: 1; +} + +.milestone-pm .slds-radio--button [type=radio][disabled] + .slds-radio--button__label, .milestone-pm .slds-radio--button [type=radio][disabled] + .slds-radio--faux, .milestone-pm .slds-radio--button [type=radio][disabled] ~ .slds-radio--faux { + background-color: #fff; + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-checkbox { + display: inline-block; +} + +.milestone-pm .slds-checkbox .slds-checkbox--faux { + width: 1rem; + height: 1rem; + display: inline-block; + position: relative; + vertical-align: middle; + border: 1px solid #d8dde6; + border-radius: .125rem; + background: #fff; + transition: border .1s linear, background-color .1s linear; +} + +.milestone-pm .slds-checkbox .slds-form-element__label { + display: inline; + vertical-align: middle; + font-size: .8125rem; +} + +.milestone-pm .slds-checkbox [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux:after { + display: block; + content: ''; + height: .25rem; + width: .5rem; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%,-50%,0) rotate(-45deg); + border-bottom: 2px solid #1589ee; + border-left: 2px solid #1589ee; +} + +.milestone-pm .slds-checkbox [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus ~ .slds-checkbox--faux { + content: ''; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox [type=checkbox]:focus:checked + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus:checked > .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox]:focus:checked ~ .slds-checkbox--faux { + border-color: #1589ee; + background-color: #fff; +} + +.milestone-pm .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox__label .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox]:indeterminate ~ .slds-checkbox--faux:after { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: .5rem; + height: 2px; + background: #1589ee; + border: 0; + transform: translate3d(-50%,-50%,0); +} + +.milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-checkbox [type=checkbox][disabled] ~ .slds-checkbox--faux { + background-color: #e0e5ee; + border-color: #a8b7c7; +} + +.milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox][disabled] + .slds-checkbox__label .slds-checkbox--faux:after, .milestone-pm .slds-checkbox [type=checkbox][disabled] ~ .slds-checkbox--faux:after { + border-color: #fff; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox] + .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox] ~ .slds-checkbox--faux { + border-color: #c23934; + border-width: 2px; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux { + border-color: #c23934; + background-color: #fff; +} + +.milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux:after, .milestone-pm .slds-has-error .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux:after { + border-color: #d4504c; +} + +.milestone-pm .slds-form-element .slds-checkbox [type=checkbox] + .slds-checkbox--faux, .milestone-pm .slds-form-element .slds-checkbox [type=checkbox] + .slds-checkbox__label .slds-checkbox--faux, .milestone-pm .slds-form-element .slds-checkbox [type=checkbox] ~ .slds-checkbox--faux { + margin-right: .5rem; +} + +.milestone-pm .slds-checkbox--toggle { + width: 100%; +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux { + display: block; + position: relative; + width: 3rem; + height: 1.5rem; + border: 1px solid #9faab5; + padding: .125rem; + background-color: #9faab5; + border-radius: 15rem; + transition: background-color .2s cubic-bezier(.75,0,.08,1); +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:hover { + cursor: pointer; + background-color: #7e8c99; +} + +.milestone-pm .slds-checkbox--toggle .slds-checkbox--faux:after { + content: ''; + position: absolute; + top: 1px; + left: 1px; + width: 1.25rem; + height: 1.25rem; + background-color: #fff; + border-radius: 15rem; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container { + font-size: .625rem; + color: #54698d; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container .slds-checkbox--off { + display: block; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container .slds-checkbox--on { + display: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:focus + .slds-checkbox--faux_container .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:focus ~ .slds-checkbox--faux { + background-color: #7e8c99; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--off { + display: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--on { + display: block; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux { + border-color: #0070d2; + background-color: #0070d2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:hover { + background-color: #005fb2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:before, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:before, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:before { + content: ''; + position: absolute; + top: 1px; + right: 1px; + width: 1.25rem; + height: 1.25rem; + background-color: #fff; + border-radius: 15rem; + transition: transform .2s cubic-bezier(.75,0,.08,1); +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked ~ .slds-checkbox--faux:after { + content: ' '; + position: absolute; + top: .25rem; + left: .6rem; + height: .7rem; + width: .45rem; + border-bottom: 2px solid #fff; + border-right: 2px solid #fff; + border-radius: 0; + background-color: transparent; + transform: rotate(45deg); +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus + .slds-checkbox--faux_container .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox]:checked:focus ~ .slds-checkbox--faux { + background-color: #005fb2; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux { + background-color: #9faab5; + pointer-events: none; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:after, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:after { + background-color: #d8dde6; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] + .slds-checkbox--faux_container .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--toggle [type=checkbox][disabled] ~ .slds-checkbox--faux:hover { + background-color: #9faab5; + cursor: default; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:before { + background-color: #d8dde6; +} + +.milestone-pm .slds-checkbox--toggle [type=checkbox][disabled]:checked + .slds-checkbox--faux_container .slds-checkbox--faux:after { + background-color: transparent; +} + +.milestone-pm .slds-select { + background-color: #fff; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: .25rem; + width: 100%; + transition: border .1s linear, background-color .1s linear; + height: calc(1.875rem + (1px * 2)); +} + +.milestone-pm .slds-select:active, .milestone-pm .slds-select:focus { + outline: 0; + border-color: #1589ee; + background-color: #fff; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-select.slds-is-disabled, .milestone-pm .slds-select[disabled] { + background-color: #e0e5ee; + border-color: #a8b7c7; + cursor: not-allowed; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-select.slds-is-disabled:active, .milestone-pm .slds-select.slds-is-disabled:focus, .milestone-pm .slds-select[disabled]:active, .milestone-pm .slds-select[disabled]:focus { + box-shadow: none; +} + +.milestone-pm .slds-select[multiple], .milestone-pm .slds-select[size] { + min-height: calc(1.875rem + (1px * 2)); + height: inherit; +} + +.milestone-pm .slds-select[multiple] option, .milestone-pm .slds-select[size] option { + padding: .5rem; +} + +.milestone-pm .slds-select_container { + position: relative; +} + +.milestone-pm .slds-select_container .slds-select { + -moz-appearance: none; + -webkit-appearance: none; + padding-left: .5rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-select_container .slds-select::-ms-expand { + display: none; +} + +.milestone-pm .slds-select_container:after, .milestone-pm .slds-select_container:before { + position: absolute; + content: ''; + display: block; + right: .5rem; + width: 0; + height: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; +} + +.milestone-pm .slds-select_container:before { + border-bottom: 5px solid #061c3f; + top: calc((1.75rem / 2) - 6px); +} + +.milestone-pm .slds-select_container:after { + border-top: 5px solid #061c3f; + bottom: calc((1.75rem / 2) - 6px); +} + +.milestone-pm .slds-has-error .slds-select { + background-color: #fff; + border-color: #c23934; + box-shadow: #c23934 0 0 0 1px inset; + background-clip: padding-box; +} + +.milestone-pm .slds-has-error .slds-select:active, .milestone-pm .slds-has-error .slds-select:focus { + box-shadow: #c23934 0 0 0 1px inset, 0 0 3px #0070d2; +} + +.milestone-pm .slds-checkbox--button-group { + display: -ms-inline-flexbox; + display: inline-flex; + border: 1px solid #d8dde6; + border-radius: .25rem; +} + +.milestone-pm .slds-checkbox--button { + display: -ms-flexbox; + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--faux { + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + vertical-align: middle; + position: relative; + background-color: #fff; + transition: border .1s linear, background-color .1s linear; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button .slds-checkbox--faux:hover { + cursor: pointer; + background-color: #f4f6f9; +} + +.milestone-pm .slds-checkbox--button .slds-checkbox--button__label .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label .slds-checkbox--faux { + background-color: transparent; +} + +.milestone-pm .slds-checkbox--button + .slds-checkbox--button { + border-left: 1px solid #d8dde6; + border-radius: 0; + margin: 0; +} + +.milestone-pm .slds-checkbox--button:first-child > .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button:first-child > .slds-checkbox--faux { + border-radius: .25rem 0 0 .25rem; +} + +.milestone-pm .slds-checkbox--button .slds-button--last > .slds-checkbox--faux, .milestone-pm .slds-checkbox--button:last-child > .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button:last-child > .slds-checkbox--faux { + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-checkbox--button [type=checkbox] { + width: 1px; + height: 1px; + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux { + background-color: #0070d2; + color: #fff; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--button__label:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked + .slds-checkbox--faux:hover, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux:focus, .milestone-pm .slds-checkbox--button [type=checkbox]:checked ~ .slds-checkbox--faux:hover { + background-color: #0070d2; +} + +.milestone-pm .slds-checkbox--button [type=checkbox]:focus + .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button [type=checkbox]:focus + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox]:focus ~ .slds-checkbox--faux { + outline: 0; + box-shadow: 0 0 3px #0070d2; + z-index: 1; +} + +.milestone-pm .slds-checkbox--button [type=checkbox][disabled] + .slds-checkbox--button__label, .milestone-pm .slds-checkbox--button [type=checkbox][disabled] + .slds-checkbox--faux, .milestone-pm .slds-checkbox--button [type=checkbox][disabled] ~ .slds-checkbox--faux { + background-color: #fff; + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-picklist--draggable .slds-button { + margin: .25rem; +} + +.milestone-pm .slds-picklist--draggable .slds-button:first-of-type { + margin-top: 1.5rem; +} + +.milestone-pm .slds-picklist__options { + border: 1px solid #d8dde6; + border-radius: .25rem; + padding: .25rem 0; + width: 15rem; + height: 15rem; + background-color: #fff; +} + +.milestone-pm .slds-picklist__options--multi { + overflow: auto; +} + +.milestone-pm .slds-picklist__item { + position: relative; + line-height: 1.5; +} + +.milestone-pm .slds-picklist__item > a, .milestone-pm .slds-picklist__item > span { + display: block; + padding: .5rem .75rem; +} + +.milestone-pm .slds-picklist__item > a:hover, .milestone-pm .slds-picklist__item > span:hover { + background-color: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-picklist__item > a:active, .milestone-pm .slds-picklist__item > span:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-picklist__item[aria-selected=true] { + background-color: #eef1f6; +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal { + text-align: right; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal .slds-form-element > .slds-form-element__label, .milestone-pm .slds-form--horizontal .slds-form-element > .slds-form-element__legend { + float: left; + text-align: right; + display: inline-block; + width: 33%; + vertical-align: top; + position: relative; + top: .1875rem; + margin-right: 0; + margin-bottom: 0; + } +} + +.milestone-pm .slds-form--horizontal .slds-form-element + .slds-form-element { + margin-top: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--horizontal .slds-form-element + .slds-form-element { + margin-top: .5rem; + } +} + +.milestone-pm .slds-form--horizontal .slds-form-element__control { + width: 100%; +} + +@media (min-width: 48em) { + .milestone-pm .slds-form--horizontal .slds-form-element__control { + width: 66%; + display: inline-block; + text-align: left; + } +} + +.milestone-pm .slds-form--stacked .slds-form-element { + display: block; +} + +.milestone-pm .slds-form--stacked .slds-form-element + .slds-form-element { + margin-top: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--stacked .slds-form-element + .slds-form-element { + margin-top: .5rem; + } +} + +.milestone-pm .slds-form--stacked .slds-form-element .slds-checkbox, .milestone-pm .slds-form--stacked .slds-form-element .slds-radio { + display: block; +} + +.milestone-pm .slds-form--inline .slds-form-element, .milestone-pm .slds-form--inline .slds-form-element__control, .milestone-pm .slds-form--inline .slds-form-element__label { + display: block; +} + +.milestone-pm .slds-form--inline .slds-form-element + .slds-form-element { + margin-top: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-form--inline .slds-form-element { + margin-right: .5rem; + } + + .milestone-pm .slds-form--inline .slds-form-element + .slds-form-element { + margin-top: 0; + } + + .milestone-pm .slds-form--inline .slds-form-element, .milestone-pm .slds-form--inline .slds-form-element__control, .milestone-pm .slds-form--inline .slds-form-element__label { + display: inline-block; + vertical-align: middle; + margin-bottom: 0; + } +} + +.milestone-pm .slds-form--compound .slds-form-element__row { + display: -ms-flexbox; + display: flex; + margin-bottom: .5rem; +} + +.milestone-pm .slds-form--compound .slds-form-element__row + .slds-form-element__row { + clear: both; +} + +.milestone-pm .slds-form--compound .slds-form-element { + width: 100%; +} + +.milestone-pm .slds-form--compound .slds-form-element + .slds-form-element { + padding-left: .5rem; +} + +.milestone-pm .slds-form--compound .slds-form-element__control { + position: relative; +} + +.milestone-pm .slds-form--compound .slds-form-element__control + .slds-form-element__control { + padding-left: .5rem; +} + +.milestone-pm .slds-docked-form-footer { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: #f4f6f9; + box-shadow: 0 -2px 2px 0 rgba(0,0,0,.16); + z-index: 8000; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + padding: .5rem 0; +} + +.milestone-pm .slds-file-selector { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.milestone-pm .slds-file-selector__dropzone { + padding: .125rem; + border: 1px dashed #d8dde6; + border-radius: .25rem; +} + +.milestone-pm .slds-file-selector__dropzone.slds-has-drag-over { + outline: 0; + border-color: #1589ee; + box-shadow: 0 0 3px #0070d2; + border-style: solid; +} + +.milestone-pm .slds-file-selector__input:focus ~ .slds-file-selector__body > .slds-file-selector__button { + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body { + color: #d8dde6; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body > .slds-file-selector__button { + background: #e0e5ee; + border-color: transparent; + color: #fff; +} + +.milestone-pm .slds-file-selector__input[disabled] ~ .slds-file-selector__body > .slds-file-selector__body-icon { + fill: currentColor; +} + +.milestone-pm .slds-file-selector__button { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__body { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__button { + max-height: 1.625rem; + line-height: 1.625rem; +} + +.milestone-pm .slds-file-selector--files .slds-file-selector__text { + margin-left: .5rem; + margin-right: .75rem; +} + +.milestone-pm .slds-file-selector--images { + display: block; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__dropzone { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__dropzone:after { + content: ''; + padding-top: 100%; + display: table; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__body { + text-align: center; +} + +.milestone-pm .slds-file-selector--images .slds-file-selector__text { + margin-top: .75rem; +} + +.milestone-pm .slds-file-selector--integrated { + width: 100%; + height: 100%; + position: relative; + display: block; +} + +.milestone-pm .slds-file-selector__dropzone--integrated { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 0; + opacity: 0; + z-index: -1; +} + +.milestone-pm .slds-file-selector__dropzone--integrated.slds-has-drag { + background: rgba(255,255,255,.75); + opacity: 1; + z-index: 8000; +} + +.milestone-pm .slds-file-selector__dropzone--integrated.slds-has-drag-over { + background: rgba(240,248,252,.75); + box-shadow: 0 0 0 4px #1589ee inset; +} + +.milestone-pm .slds-file-selector__body--integrated { + width: 12rem; + height: 12rem; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; + background: #fff; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); + border: 1px solid #d8dde6; + border-radius: .25rem; + -ms-flex-direction: column; + flex-direction: column; +} + +.milestone-pm .slds-file-selector__text--integrated { + margin-top: .75rem; +} + +.milestone-pm .slds-page-header { + padding: 1rem .75rem; + border-bottom: 1px solid #d8dde6; + background: #f7f9fb; +} + +.milestone-pm .slds-page-header__title { + font-weight: 400; + font-size: 1rem; + line-height: 1.25; +} + +@media (min-width: 48em) { + .milestone-pm .slds-page-header { + padding: 1rem 1.5rem; + } + + .milestone-pm .slds-page-header__title { + font-size: 1.25rem; + } +} + +.milestone-pm .slds-page-header__detail-row { + margin: .75rem -1.5rem -1rem; + padding: .75rem 1.5rem; + background-color: #fff; +} + +.milestone-pm .slds-page-header__detail-block { + padding-right: 2rem; + padding-left: 2rem; + max-width: 25%; +} + +.milestone-pm .slds-page-header__detail-block:first-child { + padding-left: 0; +} + +.milestone-pm .slds-page-header__detail-block:last-child { + padding-right: 0; +} + +.milestone-pm .slds-page-header--vertical { + padding: .75rem; + background: #f7f9fb; +} + +.milestone-pm .slds-page-header--object-home { + padding-bottom: .75rem; +} + +.milestone-pm .slds-panel { + background: #fff; + border-radius: .25rem; +} + +.milestone-pm .slds-panel__section { + padding: 1rem; +} + +.milestone-pm .slds-panel__actions { + padding: .75rem; +} + +.milestone-pm .slds-panel.slds-is-editing { + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); +} + +.milestone-pm .slds-panel--filters { + margin-left: 1rem; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); + border-radius: 0; +} + +.milestone-pm .slds-filters { + position: relative; +} + +.milestone-pm .slds-filters__header { + padding: .5rem .75rem; +} + +.milestone-pm .slds-filters__body { + padding: .5rem .75rem; +} + +.milestone-pm .slds-filters__footer { + padding: .5rem 1rem; +} + +.milestone-pm .slds-filters__item { + padding: .75rem; + background: #fff; + border: 1px solid #d8dde6; + border-radius: .25rem; + cursor: pointer; +} + +.milestone-pm .slds-filters__item.slds-is-new { + background: #faffbd; + color: #16325c; +} + +.milestone-pm .slds-filters__item.slds-has-error { + border-color: #c23934; +} + +.milestone-pm .slds-filters__item.slds-is-locked { + background: #f4f6f9; +} + +.milestone-pm .slds-filters__item.slds-is-locked, .milestone-pm .slds-filters__item.slds-is-locked a { + cursor: not-allowed; +} + +.milestone-pm .slds-filters__item + .slds-filters__item { + margin-top: .5rem; +} + +.milestone-pm .slds-filters__item:hover { + background: #f4f6f9; +} + +.milestone-pm .slds-popover { + position: relative; + border-radius: .25rem; + width: 20rem; + min-height: 2rem; + z-index: 6000; + background-color: #fff; + display: inline-block; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-popover__body { + overflow-wrap: break-word; + word-wrap: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + position: relative; + padding: .5rem .75rem; +} + +.milestone-pm .slds-popover__close { + position: relative; + z-index: 6001; +} + +.milestone-pm .slds-popover[class*=theme--] { + border: 0; +} + +.milestone-pm .slds-popover :last-child { + margin-bottom: 0; +} + +.milestone-pm .slds-popover--panel .slds-popover__header { + background: #f4f6f9; + padding: 1.5rem 1.5rem .75rem; + border-top-left-radius: calc(.25rem - 1px); + border-top-right-radius: calc(.25rem - 1px); +} + +.milestone-pm .slds-popover--panel .slds-popover__body { + padding: 0; +} + +.milestone-pm .slds-popover--panel .slds-popover__body-list { + padding: 1rem 1.5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-popover--panel.slds-nubbin--left-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--left-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--top-left:after, .milestone-pm .slds-popover--panel.slds-nubbin--top-left:before, .milestone-pm .slds-popover--panel.slds-nubbin--top-right:after, .milestone-pm .slds-popover--panel.slds-nubbin--top-right:before { + background: #f4f6f9; +} + +.milestone-pm .slds-popover--panel.slds-nubbin--left-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--left-top:before, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:after, .milestone-pm .slds-popover--panel.slds-nubbin--right-top:before { + top: 2.25rem; +} + +.milestone-pm .slds-nubbin--top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top:after { + box-shadow: -1px -1px 0 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top-left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top-left:after { + box-shadow: -1px -1px 0 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-left:after, .milestone-pm .slds-nubbin--top-left:before { + left: 1.5rem; + top: -.5rem; +} + +.milestone-pm .slds-nubbin--top-right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top-right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--top-right:after { + box-shadow: -1px -1px 0 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--top-right:after, .milestone-pm .slds-nubbin--top-right:before { + left: auto; + right: 1.5rem; + top: -.5rem; + margin-right: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom:after { + box-shadow: 2px 2px 4px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-left:after { + box-shadow: 2px 2px 4px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-left:after, .milestone-pm .slds-nubbin--bottom-left:before { + left: 1.5rem; + top: 100%; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + left: 50%; + bottom: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-nubbin--bottom-right:after { + box-shadow: 2px 2px 4px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--bottom-right:after, .milestone-pm .slds-nubbin--bottom-right:before { + left: auto; + right: 1.5rem; + top: 100%; + margin-top: -.5rem; + margin-right: -.5rem; +} + +.milestone-pm .slds-nubbin--left:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left:after { + box-shadow: -1px 1px 2px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left-top:after { + box-shadow: -1px 1px 2px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-top:after, .milestone-pm .slds-nubbin--left-top:before { + top: 1.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + left: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--left-bottom:before { + margin-bottom: -1px; +} + +.milestone-pm .slds-nubbin--left-bottom:after { + box-shadow: -1px 2px 3px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--left-bottom:after, .milestone-pm .slds-nubbin--left-bottom:before { + top: auto; + bottom: 1rem; +} + +.milestone-pm .slds-nubbin--right:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right:after { + box-shadow: 1px -1px 2px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right-top:after { + box-shadow: 1px -1px 2px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-top:after, .milestone-pm .slds-nubbin--right-top:before { + top: 1.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: inherit; + top: 50%; + right: -.5rem; + margin-top: -.5rem; +} + +.milestone-pm .slds-nubbin--right-bottom:before { + margin-bottom: -1px; +} + +.milestone-pm .slds-nubbin--right-bottom:after { + box-shadow: 2px -1px 3px 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-nubbin--right-bottom:after, .milestone-pm .slds-nubbin--right-bottom:before { + top: auto; + bottom: 1rem; +} + +.milestone-pm .slds-popover--tooltip { + width: auto; + max-width: 20rem; + background: #16325c; + border: 0; +} + +.milestone-pm .slds-popover--tooltip .slds-popover__body { + font-size: .75rem; + color: #fff; +} + +.milestone-pm .slds-rise-from-ground { + visibility: visible; + opacity: 1; + transform: translate(0,0); + transition: opacity .1s linear, visibility .1s linear, transform .1s linear; + will-change: transform; +} + +.milestone-pm .slds-fall-into-ground { + visibility: hidden; + opacity: 0; + transform: translate(0,0); + transition: opacity .1s linear, visibility .1s linear, transform .1s linear; + will-change: transform; +} + +.milestone-pm .slds-slide-from-bottom-to-top { + transform: translateY(10%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-top-to-bottom { + transform: translateY(-10%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-right-to-left { + transform: translateX(5%); + will-change: transform; +} + +.milestone-pm .slds-slide-from-left-to-right { + transform: translateX(-5%); + will-change: transform; +} + +.milestone-pm .slds-tooltip { + position: relative; + border-radius: .25rem; + width: 20rem; + min-height: 2rem; + z-index: 6000; + background-color: #061c3f; + display: inline-block; +} + +.milestone-pm .slds-tooltip__body { + padding: .5rem .75rem; + font-size: .75rem; + color: #fff; +} + +.milestone-pm .slds-dropdown { + position: absolute; + z-index: 7000; + left: 50%; + float: left; + min-width: 6rem; + max-width: 20rem; + margin-top: .125rem; + border: 1px solid #d8dde6; + border-radius: .25rem; + padding: .25rem 0; + font-size: .75rem; + background: #fff; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); + transform: translateX(-50%); +} + +.milestone-pm .slds-dropdown--left { + left: 0; + transform: translateX(0); +} + +.milestone-pm .slds-dropdown--right { + left: auto; + right: 0; + transform: translateX(0); +} + +.milestone-pm .slds-dropdown--bottom { + bottom: 100%; +} + +.milestone-pm .slds-dropdown--small { + min-width: 15rem; +} + +.milestone-pm .slds-dropdown--medium { + min-width: 20rem; +} + +.milestone-pm .slds-dropdown--large { + min-width: 25rem; + max-width: 512px; +} + +.milestone-pm .slds-dropdown--length-5 { + max-height: calc(((.8125rem * 1.5) + 1rem) * 5); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-7 { + max-height: calc(((.8125rem * 1.5) + 1rem) * 7); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-10 { + max-height: calc(((.8125rem * 1.5) + 1rem) * 10); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-5 { + max-height: calc((1.5rem + 1rem) * 5); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-7 { + max-height: calc((1.5rem + 1rem) * 7); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown--length-with-icon-10 { + max-height: calc((1.5rem + 1rem) * 10); + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.milestone-pm .slds-dropdown mark { + font-weight: 700; + background-color: transparent; +} + +.milestone-pm .slds-dropdown[class*=slds-nubbin--top] { + margin-top: .5rem; +} + +.milestone-pm .slds-dropdown[class*=slds-nubbin--bottom] { + margin-bottom: .5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top { + margin-top: .5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:before { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: #fff; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:after { + width: 1rem; + height: 1rem; + position: absolute; + transform: rotate(45deg); + content: ''; + background-color: #fff; + left: 50%; + top: -.5rem; + margin-left: -.5rem; +} + +.milestone-pm .slds-dropdown--nubbin-top:before { + background: #fff; +} + +.milestone-pm .slds-dropdown--nubbin-top:after { + background: #fff; + box-shadow: -1px -1px 0 0 rgba(0,0,0,.16); + z-index: -1; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left { + left: -1rem; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left:after, .milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--left:before { + left: 1.5rem; + margin-left: 0; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right { + right: -1rem; +} + +.milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right:after, .milestone-pm .slds-dropdown--nubbin-top.slds-dropdown--right:before { + left: auto; + right: 1.5rem; + margin-left: 0; +} + +.milestone-pm .slds-dropdown__header { + padding: .5rem .75rem; +} + +.milestone-pm .slds-dropdown__item { + line-height: 1.5; +} + +.milestone-pm .slds-dropdown__item > a { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + padding: .5rem .75rem; + color: #16325c; + white-space: nowrap; + cursor: pointer; +} + +.milestone-pm .slds-dropdown__item > a:focus, .milestone-pm .slds-dropdown__item > a:hover { + outline: 0; + text-decoration: none; + background-color: #f4f6f9; +} + +.milestone-pm .slds-dropdown__item > a:active { + text-decoration: none; + background-color: #eef1f6; +} + +.milestone-pm .slds-dropdown__item > a[aria-disabled=true] { + color: #d8dde6; + cursor: default; +} + +.milestone-pm .slds-dropdown__item > a[aria-disabled=true]:hover { + background-color: transparent; +} + +.milestone-pm .slds-dropdown__item .slds-icon--selected { + opacity: 0; + transition: opacity 50ms ease; +} + +.milestone-pm .slds-dropdown__item.slds-is-selected .slds-icon--selected { + fill: #0070d2; + opacity: 1; +} + +.milestone-pm .slds-dropdown .slds-has-icon { + position: relative; +} + +.milestone-pm .slds-dropdown .slds-has-icon--left > a, .milestone-pm .slds-dropdown .slds-has-icon--left > span { + padding-left: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon--right > a, .milestone-pm .slds-dropdown .slds-has-icon--right > span { + padding-right: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon--left-right > a, .milestone-pm .slds-dropdown .slds-has-icon--left-right > span { + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon { + width: 1rem; + height: 1rem; + position: absolute; + top: 50%; + margin-top: -.5rem; + fill: #54698d; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon--left { + left: .75rem; +} + +.milestone-pm .slds-dropdown .slds-has-icon .slds-icon--right { + right: .75rem; +} + +.milestone-pm .slds-dropdown-trigger { + position: relative; + display: inline-block; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown { + top: 100%; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown--bottom { + top: auto; +} + +.milestone-pm .slds-dropdown-trigger .slds-dropdown { + visibility: hidden; + opacity: 0; + transition: opacity .1s linear, visibility .1s linear; +} + +.milestone-pm .slds-dropdown-trigger:focus, .milestone-pm .slds-dropdown-trigger:hover { + outline: 0; +} + +.milestone-pm .slds-dropdown-trigger:focus .slds-dropdown, .milestone-pm .slds-dropdown-trigger:hover .slds-dropdown { + visibility: visible; + opacity: 1; + transition: opacity .1s linear, visibility .1s linear; +} + +.milestone-pm .slds-dropdown-trigger--hover .slds-dropdown { + visibility: hidden; + opacity: 0; + transition: opacity .1s linear, visibility .1s linear; +} + +.milestone-pm .slds-dropdown-trigger--hover:focus, .milestone-pm .slds-dropdown-trigger--hover:hover { + outline: 0; +} + +.milestone-pm .slds-dropdown-trigger--hover:focus .slds-dropdown, .milestone-pm .slds-dropdown-trigger--hover:hover .slds-dropdown { + visibility: visible; + opacity: 1; + transition: opacity .1s linear, visibility .1s linear; +} + +.milestone-pm .slds-dropdown-trigger--click .slds-dropdown { + display: none; +} + +.milestone-pm .slds-dropdown-trigger--click.slds-is-open .slds-dropdown { + display: block; + visibility: visible; + opacity: 1; +} + +.milestone-pm .slds-dropdown-trigger > [class*=slds-button--icon] ~ .slds-dropdown--left[class*=slds-nubbin] { + left: -.5rem; +} + +.milestone-pm .slds-dropdown-trigger > [class*=slds-button--icon] ~ .slds-dropdown--right[class*=slds-nubbin] { + right: -.5rem; +} + +.milestone-pm .slds-dropdown--actions a { + color: #0070d2; +} + +.milestone-pm .slds-picklist { + position: relative; +} + +.milestone-pm .slds-picklist .slds-dropdown { + width: 15rem; +} + +.milestone-pm .slds-picklist--fluid .slds-dropdown, .milestone-pm .slds-picklist--fluid .slds-picklist__label { + width: auto; + min-width: 0; + max-width: 15rem; +} + +.milestone-pm .slds-picklist__label { + padding-right: 2rem; + width: 15rem; + color: #16325c; + text-align: left; +} + +.milestone-pm .slds-picklist__label .slds-icon { + width: .75rem; + height: .75rem; + position: absolute; + right: 1rem; + top: 50%; + margin-top: -.375rem; + fill: #54698d; +} + +.milestone-pm .slds-picklist__label .slds-truncate { + display: block; +} + +.milestone-pm .slds-datepicker { + padding: 0; + font-size: .75rem; +} + +.milestone-pm .slds-datepicker td, .milestone-pm .slds-datepicker th { + text-align: center; +} + +.milestone-pm .slds-datepicker th { + padding: .5rem; + font-weight: 400; + color: #54698d; +} + +.milestone-pm .slds-datepicker td { + padding: .25rem; + text-align: center; + font-size: .75rem; +} + +.milestone-pm .slds-datepicker td > .slds-day { + width: 2rem; + height: 2rem; + display: block; + position: relative; + min-width: 2rem; + line-height: 2rem; + border-radius: 50%; + margin: auto; +} + +.milestone-pm .slds-datepicker td.slds-is-today > .slds-day, .milestone-pm .slds-datepicker td:focus:not(.slds-disabled-text) > .slds-day, .milestone-pm .slds-datepicker td:hover:not(.slds-disabled-text) > .slds-day { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-datepicker td.slds-is-selected:not(.slds-disabled-text) > .slds-day { + background: #005fb2; + color: #fff; +} + +.milestone-pm .slds-datepicker td.slds-is-selected-multi > .slds-day { + overflow: visible; +} + +.milestone-pm .slds-datepicker td.slds-is-selected-multi + .slds-is-selected-multi > .slds-day:before { + content: ''; + position: absolute; + background: #005fb2; + top: 0; + left: -50%; + height: 100%; + width: 2.5rem; + transform: translateX(-.5rem); + z-index: -1; +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child > .slds-day:before, .milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child > .slds-day:after { + content: ''; + position: absolute; + background: #005fb2; + top: 0; + left: -50%; + height: 100%; + width: 2.5rem; + transform: translateX(-.5rem); + z-index: -1; +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:first-child > .slds-day:before { + left: 0; + transform: translateX(-.25rem); +} + +.milestone-pm .slds-datepicker .slds-has-multi-row-selection .slds-is-selected-multi:last-child > .slds-day:after { + left: auto; + right: 0; + transform: translateX(.25rem); +} + +.milestone-pm .slds-datepicker__filter { + padding: .25rem; +} + +.milestone-pm .slds-datepicker__filter--month { + padding: 0 .25rem 0 0; +} + +.milestone-pm .slds-disabled-text { + color: #d8dde6; +} + +.milestone-pm .slds-datepicker--time { + max-width: 12rem; + max-height: 13.5rem; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-datepicker--time__list > li { + white-space: nowrap; + padding: .5rem; + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-datepicker--time__list > li:focus, .milestone-pm .slds-datepicker--time__list > li:hover { + background: #f4f6f9; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-docked_container { + display: -ms-flexbox; + display: flex; + -ms-flex-align: end; + align-items: flex-end; + position: fixed; + bottom: 0; + right: 0; + padding: 0 1.5rem; + height: 40px; +} + +.milestone-pm .slds-docked-composer { + position: relative; + border-radius: .25rem .25rem 0 0; + width: 480px; + height: 40px; + float: left; + box-shadow: 0 -2px 2px 0 rgba(0,0,0,.16); + border: 1px solid #d8dde6; + border-bottom: none; +} + +.milestone-pm .slds-docked-composer.slds-is-open { + height: 480px; +} + +.milestone-pm .slds-docked-composer:focus .slds-docked-composer__header, .milestone-pm .slds-docked-composer:hover .slds-docked-composer__header { + background: #061c3f; +} + +.milestone-pm .slds-docked-composer + .slds-docked-composer { + margin-left: 1.5rem; +} + +.milestone-pm .slds-docked-composer__header { + background: #16325c; + border-radius: .25rem .25rem 0 0; + padding: .5rem; + color: #fff; +} + +.milestone-pm .slds-docked-composer__header:hover { + cursor: pointer; +} + +.milestone-pm .slds-docked-composer__actions .slds-button { + margin-left: .75rem; +} + +.milestone-pm .slds-docked-composer__body { + background: #fff; +} + +.milestone-pm .slds-docked-composer__lead { + background: #fff; + padding: 1rem .5rem; +} + +.milestone-pm .slds-docked-composer__toolbar { + background: #f4f6f9; + padding: .25rem .5rem; + max-height: 60px; + overflow-y: auto; + border-top: 1px solid #d8dde6; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer__input { + background: #fff; + padding: 1rem; + min-height: 6rem; + resize: none; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-docked-composer__footer { + background: #f4f6f9; + padding: .75rem .5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer--overflow { + width: auto; +} + +.milestone-pm .slds-docked-composer--overflow__pill { + display: -ms-flexbox; + display: flex; + padding: 0 .75rem; + height: inherit; + white-space: nowrap; + border-top-left-radius: .25rem; + border-top-right-radius: .25rem; +} + +.milestone-pm .slds-docked-composer--overflow__pill:focus, .milestone-pm .slds-docked-composer--overflow__pill:hover { + color: #fff; + text-decoration: none; +} + +.milestone-pm .slds-docked-composer--overflow__pill .slds-text-body--small { + color: #fff; + margin-left: .5rem; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer { + width: 100%; + height: 100%; + box-shadow: none; + float: none; + border-radius: 0; + border: 0; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer__header { + border-radius: 0; +} + +.milestone-pm .slds-docked-composer-modal .slds-docked-composer__body { + min-height: 260px; +} + +.milestone-pm .slds-docked-composer__body--email { + position: relative; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input { + border-radius: 0; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input:focus { + z-index: 1; +} + +.milestone-pm .slds-docked-composer__body--email .slds-input:not(:focus) { + border-color: transparent; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-docked-composer__body--email .slds-picklist__label { + padding-left: .75rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-docked-composer__body--email .slds-picklist__label .slds-icon { + right: .5rem; +} + +.milestone-pm .slds-email-composer__label { + width: 2rem; + font-size: .75rem; +} + +.milestone-pm .slds-docked-composer__body--form { + padding: 1rem; +} + +.milestone-pm .slds-utility-bar_container { + position: relative; +} + +.milestone-pm .slds-utility-bar { + display: -ms-flexbox; + display: flex; + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: #f4f6f9; + box-shadow: 0 -2px 2px 0 rgba(0,0,0,.16); + z-index: 8000; +} + +.milestone-pm .slds-utility-bar__item { + position: relative; + padding: 0 .75rem; + border-radius: 0; + border: 0; + color: #16325c; +} + +.milestone-pm .slds-utility-bar__item:after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 2px; + background: 0 0; +} + +.milestone-pm .slds-utility-bar__item:focus, .milestone-pm .slds-utility-bar__item:hover { + box-shadow: none; +} + +.milestone-pm .slds-utility-bar__item:focus:after { + background: #1589ee; +} + +.milestone-pm .slds-utility-bar__item:focus:hover, .milestone-pm .slds-utility-bar__item:hover { + color: inherit; + background: #e0e5ee; +} + +.milestone-pm .slds-utility-bar__item.slds-is-active { + background: #e0e5ee; + color: inherit; +} + +.milestone-pm .slds-utility-bar__item.slds-is-active:after { + background: #1589ee; +} + +.milestone-pm .slds-utility-panel { + position: fixed; + bottom: 1.875rem; + width: 21.25rem; + height: 30rem; + border-radius: .25rem .25rem 0 0; + border: 1px solid #d8dde6; + border-bottom: none; + transform: translateY(100%); +} + +.milestone-pm .slds-utility-panel.slds-is-open { + box-shadow: 0 -2px 2px 0 rgba(0,0,0,.16); + transform: translateY(0); +} + +.milestone-pm .slds-utility-panel:focus .slds-utility-panel__header, .milestone-pm .slds-utility-panel:hover .slds-utility-panel__header { + background: #061c3f; +} + +.milestone-pm .slds-utility-panel__header { + background: #16325c; + border-radius: .25rem .25rem 0 0; + color: #fff; + padding: 0 .5rem; +} + +.milestone-pm .slds-utility-panel__body { + display: -ms-flexbox; + display: flex; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + -ms-flex-pack: center; + justify-content: center; + overflow: auto; +} + +.milestone-pm .slds-utility-panel__header-icon-action, .milestone-pm .slds-utility-panel__header-label { + padding: .5rem; + color: #fff; +} + +.milestone-pm .slds-global-header_container { + position: fixed; + width: 100%; + top: 0; + left: 0; +} + +.milestone-pm .slds-global-header_container .slds-assistive-text--focus { + background: #fff; + top: 0; +} + +.milestone-pm .slds-global-header { + background: #fff; + box-shadow: 0 2px 4px rgba(0,0,0,.07); + padding: .5rem 0; + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; +} + +.milestone-pm .slds-global-header__item { + padding: 0 1rem; +} + +.milestone-pm .slds-global-header__item--search { + -ms-flex: 0 1 25rem; + flex: 0 1 25rem; +} + +.milestone-pm .slds-global-header__logo { + -ms-flex-negative: 0; + flex-shrink: 0; + width: 2.8125rem; +} + +.milestone-pm .slds-context-bar { + display: -ms-flexbox; + display: flex; + height: 2.5rem; + background-color: #fff; + border-top: 1px solid #d8dde6; + border-bottom: 3px solid #00a1df; + color: #16325c; + position: relative; + padding: 0 1rem; +} + +.milestone-pm .slds-context-bar__primary, .milestone-pm .slds-context-bar__secondary, .milestone-pm .slds-context-bar__tertiary { + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-context-bar__secondary { + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 0; +} + +.milestone-pm .slds-context-bar__vertical-divider { + width: 0; + overflow: hidden; + border-left: 1px solid rgba(0,0,0,.2); +} + +.milestone-pm .slds-context-bar__item { + display: -ms-flexbox; + display: flex; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: stretch; + align-items: stretch; + white-space: nowrap; + position: relative; + max-width: 15rem; +} + +.milestone-pm .slds-context-bar__item.slds-is-active, .milestone-pm .slds-context-bar__item:not(.slds-no-hover):hover { + outline: 0; + border-radius: 0; + background-color: #f7f9fb; + border-bottom: 3px solid #00a1df; + margin-bottom: -3px; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-context-bar__item:not(.slds-no-hover):hover:after { + content: ''; + width: 100%; + height: 3px; + display: block; + background: rgba(0,0,0,.75); + mix-blend-mode: soft-light; + position: absolute; + bottom: -3px; + left: 0; + right: 0; +} + +.milestone-pm .slds-context-bar__item.slds-is-active { + box-shadow: inset -1px 0 0 #d8dde6, inset 1px 0 0 #d8dde6; + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:after, .milestone-pm .slds-context-bar__item.slds-is-active:before { + content: ''; + width: 100%; + height: 3px; + display: block; + background: #00a1df; + position: absolute; + top: 0; + left: 0; + right: 0; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:after { + background: rgba(0,0,0,.75); + mix-blend-mode: soft-light; +} + +.milestone-pm .slds-context-bar__item.slds-is-active:hover { + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-context-bar__item:first-child.slds-is-active { + box-shadow: inset -1px 0 0 #d8dde6; +} + +.milestone-pm .slds-context-bar__item.slds-is-active .slds-context-bar__label-action { + font-weight: 700; +} + +.milestone-pm .slds-context-bar__item--divider-left { + border-left: 1px solid rgba(0,0,0,.2); +} + +.milestone-pm .slds-context-bar__item--divider-right { + border-right: 1px solid rgba(0,0,0,.2); +} + +.milestone-pm .slds-context-bar__label-action { + display: -ms-flexbox; + display: flex; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-positive: 1; + flex-grow: 1; + padding: 0 .75rem; + min-width: 0; + color: inherit; +} + +.milestone-pm .slds-context-bar__label-action:focus { + outline: 0; + text-decoration: underline; + opacity: .8; +} + +.milestone-pm .slds-context-bar__label-action:focus:hover, .milestone-pm .slds-context-bar__label-action:hover { + text-decoration: none; +} + +.milestone-pm .slds-context-bar__label-action:focus, .milestone-pm .slds-context-bar__label-action:hover { + color: inherit; +} + +.milestone-pm .slds-context-bar__label-action:active { + color: inherit; + text-decoration: none; +} + +.milestone-pm .slds-context-bar__icon-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-line-pack: center; + align-content: center; + padding: 0 .75rem; + color: #54698d; + margin-left: -.25rem; +} + +.milestone-pm .slds-context-bar__icon-action:focus { + outline: 0; +} + +.milestone-pm .slds-context-bar__icon-action:focus ~ .slds-dropdown { + visibility: visible; + opacity: 1; +} + +.milestone-pm .slds-context-bar__icon-action:focus, .milestone-pm .slds-context-bar__icon-action:hover { + color: #54698d; +} + +.milestone-pm .slds-context-bar__icon-action:active { + color: #54698d; +} + +.milestone-pm .slds-context-bar .slds-context-bar__button { + color: inherit; +} + +.milestone-pm .slds-context-bar .slds-context-bar__button:focus { + box-shadow: none; + opacity: .8; +} + +.milestone-pm .slds-context-bar__item--tab { + width: 12rem; + border-right: 1px solid rgba(0,0,0,.2); +} + +.milestone-pm .slds-context-bar__item--tab .slds-context-bar__icon-action { + padding: 0 .25rem; +} + +.milestone-pm .slds-context-bar__item--tab.slds-is-active { + background-color: #fff; + border-bottom-color: #fff; + box-shadow: none; +} + +.milestone-pm .slds-context-bar__item--tab.slds-is-active:hover { + background-color: #fff; + border-bottom-color: transparent; +} + +.milestone-pm .slds-context-bar__dropdown-trigger:hover:before { + content: ''; + position: absolute; + top: 100%; + width: 100%; + height: 3px; +} + +.milestone-pm .slds-context-bar__dropdown-trigger .slds-dropdown { + margin-top: 3px; +} + +.milestone-pm .slds-context-bar__app-name { + padding: 0 1.5rem 0 0; + font-size: 1.125rem; + font-weight: 300; + line-height: 1.25; +} + +.milestone-pm .slds-context-bar__object-switcher { + min-width: 9rem; + max-width: 12rem; +} + +.milestone-pm .slds-context-bar--theme-marketing { + border-bottom-color: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item:not(.slds-no-hover):hover { + border-bottom-color: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item.slds-is-active:before { + background: #f59331; +} + +.milestone-pm .slds-context-bar--theme-marketing .slds-context-bar__item.slds-is-active:hover { + border-bottom-color: #f7f9fb; +} + +.milestone-pm .slds-icon-waffle_container { + outline: 0; +} + +.milestone-pm .slds-icon-waffle { + width: 1.3125rem; + height: 1.3125rem; + position: relative; +} + +.milestone-pm .slds-icon-waffle div { + width: .3125rem; + height: .3125rem; + background: #54698d; + display: inline-block; + position: absolute; + border-radius: 50%; + transition: background .1s; + transform-origin: 50% 50%; +} + +.milestone-pm .slds-icon-waffle .slds-r1 { + top: 0; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r2 { + top: 0; + left: .5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r3 { + top: 0; + right: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r4 { + top: .5rem; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r5 { + top: .5rem; + left: .5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r6 { + top: .5rem; + right: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r7 { + bottom: 0; + left: 0; +} + +.milestone-pm .slds-icon-waffle .slds-r8 { + bottom: 0; + left: .5rem; +} + +.milestone-pm .slds-icon-waffle .slds-r9 { + bottom: 0; + right: 0; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle { + cursor: pointer; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r1, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r1, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r3 { + background: #418fde; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r7, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r7 { + background: #ed8b00; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r9, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r9 { + background: #ffb60f; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r4, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r4 { + transition-delay: 50ms; + animation-delay: 50ms; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle div, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle div { + animation: throb 2 .2s alternate; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r7, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r7 { + transition-delay: .1s; + animation-delay: .1s; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r8, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r8 { + transition-delay: 150ms; + animation-delay: 150ms; +} + +.milestone-pm .slds-icon-waffle_container:focus .slds-icon-waffle .slds-r9, .milestone-pm .slds-icon-waffle_container:hover .slds-icon-waffle .slds-r9 { + transition-delay: .2s; + animation-delay: .2s; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r1 { + transition-delay: .2s; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r2, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r4 { + transition-delay: 150ms; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r3, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r5, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r7 { + transition-delay: .1s; +} + +.milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r6, .milestone-pm .slds-icon-waffle_container .slds-icon-waffle .slds-r8 { + transition-delay: 50ms; +} + +@keyframes throb { + 100% { + transform: scale(1.5); + } +} + +.milestone-pm .slds-publisher.slds-is-active .slds-publisher__toggle-visibility { + display: inherit; +} + +.milestone-pm .slds-publisher.slds-is-active .slds-publisher__input { + line-height: 1.5; + height: auto; + max-height: 10rem; + resize: vertical; + padding-top: .75rem; + padding-bottom: .75rem; +} + +.milestone-pm .slds-publisher__input { + line-height: 1.875rem; + padding: 0 1rem; + resize: none; + min-height: calc(1.875rem + 2px); + max-height: calc(1.875rem + 2px); + width: 100%; +} + +.milestone-pm .slds-publisher__actions > .slds-button { + margin-left: .75rem; +} + +.milestone-pm .slds-publisher .slds-publisher__toggle-visibility { + display: none; +} + +.milestone-pm .slds-publisher--discussion { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-publisher--discussion.slds-is-active { + display: block; +} + +.milestone-pm .slds-publisher--comment { + background-color: #fff; + color: #16325c; + border: 1px solid #d8dde6; + border-radius: .25rem; + width: 100%; + position: relative; + min-height: calc(1.875rem + 2px); + max-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-publisher--comment.slds-is-active { + min-height: 6rem; + max-height: 15rem; +} + +.milestone-pm .slds-publisher--comment.slds-is-active .slds-publisher__actions { + opacity: 1; +} + +.milestone-pm .slds-publisher--comment.slds-has-focus { + outline: 0; + border-color: #1589ee; + background-color: #fff; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-publisher--comment .slds-publisher__actions { + opacity: 0; + padding: 0 .75rem .75rem; +} + +.milestone-pm .slds-publisher--comment .slds-attachments { + padding: .5rem .75rem; +} + +.milestone-pm .slds-feed { + position: relative; + max-width: 49rem; + margin: auto; +} + +.milestone-pm .slds-feed__list { + margin: 0; + padding: 0; +} + +.milestone-pm .slds-feed__item { + padding: .5rem 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-feed__item { + padding: 1rem 0; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-feed__item { + padding: 1.5rem 0; + } + + .milestone-pm .slds-feed__item + .slds-feed__item { + border-top: 1px solid #d8dde6; + } + + .milestone-pm .slds-feed__item .slds-feed__item-comments { + margin-bottom: -1.5rem; + } +} + +.milestone-pm .slds-comment__content { + padding: .25rem 0; +} + +.milestone-pm .slds-comment__replies { + padding-top: 1rem; + margin-left: 3.75rem; +} + +.milestone-pm .slds-comment__replies > :last-child, .milestone-pm .slds-comment__replies > :last-child .slds-comment { + padding-bottom: 0; +} + +.milestone-pm .slds-comment__replies > :last-child .slds-comment:before, .milestone-pm .slds-comment__replies > :last-child:before { + content: none; +} + +.milestone-pm .slds-comment__replies .slds-comment { + position: relative; + margin-bottom: 0; + padding-bottom: 1rem; +} + +.milestone-pm .slds-comment__replies .slds-comment:before { + content: ''; + background: #d8dde6; + height: 100%; + width: 1px; + position: absolute; + left: 1.125rem; + top: 0; + bottom: 0; + margin-left: -.5px; + z-index: -1; +} + +.milestone-pm .slds-comment__replies .slds-avatar { + border: 2px solid #fff; +} + +.milestone-pm .slds-tags { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-tags__list { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-tags__item { + margin-left: .25rem; +} + +.milestone-pm .slds-tags__item:after { + content: ', '; +} + +.milestone-pm .slds-tags__item:last-child:after { + content: none; +} + +.milestone-pm .slds-attachments { + padding-bottom: .5rem; +} + +.milestone-pm .slds-attachments:empty { + padding: 0; +} + +.milestone-pm .slds-attachments__item + .slds-attachments__item { + margin-top: 1rem; +} + +.milestone-pm .slds-feed__item-comments { + background: #f7f9fb; + border-top: 1px solid #d8dde6; + margin-top: .5rem; +} + +.milestone-pm .slds-feed__item-comments .slds-comment { + padding: .5rem 1rem; +} + +.milestone-pm .slds-post { + background: #fff; + padding: .75rem 1rem; +} + +@media (min-width: 64em) { + .milestone-pm .slds-post { + padding: 0 1rem; + } +} + +.milestone-pm .slds-post__header { + margin-bottom: .75rem; +} + +.milestone-pm .slds-post__content { + margin-bottom: .75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__content { + margin-bottom: 1.5rem; + } +} + +.milestone-pm .slds-post__footer { + display: -ms-flexbox; + display: flex; + font-size: .75rem; + -ms-flex-direction: column; + flex-direction: column; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer { + -ms-flex-direction: row; + flex-direction: row; + } +} + +.milestone-pm .slds-post__footer-actions-list { + -ms-flex-pack: justify; + justify-content: space-between; + text-align: center; + -ms-flex-order: 1; + order: 1; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-actions-list { + -ms-flex-order: 0; + order: 0; + } +} + +.milestone-pm .slds-post__footer-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + color: #16325c; + padding: .75rem 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-action { + margin-right: 1rem; + padding: 0; + } +} + +.milestone-pm .slds-post__footer-action .slds-icon { + margin-right: .25rem; +} + +.milestone-pm .slds-post__footer-action.slds-is-active, .milestone-pm .slds-post__footer-action:focus, .milestone-pm .slds-post__footer-action:hover { + color: #005fb2; + text-decoration: none; +} + +.milestone-pm .slds-post__footer-action.slds-is-active .slds-icon, .milestone-pm .slds-post__footer-action:focus .slds-icon, .milestone-pm .slds-post__footer-action:hover .slds-icon { + fill: currentColor; +} + +.milestone-pm .slds-post__footer-meta-list { + margin-bottom: 1rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-post__footer-meta-list { + margin-left: auto; + margin-bottom: 0; + } +} + +.milestone-pm .slds-post__payload { + padding: 0 0 1rem; +} + +.milestone-pm .slds-post__payload:empty { + padding: 0; + border: 0; +} + +.milestone-pm .slds-modal { + opacity: 0; + visibility: hidden; + transition: transform .1s linear, opacity .1s linear; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 9001; +} + +.milestone-pm .slds-modal__container { + position: relative; + transform: translate(0,0); + transition: transform .1s linear, opacity .1s linear; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + margin: 0 2rem; + height: 100%; + padding: 3rem 0; + border-radius: .25rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-modal__container { + margin: 0 auto; + width: 50%; + max-width: 40rem; + min-width: 20rem; + } +} + +.milestone-pm .slds-modal__content, .milestone-pm .slds-modal__header { + background: #fff; +} + +.milestone-pm .slds-modal__footer, .milestone-pm .slds-modal__header { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-modal__header { + position: relative; + border-top-right-radius: .25rem; + border-top-left-radius: .25rem; + border-bottom: 2px solid #d8dde6; + padding: 1rem; + text-align: center; +} + +.milestone-pm .slds-modal__header + .slds-modal__menu { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.milestone-pm .slds-modal__header--empty { + padding: 0; + border-bottom: 0; +} + +.milestone-pm .slds-modal__header--empty + .slds-modal__content { + border-top-right-radius: .25rem; + border-top-left-radius: .25rem; +} + +.milestone-pm .slds-modal__content { + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-modal__content:last-child { + border-bottom-right-radius: .25rem; + border-bottom-left-radius: .25rem; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); +} + +.milestone-pm .slds-modal__menu { + position: relative; + border-radius: .25rem; + padding: 1rem; + background-color: #f4f6f9; +} + +@media (max-width: 48em) { + .milestone-pm .slds-modal__menu .slds-button { + width: 100%; + margin: .125rem 0; + } +} + +.milestone-pm .slds-modal__footer { + border-top: 2px solid #d8dde6; + border-bottom-right-radius: .25rem; + border-bottom-left-radius: .25rem; + padding: .75rem 1rem; + background-color: #f4f6f9; + text-align: right; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.16); +} + +.milestone-pm .slds-modal__footer--directional .slds-button:first-child { + float: left; +} + +.milestone-pm .slds-modal__footer .slds-button + .slds-button { + margin-left: .5rem; +} + +.milestone-pm .slds-modal__close { + width: 2rem; + height: 2rem; + position: absolute; + top: -2.5rem; + right: -.5rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-modal--large .slds-modal__container { + width: 90%; + max-width: none; + min-width: 40rem; + } +} + +.milestone-pm .slds-modal-backdrop { + transition-duration: .4s; + width: 100%; + height: 100%; + opacity: 0; + visibility: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(126,140,153,.8); + z-index: 9000; +} + +.milestone-pm .slds-modal-backdrop--open { + visibility: visible; + opacity: 1; + transition: opacity .4s linear; +} + +.milestone-pm .slds-backdrop { + transition-duration: .4s; + width: 100%; + height: 100%; + opacity: 0; + visibility: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(126,140,153,.8); + z-index: 9000; +} + +.milestone-pm .slds-backdrop--open { + visibility: visible; + opacity: 1; + transition: opacity .4s linear; +} + +.milestone-pm .slds-fade-in-open { + opacity: 1; + visibility: visible; + transition: opacity .1s linear; +} + +.milestone-pm .slds-fade-in-open .slds-modal__container-reset { + opacity: 1; + visibility: visible; + transform: translate(0,0); +} + +.milestone-pm .slds-slide-up-open { + opacity: 1; + visibility: visible; + transform: translate(0,0); + transition: opacity .1s linear, transform .2s linear; +} + +.milestone-pm .slds-slide-up-open .slds-modal__container-reset { + opacity: 0; + visibility: hidden; + transform: translate(0,1rem); + transition: opacity .2s linear, transform .2s linear; +} + +.milestone-pm .slds-slide-up-saving { + opacity: 1; + visibility: visible; + transform: translate(0,-1rem); +} + +.milestone-pm .slds-slide-down-cancel { + opacity: 1; + visibility: visible; + transform: translate(0,1rem); +} + +.milestone-pm .slds-app-launcher__content, .milestone-pm .slds-app-launcher__header { + background: #f4f6f9; +} + +.milestone-pm .slds-app-launcher__header-search { + -ms-flex: 0 1 25rem; + flex: 0 1 25rem; + padding: 0 1rem; +} + +.milestone-pm .slds-app-launcher__content { + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.milestone-pm .slds-app-launcher__tile { + display: -ms-flexbox; + display: flex; + -ms-flex-align: stretch; + align-items: stretch; + margin: .5rem 0; + border: 1px solid #d8dde6; + border-radius: .25rem; + cursor: move; +} + +.milestone-pm .slds-app-launcher__tile:focus, .milestone-pm .slds-app-launcher__tile:hover { + outline: 0; + border-color: #1589ee; +} + +.milestone-pm .slds-app-launcher__tile.slds-is-draggable .slds-app-launcher__tile-figure { + padding-bottom: .25rem; +} + +.milestone-pm .slds-app-launcher__tile-figure { + -ms-flex-negative: 0; + flex-shrink: 0; + padding: .75rem; + color: #fff; + background: #fff; + border-radius: .25rem 0 0 .25rem; + text-align: center; +} + +.milestone-pm .slds-app-launcher__tile-body { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + background: #eef1f6; + padding: .5rem .75rem; + border-radius: 0 .25rem .25rem 0; +} + +.milestone-pm .slds-app-launcher__tile--small { + -ms-flex-direction: column; + flex-direction: column; + border: 0; + border-radius: 0; + text-align: center; + cursor: pointer; +} + +.milestone-pm .slds-app-launcher__tile--small:focus .slds-app-launcher__tile-figure--small, .milestone-pm .slds-app-launcher__tile--small:hover .slds-app-launcher__tile-figure--small { + border-color: #1589ee; +} + +.milestone-pm .slds-app-launcher__tile-figure--small { + border: 1px solid #d8dde6; + border-radius: .25rem; +} + +.milestone-pm .slds-app-launcher__tile-body--small { + background: 0 0; + padding: .5rem 0; + border: 0; + border-radius: 0; +} + +.milestone-pm .slds-pill { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: justify; + justify-content: space-between; + max-width: 100%; + padding: .125rem; + border: 1px solid #d8dde6; + border-radius: .25rem; + background-color: #fff; + position: relative; + min-height: 1.625rem; +} + +.milestone-pm .slds-pill + .slds-pill { + margin-left: .125rem; +} + +.milestone-pm .slds-pill:hover { + background-color: #f4f6f9; +} + +.milestone-pm .slds-pill a { + text-decoration: none; +} + +.milestone-pm .slds-pill--bare { + background-color: transparent; + border: 0; +} + +.milestone-pm .slds-pill--bare:hover { + background-color: transparent; +} + +.milestone-pm .slds-pill-container, .milestone-pm .slds-pill__container, .milestone-pm .slds-pill_container { + padding: .125rem; + border: 1px solid #d8dde6; + border-radius: .25rem; + min-height: calc(1.875rem + 2px); +} + +.milestone-pm .slds-pill__container--bare, .milestone-pm .slds-pill_container--bare { + padding: .125rem; + border: 0; + border-radius: 0; +} + +.milestone-pm .slds-pill__label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.milestone-pm .slds-pill__label:focus { + outline: 0; + border-radius: .25rem; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-pill__icon, .milestone-pm .slds-pill__icon_container { + width: 1.25rem; + height: 1.25rem; + margin-right: .25rem; +} + +.milestone-pm .slds-pill__icon .slds-icon, .milestone-pm .slds-pill__icon_container .slds-icon { + width: 1.25rem; + height: 1.25rem; +} + +.milestone-pm .slds-pill__remove { + margin-left: .25rem; +} + +.milestone-pm .slds-wizard { + position: relative; +} + +.milestone-pm .slds-wizard__list { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: justify; + justify-content: space-between; + position: relative; + margin: auto; +} + +.milestone-pm .slds-wizard__item { + -ms-flex: 2 0 auto; + flex: 2 0 auto; + text-align: center; + width: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.milestone-pm .slds-wizard__item:first-child { + text-align: left; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-wizard__item:last-child { + text-align: right; + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-wizard__item a:focus, .milestone-pm .slds-wizard__item a:hover { + outline: 0; + text-decoration: none; +} + +.milestone-pm .slds-wizard__item a:focus .slds-wizard__marker, .milestone-pm .slds-wizard__item a:hover .slds-wizard__marker { + background: #d8dde6; +} + +.milestone-pm .slds-wizard__link { + display: block; +} + +.milestone-pm .slds-wizard__marker { + width: 1.5rem; + height: 1.5rem; + border-radius: 50%; + background: #e0e5ee; + display: inline-block; + vertical-align: middle; + z-index: 1; + position: relative; +} + +.milestone-pm .slds-wizard__label { + display: block; + margin-top: .75rem; +} + +.milestone-pm .slds-wizard__progress { + position: absolute; + left: 0; + top: .625rem; + height: .25rem; + display: block; + width: 100%; + z-index: -1; + background: #e0e5ee; +} + +.milestone-pm .slds-wizard__progress-bar { + position: absolute; + left: 0; + top: 0; + height: 100%; + background: #0076de; + transition: width .2s ease; +} + +.milestone-pm .slds-wizard .slds-is-active .slds-wizard__marker { + background: #0076de; +} + +.milestone-pm .slds-wizard .slds-is-active a:focus .slds-wizard__marker, .milestone-pm .slds-wizard .slds-is-active a:hover .slds-wizard__marker { + background: #005fb2; +} + +.milestone-pm .slds-tabs--path { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--path__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.milestone-pm .slds-tabs--path .slds-is-complete { + background-color: #4bca81; +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__stage { + transform: rotateX(0); +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__title { + transform: rotateX(180deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover { + background-color: #04844b; +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover .slds-tabs--path__stage { + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path .slds-is-complete:hover .slds-tabs--path__title { + transform: rotateX(0); +} + +.milestone-pm .slds-tabs--path .slds-is-current { + background-color: #0070d2; +} + +.milestone-pm .slds-tabs--path .slds-is-current:hover { + background-color: #005fb2; +} + +.milestone-pm .slds-tabs--path .slds-is-current + .slds-is-incomplete:before { + background-color: #0070d2; +} + +.milestone-pm .slds-tabs--path .slds-is-current:hover + .slds-is-incomplete:before { + background-color: #005fb2; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete { + background-color: #e0e5ee; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete:hover { + background-color: #d8dde6; +} + +.milestone-pm .slds-tabs--path .slds-is-incomplete .slds-tabs--path__link { + color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-lost, .milestone-pm .slds-tabs--path .slds-is-lost:hover { + background-color: #c23934; +} + +.milestone-pm .slds-tabs--path .slds-is-complete .slds-tabs--path__link, .milestone-pm .slds-tabs--path .slds-is-current .slds-tabs--path__link, .milestone-pm .slds-tabs--path .slds-is-lost .slds-tabs--path__link { + color: #fff; +} + +.milestone-pm .slds-tabs--path .slds-is-active { + background-color: #061c3f; +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__link { + color: #fff; +} + +.milestone-pm .slds-tabs--path .slds-is-active:hover { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-active:hover + .slds-tabs--path__item:before { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path .slds-is-active + .slds-tabs--path__item:before { + background-color: #061c3f; +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__title, .milestone-pm .slds-tabs--path .slds-is-won .slds-tabs--path__title { + transform: rotateX(0); +} + +.milestone-pm .slds-tabs--path .slds-is-active .slds-tabs--path__stage, .milestone-pm .slds-tabs--path .slds-is-won .slds-tabs--path__stage { + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path__item { + overflow: hidden; + position: relative; + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 5rem; + text-align: center; + perspective: 500; + transition: transform .1s ease-in-out, background-color .1s linear; +} + +.milestone-pm .slds-tabs--path__item:first-child { + border-radius: 15rem 0 0 15rem; +} + +.milestone-pm .slds-tabs--path__item:last-child { + border-radius: 0 15rem 15rem 0; + border-right: 0; +} + +.milestone-pm .slds-tabs--path__item:before { + content: ''; + display: block; + position: absolute; + top: 2px; + left: -1rem; + width: calc(2rem - (2px * 2)); + height: calc(2rem - (2px * 2)); + border: 2px solid #fff; + border-left: 0; + border-bottom: 0; + background-clip: padding-box; + transform: scale3d(.8,1.1,1) rotate(45deg); + transition: transform .1s ease-in-out, background-color .1s linear; +} + +.milestone-pm .slds-tabs--path__item:first-child:before { + display: none; +} + +.milestone-pm .slds-tabs--path__item + .slds-is-complete:before, .milestone-pm .slds-tabs--path__item + .slds-is-current:before { + background-color: #4bca81; +} + +.milestone-pm .slds-tabs--path__item:hover + .slds-is-complete:before, .milestone-pm .slds-tabs--path__item:hover + .slds-is-current:before { + background-color: #04844b; +} + +.milestone-pm .slds-tabs--path__item + .slds-is-incomplete:before, .milestone-pm .slds-tabs--path__item + .slds-is-lost:before { + background-color: #e0e5ee; +} + +.milestone-pm .slds-tabs--path__item:hover + .slds-is-incomplete:before, .milestone-pm .slds-tabs--path__item:hover + .slds-is-lost:before { + background-color: #d8dde6; +} + +.milestone-pm .slds-tabs--path__stage, .milestone-pm .slds-tabs--path__title { + display: block; + transition: transform .2s linear; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; +} + +.milestone-pm .slds-tabs--path__title { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.milestone-pm .slds-tabs--path__stage { + position: absolute; + top: 50%; + left: .5rem; + width: 100%; + margin-top: -.75rem; + transform: rotateX(-180deg); +} + +.milestone-pm .slds-tabs--path__link { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + position: relative; + padding: .25rem .25rem .25rem 1.25rem; + line-height: 1.5rem; + text-decoration: none; + cursor: pointer; +} + +.milestone-pm .slds-tabs--path__link:focus, .milestone-pm .slds-tabs--path__link:hover { + text-decoration: none; +} + +.milestone-pm .slds-tabs--path__link:focus { + outline: 0; +} + +.milestone-pm .slds-path-coach { + border: #d8dde6 1px solid; + border-top: 0; + padding-bottom: 1rem; +} + +.milestone-pm .slds-path__trigger { + border-radius: 50%; + transition: .1s transform ease-in-out; +} + +.milestone-pm .slds-flip--vertical { + transform: rotateX(180deg); +} + +.milestone-pm .slds-flip--horizontal { + transform: rotateY(180deg); +} + +.milestone-pm .slds-path__mark-complete { + border-radius: 15rem; +} + +.milestone-pm .slds-path__mark-current { + border-color: #061c3f; + background-color: #061c3f; +} + +.milestone-pm .slds-path__mark-current:focus, .milestone-pm .slds-path__mark-current:hover { + background-color: #16325c; +} + +.milestone-pm .slds-tabs--path__content { + position: relative; + padding-left: 1.5rem; + padding-right: 1rem; +} + +.milestone-pm .slds-coach__guidance, .milestone-pm .slds-coach__keys { + margin-top: 1rem; + padding-top: 1rem; + padding-right: 1.5rem; +} + +.milestone-pm .slds-coach__keys { + padding-left: .75rem; +} + +.milestone-pm .slds-coach__guidance { + padding-left: 1.5rem; + padding-bottom: .25rem; + background-color: #fafafb; +} + +.milestone-pm .slds-coach__item { + border-top: #d8dde6 1px solid; + padding: 1rem 0; + color: #54698d; +} + +.milestone-pm .slds-coach__value { + border-top: #d8dde6 1px solid; + padding-top: 1rem; + color: #16325c; +} + +.milestone-pm .slds-spinner_container { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: calc(9000 + 2); + background-color: rgba(255,255,255,.75); + visibility: visible; + opacity: 1; + transition: opacity .2s ease, visibility 0s; + transition-delay: 0s, .3s; +} + +.milestone-pm .slds-spinner_container.is-hidden { + visibility: hidden; + opacity: 0; + transition: opacity .2s ease, visibility 0s; + transition-delay: 0s, 0s; +} + +.milestone-pm .slds-spinner_container.hide { + display: none; +} + +.milestone-pm .slds-spinner { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%) rotate(90deg); +} + +.milestone-pm .slds-spinner, .milestone-pm .slds-spinner__dot-a, .milestone-pm .slds-spinner__dot-b { + transform-origin: 50% 50%; +} + +.milestone-pm .slds-spinner__dot-a, .milestone-pm .slds-spinner__dot-b { + position: absolute; + top: 0; + left: 0; + width: 100%; +} + +.milestone-pm .slds-spinner:after, .milestone-pm .slds-spinner:before, .milestone-pm .slds-spinner__dot-a:after, .milestone-pm .slds-spinner__dot-a:before, .milestone-pm .slds-spinner__dot-b:after, .milestone-pm .slds-spinner__dot-b:before { + position: absolute; + content: ''; + background: #16325c; + border-radius: 50%; + animation-duration: 1s; + animation-iteration-count: infinite; +} + +.milestone-pm .slds-spinner__dot-a { + transform: rotate(60deg) translateY(0); +} + +.milestone-pm .slds-spinner__dot-b { + transform: rotate(120deg) translateY(0); +} + +.milestone-pm .slds-spinner:before { + animation-delay: -.083s; +} + +.milestone-pm .slds-spinner__dot-a:before { + animation-delay: .083s; +} + +.milestone-pm .slds-spinner__dot-b:before { + animation-delay: 250ms; +} + +.milestone-pm .slds-spinner:after { + animation-delay: .416s; +} + +.milestone-pm .slds-spinner__dot-a:after { + animation-delay: .583s; +} + +.milestone-pm .slds-spinner__dot-b:after { + animation-delay: 750ms; +} + +.milestone-pm .slds-spinner--small { + width: 1.25rem; +} + +.milestone-pm .slds-spinner--small .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--small.slds-spinner:after, .milestone-pm .slds-spinner--small.slds-spinner:before { + width: .25rem; + height: .25rem; +} + +.milestone-pm .slds-spinner--small .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--small.slds-spinner:before { + top: -.125rem; + left: -.125rem; + animation-name: dotsBounceBefore-extraSmall; +} + +.milestone-pm .slds-spinner--small .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--small .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--small.slds-spinner:after { + top: -.125rem; + right: -.125rem; + animation-name: dotsBounceAfter-extraSmall; +} + +@keyframes dotsBounceBefore-extraSmall { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(-.25rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-extraSmall { + 60% { + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(.25rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceBefore-small { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(-.375rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-small { + 60% { + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(.375rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--medium { + width: 2rem; +} + +.milestone-pm .slds-spinner--medium .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--medium.slds-spinner:after, .milestone-pm .slds-spinner--medium.slds-spinner:before { + width: .5rem; + height: .5rem; +} + +.milestone-pm .slds-spinner--medium .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--medium.slds-spinner:before { + animation-name: dotsBounceBefore-medium; + top: -.25rem; + left: -.25rem; +} + +.milestone-pm .slds-spinner--medium .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--medium .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--medium.slds-spinner:after { + animation-name: dotsBounceAfter-medium; + top: -.25rem; + right: -.25rem; +} + +@keyframes dotsBounceBefore-medium { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(-.5rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-medium { + 60% { + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(.5rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--large { + width: 2.75rem; +} + +.milestone-pm .slds-spinner--large .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--large.slds-spinner:after, .milestone-pm .slds-spinner--large.slds-spinner:before { + width: .625rem; + height: .625rem; +} + +.milestone-pm .slds-spinner--large .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--large.slds-spinner:before { + animation-name: dotsBounceBefore-medium; + top: -.3125rem; + left: -.3125rem; +} + +.milestone-pm .slds-spinner--large .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--large .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--large.slds-spinner:after { + animation-name: dotsBounceAfter-medium; + top: -.3125rem; + right: -.3125rem; +} + +@keyframes dotsBounceBefore-large { + 60% { + transform: translateX(0); + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(-.75rem); + } + + 100% { + transform: translateX(0); + } +} + +@keyframes dotsBounceAfter-large { + 60% { + animation-timing-function: cubic-bezier(.55,.085,.68,.53); + transform: translateX(0); + } + + 80% { + animation-timing-function: cubic-bezier(0,1.11,.7,1.43); + transform: translateX(.75rem); + } + + 100% { + transform: translateX(0); + } +} + +.milestone-pm .slds-spinner--brand .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--brand .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--brand .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--brand .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--brand.slds-spinner:after, .milestone-pm .slds-spinner--brand.slds-spinner:before { + background-color: #1589ee; +} + +.milestone-pm .slds-spinner--inverse .slds-spinner__dot-a:after, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-a:before, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-b:after, .milestone-pm .slds-spinner--inverse .slds-spinner__dot-b:before, .milestone-pm .slds-spinner--inverse.slds-spinner:after, .milestone-pm .slds-spinner--inverse.slds-spinner:before { + background-color: #fff; +} + +.milestone-pm .slds-tile + .slds-tile { + margin-top: .5rem; +} + +.milestone-pm .slds-tile__detail { + position: relative; +} + +.milestone-pm .slds-tile__meta { + color: #16325c; +} + +.milestone-pm .slds-tile--board { + position: relative; +} + +.milestone-pm .slds-tile--board__icon { + width: 1rem; + height: 1rem; + position: absolute; + bottom: .25rem; + right: .25rem; +} + +.milestone-pm .slds-tile--board .slds-has-alert { + padding-right: 1.5rem; +} + +.milestone-pm .slds-tabs--default { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--default__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + border-bottom: 1px solid #d8dde6; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default .slds-tabs__item + .slds-tabs__item { + margin-left: 1.5rem; + } +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + border-bottom: 2px solid transparent; + padding: 0 .5rem; + color: #54698d; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a:focus { + outline: 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default .slds-tabs__item > a { + padding: 0 1rem; + } +} + +.milestone-pm .slds-tabs--default .slds-tabs__item > a:focus, .milestone-pm .slds-tabs--default .slds-tabs__item > a:hover { + text-decoration: none; + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item.slds-active a { + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item.slds-active a:focus { + color: #0070d2; +} + +.milestone-pm .slds-tabs--default > .slds-tabs__content { + position: relative; + padding: 1rem 0; +} + +.milestone-pm .slds-tabs--default .slds-tabs__item--overflow { + overflow: visible; +} + +.milestone-pm .slds-tabs--default__item.slds-active .slds-tabs--default__link { + border-color: #0070d2; + color: #16325c; +} + +.milestone-pm .slds-tabs--default__item.slds-active .slds-tabs--default__link:focus { + border-bottom-width: 3px; + color: #0070d2; +} + +.milestone-pm .slds-tabs--default__content { + position: relative; + padding: 1rem 0; +} + +.milestone-pm .slds-tabs--default__link { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + border-bottom: 2px solid transparent; + padding: 0 .5rem; + color: #54698d; +} + +.milestone-pm .slds-tabs--default__link:focus { + outline: 0; +} + +@media (min-width: 48em) { + .milestone-pm .slds-tabs--default__link { + padding: 0 1rem; + } +} + +.milestone-pm .slds-tabs--default__link:focus, .milestone-pm .slds-tabs--default__link:hover { + text-decoration: none; + color: #0070d2; +} + +.milestone-pm .slds-tabs--default__link:focus { + border-bottom-width: 3px; + border-color: #0070d2; +} + +.milestone-pm .slds-tabs--scoped { + display: block; + width: 100%; +} + +.milestone-pm .slds-tabs--scoped__nav { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; + background-color: #f4f6f9; + border: 1px solid #d8dde6; + border-radius: .25rem .25rem 0 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item { + position: relative; + margin-bottom: -1px; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item + .slds-tabs__item { + margin-left: -1px; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item:first-child > a { + border-left: 0; + border-radius: .25rem 0 0 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 1.5rem; + color: #54698d; + background-clip: padding-box; + border-left: 1px solid transparent; + border-right: 1px solid transparent; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a:focus { + outline: 0; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item > a:focus, .milestone-pm .slds-tabs--scoped .slds-tabs__item > a:hover { + text-decoration: none; + color: #005fb2; + border-color: #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item .slds-active > a { + background-color: #fff; + color: #0070d2; + border-color: #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-tabs__item .slds-active > a:focus { + text-decoration: underline; +} + +.milestone-pm .slds-tabs--scoped > .slds-tabs__content { + background-color: #fff; + border: 1px solid #d8dde6; + border-top: 0; + border-radius: 0 0 .25rem .25rem; + padding: 1rem; +} + +.milestone-pm .slds-tabs--scoped__item { + position: relative; + margin-bottom: -1px; +} + +.milestone-pm .slds-tabs--scoped__item + .slds-tabs--scoped__item { + margin-left: -1px; +} + +.milestone-pm .slds-tabs--scoped__item:first-child .slds-tabs--scoped__link { + border-left: 0; + border-radius: .25rem 0 0 0; +} + +.milestone-pm .slds-tabs--scoped__content { + background-color: #fff; + border: 1px solid #d8dde6; + border-top: 0; + border-radius: 0 0 .25rem .25rem; + padding: 1rem; +} + +.milestone-pm .slds-tabs--scoped__link { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + text-decoration: none; + cursor: pointer; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 1rem; + color: #54698d; + background-clip: padding-box; + border-left: 1px solid transparent; + border-right: 1px solid transparent; +} + +.milestone-pm .slds-tabs--scoped__link:focus { + outline: 0; +} + +.milestone-pm .slds-tabs--scoped__link:focus, .milestone-pm .slds-tabs--scoped__link:hover { + text-decoration: none; + color: #005fb2; + border-color: #d8dde6; +} + +.milestone-pm .slds-active .slds-tabs--scoped__link { + background-color: #fff; + color: #0070d2; + border-color: #d8dde6; +} + +.milestone-pm .slds-active .slds-tabs--scoped__link:focus { + text-decoration: underline; +} + +.milestone-pm .slds-tabs__nav-scroller.slds-has-overflow { + position: relative; + padding-right: 4.7rem; +} + +.milestone-pm .slds-tab__scroll-controls { + display: none; +} + +.milestone-pm .slds-has-overflow .slds-tabs__nav-scroller--inner { + overflow: hidden; +} + +.milestone-pm .slds-has-overflow .slds-tabs--default__nav, .milestone-pm .slds-has-overflow .slds-tabs--scoped__nav { + border: 0; +} + +.milestone-pm .slds-has-overflow .slds-tab__scroll-controls { + display: -ms-flexbox; + display: flex; + position: absolute; + right: 0; + top: 0; + bottom: 0; + background-color: #fff; +} + +.milestone-pm .slds-tabs--default .slds-has-overflow .slds-tabs__nav-scroller--inner { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--default .slds-tab__scroll-controls { + padding: calc(.25rem - 1px) 1px calc(.25rem - 1px) .5rem; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs__nav-scroller--inner { + border: 1px solid #d8dde6; + border-bottom: 0; + border-radius: .25rem .25rem 0 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item { + margin-bottom: 0; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-tabs--scoped .slds-has-overflow .slds-tabs--scoped__item.slds-active { + border-bottom-color: #fff; +} + +.milestone-pm .slds-tabs--scoped .slds-tab__scroll-controls { + padding: calc(.25rem - 1px) .25rem; + border: 1px solid #d8dde6; + border-radius: 0 .25rem 0 0; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active { + color: #0070d2; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action { + background-color: #f0f8fc; + border-color: #d8dde6; + border-left-color: #005fb2; +} + +.milestone-pm .slds-navigation-list--vertical .slds-is-active .slds-navigation-list--vertical__action:focus { + border-left-width: .5rem; + color: #005fb2; +} + +.milestone-pm .slds-navigation-list--vertical__action { + display: block; + border-left: .25rem solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + padding: .5rem 1.5rem; +} + +.milestone-pm .slds-navigation-list--vertical__action:focus, .milestone-pm .slds-navigation-list--vertical__action:hover { + outline: 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-navigation-list--vertical__action:active { + background-color: #eef1f6; +} + +.milestone-pm .slds-navigation-list--vertical-inverse .slds-is-active .slds-navigation-list--vertical__action { + background-color: #fff; +} + +.milestone-pm .slds-notify-container, .milestone-pm .slds-notify_container { + position: fixed; + width: 100%; + left: 0; + top: 0; + z-index: 10000; + text-align: center; +} + +.milestone-pm .slds-notify { + color: #fff; + position: relative; + background: #54698d; + font-weight: 300; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):link, .milestone-pm .slds-notify a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):focus, .milestone-pm .slds-notify a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-notify a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-notify__close { + float: right; + margin-left: .25rem; + line-height: 1; +} + +.milestone-pm .slds-notify__content { + padding-top: .25rem; +} + +.milestone-pm .slds-notify__content .slds-icon { + margin-top: -.25rem; +} + +.milestone-pm .slds-notify--alert { + padding: .5rem; + text-align: center; +} + +.milestone-pm .slds-modal--prompt .slds-modal__header { + border-bottom: 0; +} + +.milestone-pm .slds-modal--prompt .slds-modal__content { + padding-left: 2rem; + padding-right: 2rem; +} + +.milestone-pm .slds-modal--prompt .slds-modal__footer { + border-top: 0; + text-align: center; +} + +.milestone-pm .slds-modal--prompt slds-modal__close { + display: none; +} + +.milestone-pm .slds-notify--toast { + border-radius: .25rem; + margin: .5rem; + padding: .75rem 1.5rem; + min-width: 30rem; + display: inline-block; + text-align: left; +} + +.milestone-pm .slds-notify--toast .slds-notify__close { + transform: translate3d(.5rem,0,0); +} + +.milestone-pm .slds-modal__header .slds-notify-container, .milestone-pm .slds-modal__header .slds-notify_container { + position: absolute; +} + +.milestone-pm .slds-modal__header .slds-notify--toast { + display: block; +} + +.milestone-pm .slds-lookup { + position: relative; + width: 100%; +} + +.milestone-pm .slds-lookup__list { + max-height: calc((((1.5 * .8125rem) + (1.5 * .75rem) - .25rem) + (.25rem * 2)) * 7); + overflow-y: auto; +} + +.milestone-pm .slds-lookup__menu { + background: #fff; + border: 1px solid #d8dde6; + border-radius: .25rem; + z-index: 7000; + position: absolute; + width: 100%; + padding: .25rem 0; + display: none; +} + +.milestone-pm .slds-lookup__item > a, .milestone-pm .slds-lookup__item > button, .milestone-pm .slds-lookup__item > span { + display: block; + padding: .5rem; + color: #16325c; + text-align: left; + width: 100%; + line-height: 1.5; + border-radius: 0; +} + +.milestone-pm .slds-lookup__item > a:focus, .milestone-pm .slds-lookup__item > a:hover, .milestone-pm .slds-lookup__item > button:focus, .milestone-pm .slds-lookup__item > button:hover, .milestone-pm .slds-lookup__item > span:focus, .milestone-pm .slds-lookup__item > span:hover { + outline: 0; + background-color: #f4f6f9; + color: #16325c; + text-decoration: none; +} + +.milestone-pm .slds-lookup__item > a .slds-icon, .milestone-pm .slds-lookup__item > button .slds-icon, .milestone-pm .slds-lookup__item > span .slds-icon { + margin-right: .5rem; +} + +.milestone-pm .slds-lookup__item--label { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: .5rem; +} + +.milestone-pm .slds-lookup__item-action { + font-size: .8125rem; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: .25rem .5rem; + color: #16325c; + text-align: left; + width: 100%; + line-height: 1.5; + border-radius: 0; +} + +.milestone-pm .slds-lookup__item-action.slds-has-focus, .milestone-pm .slds-lookup__item-action:focus, .milestone-pm .slds-lookup__item-action:hover { + outline: 0; + cursor: pointer; + background-color: #f4f6f9; + color: #16325c; + text-decoration: none; +} + +.milestone-pm .slds-lookup__item-action .slds-icon { + margin-right: .5rem; +} + +.milestone-pm .slds-lookup__item-action--label { + padding: .5rem .75rem; +} + +.milestone-pm .slds-lookup__item-action--label .slds-icon { + margin-right: .75rem; +} + +.milestone-pm .slds-lookup__search-input { + width: 100%; +} + +.milestone-pm .slds-lookup__result-text { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; +} + +.milestone-pm .slds-lookup__result-meta { + display: block; + margin-top: -.25rem; +} + +.milestone-pm .slds-lookup__pill-container { + padding: 0 .5rem .25rem; +} + +.milestone-pm .slds-lookup mark { + font-weight: 700; + background-color: transparent; +} + +.milestone-pm .slds-lookup.slds-is-open .slds-lookup__menu { + display: block; +} + +.milestone-pm .slds-lookup.slds-has-selection .slds-lookup__search-input { + display: none; +} + +.milestone-pm .slds-lookup[data-select=single] .slds-pill, .milestone-pm .slds-lookup[data-select=multi] .slds-pill { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-lookup[data-select=single] .slds-pill__remove, .milestone-pm .slds-lookup[data-select=multi] .slds-pill__remove { + margin-left: auto; +} + +.milestone-pm .slds-lookup.slds-has-selection .slds-input, .milestone-pm .slds-lookup.slds-has-selection .slds-input__icon { + display: none; +} + +.milestone-pm .slds-avatar { + overflow: hidden; + display: inline-block; + vertical-align: middle; + border-radius: .25rem; + line-height: 1; +} + +.milestone-pm .slds-avatar:focus:hover, .milestone-pm .slds-avatar:hover { + color: currentColor; +} + +.milestone-pm .slds-avatar--x-small { + width: 1.25rem; + height: 1.25rem; +} + +.milestone-pm .slds-avatar--small { + width: 1.5rem; + height: 1.5rem; +} + +.milestone-pm .slds-avatar--medium { + width: 2rem; + height: 2rem; +} + +.milestone-pm .slds-avatar--large { + width: 3rem; + height: 3rem; +} + +.milestone-pm .slds-avatar--circle { + border-radius: 50%; +} + +.milestone-pm .slds-avatar--empty { + border: 1px dashed #d8dde6; +} + +.milestone-pm .slds-image { + display: block; + position: relative; +} + +.milestone-pm .slds-image__crop { + display: block; + position: relative; + overflow: hidden; +} + +.milestone-pm .slds-image__crop img { + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%,-50%,0); + max-width: 200%; +} + +.milestone-pm .slds-image__crop:after { + content: ''; + display: block; +} + +.milestone-pm .slds-image__crop--1-by-1 { + padding-top: 100%; +} + +.milestone-pm .slds-image__crop--16-by-9 { + padding-top: 56.25%; +} + +.milestone-pm .slds-image__crop--4-by-3 { + padding-top: 75%; +} + +.milestone-pm .slds-image__title { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding: .5rem; +} + +.milestone-pm .slds-image__title--overlay { + color: #fff; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + +.milestone-pm .slds-image__title--overlay .slds-image__text { + z-index: 1; +} + +.milestone-pm .slds-image__title--card { + background: #f4f6f9; + position: absolute; + bottom: 0; + left: 0; + right: 0; +} + +.milestone-pm .slds-image--overlay { + content: ''; + background: rgba(0,0,0,.4); + color: #fff; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 1; +} + +.milestone-pm .slds-image--card { + background: #fff; + border-top: 1px solid #f4f6f9; + box-shadow: 0 1px 1px rgba(0,0,0,.16); +} + +.milestone-pm .slds-image__icon { + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%,-50%,0); + margin-top: -1rem; +} + +.milestone-pm .slds-image__actions { + position: absolute; + top: .5rem; + right: .5rem; +} + +.milestone-pm .slds-table { + background-color: #fff; +} + +.milestone-pm .slds-table td, .milestone-pm .slds-table th { + padding: .5rem; + white-space: nowrap; + position: relative; +} + +.milestone-pm .slds-table th { + font-weight: 400; +} + +.milestone-pm .slds-table:not(.slds-no-row-hover) tbody tr:hover > td, .milestone-pm .slds-table:not(.slds-no-row-hover) tbody tr:hover > th { + background-color: #f4f6f9; +} + +.milestone-pm .slds-table tbody tr.slds-is-selected > td, .milestone-pm .slds-table tbody tr.slds-is-selected > th, .milestone-pm .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > td, .milestone-pm .slds-table:not(.slds-no-row-hover) tr.slds-is-selected:hover > th { + background-color: #f0f8fc; +} + +.milestone-pm .slds-table .slds-cell-wrap { + white-space: normal; +} + +.milestone-pm .slds-table .slds-cell-shrink { + width: 1%; +} + +.milestone-pm .slds-table .slds-cell-buffer--left { + padding-left: 1.5rem; +} + +.milestone-pm .slds-table .slds-cell-buffer--right { + padding-right: 1.5rem; +} + +.milestone-pm .slds-table--cell-buffer tr > td:first-child, .milestone-pm .slds-table--cell-buffer tr > th:first-child { + padding-left: 1.5rem; +} + +.milestone-pm .slds-table--cell-buffer tr > td:last-child, .milestone-pm .slds-table--cell-buffer tr > th:last-child { + padding-right: 1.5rem; +} + +.milestone-pm .slds-table--bordered { + border-top: 1px solid #d8dde6; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered thead > tr + tr > th { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered tbody td, .milestone-pm .slds-table--bordered tbody th { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover > td:not(.slds-is-selected), .milestone-pm .slds-table--bordered:not(.slds-no-row-hover) tbody tr:hover > th:not(.slds-is-selected) { + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--col-bordered td + td, .milestone-pm .slds-table--col-bordered td + th, .milestone-pm .slds-table--col-bordered th + td, .milestone-pm .slds-table--col-bordered th + th { + border-left: 1px solid #d8dde6; +} + +.milestone-pm .slds-table--striped tbody tr:nth-of-type(even) > td, .milestone-pm .slds-table--striped tbody tr:nth-of-type(even) > th { + background-color: #f4f6f9; +} + +.milestone-pm th.slds-is-sortable { + cursor: pointer; + padding: 0; +} + +.milestone-pm th.slds-is-sortable .slds-button { + visibility: hidden; + margin-left: .5rem; +} + +.milestone-pm th.slds-is-sortable .slds-button__icon { + fill: #0070d2; +} + +.milestone-pm th.slds-is-sortable:hover { + background-color: #f4f6f9; + color: #0070d2; +} + +.milestone-pm th.slds-is-sortable:hover .slds-button { + visibility: visible; +} + +.milestone-pm .slds-th__action { + display: -ms-flexbox; + display: flex; + padding: .5rem; +} + +.milestone-pm .slds-th__action:focus, .milestone-pm .slds-th__action:hover { + outline: 0; + background-color: #f4f6f9; +} + +.milestone-pm .slds-th__action:focus .slds-is-sortable__icon, .milestone-pm .slds-th__action:hover .slds-is-sortable__icon { + display: inline-block; +} + +.milestone-pm .slds-is-sortable__icon { + width: .75rem; + height: .75rem; + margin-left: .25rem; + display: none; +} + +.milestone-pm .slds-is-sorted .slds-is-sortable__icon { + display: inline-block; +} + +.milestone-pm .slds-is-sorted--asc .slds-is-sortable__icon { + transform: rotate(180deg); +} + +.milestone-pm .slds-is-resizable .slds-th__action:focus, .milestone-pm .slds-is-resizable .slds-th__action:hover { + box-shadow: #d8dde6 -.25rem 0 0 inset; +} + +.milestone-pm .slds-resizable { + max-width: 100%; +} + +.milestone-pm .slds-resizable__handle { + position: absolute; + right: 0; + top: 0; + width: .25rem; + height: 100%; + background: #0070d2; + display: block; + cursor: col-resize; + opacity: 0; + z-index: 5000; +} + +.milestone-pm .slds-resizable__handle:active, .milestone-pm .slds-resizable__handle:focus, .milestone-pm .slds-resizable__handle:hover { + opacity: 1; +} + +.milestone-pm .slds-resizable__divider { + position: absolute; + right: 0; + height: 100vh; + width: 1px; + background: #0070d2; +} + +.milestone-pm .slds-resizable__input:focus ~ .slds-resizable__handle { + opacity: 1; +} + +.milestone-pm .slds-table--fixed-layout { + table-layout: fixed; + width: 100%; + white-space: nowrap; +} + +.milestone-pm .slds-table--fixed-layout thead { + background-color: #fff; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink { + width: 3rem; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:nth-child(n) { + padding-left: 0; + padding-right: 0; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:first-child { + text-align: right; + padding-right: .5rem; +} + +.milestone-pm .slds-table--fixed-layout .slds-cell-shrink:last-child { + text-align: left; + padding-left: .5rem; +} + +.milestone-pm .slds-table--compact td, .milestone-pm .slds-table--compact th { + padding: .25rem .5rem; +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked { + border: 0; + } + + .milestone-pm .slds-max-medium-table--stacked thead { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; + } + + .milestone-pm .slds-max-medium-table--stacked th { + border-top: 0; + } + + .milestone-pm .slds-max-medium-table--stacked tr { + display: block; + border-top: 2px solid #d8dde6; + } + + .milestone-pm .slds-max-medium-table--stacked td, .milestone-pm .slds-max-medium-table--stacked th { + display: block; + padding: .75rem; + max-width: 100%; + width: 100%; + clear: both; + white-space: normal; + overflow: hidden; + text-align: left; + } + + .milestone-pm .slds-max-medium-table--stacked td.slds-truncate, .milestone-pm .slds-max-medium-table--stacked th.slds-truncate { + max-width: 100%; + } + + .milestone-pm .slds-max-medium-table--stacked td:before, .milestone-pm .slds-max-medium-table--stacked th:before { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; + display: block; + padding-bottom: .25rem; + content: attr(data-label); + } + + .milestone-pm .slds-max-medium-table--stacked tr > td:first-child, .milestone-pm .slds-max-medium-table--stacked tr > td:last-child { + padding: .75rem; + } + + .milestone-pm .slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover td, .milestone-pm .slds-max-medium-table--stacked:not(.slds-no-row-hover) tbody tr:hover th { + background-color: inherit !important; + box-shadow: none !important; + } + + .milestone-pm .slds-max-medium-table--stacked .slds-is-interactive .slds-button { + visibility: visible; + } + + .milestone-pm .slds-max-medium-table--stacked .slds-cell-shrink { + width: auto; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked td:before, .milestone-pm .slds-max-medium-table--stacked th:before { + padding-bottom: .25rem; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked-horizontal { + border: 0; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal thead { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal th { + border-top: 0; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal tr { + display: block; + border-top: 2px solid #d8dde6; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td, .milestone-pm .slds-max-medium-table--stacked-horizontal th { + display: block; + padding: .75rem; + max-width: 100%; + width: 100%; + clear: both; + white-space: normal; + overflow: hidden; + text-align: left; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td.slds-truncate, .milestone-pm .slds-max-medium-table--stacked-horizontal th.slds-truncate { + max-width: 100%; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td:before, .milestone-pm .slds-max-medium-table--stacked-horizontal th:before { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; + display: block; + padding-bottom: .25rem; + content: attr(data-label); + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal tr > td:first-child, .milestone-pm .slds-max-medium-table--stacked-horizontal tr > td:last-child { + padding: .75rem; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover td, .milestone-pm .slds-max-medium-table--stacked-horizontal:not(.slds-no-row-hover) tbody tr:hover th { + background-color: inherit !important; + box-shadow: none !important; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-is-interactive .slds-button { + visibility: visible; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-cell-shrink { + width: auto; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-table--stacked-horizontal td { + text-align: right; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal td:before { + float: left; + margin-top: .125rem; + } + + .milestone-pm .slds-max-medium-table--stacked-horizontal .slds-truncate { + max-width: 100%; + } +} + +.milestone-pm .slds-table--edit_container:focus { + outline: 0; +} + +.milestone-pm .slds-table--edit_container:focus:before { + content: ' '; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + background-color: rgba(240,248,252,.75); + box-shadow: 0 0 0 4px #1589ee inset; +} + +.milestone-pm .slds-table--edit_container:focus .slds-table--edit_container-message { + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 20rem; + margin-top: -2.25rem; + margin-left: -10rem; + background-color: #fff; + text-align: center; + z-index: 1; +} + +.milestone-pm .slds-table--edit_container-message { + display: none; +} + +.milestone-pm .slds-table--edit .slds-button__icon--edit:focus { + fill: #1589ee; +} + +.milestone-pm .slds-table--edit td, .milestone-pm .slds-table--edit th { + padding: 0; +} + +.milestone-pm .slds-table--edit .slds-cell-edit:hover { + background-color: #fff; + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--edit tbody tr { + counter-increment: row-number; +} + +.milestone-pm .slds-table--edit tbody tr:hover .slds-cell-marker, .milestone-pm .slds-table--edit tbody tr:hover .slds-is-edited:not(.slds-has-focus) { + box-shadow: #d8dde6 0 -1px 0 inset, #d8dde6 0 1px 0 inset; +} + +.milestone-pm .slds-table--edit .slds-row-number:after { + content: counter(row-number); +} + +.milestone-pm .slds-cell-marker { + background-color: #f4f6f9; +} + +.milestone-pm .slds-cell-edit { + min-height: 2.3125rem; + padding: .5rem; +} + +.milestone-pm .slds-cell-edit .slds-button__icon--edit, .milestone-pm .slds-cell-edit .slds-button__icon--lock { + opacity: 0; +} + +.milestone-pm .slds-cell-edit:focus .slds-button__icon--edit, .milestone-pm .slds-cell-edit:hover .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-cell-edit:focus .slds-button__icon--edit:focus, .milestone-pm .slds-cell-edit:focus .slds-button__icon--edit:hover, .milestone-pm .slds-cell-edit:hover .slds-button__icon--edit:focus, .milestone-pm .slds-cell-edit:hover .slds-button__icon--edit:hover { + fill: #1589ee; +} + +.milestone-pm .slds-cell-edit:focus .slds-button__icon--lock, .milestone-pm .slds-cell-edit:hover .slds-button__icon--lock { + opacity: .5; +} + +.milestone-pm .slds-cell-edit .slds-cell-edit__button { + width: 1.25rem; + height: 1.25rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-cell-edit.slds-has-focus { + background-color: #fff; + outline: 0; + box-shadow: #0070d2 0 0 0 1px inset; +} + +.milestone-pm .slds-cell-edit.slds-has-focus .slds-button__icon--edit, .milestone-pm .slds-cell-edit.slds-has-focus .slds-button__icon--lock { + opacity: 1; +} + +.milestone-pm .slds-cell-edit.slds-has-focus:hover { + box-shadow: #0070d2 0 0 0 1px inset; +} + +.milestone-pm .slds-cell-edit.slds-has-focus a:focus { + text-decoration: underline; + outline: 0; +} + +.milestone-pm .slds-cell-edit.slds-is-edited, .milestone-pm .slds-cell-edit.slds-is-edited:hover { + background-color: #faffbd; +} + +.milestone-pm .slds-cell-edit.slds-has-error, .milestone-pm .slds-cell-edit.slds-has-error:hover { + background-color: #faffbd; + border: 1px solid #c23934; + box-shadow: #c23934 0 0 0 1px inset; +} + +.milestone-pm .slds-no-cell-focus .slds-has-focus { + background: #f4f6f9; + border: 0; + box-shadow: none; +} + +.milestone-pm .slds-no-cell-focus .slds-has-focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-cell-error { + padding-left: 0; +} + +.milestone-pm .slds-cell-edit__button:focus .slds-button__icon--edit { + opacity: 1; +} + +.milestone-pm .slds-form-element__label--edit { + margin: 0 .125rem 0; +} + +.milestone-pm .slds-popover--edit { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.milestone-pm .slds-popover--edit .slds-popover__body { + padding: .25rem .25rem .25rem 0; +} + +.milestone-pm .slds-popover--edit .slds-form-element__help { + width: 100%; + padding-left: .75rem; +} + +.milestone-pm .slds-table--header-fixed_container { + position: relative; + padding-top: 2rem; + border-top: 1px solid #d8dde6; + background-color: #fff; + background-image: linear-gradient(to bottom,#fff,#fff 1.9375rem,#d8dde6 1.9375rem,#d8dde6 2rem,#fff 2rem,#fff); +} + +.milestone-pm .slds-cell-fixed { + position: absolute; + top: 0; + min-height: 2rem; +} + +.milestone-pm .slds-table--header-fixed { + border-top: 0; +} + +.milestone-pm .slds-table--header-fixed thead th { + position: static; + border-top: 0; +} + +.milestone-pm .slds-table--header-fixed tbody tr:first-child td, .milestone-pm .slds-table--header-fixed tbody tr:first-child th { + border: 0; +} + +.milestone-pm .slds-tree-container, .milestone-pm .slds-tree_container { + min-width: 7.5rem; + max-width: 25rem; +} + +.milestone-pm .slds-tree-container > .slds-text-heading--label, .milestone-pm .slds-tree_container > .slds-text-heading--label { + margin-bottom: .5rem; +} + +.milestone-pm .slds-tree__item { + display: -ms-flexbox; + display: flex; + line-height: 1.875rem; + padding-left: 1rem; +} + +.milestone-pm .slds-tree__item .slds-is-disabled { + visibility: hidden; +} + +.milestone-pm .slds-tree__item a { + color: #16325c; +} + +.milestone-pm .slds-tree__item a:focus, .milestone-pm .slds-tree__item a:hover { + text-decoration: none; +} + +.milestone-pm .slds-tree__item:focus, .milestone-pm .slds-tree__item:hover { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-tree .slds-is-selected { + background: #f0f8fc; + box-shadow: #0070d2 4px 0 0 inset; +} + +.milestone-pm .slds-tree .slds-is-focused, .milestone-pm .slds-tree .slds-is-hovered { + background: #f4f6f9; + cursor: pointer; +} + +.milestone-pm .slds-tree [aria-level="1"] > .slds-tree__item { + padding-left: 1.5rem; +} + +.milestone-pm .slds-tree [aria-level="2"] > .slds-tree__item { + padding-left: 3rem; +} + +.milestone-pm .slds-tree [aria-level="3"] > .slds-tree__item { + padding-left: 4.5rem; +} + +.milestone-pm .slds-tree [aria-level="4"] > .slds-tree__item { + padding-left: 6rem; +} + +.milestone-pm .slds-tree [aria-level="5"] > .slds-tree__item { + padding-left: 7.5rem; +} + +.milestone-pm .slds-tree [aria-level="6"] > .slds-tree__item { + padding-left: 9rem; +} + +.milestone-pm .slds-tree [aria-level="7"] > .slds-tree__item { + padding-left: 10.5rem; +} + +.milestone-pm .slds-tree [aria-level="8"] > .slds-tree__item { + padding-left: 12rem; +} + +.milestone-pm .slds-tree [aria-level="9"] > .slds-tree__item { + padding-left: 13.5rem; +} + +.milestone-pm .slds-tree [aria-level="10"] > .slds-tree__item { + padding-left: 15rem; +} + +.milestone-pm .slds-tree [aria-level="11"] > .slds-tree__item { + padding-left: 16.5rem; +} + +.milestone-pm .slds-tree [aria-level="12"] > .slds-tree__item { + padding-left: 18rem; +} + +.milestone-pm .slds-tree [aria-level="13"] > .slds-tree__item { + padding-left: 19.5rem; +} + +.milestone-pm .slds-tree [aria-level="14"] > .slds-tree__item { + padding-left: 21rem; +} + +.milestone-pm .slds-tree [aria-level="15"] > .slds-tree__item { + padding-left: 22.5rem; +} + +.milestone-pm .slds-tree [aria-level="16"] > .slds-tree__item { + padding-left: 24rem; +} + +.milestone-pm .slds-tree [aria-level="17"] > .slds-tree__item { + padding-left: 25.5rem; +} + +.milestone-pm .slds-tree [aria-level="18"] > .slds-tree__item { + padding-left: 27rem; +} + +.milestone-pm .slds-tree [aria-level="19"] > .slds-tree__item { + padding-left: 28.5rem; +} + +.milestone-pm .slds-tree [aria-level="20"] > .slds-tree__item { + padding-left: 30rem; +} + +.milestone-pm .slds-tree [aria-expanded=false] > .slds-tree__item > .slds-button[aria-controls] > .slds-button__icon, .milestone-pm .slds-tree [aria-expanded=false] > .slds-tree__item > .slds-button[aria-controls] > span > .slds-button__icon { + transition: .2s transform ease-in-out; + transform: rotate(0); +} + +.milestone-pm .slds-tree [aria-expanded=true] > .slds-tree__item > .slds-button[aria-controls] > .slds-button__icon, .milestone-pm .slds-tree [aria-expanded=true] > .slds-tree__item > .slds-button[aria-controls] > span > .slds-button__icon { + transition: .2s transform ease-in-out; + transform: rotate(90deg); +} + +.milestone-pm .slds-tree .slds-button { + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-tree .slds-pill { + margin-left: .75rem; +} + +.milestone-pm .slds-table--tree .slds-tree__item { + line-height: 1.5rem; +} + +.milestone-pm .slds-table--tree .slds-tree__item a { + color: #0070d2; +} + +.milestone-pm .slds-table--tree .slds-tree__item a:hover { + text-decoration: underline; +} + +.milestone-pm .slds-table--tree__toggle { + margin-left: -.25rem; +} + +.milestone-pm .slds-grid { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-grid--frame { + min-width: 100vw; + min-height: 100vh; + overflow: hidden; +} + +.milestone-pm .slds-grid--vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.milestone-pm .slds-grid--vertical-reverse { + -ms-flex-direction: column-reverse; + flex-direction: column-reverse; +} + +.milestone-pm .slds-grid--reverse { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.milestone-pm .slds-col, .milestone-pm [class*=slds-col--padded] { + -ms-flex: 1 1 auto; + flex: 1 1 auto; +} + +.milestone-pm .slds-col--padded { + padding-right: .75rem; + padding-left: .75rem; +} + +.milestone-pm .slds-col--padded-medium { + padding-right: 1rem; + padding-left: 1rem; +} + +.milestone-pm .slds-col--padded-large { + padding-right: 1.5rem; + padding-left: 1.5rem; +} + +.milestone-pm .slds-col--padded-around { + padding: .75rem; +} + +.milestone-pm .slds-col--padded-around-medium { + padding: 1rem; +} + +.milestone-pm .slds-col--padded-around-large { + padding: 1.5rem; +} + +.milestone-pm .slds-grid--pull-padded { + margin-right: -.75rem; + margin-left: -.75rem; +} + +.milestone-pm .slds-grid--pull-padded-medium { + margin-right: -1rem; + margin-left: -1rem; +} + +.milestone-pm .slds-grid--pull-padded-large { + margin-right: -1.5rem; + margin-left: -1.5rem; +} + +@media (min-width: 64em) { + .milestone-pm .slds-col-rule--top { + border-top: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--right { + border-right: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--bottom { + border-bottom: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col-rule--left { + border-left: 1px solid #f4f6f9; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-col--rule-top { + border-top: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-right { + border-right: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-bottom { + border-bottom: 1px solid #f4f6f9; + } + + .milestone-pm .slds-col--rule-left { + border-left: 1px solid #f4f6f9; + } +} + +.milestone-pm .slds-wrap { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: start; + -ms-grid-row-align: flex-start; + align-items: flex-start; +} + +.milestone-pm .slds-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; +} + +@media (min-width: 30em) { + .milestone-pm .slds-nowrap--small { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-nowrap--medium { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-nowrap--large { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 20em) { + .milestone-pm .slds-x-small-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 30em) { + .milestone-pm .slds-small-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-medium-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-large-nowrap { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + } +} + +.milestone-pm .slds-has-flexi-truncate { + -ms-flex: 1 1 0%; + flex: 1 1 0%; + min-width: 0; +} + +.milestone-pm .slds-no-flex { + -ms-flex: none; + flex: none; +} + +.milestone-pm .slds-no-space { + min-width: 0; +} + +.milestone-pm .slds-grow { + -ms-flex-positive: 1; + flex-grow: 1; +} + +.milestone-pm .slds-grow-none { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-shrink { + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.milestone-pm .slds-shrink-none { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-text-longform ul.slds-grid { + margin-left: 0; + list-style: none; +} + +.milestone-pm .slds-grid--align-center { + -ms-flex-pack: center; + justify-content: center; +} + +.milestone-pm .slds-grid--align-center .slds-col, .milestone-pm .slds-grid--align-center [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-space { + -ms-flex-pack: distribute; + justify-content: space-around; +} + +.milestone-pm .slds-grid--align-space .slds-col, .milestone-pm .slds-grid--align-space [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-spread { + -ms-flex-pack: justify; + justify-content: space-between; +} + +.milestone-pm .slds-grid--align-spread .slds-col, .milestone-pm .slds-grid--align-spread [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--align-end { + -ms-flex-pack: end; + justify-content: flex-end; +} + +.milestone-pm .slds-grid--align-end .slds-col, .milestone-pm .slds-grid--align-end [class*=slds-col--padded] { + -ms-flex-positive: 0; + flex-grow: 0; +} + +.milestone-pm .slds-grid--vertical-align-start { + -ms-flex-align: start; + -ms-grid-row-align: flex-start; + align-items: flex-start; + -ms-flex-line-pack: start; + align-content: flex-start; +} + +.milestone-pm .slds-grid--vertical-align-center { + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; + -ms-flex-line-pack: center; + align-content: center; +} + +.milestone-pm .slds-grid--vertical-align-end { + -ms-flex-align: end; + -ms-grid-row-align: flex-end; + align-items: flex-end; + -ms-flex-line-pack: end; + align-content: flex-end; +} + +.milestone-pm .slds-align-top { + vertical-align: top; + -ms-flex-item-align: start; + align-self: flex-start; +} + +.milestone-pm .slds-align-middle { + vertical-align: middle; + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-align-bottom { + vertical-align: bottom; + -ms-flex-item-align: end; + align-self: flex-end; +} + +.milestone-pm .slds-align-content-center { + -ms-flex: 1; + flex: 1; + -ms-flex-item-align: center; + align-self: center; + -ms-flex-pack: center; + justify-content: center; +} + +.milestone-pm .slds-grid--vertical-stretch { + -ms-flex-align: stretch; + -ms-grid-row-align: stretch; + align-items: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; +} + +.milestone-pm .slds-col--bump-top { + margin-top: auto; +} + +.milestone-pm .slds-col--bump-right { + margin-right: auto; +} + +.milestone-pm .slds-col--bump-bottom { + margin-right: auto; +} + +.milestone-pm .slds-col--bump-left { + margin-left: auto; +} + +.milestone-pm .slds-container--small { + max-width: 30rem; +} + +.milestone-pm .slds-container--medium { + max-width: 48rem; +} + +.milestone-pm .slds-container--large { + max-width: 64rem; +} + +.milestone-pm .slds-container--x-large { + max-width: 80rem; +} + +.milestone-pm .slds-container--fluid { + width: 100%; +} + +.milestone-pm .slds-container--center { + margin-left: auto; + margin-right: auto; +} + +.milestone-pm .slds-container--left { + margin-right: auto; +} + +.milestone-pm .slds-container--right { + margin-left: auto; +} + +.milestone-pm .slds-grid--overflow { + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} + +.milestone-pm .slds-grid--overflow .slds-col { + min-width: 11.25em; + max-width: 22.5em; +} + +.milestone-pm .slds-align--absolute-center { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + margin: auto; +} + +.milestone-pm .slds-media { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.milestone-pm .slds-media__figure { + -ms-flex-negative: 0; + flex-shrink: 0; + margin-right: .75rem; +} + +.milestone-pm .slds-media__body { + -ms-flex: 1; + flex: 1; + min-width: 0; +} + +.milestone-pm .slds-media__body, .milestone-pm .slds-media__body > :last-child { + margin-bottom: 0; +} + +.milestone-pm .slds-media--small .slds-media__figure { + margin-right: .25rem; +} + +.milestone-pm .slds-media--large .slds-media__figure { + margin-right: 1.5rem; +} + +.milestone-pm .slds-media--small .slds-media__figure--reverse { + margin-left: .25rem; +} + +.milestone-pm .slds-media--large .slds-media__figure--reverse { + margin-left: 1.5rem; +} + +.milestone-pm .slds-media--center { + -ms-flex-align: center; + -ms-grid-row-align: center; + align-items: center; +} + +.milestone-pm .slds-media__figure--reverse { + margin: 0 0 0 .75rem; +} + +.milestone-pm .slds-media--reverse > .slds-media__figure { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-media--reverse.slds-media--small .slds-media__figure { + margin-left: .25rem; +} + +.milestone-pm .slds-media--double > .slds-media__figure { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-media--double .slds-media__figure--reverse { + -ms-flex-order: 3; + order: 3; + margin: 0 0 0 1rem; +} + +.milestone-pm .slds-media--double .slds-media__body { + -ms-flex-order: 2; + order: 2; +} + +@media (max-width: 48em) { + .milestone-pm .slds-media--responsive { + display: block; + } + + .milestone-pm .slds-media--responsive .slds-media__figure { + margin: 0 0 .75rem; + } +} + +.milestone-pm .slds-m-top--none { + margin-top: 0 !important; +} + +.milestone-pm .slds-m-top--none { + margin-top: 0; +} + +.milestone-pm .slds-m-right--none { + margin-right: 0 !important; +} + +.milestone-pm .slds-m-right--none { + margin-right: 0; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0 !important; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0; +} + +.milestone-pm .slds-m-left--none { + margin-left: 0 !important; +} + +.milestone-pm .slds-m-left--none { + margin-left: 0; +} + +.milestone-pm .slds-m-vertical--none { + margin-top: 0; + margin-bottom: 0; +} + +.milestone-pm .slds-m-horizontal--none { + margin-right: 0; + margin-left: 0; +} + +.milestone-pm .slds-m-around--none { + margin: 0; +} + +.milestone-pm .slds-m-top--xxx-small { + margin-top: .125rem; +} + +.milestone-pm .slds-m-right--xxx-small { + margin-right: .125rem; +} + +.milestone-pm .slds-m-bottom--xxx-small { + margin-bottom: .125rem; +} + +.milestone-pm .slds-m-left--xxx-small { + margin-left: .125rem; +} + +.milestone-pm .slds-m-vertical--xxx-small { + margin-top: .125rem; + margin-bottom: .125rem; +} + +.milestone-pm .slds-m-horizontal--xxx-small { + margin-right: .125rem; + margin-left: .125rem; +} + +.milestone-pm .slds-m-around--xxx-small { + margin: .125rem; +} + +.milestone-pm .slds-m-top--xx-small { + margin-top: .25rem; +} + +.milestone-pm .slds-m-right--xx-small { + margin-right: .25rem; +} + +.milestone-pm .slds-m-bottom--xx-small { + margin-bottom: .25rem; +} + +.milestone-pm .slds-m-left--xx-small { + margin-left: .25rem; +} + +.milestone-pm .slds-m-vertical--xx-small { + margin-top: .25rem; + margin-bottom: .25rem; +} + +.milestone-pm .slds-m-horizontal--xx-small { + margin-right: .25rem; + margin-left: .25rem; +} + +.milestone-pm .slds-m-around--xx-small { + margin: .25rem; +} + +.milestone-pm .slds-m-top--x-small { + margin-top: .5rem; +} + +.milestone-pm .slds-m-right--x-small { + margin-right: .5rem; +} + +.milestone-pm .slds-m-bottom--x-small { + margin-bottom: .5rem; +} + +.milestone-pm .slds-m-left--x-small { + margin-left: .5rem; +} + +.milestone-pm .slds-m-vertical--x-small { + margin-top: .5rem; + margin-bottom: .5rem; +} + +.milestone-pm .slds-m-horizontal--x-small { + margin-right: .5rem; + margin-left: .5rem; +} + +.milestone-pm .slds-m-around--x-small { + margin: .5rem; +} + +.milestone-pm .slds-m-top--small { + margin-top: .75rem; +} + +.milestone-pm .slds-m-right--small { + margin-right: .75rem; +} + +.milestone-pm .slds-m-bottom--small { + margin-bottom: .75rem; +} + +.milestone-pm .slds-m-left--small { + margin-left: .75rem; +} + +.milestone-pm .slds-m-vertical--small { + margin-top: .75rem; + margin-bottom: .75rem; +} + +.milestone-pm .slds-m-horizontal--small { + margin-right: .75rem; + margin-left: .75rem; +} + +.milestone-pm .slds-m-around--small { + margin: .75rem; +} + +.milestone-pm .slds-m-top--medium { + margin-top: 1rem; +} + +.milestone-pm .slds-m-right--medium { + margin-right: 1rem; +} + +.milestone-pm .slds-m-bottom--medium { + margin-bottom: 1rem; +} + +.milestone-pm .slds-m-left--medium { + margin-left: 1rem; +} + +.milestone-pm .slds-m-vertical--medium { + margin-top: 1rem; + margin-bottom: 1rem; +} + +.milestone-pm .slds-m-horizontal--medium { + margin-right: 1rem; + margin-left: 1rem; +} + +.milestone-pm .slds-m-around--medium { + margin: 1rem; +} + +.milestone-pm .slds-m-top--large { + margin-top: 1.5rem; +} + +.milestone-pm .slds-m-right--large { + margin-right: 1.5rem; +} + +.milestone-pm .slds-m-bottom--large { + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-m-left--large { + margin-left: 1.5rem; +} + +.milestone-pm .slds-m-vertical--large { + margin-top: 1.5rem; + margin-bottom: 1.5rem; +} + +.milestone-pm .slds-m-horizontal--large { + margin-right: 1.5rem; + margin-left: 1.5rem; +} + +.milestone-pm .slds-m-around--large { + margin: 1.5rem; +} + +.milestone-pm .slds-m-top--x-large { + margin-top: 2rem; +} + +.milestone-pm .slds-m-right--x-large { + margin-right: 2rem; +} + +.milestone-pm .slds-m-bottom--x-large { + margin-bottom: 2rem; +} + +.milestone-pm .slds-m-left--x-large { + margin-left: 2rem; +} + +.milestone-pm .slds-m-vertical--x-large { + margin-top: 2rem; + margin-bottom: 2rem; +} + +.milestone-pm .slds-m-horizontal--x-large { + margin-right: 2rem; + margin-left: 2rem; +} + +.milestone-pm .slds-m-around--x-large { + margin: 2rem; +} + +.milestone-pm .slds-m-top--xx-large { + margin-top: 3rem; +} + +.milestone-pm .slds-m-right--xx-large { + margin-right: 3rem; +} + +.milestone-pm .slds-m-bottom--xx-large { + margin-bottom: 3rem; +} + +.milestone-pm .slds-m-left--xx-large { + margin-left: 3rem; +} + +.milestone-pm .slds-m-vertical--xx-large { + margin-top: 3rem; + margin-bottom: 3rem; +} + +.milestone-pm .slds-m-horizontal--xx-large { + margin-right: 3rem; + margin-left: 3rem; +} + +.milestone-pm .slds-m-around--xx-large { + margin: 3rem; +} + +.milestone-pm .slds-m-bottom--none { + margin-bottom: 0; +} + +.milestone-pm .slds-p-top--none { + padding-top: 0 !important; +} + +.milestone-pm .slds-p-top--none { + padding-top: 0; +} + +.milestone-pm .slds-p-right--none { + padding-right: 0 !important; +} + +.milestone-pm .slds-p-right--none { + padding-right: 0; +} + +.milestone-pm .slds-p-bottom--none { + padding-bottom: 0 !important; +} + +.milestone-pm .slds-p-bottom--none { + padding-bottom: 0; +} + +.milestone-pm .slds-p-left--none { + padding-left: 0 !important; +} + +.milestone-pm .slds-p-left--none { + padding-left: 0; +} + +.milestone-pm .slds-p-vertical--none { + padding-top: 0; + padding-bottom: 0; +} + +.milestone-pm .slds-p-horizontal--none { + padding-right: 0; + padding-left: 0; +} + +.milestone-pm .slds-p-around--none { + padding: 0; +} + +.milestone-pm .slds-p-top--xxx-small { + padding-top: .125rem; +} + +.milestone-pm .slds-p-right--xxx-small { + padding-right: .125rem; +} + +.milestone-pm .slds-p-bottom--xxx-small { + padding-bottom: .125rem; +} + +.milestone-pm .slds-p-left--xxx-small { + padding-left: .125rem; +} + +.milestone-pm .slds-p-vertical--xxx-small { + padding-top: .125rem; + padding-bottom: .125rem; +} + +.milestone-pm .slds-p-horizontal--xxx-small { + padding-right: .125rem; + padding-left: .125rem; +} + +.milestone-pm .slds-p-around--xxx-small { + padding: .125rem; +} + +.milestone-pm .slds-p-top--xx-small { + padding-top: .25rem; +} + +.milestone-pm .slds-p-right--xx-small { + padding-right: .25rem; +} + +.milestone-pm .slds-p-bottom--xx-small { + padding-bottom: .25rem; +} + +.milestone-pm .slds-p-left--xx-small { + padding-left: .25rem; +} + +.milestone-pm .slds-p-vertical--xx-small { + padding-top: .25rem; + padding-bottom: .25rem; +} + +.milestone-pm .slds-p-horizontal--xx-small { + padding-right: .25rem; + padding-left: .25rem; +} + +.milestone-pm .slds-p-around--xx-small { + padding: .25rem; +} + +.milestone-pm .slds-p-top--x-small { + padding-top: .5rem; +} + +.milestone-pm .slds-p-right--x-small { + padding-right: .5rem; +} + +.milestone-pm .slds-p-bottom--x-small { + padding-bottom: .5rem; +} + +.milestone-pm .slds-p-left--x-small { + padding-left: .5rem; +} + +.milestone-pm .slds-p-vertical--x-small { + padding-top: .5rem; + padding-bottom: .5rem; +} + +.milestone-pm .slds-p-horizontal--x-small { + padding-right: .5rem; + padding-left: .5rem; +} + +.milestone-pm .slds-p-around--x-small { + padding: .5rem; +} + +.milestone-pm .slds-p-top--small { + padding-top: .75rem; +} + +.milestone-pm .slds-p-right--small { + padding-right: .75rem; +} + +.milestone-pm .slds-p-bottom--small { + padding-bottom: .75rem; +} + +.milestone-pm .slds-p-left--small { + padding-left: .75rem; +} + +.milestone-pm .slds-p-vertical--small { + padding-top: .75rem; + padding-bottom: .75rem; +} + +.milestone-pm .slds-p-horizontal--small { + padding-right: .75rem; + padding-left: .75rem; +} + +.milestone-pm .slds-p-around--small { + padding: .75rem; +} + +.milestone-pm .slds-p-top--medium { + padding-top: 1rem; +} + +.milestone-pm .slds-p-right--medium { + padding-right: 1rem; +} + +.milestone-pm .slds-p-bottom--medium { + padding-bottom: 1rem; +} + +.milestone-pm .slds-p-left--medium { + padding-left: 1rem; +} + +.milestone-pm .slds-p-vertical--medium { + padding-top: 1rem; + padding-bottom: 1rem; +} + +.milestone-pm .slds-p-horizontal--medium { + padding-right: 1rem; + padding-left: 1rem; +} + +.milestone-pm .slds-p-around--medium { + padding: 1rem; +} + +.milestone-pm .slds-p-top--large { + padding-top: 1.5rem; +} + +.milestone-pm .slds-p-right--large { + padding-right: 1.5rem; +} + +.milestone-pm .slds-p-bottom--large { + padding-bottom: 1.5rem; +} + +.milestone-pm .slds-p-left--large { + padding-left: 1.5rem; +} + +.milestone-pm .slds-p-vertical--large { + padding-top: 1.5rem; + padding-bottom: 1.5rem; +} + +.milestone-pm .slds-p-horizontal--large { + padding-right: 1.5rem; + padding-left: 1.5rem; +} + +.milestone-pm .slds-p-around--large { + padding: 1.5rem; +} + +.milestone-pm .slds-p-top--x-large { + padding-top: 2rem; +} + +.milestone-pm .slds-p-right--x-large { + padding-right: 2rem; +} + +.milestone-pm .slds-p-bottom--x-large { + padding-bottom: 2rem; +} + +.milestone-pm .slds-p-left--x-large { + padding-left: 2rem; +} + +.milestone-pm .slds-p-vertical--x-large { + padding-top: 2rem; + padding-bottom: 2rem; +} + +.milestone-pm .slds-p-horizontal--x-large { + padding-right: 2rem; + padding-left: 2rem; +} + +.milestone-pm .slds-p-around--x-large { + padding: 2rem; +} + +.milestone-pm .slds-p-top--xx-large { + padding-top: 3rem; +} + +.milestone-pm .slds-p-right--xx-large { + padding-right: 3rem; +} + +.milestone-pm .slds-p-bottom--xx-large { + padding-bottom: 3rem; +} + +.milestone-pm .slds-p-left--xx-large { + padding-left: 3rem; +} + +.milestone-pm .slds-p-vertical--xx-large { + padding-top: 3rem; + padding-bottom: 3rem; +} + +.milestone-pm .slds-p-horizontal--xx-large { + padding-right: 3rem; + padding-left: 3rem; +} + +.milestone-pm .slds-p-around--xx-large { + padding: 3rem; +} + +.milestone-pm .slds-float--left { + float: left; +} + +.milestone-pm .slds-float--right { + float: right; +} + +.milestone-pm .slds-clearfix:after { + content: ''; + display: table; + clear: both; +} + +.milestone-pm .slds-clear { + clear: both; +} + +.milestone-pm .slds-text-link--reset { + cursor: pointer; + line-height: inherit; + font-size: inherit; +} + +.milestone-pm .slds-text-link--reset:active { + outline: 0; +} + +.milestone-pm .slds-text-link--reset, .milestone-pm .slds-text-link--reset:active, .milestone-pm .slds-text-link--reset:focus, .milestone-pm .slds-text-link--reset:hover { + color: inherit; + text-decoration: inherit; +} + +.milestone-pm .slds-text-link { + color: #0070d2; + text-decoration: none; + transition: color .1s linear; +} + +.milestone-pm .slds-text-link:focus, .milestone-pm .slds-text-link:hover { + text-decoration: underline; + color: #005fb2; +} + +.milestone-pm .slds-text-link:active { + color: #00396b; +} + +.milestone-pm .slds-has-blur-focus { + color: currentColor; +} + +.milestone-pm .slds-has-blur-focus:active, .milestone-pm .slds-has-blur-focus:focus, .milestone-pm .slds-has-blur-focus:hover { + color: currentColor; + text-decoration: none; +} + +.milestone-pm .slds-has-blur-focus:focus { + outline: 0; + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-type-focus { + border-bottom: 1px solid transparent; + border-radius: 0; + color: #16325c; + cursor: pointer; +} + +.milestone-pm .slds-type-focus:focus, .milestone-pm .slds-type-focus:hover { + border-bottom: 1px solid #005fb2; +} + +.milestone-pm .slds-has-block-links a { + display: block; + text-decoration: none; +} + +.milestone-pm .slds-has-block-links .slds-is-nested { + margin-left: 1rem; +} + +.milestone-pm .slds-has-block-links--space .slds-item, .milestone-pm .slds-has-block-links--space .slds-list__item { + padding: 0; +} + +.milestone-pm .slds-has-block-links--space a { + display: block; + text-decoration: none; + padding: .75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-has-block-links--space a { + padding: .5rem; + } +} + +.milestone-pm .slds-has-inline-block-links a { + display: inline-block; + text-decoration: none; +} + +.milestone-pm .slds-has-inline-block-links--space a { + display: inline-block; + text-decoration: none; + padding: .75rem; +} + +@media (min-width: 48em) { + .milestone-pm .slds-has-inline-block-links--space a { + padding: .5rem; + } +} + +.milestone-pm .slds-list--vertical-space .slds-item + .slds-item, .milestone-pm .slds-list--vertical-space .slds-list__item + .slds-list__item { + margin-top: .5rem; +} + +.milestone-pm .slds-list--vertical-space-medium .slds-item + .slds-item, .milestone-pm .slds-list--vertical-space-medium .slds-list__item + .slds-list__item { + margin-top: 1rem; +} + +.milestone-pm .slds-is-nested { + margin-left: 1rem; +} + +.milestone-pm .slds-list--dotted { + margin-left: 1.5rem; + list-style: disc; +} + +.milestone-pm .slds-list--ordered { + margin-left: 1.5rem; + list-style: decimal; +} + +.milestone-pm .slds-has-dividers--top > .slds-item, .milestone-pm .slds-has-dividers--top > .slds-list__item { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-dividers--top-space > .slds-item, .milestone-pm .slds-has-dividers--top-space > .slds-list__item { + border-top: 1px solid #d8dde6; + padding: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--top-space > .slds-item, .milestone-pm .slds-has-dividers--top-space > .slds-list__item { + padding: .5rem; + } +} + +.milestone-pm .slds-has-dividers--bottom > .slds-item, .milestone-pm .slds-has-dividers--bottom > .slds-list__item { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-dividers--bottom-space > .slds-item, .milestone-pm .slds-has-dividers--bottom-space > .slds-list__item { + border-bottom: 1px solid #d8dde6; + padding: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--bottom-space > .slds-item, .milestone-pm .slds-has-dividers--bottom-space > .slds-list__item { + padding: .5rem; + } +} + +.milestone-pm .slds-has-dividers--around > .slds-item { + border: 1px solid #d8dde6; + border-radius: .25rem; + background-clip: padding-box; +} + +.milestone-pm .slds-has-dividers--around > .slds-item + .slds-item { + margin-top: .5rem; +} + +.milestone-pm .slds-has-dividers--around-space > .slds-item { + border: 1px solid #d8dde6; + border-radius: .25rem; + background-clip: padding-box; + padding: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-dividers--around-space > .slds-item { + padding: .5rem; + } +} + +.milestone-pm .slds-has-dividers--around-space > .slds-item + .slds-item { + margin-top: .5rem; +} + +.milestone-pm .slds-has-list-interactions > .slds-item:hover, .milestone-pm .slds-has-list-interactions > .slds-list__item:hover { + background-color: #f4f6f9; + border-color: #d8dde6; + cursor: pointer; +} + +.milestone-pm .slds-has-list-interactions > .slds-item:active, .milestone-pm .slds-has-list-interactions > .slds-list__item:active { + background-color: #eef1f6; + box-shadow: #d8dde6 0 -1px 0 inset; +} + +.milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected, .milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected { + box-shadow: #0070d2 0 0 0 1px inset; + background-color: #f0f8fc; +} + +.milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected:focus, .milestone-pm .slds-has-list-interactions > .slds-item.slds-is-selected:hover, .milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected:focus, .milestone-pm .slds-has-list-interactions > .slds-list__item.slds-is-selected:hover { + box-shadow: #1589ee 0 -2px 0 inset, #1589ee 0 0 0 1px inset; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item { + padding: .5rem; + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item:hover { + background-color: #f4f6f9; + border-color: #d8dde6; + cursor: pointer; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item:active { + background-color: #eef1f6; + box-shadow: #d8dde6 0 -1px 0 inset; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected { + box-shadow: #0070d2 0 0 0 1px inset; + background-color: #f0f8fc; +} + +.milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected:focus, .milestone-pm .slds-list--vertical.slds-has-dividers > .slds-list__item.slds-is-selected:hover { + box-shadow: #1589ee 0 -2px 0 inset, #1589ee 0 0 0 1px inset; +} + +.milestone-pm .slds-has-cards > .slds-list__item { + border: 1px solid #d8dde6; + border-radius: .25rem; + background-clip: padding-box; +} + +.milestone-pm .slds-has-cards > .slds-list__item + .slds-list__item { + margin-top: .5rem; +} + +.milestone-pm .slds-has-cards--space > .slds-list__item { + border: 1px solid #d8dde6; + border-radius: .25rem; + background-clip: padding-box; + padding: .75rem; +} + +@media (min-width: 30em) { + .milestone-pm .slds-has-cards--space > .slds-list__item { + padding: .5rem; + } +} + +.milestone-pm .slds-has-cards--space > .slds-list__item + .slds-list__item { + margin-top: .5rem; +} + +.milestone-pm .slds-list--horizontal { + display: -ms-flexbox; + display: flex; +} + +.milestone-pm .slds-list--horizontal > .slds-list__item { + -ms-flex-item-align: center; + align-self: center; +} + +.milestone-pm .slds-list--horizontal-large > .slds-list__item > a { + padding: .75rem 1rem; +} + +.milestone-pm .slds-has-dividers--left > .slds-item, .milestone-pm .slds-has-dividers--left > .slds-list__item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-dividers--left > .slds-item:before, .milestone-pm .slds-has-dividers--left > .slds-list__item:before { + width: 2px; + height: 2px; + content: ''; + display: inline-block; + vertical-align: middle; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-dividers--left > .slds-item:first-child, .milestone-pm .slds-has-dividers--left > .slds-list__item:first-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-dividers--left > .slds-item:first-child:before, .milestone-pm .slds-has-dividers--left > .slds-list__item:first-child:before { + content: none; +} + +.milestone-pm .slds-has-dividers--right > .slds-item, .milestone-pm .slds-has-dividers--right > .slds-list__item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-dividers--right > .slds-item:after, .milestone-pm .slds-has-dividers--right > .slds-list__item:after { + width: 2px; + height: 2px; + content: ''; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-dividers--right > .slds-item:last-child, .milestone-pm .slds-has-dividers--right > .slds-list__item:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-dividers--right > .slds-item:last-child:after, .milestone-pm .slds-has-dividers--right > .slds-list__item:last-child:after { + content: none; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:after { + width: 2px; + height: 2px; + content: ''; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-list--horizontal.slds-has-dividers > .slds-list__item:last-child:after { + content: none; +} + +.milestone-pm .slds-has-divider { + margin-top: .5rem; + padding-top: .5rem; + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--top { + border-top: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--top-space { + border-top: 1px solid #d8dde6; + margin-top: .5rem; + padding-top: .5rem; +} + +.milestone-pm .slds-has-divider--right { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-divider--right:after { + width: 2px; + height: 2px; + content: ''; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-divider--right:last-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-divider--right:last-child:after { + content: none; +} + +.milestone-pm .slds-has-divider--bottom { + border-bottom: 1px solid #d8dde6; +} + +.milestone-pm .slds-has-divider--bottom-space { + border-bottom: 1px solid #d8dde6; + margin-bottom: .5rem; + padding-bottom: .5rem; +} + +.milestone-pm .slds-has-divider--left { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; +} + +.milestone-pm .slds-has-divider--left:before { + width: 2px; + height: 2px; + content: ''; + display: inline-block; + vertical-align: middle; + margin-left: .5rem; + margin-right: .5rem; + border-radius: 50%; + background-color: #16325c; +} + +.milestone-pm .slds-has-divider--left:first-child { + margin-right: 0; + padding-right: 0; +} + +.milestone-pm .slds-has-divider--left:first-child:before { + content: none; +} + +.milestone-pm .slds-dl--inline:after { + content: ''; + display: table; + clear: both; +} + +@media (min-width: 48em) { + .milestone-pm .slds-dl--inline__label { + float: left; + clear: left; + } + + .milestone-pm .slds-dl--inline__detail { + float: left; + padding-left: .25rem; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-dl--horizontal { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -ms-flex-align: start; + align-items: flex-start; + display: -ms-flexbox; + display: flex; + } + + .milestone-pm .slds-dl--horizontal__label { + width: 30%; + padding-right: .75rem; + } + + .milestone-pm .slds-dl--horizontal__detail { + width: 70%; + } +} + +.milestone-pm .slds-list--horizontal .slds-item--label { + width: 30%; + padding-right: .75rem; +} + +.milestone-pm .slds-list--horizontal .slds-item--detail { + width: 70%; +} + +.milestone-pm .slds-list--vertical .slds-item--detail, .milestone-pm .slds-list--vertical .slds-item--label { + display: block; +} + +.milestone-pm .slds-list--inline { + display: -ms-inline-flexbox; + display: inline-flex; + max-width: 100%; +} + +.milestone-pm .slds-list--inline .slds-item--label { + max-width: 180px; + padding-right: .75rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.milestone-pm .slds-list--inline .slds-item--label ~ .slds-item--label { + padding-left: 1rem; +} + +.milestone-pm .slds-list--inline .slds-item--detail { + min-width: 0; +} + +.milestone-pm .slds-truncate { + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.milestone-pm .slds-truncate_container--25 { + max-width: 25%; +} + +.milestone-pm .slds-truncate_container--50 { + max-width: 50%; +} + +.milestone-pm .slds-truncate_container--75 { + max-width: 75%; +} + +.milestone-pm .slds-truncate_container--33 { + max-width: 33%; +} + +.milestone-pm .slds-truncate_container--66 { + max-width: 66%; +} + +.milestone-pm .slds-hyphenate { + overflow-wrap: break-word; + word-wrap: break-word; + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; +} + +.milestone-pm .slds-box { + padding: 1rem; + border-radius: .25rem; + background-clip: padding-box; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-box--x-small { + padding: .5rem; +} + +.milestone-pm .slds-box--small { + padding: .75rem; +} + +.milestone-pm .slds-box--border { + padding: 0; + border-radius: .25rem; + background-clip: padding-box; + border: 1px solid #d8dde6; +} + +.milestone-pm .slds-theme--default { + background-color: #fff; +} + +.milestone-pm .slds-theme--shade { + background-color: #f4f6f9; +} + +.milestone-pm .slds-theme--inverse { + background-color: #061c3f; + color: #fff; + border-color: #061c3f; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--inverse a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--alt-inverse { + background-color: #16325c; + color: #fff; + border-color: #16325c; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--alt-inverse a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--success { + color: #fff; + background-color: #04844b; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--success a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--success a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--success a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--info { + color: #fff; + background-color: #54698d; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--info a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--info a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--info a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--warning { + background-color: #ffb75d; + color: #16325c; +} + +.milestone-pm .slds-theme--warning .slds-button__icon { + fill: #54698d; +} + +.milestone-pm .slds-theme--error { + color: #fff; + background-color: #c23934; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--error a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--error a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--error a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--offline { + color: #fff; + background-color: #444; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--offline a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--offline a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--offline a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--alert-texture { + background-image: linear-gradient(45deg,rgba(0,0,0,.025) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.025) 50%,rgba(0,0,0,.025) 75%,transparent 75%,transparent); + background-size: 64px 64px; +} + +.milestone-pm .slds-theme--inverse-text { + color: #fff; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral) { + color: #fff; + text-decoration: underline; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):link, .milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):visited { + color: #fff; +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):focus, .milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):hover { + color: rgba(255,255,255,.75); +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral):active { + color: rgba(255,255,255,.5); +} + +.milestone-pm .slds-theme--inverse-text a:not(.slds-button--neutral)[disabled] { + color: rgba(255,255,255,.15); +} + +.milestone-pm .slds-theme--alert-texture .slds-text-body--small, .milestone-pm .slds-theme--alt-inverse .slds-text-body--small, .milestone-pm .slds-theme--default .slds-text-body--small, .milestone-pm .slds-theme--error .slds-text-body--small, .milestone-pm .slds-theme--info .slds-text-body--small, .milestone-pm .slds-theme--inverse .slds-text-body--small, .milestone-pm .slds-theme--inverse-text .slds-text-body--small, .milestone-pm .slds-theme--offline .slds-text-body--small, .milestone-pm .slds-theme--shade .slds-text-body--small, .milestone-pm .slds-theme--success .slds-text-body--small, .milestone-pm .slds-theme--warning .slds-text-body--small { + color: inherit; +} + +.milestone-pm .slds-text-body--regular { + font-size: .8125rem; +} + +.milestone-pm .slds-text-body--small { + font-size: .75rem; + color: #54698d; +} + +.milestone-pm .slds-text-heading--large { + font-weight: 300; + font-size: 1.75rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--medium { + font-weight: 300; + font-size: 1.25rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--small { + font-size: 1rem; + line-height: 1.25; +} + +.milestone-pm .slds-text-heading--label { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; +} + +.milestone-pm .slds-text-heading--label-normal { + font-size: .75rem; + line-height: 1.25; + color: #54698d; +} + +.milestone-pm .slds-text-title { + font-size: .75rem; + line-height: 1.25; + color: #54698d; +} + +.milestone-pm .slds-text-title--caps { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; +} + +.milestone-pm .slds-line-height--reset { + line-height: 1; +} + +.milestone-pm .slds-text-color--default { + color: #16325c; +} + +.milestone-pm .slds-text-color--weak { + color: #54698d; +} + +.milestone-pm .slds-text-color--error { + color: #c23934; +} + +.milestone-pm .slds-text-align--left { + text-align: left; +} + +.milestone-pm .slds-text-align--center { + text-align: center; +} + +.milestone-pm .slds-text-align--right { + text-align: right; +} + +.milestone-pm .slds-text-longform dl, .milestone-pm .slds-text-longform h1, .milestone-pm .slds-text-longform h2, .milestone-pm .slds-text-longform h3, .milestone-pm .slds-text-longform img, .milestone-pm .slds-text-longform ol, .milestone-pm .slds-text-longform p, .milestone-pm .slds-text-longform ul { + margin-bottom: .75rem; +} + +.milestone-pm .slds-text-longform ul { + margin-left: 1.5rem; + list-style: disc; +} + +.milestone-pm .slds-text-longform ol { + margin-left: 1.5rem; + list-style: decimal; +} + +.milestone-pm .slds-section { + margin-top: .5rem; + margin-bottom: .5rem; +} + +.milestone-pm .slds-section__title { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + font-size: 1rem; +} + +.milestone-pm .slds-section__title-action { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + background: #f4f6f9; + cursor: pointer; + width: 100%; + text-align: left; + color: currentColor; + font-size: inherit; + padding: 0 .5rem; +} + +.milestone-pm .slds-section__title-action:active, .milestone-pm .slds-section__title-action:focus, .milestone-pm .slds-section__title-action:hover { + background: #eef1f6; + color: inherit; +} + +.milestone-pm .slds-section__content { + visibility: hidden; + opacity: 0; + height: 0; +} + +.milestone-pm .slds-section__title-action-icon { + transform: rotate(-90deg); +} + +.milestone-pm .slds-section.slds-is-open .slds-section__title-action-icon { + transform: rotate(0); + transform-origin: 45%; +} + +.milestone-pm .slds-section.slds-is-open .slds-section__content { + padding-top: .75rem; + visibility: visible; + opacity: 1; + height: auto; +} + +.milestone-pm .slds-section-title { + font-size: 1rem; +} + +.milestone-pm .slds-section-title > a { + display: inline-block; + color: #16325c; +} + +.milestone-pm .slds-section-title > a:focus, .milestone-pm .slds-section-title > a:hover { + color: #005fb2; +} + +.milestone-pm .slds-section-title > a:focus { + box-shadow: 0 0 3px #0070d2; +} + +.milestone-pm .slds-section-title > a:active { + color: #16325c; +} + +.milestone-pm .slds-section-title .slds-icon { + width: 1rem; + height: 1rem; + fill: currentColor; +} + +.milestone-pm .slds-section-title .slds-section-group--is-closed .slds-icon { + transform: rotate(-90deg); +} + +.milestone-pm .slds-section-title--divider { + font-size: .75rem; + line-height: 1.25; + color: #54698d; + text-transform: uppercase; + letter-spacing: .0625rem; + padding: .75rem 1rem; + background: #f4f6f9; +} + +.milestone-pm .slds-scrollable { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: .5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-scrollable--y { + -webkit-overflow-scrolling: touch; + max-height: 100%; + overflow: hidden; + overflow-y: auto; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: .5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable--y::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-scrollable--x { + -webkit-overflow-scrolling: touch; + max-width: 100%; + overflow: hidden; + overflow-x: auto; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar { + width: 10px; + height: 10px; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar:window-inactive { + opacity: 0; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar-thumb { + background: #e0e5ee; + border-radius: .5rem; + box-shadow: #a8b7c7 0 0 0 1px inset; +} + +.milestone-pm .slds-scrollable--x::-webkit-scrollbar-track { + background: #a8b7c7; +} + +.milestone-pm .slds-size--xx-small { + width: 6rem; +} + +.milestone-pm .slds-size--x-small { + width: 12rem; +} + +.milestone-pm .slds-size--small { + width: 15rem; +} + +.milestone-pm .slds-size--medium { + width: 20rem; +} + +.milestone-pm .slds-size--large { + width: 25rem; +} + +.milestone-pm .slds-size--x-large { + width: 40rem; +} + +.milestone-pm .slds-size--xx-large { + width: 60rem; +} + +.milestone-pm .slds-size--1-of-1 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-2 { + width: 50%; +} + +.milestone-pm .slds-size--2-of-2 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-3 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--2-of-3 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--3-of-3 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-4 { + width: 25%; +} + +.milestone-pm .slds-size--2-of-4 { + width: 50%; +} + +.milestone-pm .slds-size--3-of-4 { + width: 75%; +} + +.milestone-pm .slds-size--4-of-4 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-5 { + width: 20%; +} + +.milestone-pm .slds-size--2-of-5 { + width: 40%; +} + +.milestone-pm .slds-size--3-of-5 { + width: 60%; +} + +.milestone-pm .slds-size--4-of-5 { + width: 80%; +} + +.milestone-pm .slds-size--5-of-5 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-6 { + width: 16.6666666667%; +} + +.milestone-pm .slds-size--2-of-6 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--3-of-6 { + width: 50%; +} + +.milestone-pm .slds-size--4-of-6 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--5-of-6 { + width: 83.3333333333%; +} + +.milestone-pm .slds-size--6-of-6 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-7 { + width: 14.2857142857%; +} + +.milestone-pm .slds-size--2-of-7 { + width: 28.5714285714%; +} + +.milestone-pm .slds-size--3-of-7 { + width: 42.8571428571%; +} + +.milestone-pm .slds-size--4-of-7 { + width: 57.1428571429%; +} + +.milestone-pm .slds-size--5-of-7 { + width: 71.4285714286%; +} + +.milestone-pm .slds-size--6-of-7 { + width: 85.7142857143%; +} + +.milestone-pm .slds-size--7-of-7 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-8 { + width: 12.5%; +} + +.milestone-pm .slds-size--2-of-8 { + width: 25%; +} + +.milestone-pm .slds-size--3-of-8 { + width: 37.5%; +} + +.milestone-pm .slds-size--4-of-8 { + width: 50%; +} + +.milestone-pm .slds-size--5-of-8 { + width: 62.5%; +} + +.milestone-pm .slds-size--6-of-8 { + width: 75%; +} + +.milestone-pm .slds-size--7-of-8 { + width: 87.5%; +} + +.milestone-pm .slds-size--8-of-8 { + width: 100%; +} + +.milestone-pm .slds-size--1-of-12 { + width: 8.3333333333%; +} + +.milestone-pm .slds-size--2-of-12 { + width: 16.6666666667%; +} + +.milestone-pm .slds-size--3-of-12 { + width: 25%; +} + +.milestone-pm .slds-size--4-of-12 { + width: 33.3333333333%; +} + +.milestone-pm .slds-size--5-of-12 { + width: 41.6666666667%; +} + +.milestone-pm .slds-size--6-of-12 { + width: 50%; +} + +.milestone-pm .slds-size--7-of-12 { + width: 58.3333333333%; +} + +.milestone-pm .slds-size--8-of-12 { + width: 66.6666666667%; +} + +.milestone-pm .slds-size--9-of-12 { + width: 75%; +} + +.milestone-pm .slds-size--10-of-12 { + width: 83.3333333333%; +} + +.milestone-pm .slds-size--11-of-12 { + width: 91.6666666667%; +} + +.milestone-pm .slds-size--12-of-12 { + width: 100%; +} + +.milestone-pm .slds-order--1 { + -ms-flex-order: 1; + order: 1; +} + +.milestone-pm .slds-order--2 { + -ms-flex-order: 2; + order: 2; +} + +.milestone-pm .slds-order--3 { + -ms-flex-order: 3; + order: 3; +} + +.milestone-pm .slds-order--4 { + -ms-flex-order: 4; + order: 4; +} + +.milestone-pm .slds-order--5 { + -ms-flex-order: 5; + order: 5; +} + +.milestone-pm .slds-order--6 { + -ms-flex-order: 6; + order: 6; +} + +.milestone-pm .slds-order--7 { + -ms-flex-order: 7; + order: 7; +} + +.milestone-pm .slds-order--8 { + -ms-flex-order: 8; + order: 8; +} + +.milestone-pm .slds-order--9 { + -ms-flex-order: 9; + order: 9; +} + +.milestone-pm .slds-order--10 { + -ms-flex-order: 10; + order: 10; +} + +.milestone-pm .slds-order--11 { + -ms-flex-order: 11; + order: 11; +} + +.milestone-pm .slds-order--12 { + -ms-flex-order: 12; + order: 12; +} + +@media (min-width: 20em) { + .milestone-pm .slds-x-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-x-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-x-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-x-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-x-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-x-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-x-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-x-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-x-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-x-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-x-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-x-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-x-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-x-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-x-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-x-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-x-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-x-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-x-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-x-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-x-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-x-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-x-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-x-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-x-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-x-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-x-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-x-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-x-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-x-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-x-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-x-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-x-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-x-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-x-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-x-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-x-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-x-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-x-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-x-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-x-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-x-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-x-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-x-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-x-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-x-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-x-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-x-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 20em) { + .milestone-pm .slds-max-x-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-x-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-x-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-x-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-x-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-x-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-x-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-x-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-x-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-x-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-x-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-x-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-x-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-x-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-x-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-x-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-x-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-x-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-x-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-x-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-x-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-x-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-x-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-x-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-x-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-x-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-x-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-x-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-x-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-x-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-x-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-x-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-x-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-x-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-x-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-x-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-x-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-x-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-x-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 30em) { + .milestone-pm .slds-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 30em) { + .milestone-pm .slds-max-small-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-small-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-small-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-small-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-small-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-small-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-small-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-small-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-small-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-small-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-small-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-small-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-small-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-small-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-small-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-small-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-small-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-small-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-small-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-small-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-small-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-small-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-small-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-small-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-small-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-small-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-small-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-small-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-small-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-small-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-small-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-small-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-small-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-small-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-small-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-small-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-small-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-small-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-small-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-small-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-small-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-small-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-small-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-small-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-small-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-small-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-small-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-small-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 48em) { + .milestone-pm .slds-medium-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-medium-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-medium-size--small { + width: 15rem; + } + + .milestone-pm .slds-medium-size--medium { + width: 20rem; + } + + .milestone-pm .slds-medium-size--large { + width: 25rem; + } + + .milestone-pm .slds-medium-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-medium-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-medium-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-medium-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-medium-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-medium-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-medium-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-medium-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-medium-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-medium-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-medium-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-medium-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-medium-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-medium-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-medium-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-medium-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-medium-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-medium-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-medium-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-medium-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-medium-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-medium-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-medium-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-medium-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-medium-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-medium-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-medium-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-medium-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-medium-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-medium-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-medium-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-medium-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-medium-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-medium-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-medium-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-medium-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-medium-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-medium-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-medium-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-medium-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-medium-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-medium-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-medium-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-medium-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-medium-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-medium-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-medium-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-medium-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-medium-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-medium-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-medium-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 48em) { + .milestone-pm .slds-max-medium-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-medium-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-medium-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-medium-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-medium-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-medium-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-medium-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-medium-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-medium-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-medium-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-medium-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-medium-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-medium-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-medium-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-medium-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-medium-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-medium-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-medium-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-medium-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-medium-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-medium-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-medium-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-medium-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-medium-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-medium-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-medium-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-medium-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-medium-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-medium-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-medium-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-medium-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-medium-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-medium-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-medium-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-medium-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-medium-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-medium-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-medium-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-medium-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-medium-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-medium-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-medium-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-medium-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-medium-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-medium-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-medium-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-medium-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-medium-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (min-width: 64em) { + .milestone-pm .slds-large-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-large-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-large-size--small { + width: 15rem; + } + + .milestone-pm .slds-large-size--medium { + width: 20rem; + } + + .milestone-pm .slds-large-size--large { + width: 25rem; + } + + .milestone-pm .slds-large-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-large-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-large-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-large-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-large-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-large-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-large-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-large-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-large-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-large-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-large-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-large-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-large-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-large-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-large-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-large-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-large-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-large-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-large-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-large-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-large-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-large-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-large-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-large-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-large-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-large-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-large-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-large-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-large-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-large-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-large-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-large-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-large-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-large-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-large-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-large-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-large-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-large-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-large-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-large-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-large-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-large-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-large-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-large-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-large-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-large-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-large-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-large-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-large-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-large-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-large-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +@media (max-width: 64em) { + .milestone-pm .slds-max-large-size--xx-small { + width: 6rem; + } + + .milestone-pm .slds-max-large-size--x-small { + width: 12rem; + } + + .milestone-pm .slds-max-large-size--small { + width: 15rem; + } + + .milestone-pm .slds-max-large-size--medium { + width: 20rem; + } + + .milestone-pm .slds-max-large-size--large { + width: 25rem; + } + + .milestone-pm .slds-max-large-size--x-large { + width: 40rem; + } + + .milestone-pm .slds-max-large-size--xx-large { + width: 60rem; + } + + .milestone-pm .slds-max-large-size--1-of-1 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-2 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--2-of-2 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-3 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--2-of-3 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--3-of-3 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-4 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--2-of-4 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--3-of-4 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--4-of-4 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-5 { + width: 20%; + } + + .milestone-pm .slds-max-large-size--2-of-5 { + width: 40%; + } + + .milestone-pm .slds-max-large-size--3-of-5 { + width: 60%; + } + + .milestone-pm .slds-max-large-size--4-of-5 { + width: 80%; + } + + .milestone-pm .slds-max-large-size--5-of-5 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-6 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-large-size--2-of-6 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--3-of-6 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--4-of-6 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--5-of-6 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-large-size--6-of-6 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-7 { + width: 14.2857142857%; + } + + .milestone-pm .slds-max-large-size--2-of-7 { + width: 28.5714285714%; + } + + .milestone-pm .slds-max-large-size--3-of-7 { + width: 42.8571428571%; + } + + .milestone-pm .slds-max-large-size--4-of-7 { + width: 57.1428571429%; + } + + .milestone-pm .slds-max-large-size--5-of-7 { + width: 71.4285714286%; + } + + .milestone-pm .slds-max-large-size--6-of-7 { + width: 85.7142857143%; + } + + .milestone-pm .slds-max-large-size--7-of-7 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-8 { + width: 12.5%; + } + + .milestone-pm .slds-max-large-size--2-of-8 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--3-of-8 { + width: 37.5%; + } + + .milestone-pm .slds-max-large-size--4-of-8 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--5-of-8 { + width: 62.5%; + } + + .milestone-pm .slds-max-large-size--6-of-8 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--7-of-8 { + width: 87.5%; + } + + .milestone-pm .slds-max-large-size--8-of-8 { + width: 100%; + } + + .milestone-pm .slds-max-large-size--1-of-12 { + width: 8.3333333333%; + } + + .milestone-pm .slds-max-large-size--2-of-12 { + width: 16.6666666667%; + } + + .milestone-pm .slds-max-large-size--3-of-12 { + width: 25%; + } + + .milestone-pm .slds-max-large-size--4-of-12 { + width: 33.3333333333%; + } + + .milestone-pm .slds-max-large-size--5-of-12 { + width: 41.6666666667%; + } + + .milestone-pm .slds-max-large-size--6-of-12 { + width: 50%; + } + + .milestone-pm .slds-max-large-size--7-of-12 { + width: 58.3333333333%; + } + + .milestone-pm .slds-max-large-size--8-of-12 { + width: 66.6666666667%; + } + + .milestone-pm .slds-max-large-size--9-of-12 { + width: 75%; + } + + .milestone-pm .slds-max-large-size--10-of-12 { + width: 83.3333333333%; + } + + .milestone-pm .slds-max-large-size--11-of-12 { + width: 91.6666666667%; + } + + .milestone-pm .slds-max-large-size--12-of-12 { + width: 100%; + } + + .milestone-pm .slds-max-large-order--1 { + -ms-flex-order: 1; + order: 1; + } + + .milestone-pm .slds-max-large-order--2 { + -ms-flex-order: 2; + order: 2; + } + + .milestone-pm .slds-max-large-order--3 { + -ms-flex-order: 3; + order: 3; + } + + .milestone-pm .slds-max-large-order--4 { + -ms-flex-order: 4; + order: 4; + } + + .milestone-pm .slds-max-large-order--5 { + -ms-flex-order: 5; + order: 5; + } + + .milestone-pm .slds-max-large-order--6 { + -ms-flex-order: 6; + order: 6; + } + + .milestone-pm .slds-max-large-order--7 { + -ms-flex-order: 7; + order: 7; + } + + .milestone-pm .slds-max-large-order--8 { + -ms-flex-order: 8; + order: 8; + } + + .milestone-pm .slds-max-large-order--9 { + -ms-flex-order: 9; + order: 9; + } + + .milestone-pm .slds-max-large-order--10 { + -ms-flex-order: 10; + order: 10; + } + + .milestone-pm .slds-max-large-order--11 { + -ms-flex-order: 11; + order: 11; + } + + .milestone-pm .slds-max-large-order--12 { + -ms-flex-order: 12; + order: 12; + } +} + +.milestone-pm .slds-is-relative { + position: relative; +} + +.milestone-pm .slds-is-static { + position: static; +} + +.milestone-pm .slds-hide { + display: none; +} + +.milestone-pm .slds-show { + display: block; +} + +.milestone-pm .slds-show--inline-block { + display: inline-block; +} + +.milestone-pm .slds-show--inline { + display: inline; +} + +.milestone-pm .slds-hidden { + visibility: hidden; +} + +.milestone-pm .slds-visible { + visibility: visible; +} + +.milestone-pm .slds-transition-hide { + opacity: 0; +} + +.milestone-pm .slds-transition-show { + opacity: 1; +} + +.milestone-pm .slds-is-collapsed { + height: 0; + overflow: hidden; +} + +.milestone-pm .slds-collapsed { + height: 0; + overflow: hidden; +} + +.milestone-pm .slds-is-expanded { + height: auto; + overflow: visible; +} + +.milestone-pm .slds-expanded { + height: auto; + overflow: visible; +} + +.milestone-pm .slds-assistive-text { + position: absolute !important; + margin: -1px !important; + border: 0 !important; + padding: 0 !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + clip: rect(0 0 0 0) !important; +} + +.milestone-pm .slds-assistive-text--focus:focus { + margin: inherit !important; + border: inherit !important; + padding: inherit !important; + width: auto !important; + height: auto !important; + overflow: visible !important; + clip: auto !important; +} + +.milestone-pm .slds-x-small-show { + display: none; +} + +@media (min-width: 320px) { + .milestone-pm .slds-x-small-show { + display: block; + } + + .milestone-pm .slds-x-small-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-x-small-show--inline { + display: inline; + } +} + +.milestone-pm .slds-x-small-show-only { + display: none; +} + +@media (min-width: 320px) and (max-width: 479px) { + .milestone-pm .slds-x-small-show-only { + display: block; + } + + .milestone-pm .slds-x-small-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-x-small-show-only--inline { + display: inline; + } +} + +@media (max-width: 479px) { + .milestone-pm .slds-max-x-small-hide { + display: none; + } +} + +.milestone-pm .slds-small-show { + display: none; +} + +@media (min-width: 480px) { + .milestone-pm .slds-small-show { + display: block; + } + + .milestone-pm .slds-small-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-small-show--inline { + display: inline; + } +} + +.milestone-pm .slds-small-show-only { + display: none; +} + +@media (min-width: 480px) and (max-width: 767px) { + .milestone-pm .slds-small-show-only { + display: block; + } + + .milestone-pm .slds-small-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-small-show-only--inline { + display: inline; + } +} + +@media (max-width: 767px) { + .milestone-pm .slds-max-small-hide { + display: none; + } +} + +.milestone-pm .slds-medium-show { + display: none; +} + +@media (min-width: 768px) { + .milestone-pm .slds-medium-show { + display: block; + } + + .milestone-pm .slds-medium-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-medium-show--inline { + display: inline; + } +} + +.milestone-pm .slds-medium-show-only { + display: none; +} + +@media (min-width: 768px) and (max-width: 1023px) { + .milestone-pm .slds-medium-show-only { + display: block; + } + + .milestone-pm .slds-medium-show-only--inline-block { + display: inline-block; + } + + .milestone-pm .slds-medium-show-only--inline { + display: inline; + } +} + +@media (max-width: 1023px) { + .milestone-pm .slds-max-medium-hide { + display: none; + } +} + +.milestone-pm .slds-large-show { + display: none; +} + +@media (min-width: 1024px) { + .milestone-pm .slds-large-show { + display: block; + } + + .milestone-pm .slds-large-show--inline-block { + display: inline-block; + } + + .milestone-pm .slds-large-show--inline { + display: inline; + } +} + +@media print { + .milestone-pm *, .milestone-pm :after, .milestone-pm :before { + background: 0 0 !important; + color: #000 !important; + box-shadow: none !important; + text-shadow: none !important; + } + + .milestone-pm a, .milestone-pm a:visited { + text-decoration: underline; + } + + .milestone-pm a[href]:after { + content: " (" attr(href) ")"; + } + + .milestone-pm abbr[title]:after { + content: " (" attr(title) ")"; + } + + .milestone-pm a[href^="#"]:after, .milestone-pm a[href^="javascript:"]:after { + content: ''; + } + + .milestone-pm blockquote, .milestone-pm pre { + border: 1px solid #999; + page-break-inside: avoid; + } + + .milestone-pm thead { + display: table-header-group; + } + + .milestone-pm img, .milestone-pm tr { + page-break-inside: avoid; + } + + .milestone-pm img { + max-width: 100% !important; + } + + .milestone-pm h2, .milestone-pm h3, .milestone-pm p { + orphans: 3; + widows: 3; + } + + .milestone-pm h2, .milestone-pm h3 { + page-break-after: avoid; + } +} \ No newline at end of file diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/License-for-Sass.txt b/force-app/main/default/staticresources/SLDS203_MPM/scss/License-for-Sass.txt new file mode 100644 index 0000000..a5ad0d9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/License-for-Sass.txt @@ -0,0 +1,23 @@ +Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. Redistributions in binary +form must reproduce the above copyright notice, this list of conditions and +the following disclaimer in the documentation and/or other materials provided +with the distribution. Neither the name of salesforce.com, inc. nor the names +of its contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/_config.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/_config.scss new file mode 100644 index 0000000..d3915ac --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/_config.scss @@ -0,0 +1,81 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +/// Version number +/// Helps deprecating pieces of the codebase +/// Note: update at each release +/// +/// For internal use only +/// +/// @type String +/// @access private +$app-version: '2.1.2'; + +/// Debug mode (uncomment to activate) +/// Turn on to output deprecation warnings during development +/// Note: remove when/if gulp-sass starts supporting the --quiet flag +/// +/// @type Boolean +// $app-debug: true; + +/// Image Path +/// +/// @type String +$static-image-path: '../images' !default; + +/// Font Path +/// +/// @type String +$static-font-path: '../fonts/webfonts' !default; + +/// Load webfonts +/// +/// The Design System loads Salesforce webfonts using @font-face rules. +/// Apps that already load webfonts or load webfonts using JavaScript +/// should switch this setting off. +/// +/// @type Boolean +$slds-load-webfonts: true !default; + +/// Breakpoints +/// +/// @type map +$breakpoints: ( + 'x-small': $mq-x-small, + 'small': $mq-small, + 'medium': $mq-medium, + 'large': $mq-large +) !default; + +/// Grid Column Support +/// +/// @type list +$grid-columns: (1, 2, 3, 4, 5, 6, 7, 8, 12) !default; + +/// CSS Prefix +/// Will prefix all CSS classes +/// +/// @example scss Compile without prefix +/// $css-prefix: ''; +/// +/// @example scss Use in a class name +/// .#{$css-prefix}foo { ... } // outputs .slds-foo { ... } +/// +/// @type String +$css-prefix: 'slds-' !default; + +/// Reset wrapping class +/// Wraps a version of normalize +/// +/// @example scss +/// #{$reset-wrapping-class} .foo { ... } // outputs .slds .foo { ... } +/// +/// @type String +$reset-wrapping-class: '.slds' !default; diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/_design-tokens.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/_design-tokens.scss new file mode 100644 index 0000000..d8f138f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/_design-tokens.scss @@ -0,0 +1,1552 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// The Sass importer needs the extension to be explicit when multiple files have the same name +// scss-lint:disable ImportPath + +$font-size-small: 0.75rem !default; +$font-size-medium: 0.8125rem !default; +$font-size-medium-a: 0.875rem !default; +$font-size-large: 1rem !default; +$font-size-x-large: 1.25rem !default; +$font-size-xx-large: 1.75rem !default; +$line-height-text: 1.5 !default; +$width-stage-left-collapsed: 4rem !default; +$width-stage-left-expanded: 15rem !default; +$height-header: 3.125rem !default; +$square-icon-medium: 2rem !default; +$color-background-path-complete: rgb(75, 202, 129) !default; +$color-background-path-complete-hover: rgb(4, 132, 75) !default; +$color-background-path-current: rgb(0, 112, 210) !default; +$color-background-path-current-hover: rgb(0, 95, 178) !default; +$color-background-path-incomplete: rgb(224, 229, 238) !default; +$color-background-path-incomplete-hover: rgb(216, 221, 230) !default; +$color-background-path-lost: rgb(194, 57, 52) !default; +$color-background-guidance: rgb(250, 250, 251) !default; +$color-border-path-divider: rgb(255, 255, 255) !default; +$line-height-salespath: 1.5rem !default; +$duration-slide: 0.25s !default; +$height-sales-path: 2rem !default; +$width-stage-left: 88% !default; +$height-footer: 3.75rem !default; +$height-header: 2.75rem !default; +$height-input: 1.875rem !default; +$height-overflow-start: 144px !default; +$max-height-action-overflow-menu: 628px !default; +$max-height-card-media: 144px !default; +$max-height-header-brand: 32px !default; +$max-width-action-bar: 600px !default; +$max-width-action-bar-item: 120px !default; +$max-width-action-bar-with-labels: 320px !default; +$max-width-action-overflow-menu: 512px !default; +$max-width-header-brand: 156px !default; +$square-record-anchor-pic: 3rem !default; +$square-tappable: 2.75rem !default; +$flex-master-panel: 7 !default; +$square-tooltip: 1.25rem !default; +$square-tooltip-nubbin: 1rem !default; +$flex-detail-panel: 3 !default; +$elevation-3-below: -3 !default; +$elevation-0: 0 !default; +$elevation-2: 2 !default; +$elevation-4: 4 !default; +$elevation-8: 8 !default; +$elevation-16: 16 !default; +$elevation-32: 32 !default; +$color-background: rgb(244, 246, 249) !default; +$color-background-alt: rgb(255, 255, 255) !default; +$color-background-alt-2: rgb(238, 241, 246) !default; +$color-background-alt-inverse: rgb(22, 50, 92) !default; +$color-background-row-hover: rgb(244, 246, 249) !default; +$color-background-row-active: rgb(238, 241, 246) !default; +$color-background-row-selected: rgb(240, 248, 252) !default; +$color-background-row-new: rgb(217, 255, 223) !default; +$color-background-inverse: rgb(6, 28, 63) !default; +$color-background-anchor: rgb(244, 246, 249) !default; +$color-background-browser: rgb(84, 105, 141) !default; +$color-background-chrome-mobile: rgb(0, 112, 210) !default; +$color-background-chrome-desktop: rgb(255, 255, 255) !default; +$color-background-customer: rgb(255, 154, 60) !default; +$color-background-highlight: rgb(250, 255, 189) !default; +$color-background-highlight-search: rgb(255, 240, 63) !default; +$color-background-selection: rgb(216, 237, 255) !default; +$color-background-actionbar-icon-utility: rgb(84, 105, 141) !default; +$color-background-indicator-dot: rgb(22, 50, 92) !default; +$color-background-modal: rgb(255, 255, 255) !default; +$color-background-modal-brand: rgb(0, 112, 210) !default; +$color-background-notification-badge: rgb(194, 57, 52) !default; +$color-background-notification-badge-hover: rgb(0, 95, 178) !default; +$color-background-notification-badge-focus: rgb(0, 95, 178) !default; +$color-background-notification-badge-active: rgb(0, 57, 107) !default; +$color-background-notification: rgb(255, 255, 255) !default; +$color-background-notification-new: rgb(240, 248, 252) !default; +$color-background-org-switcher-arrow: rgb(6, 28, 63) !default; +$color-background-payload: rgb(244, 246, 249) !default; +$color-background-post: rgb(247, 249, 251) !default; +$color-background-utility-bar-hover: rgb(224, 229, 238) !default; +$color-background-utility-bar-active: rgb(21, 137, 238) !default; +$color-background-shade: rgb(224, 229, 238) !default; +$color-background-shade-dark: rgb(216, 221, 230) !default; +$color-background-stencil: rgb(238, 241, 246) !default; +$color-background-stencil-alt: rgb(224, 229, 238) !default; +$color-background-temp-modal: rgba(126, 140, 153, 0.8) !default; +$color-background-temp-modal-tint: rgba(126, 140, 153, 0.8) !default; +$color-background-temp-modal-tint-alt: rgba(255, 255, 255, 0.75) !default; +$color-background-backdrop: rgba(255, 255, 255, 0.75) !default; +$color-background-backdrop-tint: rgba(240, 248, 252, 0.75) !default; +$color-background-scrollbar: rgb(224, 229, 238) !default; +$color-background-scrollbar-track: rgb(168, 183, 199) !default; +$color-brand: rgb(21, 137, 238) !default; +$color-brand-dark: rgb(0, 112, 210) !default; +$color-brand-darker: rgb(0, 95, 178) !default; +$color-background-toggle: rgb(159, 170, 181) !default; +$color-background-toggle-disabled: rgb(159, 170, 181) !default; +$color-background-toggle-hover: rgb(126, 140, 153) !default; +$color-background-toggle-active: rgb(0, 112, 210) !default; +$color-background-toggle-active-hover: rgb(0, 95, 178) !default; +$color-background-context-bar: rgb(255, 255, 255) !default; +$color-background-context-bar-brand-accent: rgb(0, 161, 223) !default; +$color-background-context-bar-item-hover: rgb(247, 249, 251) !default; +$color-background-context-bar-item-active: rgb(247, 249, 251) !default; +$color-background-context-tab-bar-item: rgb(255, 255, 255) !default; +$color-background-context-bar-inverse-item-hover: rgba(255, 255, 255, 0.2) !default; +$color-background-context-bar-inverse-item-active: rgba(255, 255, 255, 0.4) !default; +$color-background-context-bar-shadow: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 100%) !default; +$color-background-context-bar-action-highlight: rgba(255, 255, 255, 0.2) !default; +$color-background-page-header: rgb(247, 249, 251) !default; +$color-background-button-brand: rgb(0, 112, 210) !default; +$color-background-button-brand-active: rgb(0, 57, 107) !default; +$color-background-button-brand-hover: rgb(0, 95, 178) !default; +$color-background-button-brand-disabled: rgb(224, 229, 238) !default; +$color-background-button-default: rgb(255, 255, 255) !default; +$color-background-button-default-hover: rgb(244, 246, 249) !default; +$color-background-button-default-focus: rgb(244, 246, 249) !default; +$color-background-button-default-active: rgb(238, 241, 246) !default; +$color-background-button-default-disabled: rgb(255, 255, 255) !default; +$color-background-button-icon: rgba(0, 0, 0, 0) !default; +$color-background-button-icon-hover: rgb(244, 246, 249) !default; +$color-background-button-icon-focus: rgb(244, 246, 249) !default; +$color-background-button-icon-active: rgb(238, 241, 246) !default; +$color-background-button-icon-disabled: rgb(255, 255, 255) !default; +$color-background-button-inverse: rgba(0, 0, 0, 0) !default; +$color-background-button-inverse-active: rgba(0, 0, 0, 0.24) !default; +$color-background-button-inverse-disabled: rgba(0, 0, 0, 0) !default; +$color-background-modal-button: rgba(0, 0, 0, 0.07) !default; +$color-background-modal-button-active: rgba(0, 0, 0, 0.16) !default; +$color-background-input: rgb(255, 255, 255) !default; +$color-background-input-active: rgb(255, 255, 255) !default; +$color-background-input-checkbox: rgb(255, 255, 255) !default; +$color-background-input-checkbox-disabled: rgb(216, 221, 230) !default; +$color-background-input-checkbox-selected: rgb(21, 137, 238) !default; +$color-background-input-disabled: rgb(224, 229, 238) !default; +$color-background-input-error: rgb(255, 221, 225) !default; +$color-background-input-search: rgba(0, 0, 0, 0.16) !default; +$color-background-pill: rgb(255, 255, 255) !default; +$color-background-image-overlay: rgba(0, 0, 0, 0.4) !default; +$color-background-destructive: rgb(194, 57, 52) !default; +$color-background-destructive-hover: rgb(166, 26, 20) !default; +$color-background-destructive-active: rgb(135, 5, 0) !default; +$color-background-info: rgb(84, 105, 141) !default; +$color-background-error: rgb(212, 80, 76) !default; +$color-background-error-dark: rgb(194, 57, 52) !default; +$color-background-error-alt: rgb(234, 130, 136) !default; +$color-background-offline: rgb(68, 68, 68) !default; +$color-background-success: rgb(75, 202, 129) !default; +$color-background-success-dark: rgb(4, 132, 75) !default; +$color-background-toast: rgb(84, 105, 141) !default; +$color-background-toast-success: rgb(4, 132, 75) !default; +$color-background-toast-error: rgb(194, 57, 52) !default; +$color-background-warning: rgb(255, 183, 93) !default; +$color-background-icon-waffle: rgb(84, 105, 141) !default; +$color-border: rgb(216, 221, 230) !default; +$color-border-brand: rgb(21, 137, 238) !default; +$color-border-brand-dark: rgb(0, 112, 210) !default; +$color-border-customer: rgb(255, 154, 60) !default; +$color-border-destructive: rgb(194, 57, 52) !default; +$color-border-destructive-hover: rgb(166, 26, 20) !default; +$color-border-destructive-active: rgb(135, 5, 0) !default; +$color-border-info: rgb(84, 105, 141) !default; +$color-border-error: rgb(194, 57, 52) !default; +$color-border-error-alt: rgb(234, 130, 136) !default; +$color-border-error-dark: rgb(234, 130, 136) !default; +$color-border-offline: rgb(68, 68, 68) !default; +$color-border-success: rgb(75, 202, 129) !default; +$color-border-success-dark: rgb(4, 132, 75) !default; +$color-border-warning: rgb(255, 183, 93) !default; +$color-border-inverse: rgb(6, 28, 63) !default; +$color-border-tab-selected: rgb(0, 112, 210) !default; +$color-border-separator: rgb(244, 246, 249) !default; +$color-border-separator-alt: rgb(216, 221, 230) !default; +$color-border-separator-alt-2: rgb(168, 183, 199) !default; +$color-border-separator-inverse: rgb(42, 66, 108) !default; +$color-border-row-selected: rgb(0, 112, 210) !default; +$color-border-row-selected-hover: rgb(21, 137, 238) !default; +$color-border-hint: rgb(42, 66, 108) !default; +$color-border-selection: rgb(0, 112, 210) !default; +$color-border-selection-hover: rgb(21, 137, 238) !default; +$color-border-selection-active: rgb(244, 246, 249) !default; +$color-border-canvas-element-selection: rgb(94, 180, 255) !default; +$color-border-canvas-element-selection-hover: rgb(0, 95, 178) !default; +$color-border-context-bar-divider: rgba(255, 255, 255, 0.2) !default; +$color-border-context-bar-item: rgba(0, 0, 0, 0.2) !default; +$color-border-context-bar-inverse-item: rgba(255, 255, 255, 0.2) !default; +$color-border-context-bar-theme-default: rgb(0, 161, 223) !default; +$color-border-context-bar-theme-default-alt: rgb(223, 228, 238) !default; +$color-border-context-bar-theme-default-hover: rgb(11, 35, 153) !default; +$color-border-context-bar-theme-default-active: rgb(223, 228, 238) !default; +$color-border-icon-inverse-hint: rgba(255, 255, 255, 0.5) !default; +$color-border-icon-inverse-hint-hover: rgba(255, 255, 255, 0.75) !default; +$color-border-button-brand: rgb(0, 112, 210) !default; +$color-border-button-brand-disabled: rgba(0, 0, 0, 0) !default; +$color-border-button-default: rgb(216, 221, 230) !default; +$color-border-button-inverse-disabled: rgba(255, 255, 255, 0.15) !default; +$color-border-input: rgb(216, 221, 230) !default; +$color-border-input-active: rgb(21, 137, 238) !default; +$color-border-input-disabled: rgb(168, 183, 199) !default; +$color-border-input-checkbox-selected-checkmark: rgb(255, 255, 255) !default; +$border-radius-small: .125rem !default; +$border-radius-medium: .25rem !default; +$border-radius-large: .5rem !default; +$border-radius-pill: 15rem !default; +$border-radius-circle: 50% !default; +$font-family: 'Salesforce Sans', Arial, sans-serif !default; +$font-weight-light: 300 !default; +$font-weight-regular: 400 !default; +$font-weight-bold: 700 !default; +$font-size-x-small: 0.625rem !default; +$font-size-small: 0.875rem !default; +$font-size-medium: 1rem !default; +$font-size-medium-a: 1.125rem !default; +$font-size-large: 1.25rem !default; +$font-size-x-large: 1.5rem !default; +$font-size-x-large-a: 1.57rem !default; +$font-size-xx-large: 2rem !default; +$line-height-heading: 1.25 !default; +$line-height-text: 1.375 !default; +$line-height-reset: 1 !default; +$line-height-tab: 2.5rem !default; +$line-height-button: 1.875rem !default; +$line-height-button-small: 1.75rem !default; +$line-height-toggle: 1.3rem !default; +$opacity-5: 0.5 !default; +$opacity-8: 0.8 !default; +$elevation-shadow-3-below: inset 0px 3px 3px 0px rgba(0,0,0,.16) !default; +$elevation-shadow-0: none !default; +$elevation-shadow-2: 0px 2px 2px 0px rgba(0,0,0,.16) !default; +$elevation-shadow-4: 0px 4px 4px 0px rgba(0,0,0,.16) !default; +$elevation-shadow-8: 0px 8px 8px 0px rgba(0,0,0,.16) !default; +$elevation-shadow-16: 0px 16px 16px 0px rgba(0,0,0,.16) !default; +$elevation-shadow-32: 0px 32px 32px 0px rgba(0,0,0,.16) !default; +$elevation-inverse-shadow-3-below: inset 0px -3px 3px 0px rgba(0,0,0,.16) !default; +$elevation-inverse-shadow-0: none !default; +$elevation-inverse-shadow-2: 0px -2px 2px 0px rgba(0,0,0,.16) !default; +$elevation-inverse-shadow-4: 0px -4px 4px 0px rgba(0,0,0,.16) !default; +$elevation-inverse-shadow-8: 0px -8px 8px 0px rgba(0,0,0,.16) !default; +$elevation-inverse-shadow-16: 0px -16px 16px 0px rgba(0,0,0,.16) !default; +$elevation-inverse-shadow-32: 0px -32px 32px 0px rgba(0,0,0,.16) !default; +$shadow-action-overflow-footer: 0 -2px 4px #F4F6F9 !default; +$shadow-overlay: 0 -2px 4px rgba(0,0,0,.07) !default; +$shadow-drag: 0px 2px 4px 0px rgba(0,0,0,.40) !default; +$shadow-drop-down: 0px 2px 3px 0px rgba(0,0,0,.16) !default; +$shadow-header: 0 2px 4px rgba(0,0,0,.07) !default; +$shadow-button: 0px 1px 1px 0px rgba(0,0,0,.05) !default; +$shadow-button-focus: 0 0 3px #0070D2 !default; +$shadow-button-focus-inverse: 0 0 3px #E0E5EE !default; +$shadow-inline-edit: 0 2px 4px 4px rgba(0,0,0,.16) !default; +$shadow-focus-inset: 0 0 2px 2px inset #1589EE !default; +$shadow-docked: 0 -2px 2px 0 rgba(0,0,0,.16) !default; +$shadow-image: 0 1px 1px rgba(0,0,0,.16) !default; +$size-xx-small: 6rem !default; +$size-x-small: 12rem !default; +$size-small: 15rem !default; +$size-medium: 20rem !default; +$size-large: 25rem !default; +$size-x-large: 40rem !default; +$size-xx-large: 60rem !default; +$square-icon-utility-small: 1rem !default; +$square-icon-utility-medium: 1.25rem !default; +$square-icon-utility-large: 1.5rem !default; +$square-icon-large-boundary: 3rem !default; +$square-icon-large-boundary-alt: 5rem !default; +$square-icon-large-content: 2rem !default; +$square-icon-medium: 2.375rem !default; +$square-icon-medium-boundary: 2rem !default; +$square-icon-medium-boundary-alt: 2.25rem !default; +$square-icon-medium-content: 1rem !default; +$square-icon-medium-content-alt: 0.875rem !default; +$square-icon-small: 1rem !default; +$square-icon-small-boundary: 1.5rem !default; +$square-icon-small-content: .75rem !default; +$square-icon-x-small-boundary: 1.25rem !default; +$square-icon-xx-small-boundary: 1rem !default; +$square-icon-x-small-content: .5rem !default; +$square-icon-large: 3.125rem !default; +$square-toggle-slider: 1.25rem !default; +$width-toggle: 3.375rem !default; +$height-toggle: 1.5rem !default; +$height-context-bar: 2.5rem !default; +$height-pill: 1.625rem !default; +$border-width-thin: 1px !default; +$border-width-thick: 2px !default; +$spacing-none: 0 !default; +$spacing-xxx-small: 0.125rem !default; +$spacing-xx-small: 0.25rem !default; +$spacing-x-small: 0.5rem !default; +$spacing-small: 0.75rem !default; +$spacing-medium: 1rem !default; +$spacing-large: 1.5rem !default; +$spacing-x-large: 2rem !default; +$spacing-xx-large: 3rem !default; +$color-text-action-label: rgb(84, 105, 141) !default; +$color-text-action-label-active: rgb(22, 50, 92) !default; +$color-text-brand: rgb(21, 137, 238) !default; +$color-text-browser: rgb(255, 255, 255) !default; +$color-text-browser-active: rgba(0, 0, 0, 0.4) !default; +$color-text-customer: rgb(255, 154, 60) !default; +$color-text-default: rgb(22, 50, 92) !default; +$color-text-error: rgb(194, 57, 52) !default; +$color-text-input-disabled: rgb(84, 105, 141) !default; +$color-text-input-focus-inverse: rgb(22, 50, 92) !default; +$color-text-input-icon: rgb(159, 170, 181) !default; +$color-text-inverse: rgb(255, 255, 255) !default; +$color-text-inverse-weak: rgb(159, 170, 181) !default; +$color-text-inverse-active: rgb(94, 180, 255) !default; +$color-text-inverse-hover: rgb(159, 170, 181) !default; +$color-text-link: rgb(0, 112, 210) !default; +$color-text-link-active: rgb(0, 57, 107) !default; +$color-text-link-disabled: rgb(22, 50, 92) !default; +$color-text-link-focus: rgb(0, 95, 178) !default; +$color-text-link-hover: rgb(0, 95, 178) !default; +$color-text-link-inverse: rgb(255, 255, 255) !default; +$color-text-link-inverse-hover: rgba(255, 255, 255, 0.75) !default; +$color-text-link-inverse-active: rgba(255, 255, 255, 0.5) !default; +$color-text-link-inverse-disabled: rgba(255, 255, 255, 0.15) !default; +$color-text-modal: rgb(255, 255, 255) !default; +$color-text-modal-button: rgb(84, 105, 141) !default; +$color-text-stage-left: rgb(224, 229, 238) !default; +$color-text-tab-label: rgb(22, 50, 92) !default; +$color-text-tab-label-selected: rgb(0, 112, 210) !default; +$color-text-tab-label-hover: rgb(0, 95, 178) !default; +$color-text-tab-label-focus: rgb(0, 95, 178) !default; +$color-text-tab-label-active: rgb(0, 57, 107) !default; +$color-text-tab-label-disabled: rgb(224, 229, 238) !default; +$color-text-toast: rgb(224, 229, 238) !default; +$color-text-warning: rgb(255, 183, 93) !default; +$color-text-warning-alt: rgb(132, 72, 0) !default; +$color-text-weak: rgb(84, 105, 141) !default; +$color-text-icon-brand: rgb(0, 112, 210) !default; +$color-text-icon-utility: rgb(159, 170, 181) !default; +$color-text-toggle-disabled: rgb(216, 221, 230) !default; +$color-text-context-bar: rgb(84, 105, 141) !default; +$color-text-context-bar-inverse: rgb(255, 255, 255) !default; +$color-text-context-bar-action-trigger: rgba(255, 255, 255, 0.4) !default; +$color-text-button-brand: rgb(255, 255, 255) !default; +$color-text-button-brand-hover: rgb(255, 255, 255) !default; +$color-text-button-brand-active: rgb(255, 255, 255) !default; +$color-text-button-brand-disabled: rgb(255, 255, 255) !default; +$color-text-button-default: rgb(0, 112, 210) !default; +$color-text-button-default-hover: rgb(0, 112, 210) !default; +$color-text-button-default-active: rgb(0, 112, 210) !default; +$color-text-button-default-disabled: rgb(216, 221, 230) !default; +$color-text-button-default-hint: rgb(159, 170, 181) !default; +$color-text-button-inverse: rgb(224, 229, 238) !default; +$color-text-button-inverse-disabled: rgba(255, 255, 255, 0.15) !default; +$color-text-icon-default: rgb(84, 105, 141) !default; +$color-text-icon-default-hint: rgb(159, 170, 181) !default; +$color-text-icon-inverse-hint: rgba(255, 255, 255, 0.5) !default; +$color-text-icon-default-hint-borderless: rgb(224, 229, 238) !default; +$color-text-icon-default-hover: rgb(0, 112, 210) !default; +$color-text-icon-default-active: rgb(0, 57, 107) !default; +$color-text-icon-default-disabled: rgb(216, 221, 230) !default; +$color-text-icon-inverse: rgb(255, 255, 255) !default; +$color-text-icon-inverse-hover: rgb(255, 255, 255) !default; +$color-text-icon-inverse-active: rgb(255, 255, 255) !default; +$color-text-icon-inverse-disabled: rgba(255, 255, 255, 0.15) !default; +$color-text-icon-inverse-hint-hover: rgba(255, 255, 255, 0.75) !default; +$color-text-label: rgb(84, 105, 141) !default; +$color-text-placeholder: rgb(84, 105, 141) !default; +$color-text-placeholder-inverse: rgb(224, 229, 238) !default; +$color-text-required: rgb(194, 57, 52) !default; +$color-text-pill: rgb(0, 112, 210) !default; +$color-text-success: rgb(2, 128, 72) !default; +$duration-instantly: 0s !default; +$duration-immediately: 0.05s !default; +$duration-quickly: 0.1s !default; +$duration-promptly: 0.2s !default; +$duration-slowly: 0.4s !default; +$duration-paused: 3.2s !default; +$duration-toast-short: 4.8s !default; +$duration-toast-medium: 9.6s !default; +$z-index-toast: 10000 !default; +$z-index-modal: 9000 !default; +$z-index-overlay: 8000 !default; +$z-index-dropdown: 7000 !default; +$z-index-dialog: 6000 !default; +$z-index-popup: 5000 !default; +$z-index-default: 1 !default; +$z-index-deepdive: -99999 !default; +$force-base-map: ( + "elevation-3-below": (-3), + "elevation-0": (0), + "elevation-2": (2), + "elevation-4": (4), + "elevation-8": (8), + "elevation-16": (16), + "elevation-32": (32), + "color-background": (rgb(244, 246, 249)), + "color-background-alt": (rgb(255, 255, 255)), + "color-background-alt-2": (rgb(238, 241, 246)), + "color-background-alt-inverse": (rgb(22, 50, 92)), + "color-background-row-hover": (rgb(244, 246, 249)), + "color-background-row-active": (rgb(238, 241, 246)), + "color-background-row-selected": (rgb(240, 248, 252)), + "color-background-row-new": (rgb(217, 255, 223)), + "color-background-inverse": (rgb(6, 28, 63)), + "color-background-anchor": (rgb(244, 246, 249)), + "color-background-browser": (rgb(84, 105, 141)), + "color-background-chrome-mobile": (rgb(0, 112, 210)), + "color-background-chrome-desktop": (rgb(255, 255, 255)), + "color-background-customer": (rgb(255, 154, 60)), + "color-background-highlight": (rgb(250, 255, 189)), + "color-background-highlight-search": (rgb(255, 240, 63)), + "color-background-selection": (rgb(216, 237, 255)), + "color-background-actionbar-icon-utility": (rgb(84, 105, 141)), + "color-background-indicator-dot": (rgb(22, 50, 92)), + "color-background-modal": (rgb(255, 255, 255)), + "color-background-modal-brand": (rgb(0, 112, 210)), + "color-background-notification-badge": (rgb(194, 57, 52)), + "color-background-notification-badge-hover": (rgb(0, 95, 178)), + "color-background-notification-badge-focus": (rgb(0, 95, 178)), + "color-background-notification-badge-active": (rgb(0, 57, 107)), + "color-background-notification": (rgb(255, 255, 255)), + "color-background-notification-new": (rgb(240, 248, 252)), + "color-background-org-switcher-arrow": (rgb(6, 28, 63)), + "color-background-payload": (rgb(244, 246, 249)), + "color-background-post": (rgb(247, 249, 251)), + "color-background-utility-bar-hover": (rgb(224, 229, 238)), + "color-background-utility-bar-active": (rgb(21, 137, 238)), + "color-background-shade": (rgb(224, 229, 238)), + "color-background-shade-dark": (rgb(216, 221, 230)), + "color-background-stencil": (rgb(238, 241, 246)), + "color-background-stencil-alt": (rgb(224, 229, 238)), + "color-background-temp-modal": (rgba(126, 140, 153, 0.8)), + "color-background-temp-modal-tint": (rgba(126, 140, 153, 0.8)), + "color-background-temp-modal-tint-alt": (rgba(255, 255, 255, 0.75)), + "color-background-backdrop": (rgba(255, 255, 255, 0.75)), + "color-background-backdrop-tint": (rgba(240, 248, 252, 0.75)), + "color-background-scrollbar": (rgb(224, 229, 238)), + "color-background-scrollbar-track": (rgb(168, 183, 199)), + "color-brand": (rgb(21, 137, 238)), + "color-brand-dark": (rgb(0, 112, 210)), + "color-brand-darker": (rgb(0, 95, 178)), + "color-background-toggle": (rgb(159, 170, 181)), + "color-background-toggle-disabled": (rgb(159, 170, 181)), + "color-background-toggle-hover": (rgb(126, 140, 153)), + "color-background-toggle-active": (rgb(0, 112, 210)), + "color-background-toggle-active-hover": (rgb(0, 95, 178)), + "color-background-context-bar": (rgb(255, 255, 255)), + "color-background-context-bar-brand-accent": (rgb(0, 161, 223)), + "color-background-context-bar-item-hover": (rgb(247, 249, 251)), + "color-background-context-bar-item-active": (rgb(247, 249, 251)), + "color-background-context-tab-bar-item": (rgb(255, 255, 255)), + "color-background-context-bar-inverse-item-hover": (rgba(255, 255, 255, 0.2)), + "color-background-context-bar-inverse-item-active": (rgba(255, 255, 255, 0.4)), + "color-background-context-bar-shadow": (linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 100%)), + "color-background-context-bar-action-highlight": (rgba(255, 255, 255, 0.2)), + "color-background-page-header": (rgb(247, 249, 251)), + "color-background-button-brand": (rgb(0, 112, 210)), + "color-background-button-brand-active": (rgb(0, 57, 107)), + "color-background-button-brand-hover": (rgb(0, 95, 178)), + "color-background-button-brand-disabled": (rgb(224, 229, 238)), + "color-background-button-default": (rgb(255, 255, 255)), + "color-background-button-default-hover": (rgb(244, 246, 249)), + "color-background-button-default-focus": (rgb(244, 246, 249)), + "color-background-button-default-active": (rgb(238, 241, 246)), + "color-background-button-default-disabled": (rgb(255, 255, 255)), + "color-background-button-icon": (rgba(0, 0, 0, 0)), + "color-background-button-icon-hover": (rgb(244, 246, 249)), + "color-background-button-icon-focus": (rgb(244, 246, 249)), + "color-background-button-icon-active": (rgb(238, 241, 246)), + "color-background-button-icon-disabled": (rgb(255, 255, 255)), + "color-background-button-inverse": (rgba(0, 0, 0, 0)), + "color-background-button-inverse-active": (rgba(0, 0, 0, 0.24)), + "color-background-button-inverse-disabled": (rgba(0, 0, 0, 0)), + "color-background-modal-button": (rgba(0, 0, 0, 0.07)), + "color-background-modal-button-active": (rgba(0, 0, 0, 0.16)), + "color-background-input": (rgb(255, 255, 255)), + "color-background-input-active": (rgb(255, 255, 255)), + "color-background-input-checkbox": (rgb(255, 255, 255)), + "color-background-input-checkbox-disabled": (rgb(216, 221, 230)), + "color-background-input-checkbox-selected": (rgb(21, 137, 238)), + "color-background-input-disabled": (rgb(224, 229, 238)), + "color-background-input-error": (rgb(255, 221, 225)), + "color-background-input-search": (rgba(0, 0, 0, 0.16)), + "color-background-pill": (rgb(255, 255, 255)), + "color-background-image-overlay": (rgba(0, 0, 0, 0.4)), + "color-background-destructive": (rgb(194, 57, 52)), + "color-background-destructive-hover": (rgb(166, 26, 20)), + "color-background-destructive-active": (rgb(135, 5, 0)), + "color-background-info": (rgb(84, 105, 141)), + "color-background-error": (rgb(212, 80, 76)), + "color-background-error-dark": (rgb(194, 57, 52)), + "color-background-error-alt": (rgb(234, 130, 136)), + "color-background-offline": (rgb(68, 68, 68)), + "color-background-success": (rgb(75, 202, 129)), + "color-background-success-dark": (rgb(4, 132, 75)), + "color-background-toast": (rgb(84, 105, 141)), + "color-background-toast-success": (rgb(4, 132, 75)), + "color-background-toast-error": (rgb(194, 57, 52)), + "color-background-warning": (rgb(255, 183, 93)), + "color-background-icon-waffle": (rgb(84, 105, 141)), + "color-border": (rgb(216, 221, 230)), + "color-border-brand": (rgb(21, 137, 238)), + "color-border-brand-dark": (rgb(0, 112, 210)), + "color-border-customer": (rgb(255, 154, 60)), + "color-border-destructive": (rgb(194, 57, 52)), + "color-border-destructive-hover": (rgb(166, 26, 20)), + "color-border-destructive-active": (rgb(135, 5, 0)), + "color-border-info": (rgb(84, 105, 141)), + "color-border-error": (rgb(194, 57, 52)), + "color-border-error-alt": (rgb(234, 130, 136)), + "color-border-error-dark": (rgb(234, 130, 136)), + "color-border-offline": (rgb(68, 68, 68)), + "color-border-success": (rgb(75, 202, 129)), + "color-border-success-dark": (rgb(4, 132, 75)), + "color-border-warning": (rgb(255, 183, 93)), + "color-border-inverse": (rgb(6, 28, 63)), + "color-border-tab-selected": (rgb(0, 112, 210)), + "color-border-separator": (rgb(244, 246, 249)), + "color-border-separator-alt": (rgb(216, 221, 230)), + "color-border-separator-alt-2": (rgb(168, 183, 199)), + "color-border-separator-inverse": (rgb(42, 66, 108)), + "color-border-row-selected": (rgb(0, 112, 210)), + "color-border-row-selected-hover": (rgb(21, 137, 238)), + "color-border-hint": (rgb(42, 66, 108)), + "color-border-selection": (rgb(0, 112, 210)), + "color-border-selection-hover": (rgb(21, 137, 238)), + "color-border-selection-active": (rgb(244, 246, 249)), + "color-border-canvas-element-selection": (rgb(94, 180, 255)), + "color-border-canvas-element-selection-hover": (rgb(0, 95, 178)), + "color-border-context-bar-divider": (rgba(255, 255, 255, 0.2)), + "color-border-context-bar-item": (rgba(0, 0, 0, 0.2)), + "color-border-context-bar-inverse-item": (rgba(255, 255, 255, 0.2)), + "color-border-context-bar-theme-default": (rgb(0, 161, 223)), + "color-border-context-bar-theme-default-alt": (rgb(223, 228, 238)), + "color-border-context-bar-theme-default-hover": (rgb(11, 35, 153)), + "color-border-context-bar-theme-default-active": (rgb(223, 228, 238)), + "color-border-icon-inverse-hint": (rgba(255, 255, 255, 0.5)), + "color-border-icon-inverse-hint-hover": (rgba(255, 255, 255, 0.75)), + "color-border-button-brand": (rgb(0, 112, 210)), + "color-border-button-brand-disabled": (rgba(0, 0, 0, 0)), + "color-border-button-default": (rgb(216, 221, 230)), + "color-border-button-inverse-disabled": (rgba(255, 255, 255, 0.15)), + "color-border-input": (rgb(216, 221, 230)), + "color-border-input-active": (rgb(21, 137, 238)), + "color-border-input-disabled": (rgb(168, 183, 199)), + "color-border-input-checkbox-selected-checkmark": (rgb(255, 255, 255)), + "border-radius-small": (.125rem), + "border-radius-medium": (.25rem), + "border-radius-large": (.5rem), + "border-radius-pill": (15rem), + "border-radius-circle": (50%), + "font-family": ('Salesforce Sans', Arial, sans-serif), + "font-weight-light": (300), + "font-weight-regular": (400), + "font-weight-bold": (700), + "font-size-x-small": (0.625rem), + "font-size-small": (0.875rem), + "font-size-medium": (1rem), + "font-size-medium-a": (1.125rem), + "font-size-large": (1.25rem), + "font-size-x-large": (1.5rem), + "font-size-x-large-a": (1.57rem), + "font-size-xx-large": (2rem), + "line-height-heading": (1.25), + "line-height-text": (1.375), + "line-height-reset": (1), + "line-height-tab": (2.5rem), + "line-height-button": (1.875rem), + "line-height-button-small": (1.75rem), + "line-height-toggle": (1.3rem), + "opacity-5": (0.5), + "opacity-8": (0.8), + "elevation-shadow-3-below": (inset 0px 3px 3px 0px rgba(0,0,0,.16)), + "elevation-shadow-0": (none), + "elevation-shadow-2": (0px 2px 2px 0px rgba(0,0,0,.16)), + "elevation-shadow-4": (0px 4px 4px 0px rgba(0,0,0,.16)), + "elevation-shadow-8": (0px 8px 8px 0px rgba(0,0,0,.16)), + "elevation-shadow-16": (0px 16px 16px 0px rgba(0,0,0,.16)), + "elevation-shadow-32": (0px 32px 32px 0px rgba(0,0,0,.16)), + "elevation-inverse-shadow-3-below": (inset 0px -3px 3px 0px rgba(0,0,0,.16)), + "elevation-inverse-shadow-0": (none), + "elevation-inverse-shadow-2": (0px -2px 2px 0px rgba(0,0,0,.16)), + "elevation-inverse-shadow-4": (0px -4px 4px 0px rgba(0,0,0,.16)), + "elevation-inverse-shadow-8": (0px -8px 8px 0px rgba(0,0,0,.16)), + "elevation-inverse-shadow-16": (0px -16px 16px 0px rgba(0,0,0,.16)), + "elevation-inverse-shadow-32": (0px -32px 32px 0px rgba(0,0,0,.16)), + "shadow-action-overflow-footer": (0 -2px 4px #F4F6F9), + "shadow-overlay": (0 -2px 4px rgba(0,0,0,.07)), + "shadow-drag": (0px 2px 4px 0px rgba(0,0,0,.40)), + "shadow-drop-down": (0px 2px 3px 0px rgba(0,0,0,.16)), + "shadow-header": (0 2px 4px rgba(0,0,0,.07)), + "shadow-button": (0px 1px 1px 0px rgba(0,0,0,.05)), + "shadow-button-focus": (0 0 3px #0070D2), + "shadow-button-focus-inverse": (0 0 3px #E0E5EE), + "shadow-inline-edit": (0 2px 4px 4px rgba(0,0,0,.16)), + "shadow-focus-inset": (0 0 2px 2px inset #1589EE), + "shadow-docked": (0 -2px 2px 0 rgba(0,0,0,.16)), + "shadow-image": (0 1px 1px rgba(0,0,0,.16)), + "size-xx-small": (6rem), + "size-x-small": (12rem), + "size-small": (15rem), + "size-medium": (20rem), + "size-large": (25rem), + "size-x-large": (40rem), + "size-xx-large": (60rem), + "square-icon-utility-small": (1rem), + "square-icon-utility-medium": (1.25rem), + "square-icon-utility-large": (1.5rem), + "square-icon-large-boundary": (3rem), + "square-icon-large-boundary-alt": (5rem), + "square-icon-large-content": (2rem), + "square-icon-medium": (2.375rem), + "square-icon-medium-boundary": (2rem), + "square-icon-medium-boundary-alt": (2.25rem), + "square-icon-medium-content": (1rem), + "square-icon-medium-content-alt": (0.875rem), + "square-icon-small": (1rem), + "square-icon-small-boundary": (1.5rem), + "square-icon-small-content": (.75rem), + "square-icon-x-small-boundary": (1.25rem), + "square-icon-xx-small-boundary": (1rem), + "square-icon-x-small-content": (.5rem), + "square-icon-large": (3.125rem), + "square-toggle-slider": (1.25rem), + "width-toggle": (3.375rem), + "height-toggle": (1.5rem), + "height-context-bar": (2.5rem), + "height-pill": (1.625rem), + "border-width-thin": (1px), + "border-width-thick": (2px), + "spacing-none": (0), + "spacing-xxx-small": (0.125rem), + "spacing-xx-small": (0.25rem), + "spacing-x-small": (0.5rem), + "spacing-small": (0.75rem), + "spacing-medium": (1rem), + "spacing-large": (1.5rem), + "spacing-x-large": (2rem), + "spacing-xx-large": (3rem), + "color-text-action-label": (rgb(84, 105, 141)), + "color-text-action-label-active": (rgb(22, 50, 92)), + "color-text-brand": (rgb(21, 137, 238)), + "color-text-browser": (rgb(255, 255, 255)), + "color-text-browser-active": (rgba(0, 0, 0, 0.4)), + "color-text-customer": (rgb(255, 154, 60)), + "color-text-default": (rgb(22, 50, 92)), + "color-text-error": (rgb(194, 57, 52)), + "color-text-input-disabled": (rgb(84, 105, 141)), + "color-text-input-focus-inverse": (rgb(22, 50, 92)), + "color-text-input-icon": (rgb(159, 170, 181)), + "color-text-inverse": (rgb(255, 255, 255)), + "color-text-inverse-weak": (rgb(159, 170, 181)), + "color-text-inverse-active": (rgb(94, 180, 255)), + "color-text-inverse-hover": (rgb(159, 170, 181)), + "color-text-link": (rgb(0, 112, 210)), + "color-text-link-active": (rgb(0, 57, 107)), + "color-text-link-disabled": (rgb(22, 50, 92)), + "color-text-link-focus": (rgb(0, 95, 178)), + "color-text-link-hover": (rgb(0, 95, 178)), + "color-text-link-inverse": (rgb(255, 255, 255)), + "color-text-link-inverse-hover": (rgba(255, 255, 255, 0.75)), + "color-text-link-inverse-active": (rgba(255, 255, 255, 0.5)), + "color-text-link-inverse-disabled": (rgba(255, 255, 255, 0.15)), + "color-text-modal": (rgb(255, 255, 255)), + "color-text-modal-button": (rgb(84, 105, 141)), + "color-text-stage-left": (rgb(224, 229, 238)), + "color-text-tab-label": (rgb(22, 50, 92)), + "color-text-tab-label-selected": (rgb(0, 112, 210)), + "color-text-tab-label-hover": (rgb(0, 95, 178)), + "color-text-tab-label-focus": (rgb(0, 95, 178)), + "color-text-tab-label-active": (rgb(0, 57, 107)), + "color-text-tab-label-disabled": (rgb(224, 229, 238)), + "color-text-toast": (rgb(224, 229, 238)), + "color-text-warning": (rgb(255, 183, 93)), + "color-text-warning-alt": (rgb(132, 72, 0)), + "color-text-weak": (rgb(84, 105, 141)), + "color-text-icon-brand": (rgb(0, 112, 210)), + "color-text-icon-utility": (rgb(159, 170, 181)), + "color-text-toggle-disabled": (rgb(216, 221, 230)), + "color-text-context-bar": (rgb(84, 105, 141)), + "color-text-context-bar-inverse": (rgb(255, 255, 255)), + "color-text-context-bar-action-trigger": (rgba(255, 255, 255, 0.4)), + "color-text-button-brand": (rgb(255, 255, 255)), + "color-text-button-brand-hover": (rgb(255, 255, 255)), + "color-text-button-brand-active": (rgb(255, 255, 255)), + "color-text-button-brand-disabled": (rgb(255, 255, 255)), + "color-text-button-default": (rgb(0, 112, 210)), + "color-text-button-default-hover": (rgb(0, 112, 210)), + "color-text-button-default-active": (rgb(0, 112, 210)), + "color-text-button-default-disabled": (rgb(216, 221, 230)), + "color-text-button-default-hint": (rgb(159, 170, 181)), + "color-text-button-inverse": (rgb(224, 229, 238)), + "color-text-button-inverse-disabled": (rgba(255, 255, 255, 0.15)), + "color-text-icon-default": (rgb(84, 105, 141)), + "color-text-icon-default-hint": (rgb(159, 170, 181)), + "color-text-icon-inverse-hint": (rgba(255, 255, 255, 0.5)), + "color-text-icon-default-hint-borderless": (rgb(224, 229, 238)), + "color-text-icon-default-hover": (rgb(0, 112, 210)), + "color-text-icon-default-active": (rgb(0, 57, 107)), + "color-text-icon-default-disabled": (rgb(216, 221, 230)), + "color-text-icon-inverse": (rgb(255, 255, 255)), + "color-text-icon-inverse-hover": (rgb(255, 255, 255)), + "color-text-icon-inverse-active": (rgb(255, 255, 255)), + "color-text-icon-inverse-disabled": (rgba(255, 255, 255, 0.15)), + "color-text-icon-inverse-hint-hover": (rgba(255, 255, 255, 0.75)), + "color-text-label": (rgb(84, 105, 141)), + "color-text-placeholder": (rgb(84, 105, 141)), + "color-text-placeholder-inverse": (rgb(224, 229, 238)), + "color-text-required": (rgb(194, 57, 52)), + "color-text-pill": (rgb(0, 112, 210)), + "color-text-success": (rgb(2, 128, 72)), + "duration-instantly": (0s), + "duration-immediately": (0.05s), + "duration-quickly": (0.1s), + "duration-promptly": (0.2s), + "duration-slowly": (0.4s), + "duration-paused": (3.2s), + "duration-toast-short": (4.8s), + "duration-toast-medium": (9.6s), + "z-index-toast": (10000), + "z-index-modal": (9000), + "z-index-overlay": (8000), + "z-index-dropdown": (7000), + "z-index-dialog": (6000), + "z-index-popup": (5000), + "z-index-default": (1), + "z-index-deepdive": (-99999) +); +$action-change-owner: rgb(84, 105, 141) !default; +$action-share: rgb(84, 105, 141) !default; +$action-info: rgb(84, 105, 141) !default; +$action-upload: rgb(84, 105, 141) !default; +$action-change-record-type: rgb(84, 105, 141) !default; +$action-check: rgb(84, 105, 141) !default; +$action-download: rgb(84, 105, 141) !default; +$action-edit-relationship: rgb(29, 204, 191) !default; +$action-freeze-user: rgb(84, 105, 141) !default; +$action-manage-perm-sets: rgb(84, 105, 141) !default; +$action-password-unlock: rgb(84, 105, 141) !default; +$action-refresh: rgb(84, 105, 141) !default; +$action-remove: rgb(84, 105, 141) !default; +$action-reset-password: rgb(84, 105, 141) !default; +$action-user-activation: rgb(84, 105, 141) !default; +$action-add-contact: rgb(160, 148, 237) !default; +$action-approval: rgb(0, 198, 183) !default; +$action-canvas: rgb(129, 153, 175) !default; +$action-goal: rgb(86, 170, 223) !default; +$action-opportunity-competitor: rgb(252, 185, 91) !default; +$action-opportunity-line-item: rgb(252, 185, 91) !default; +$action-opportunity-team-member: rgb(252, 185, 91) !default; +$action-question-post-action: rgb(50, 175, 92) !default; +$action-quote: rgb(136, 198, 81) !default; +$action-reject: rgb(0, 198, 183) !default; +$action-social-post: rgb(234, 116, 162) !default; +$action-fallback: rgb(152, 149, 238) !default; +$action-edit: rgb(29, 204, 191) !default; +$action-delete: rgb(230, 113, 124) !default; +$action-clone: rgb(108, 161, 233) !default; +$action-follow: rgb(49, 185, 248) !default; +$action-following: rgb(125, 207, 100) !default; +$action-join-group: rgb(119, 158, 242) !default; +$action-leave-group: rgb(243, 158, 88) !default; +$action-edit-groups: rgb(52, 190, 205) !default; +$action-share-post: rgb(101, 202, 228) !default; +$action-user: rgb(101, 202, 228) !default; +$action-share-file: rgb(186, 172, 147) !default; +$action-new-task: rgb(75, 192, 118) !default; +$action-new-contact: rgb(160, 148, 237) !default; +$action-new-opportunity: rgb(252, 185, 91) !default; +$action-new-case: rgb(242, 207, 91) !default; +$action-new-lead: rgb(248, 137, 98) !default; +$action-share-thanks: rgb(233, 105, 110) !default; +$action-share-link: rgb(122, 154, 230) !default; +$action-share-poll: rgb(105, 155, 225) !default; +$action-new-event: rgb(235, 112, 146) !default; +$action-new-child-case: rgb(250, 151, 92) !default; +$action-log-a-call: rgb(72, 195, 204) !default; +$action-new-note: rgb(230, 212, 120) !default; +$action-new: rgb(51, 188, 231) !default; +$action-filter: rgb(253, 144, 181) !default; +$action-sort: rgb(250, 185, 165) !default; +$action-description: rgb(125, 195, 125) !default; +$action-defer: rgb(239, 126, 173) !default; +$action-update: rgb(129, 180, 214) !default; +$action-log-this-event: rgb(235, 112, 146) !default; +$action-email: rgb(149, 174, 197) !default; +$action-dial-in: rgb(139, 154, 227) !default; +$action-map: rgb(118, 198, 238) !default; +$action-call: rgb(31, 202, 160) !default; +$action-google-news: rgb(245, 103, 91) !default; +$action-web-link: rgb(86, 170, 223) !default; +$action-submit-for-approval: rgb(80, 204, 122) !default; +$action-search: rgb(72, 173, 235) !default; +$action-close: rgb(239, 110, 100) !default; +$action-back: rgb(13, 194, 217) !default; +$action-office-365: rgb(255, 128, 65) !default; +$action-concur: rgb(76, 195, 199) !default; +$action-dropbox: rgb(82, 174, 249) !default; +$action-evernote: rgb(134, 200, 111) !default; +$action-docusign: rgb(80, 128, 219) !default; +$action-more: rgb(98, 183, 237) !default; +$action-notebook: rgb(230, 212, 120) !default; +$action-new-notebook: rgb(230, 212, 120) !default; +$action-preview: rgb(127, 141, 225) !default; +$action-priority: rgb(251, 180, 57) !default; +$action-default-custom-object: rgb(129, 153, 175) !default; +$action-new-custom-object: rgb(167, 212, 77) !default; +$action-lead-convert: rgb(248, 137, 98) !default; +$action-new-account: rgb(127, 141, 225) !default; +$action-new-person-account: rgb(127, 141, 225) !default; +$action-new-campaign: rgb(244, 151, 86) !default; +$action-new-group: rgb(131, 182, 255) !default; +$action-update-status: rgb(30, 199, 190) !default; +$action-new-custom-1: rgb(255, 123, 132) !default; +$action-new-custom-2: rgb(207, 208, 92) !default; +$action-new-custom-3: rgb(236, 180, 108) !default; +$action-new-custom-4: rgb(225, 217, 81) !default; +$action-new-custom-5: rgb(159, 219, 102) !default; +$action-new-custom-6: rgb(84, 196, 115) !default; +$action-new-custom-7: rgb(106, 137, 229) !default; +$action-new-custom-8: rgb(80, 206, 185) !default; +$action-new-custom-9: rgb(107, 158, 226) !default; +$action-new-custom-10: rgb(100, 136, 227) !default; +$action-new-custom-11: rgb(135, 132, 234) !default; +$action-new-custom-12: rgb(220, 113, 209) !default; +$action-new-custom-13: rgb(223, 97, 132) !default; +$action-new-custom-14: rgb(60, 194, 179) !default; +$action-new-custom-15: rgb(247, 126, 117) !default; +$action-new-custom-16: rgb(233, 175, 103) !default; +$action-new-custom-17: rgb(172, 211, 96) !default; +$action-new-custom-18: rgb(77, 202, 118) !default; +$action-new-custom-19: rgb(58, 190, 177) !default; +$action-new-custom-20: rgb(72, 199, 200) !default; +$action-new-custom-21: rgb(138, 122, 237) !default; +$action-new-custom-22: rgb(139, 133, 249) !default; +$action-new-custom-23: rgb(176, 112, 230) !default; +$action-new-custom-24: rgb(229, 103, 152) !default; +$action-new-custom-25: rgb(228, 111, 190) !default; +$action-new-custom-26: rgb(118, 152, 240) !default; +$action-new-custom-27: rgb(90, 176, 210) !default; +$action-new-custom-28: rgb(137, 192, 89) !default; +$action-new-custom-29: rgb(189, 210, 95) !default; +$action-new-custom-30: rgb(245, 159, 113) !default; +$action-new-custom-31: rgb(235, 104, 127) !default; +$action-new-custom-32: rgb(56, 195, 147) !default; +$action-new-custom-33: rgb(151, 207, 93) !default; +$action-new-custom-34: rgb(213, 138, 106) !default; +$action-new-custom-35: rgb(233, 99, 126) !default; +$action-new-custom-36: rgb(212, 114, 212) !default; +$action-new-custom-37: rgb(140, 137, 242) !default; +$action-new-custom-38: rgb(83, 182, 215) !default; +$action-new-custom-39: rgb(79, 190, 117) !default; +$action-new-custom-40: rgb(131, 199, 94) !default; +$action-new-custom-41: rgb(67, 181, 181) !default; +$action-new-custom-42: rgb(207, 208, 91) !default; +$action-new-custom-43: rgb(127, 147, 249) !default; +$action-new-custom-44: rgb(200, 202, 88) !default; +$action-new-custom-45: rgb(217, 88, 121) !default; +$action-new-custom-46: rgb(103, 165, 231) !default; +$action-new-custom-47: rgb(95, 204, 100) !default; +$action-new-custom-48: rgb(239, 105, 127) !default; +$action-new-custom-49: rgb(226, 92, 128) !default; +$action-new-custom-50: rgb(73, 188, 211) !default; +$action-new-custom-51: rgb(216, 199, 96) !default; +$action-new-custom-52: rgb(238, 142, 111) !default; +$action-new-custom-53: rgb(243, 110, 131) !default; +$action-new-custom-54: rgb(234, 112, 177) !default; +$action-new-custom-55: rgb(214, 110, 224) !default; +$action-new-custom-56: rgb(113, 141, 235) !default; +$action-new-custom-57: rgb(90, 156, 221) !default; +$action-new-custom-58: rgb(52, 181, 157) !default; +$action-new-custom-59: rgb(227, 208, 103) !default; +$action-new-custom-60: rgb(191, 90, 136) !default; +$action-new-custom-61: rgb(245, 115, 118) !default; +$action-new-custom-62: rgb(107, 146, 220) !default; +$action-new-custom-63: rgb(124, 207, 96) !default; +$action-new-custom-64: rgb(97, 143, 216) !default; +$action-new-custom-65: rgb(242, 121, 171) !default; +$action-new-custom-66: rgb(216, 190, 95) !default; +$action-new-custom-67: rgb(248, 125, 118) !default; +$action-new-custom-68: rgb(242, 105, 121) !default; +$action-new-custom-69: rgb(237, 99, 135) !default; +$action-new-custom-70: rgb(231, 105, 180) !default; +$action-new-custom-71: rgb(227, 110, 227) !default; +$action-new-custom-72: rgb(141, 155, 251) !default; +$action-new-custom-73: rgb(103, 158, 240) !default; +$action-new-custom-74: rgb(65, 200, 160) !default; +$action-new-custom-75: rgb(205, 159, 101) !default; +$action-new-custom-76: rgb(219, 109, 122) !default; +$action-new-custom-77: rgb(181, 93, 91) !default; +$action-new-custom-78: rgb(90, 149, 221) !default; +$action-new-custom-79: rgb(142, 211, 99) !default; +$action-new-custom-80: rgb(101, 154, 213) !default; +$action-new-custom-81: rgb(218, 98, 127) !default; +$action-new-custom-82: rgb(209, 91, 151) !default; +$action-new-custom-83: rgb(231, 128, 111) !default; +$action-new-custom-84: rgb(246, 112, 123) !default; +$action-new-custom-85: rgb(242, 104, 145) !default; +$action-new-custom-86: rgb(226, 96, 171) !default; +$action-new-custom-87: rgb(216, 118, 229) !default; +$action-new-custom-88: rgb(153, 111, 230) !default; +$action-new-custom-89: rgb(62, 153, 190) !default; +$action-new-custom-90: rgb(34, 164, 138) !default; +$action-new-custom-91: rgb(191, 123, 102) !default; +$action-new-custom-92: rgb(81, 126, 130) !default; +$action-new-custom-93: rgb(144, 77, 76) !default; +$action-new-custom-94: rgb(67, 156, 186) !default; +$action-new-custom-95: rgb(139, 207, 106) !default; +$action-new-custom-96: rgb(109, 157, 227) !default; +$action-new-custom-97: rgb(221, 96, 133) !default; +$action-new-custom-98: rgb(225, 190, 92) !default; +$action-new-custom-99: rgb(240, 133, 110) !default; +$action-new-custom-100: rgb(225, 93, 118) !default; +$action-apex: rgb(105, 110, 113) !default; +$action-flow: rgb(0, 121, 188) !default; +$action-announcement: rgb(254, 143, 96) !default; +$action-record: rgb(125, 195, 125) !default; +$action-log-event: rgb(108, 161, 233) !default; +$action-add-relationship: rgb(98, 183, 237) !default; +$action-remove-relationship: rgb(239, 110, 100) !default; +$action-view-relationship: rgb(60, 151, 221) !default; +$custom-1: rgb(255, 123, 132) !default; +$custom-2: rgb(207, 208, 92) !default; +$custom-3: rgb(236, 180, 108) !default; +$custom-4: rgb(225, 217, 81) !default; +$custom-5: rgb(159, 219, 102) !default; +$custom-6: rgb(84, 196, 115) !default; +$custom-7: rgb(106, 137, 229) !default; +$custom-8: rgb(80, 206, 185) !default; +$custom-9: rgb(107, 158, 226) !default; +$custom-10: rgb(100, 136, 227) !default; +$custom-11: rgb(135, 132, 234) !default; +$custom-12: rgb(220, 113, 209) !default; +$custom-13: rgb(223, 97, 132) !default; +$custom-14: rgb(60, 194, 179) !default; +$custom-15: rgb(247, 126, 117) !default; +$custom-16: rgb(233, 175, 103) !default; +$custom-17: rgb(172, 211, 96) !default; +$custom-18: rgb(77, 202, 118) !default; +$custom-19: rgb(58, 190, 177) !default; +$custom-20: rgb(72, 199, 200) !default; +$custom-21: rgb(138, 122, 237) !default; +$custom-22: rgb(139, 133, 249) !default; +$custom-23: rgb(176, 112, 230) !default; +$custom-24: rgb(229, 103, 152) !default; +$custom-25: rgb(228, 111, 190) !default; +$custom-26: rgb(118, 152, 240) !default; +$custom-27: rgb(90, 176, 210) !default; +$custom-28: rgb(137, 192, 89) !default; +$custom-29: rgb(189, 210, 95) !default; +$custom-30: rgb(245, 159, 113) !default; +$custom-31: rgb(235, 104, 127) !default; +$custom-32: rgb(56, 195, 147) !default; +$custom-33: rgb(151, 207, 93) !default; +$custom-34: rgb(213, 138, 106) !default; +$custom-35: rgb(233, 99, 126) !default; +$custom-36: rgb(212, 114, 212) !default; +$custom-37: rgb(140, 137, 242) !default; +$custom-38: rgb(83, 182, 215) !default; +$custom-39: rgb(79, 190, 117) !default; +$custom-40: rgb(131, 199, 94) !default; +$custom-41: rgb(67, 181, 181) !default; +$custom-42: rgb(207, 208, 91) !default; +$custom-43: rgb(127, 147, 249) !default; +$custom-44: rgb(200, 202, 88) !default; +$custom-45: rgb(217, 88, 121) !default; +$custom-46: rgb(103, 165, 231) !default; +$custom-47: rgb(95, 204, 100) !default; +$custom-48: rgb(239, 105, 127) !default; +$custom-49: rgb(226, 92, 128) !default; +$custom-50: rgb(73, 188, 211) !default; +$custom-51: rgb(216, 199, 96) !default; +$custom-52: rgb(238, 142, 111) !default; +$custom-53: rgb(243, 110, 131) !default; +$custom-54: rgb(234, 112, 177) !default; +$custom-55: rgb(214, 110, 224) !default; +$custom-56: rgb(113, 141, 235) !default; +$custom-57: rgb(90, 156, 221) !default; +$custom-58: rgb(52, 181, 157) !default; +$custom-59: rgb(227, 208, 103) !default; +$custom-60: rgb(191, 90, 136) !default; +$custom-61: rgb(245, 115, 118) !default; +$custom-62: rgb(107, 146, 220) !default; +$custom-63: rgb(124, 207, 96) !default; +$custom-64: rgb(97, 143, 216) !default; +$custom-65: rgb(242, 121, 171) !default; +$custom-66: rgb(216, 190, 95) !default; +$custom-67: rgb(248, 125, 118) !default; +$custom-68: rgb(242, 105, 121) !default; +$custom-69: rgb(237, 99, 135) !default; +$custom-70: rgb(231, 105, 180) !default; +$custom-71: rgb(227, 110, 227) !default; +$custom-72: rgb(141, 155, 251) !default; +$custom-73: rgb(103, 158, 240) !default; +$custom-74: rgb(65, 200, 160) !default; +$custom-75: rgb(205, 159, 101) !default; +$custom-76: rgb(219, 109, 122) !default; +$custom-77: rgb(181, 93, 91) !default; +$custom-78: rgb(90, 149, 221) !default; +$custom-79: rgb(142, 211, 99) !default; +$custom-80: rgb(101, 154, 213) !default; +$custom-81: rgb(218, 98, 127) !default; +$custom-82: rgb(209, 91, 151) !default; +$custom-83: rgb(231, 128, 111) !default; +$custom-84: rgb(246, 112, 123) !default; +$custom-85: rgb(242, 104, 145) !default; +$custom-86: rgb(226, 96, 171) !default; +$custom-87: rgb(216, 118, 229) !default; +$custom-88: rgb(153, 111, 230) !default; +$custom-89: rgb(62, 153, 190) !default; +$custom-90: rgb(34, 164, 138) !default; +$custom-91: rgb(191, 123, 102) !default; +$custom-92: rgb(81, 126, 130) !default; +$custom-93: rgb(144, 77, 76) !default; +$custom-94: rgb(67, 156, 186) !default; +$custom-95: rgb(139, 207, 106) !default; +$custom-96: rgb(109, 157, 227) !default; +$custom-97: rgb(221, 96, 133) !default; +$custom-98: rgb(225, 190, 92) !default; +$custom-99: rgb(240, 133, 110) !default; +$custom-100: rgb(225, 93, 118) !default; +$log-a-call: rgb(72, 195, 204) !default; +$document: rgb(186, 172, 147) !default; +$environment-hub: rgb(84, 105, 141) !default; +$flow: rgb(84, 105, 141) !default; +$sossession: rgb(84, 105, 141) !default; +$process: rgb(84, 105, 141) !default; +$news: rgb(127, 141, 225) !default; +$home: rgb(239, 126, 173) !default; +$account: rgb(127, 141, 225) !default; +$apps-admin: rgb(152, 149, 238) !default; +$announcement: rgb(98, 183, 237) !default; +$person-account: rgb(127, 141, 225) !default; +$social: rgb(234, 116, 162) !default; +$campaign-members: rgb(244, 151, 86) !default; +$article: rgb(242, 207, 91) !default; +$answer-public: rgb(242, 207, 91) !default; +$answer-private: rgb(242, 207, 91) !default; +$answer-best: rgb(242, 207, 91) !default; +$avatar-loading: rgb(184, 195, 206) !default; +$campaign: rgb(244, 151, 86) !default; +$calibration: rgb(71, 207, 210) !default; +$avatar: rgb(98, 183, 237) !default; +$approval: rgb(80, 204, 122) !default; +$apps: rgb(60, 151, 221) !default; +$user: rgb(52, 190, 205) !default; +$evernote: rgb(134, 200, 111) !default; +$coaching: rgb(246, 117, 148) !default; +$connected-apps: rgb(152, 149, 238) !default; +$drafts: rgb(108, 161, 233) !default; +$email: rgb(149, 174, 197) !default; +$email-iq: rgb(160, 148, 237) !default; +$endorsement: rgb(139, 154, 227) !default; +$event: rgb(235, 112, 146) !default; +$dropbox: rgb(82, 174, 249) !default; +$concur: rgb(76, 195, 199) !default; +$email-chatter: rgb(242, 207, 91) !default; +$case-transcript: rgb(242, 207, 91) !default; +$case-email: rgb(242, 207, 91) !default; +$case-log-a-call: rgb(242, 207, 91) !default; +$case-comment: rgb(242, 207, 91) !default; +$case-change-status: rgb(242, 207, 91) !default; +$work-order: rgb(80, 227, 194) !default; +$work-order-item: rgb(51, 168, 220) !default; +$client: rgb(0, 210, 190) !default; +$contract: rgb(110, 192, 110) !default; +$dashboard: rgb(239, 110, 100) !default; +$case: rgb(242, 207, 91) !default; +$empty: rgb(129, 153, 175) !default; +$default: rgb(129, 153, 175) !default; +$custom: rgb(129, 153, 175) !default; +$canvas: rgb(129, 153, 175) !default; +$contact: rgb(160, 148, 237) !default; +$portal: rgb(174, 199, 112) !default; +$product: rgb(183, 129, 211) !default; +$pricebook: rgb(183, 129, 211) !default; +$feed: rgb(98, 183, 237) !default; +$feedback: rgb(109, 161, 234) !default; +$file: rgb(186, 172, 147) !default; +$goals: rgb(86, 170, 223) !default; +$groups: rgb(119, 158, 242) !default; +$household: rgb(0, 175, 160) !default; +$hierarchy: rgb(52, 190, 205) !default; +$insights: rgb(236, 148, 237) !default; +$investment-account: rgb(75, 192, 118) !default; +$performance: rgb(248, 177, 86) !default; +$link: rgb(122, 154, 230) !default; +$metrics: rgb(86, 170, 223) !default; +$note: rgb(230, 212, 120) !default; +$lead: rgb(248, 137, 98) !default; +$opportunity: rgb(252, 185, 91) !default; +$call: rgb(242, 207, 91) !default; +$call-history: rgb(242, 207, 91) !default; +$orders: rgb(118, 158, 217) !default; +$post: rgb(101, 202, 228) !default; +$poll: rgb(105, 155, 225) !default; +$photo: rgb(215, 209, 209) !default; +$people: rgb(52, 190, 205) !default; +$generic-loading: rgb(184, 195, 206) !default; +$group-loading: rgb(184, 195, 206) !default; +$recent: rgb(108, 161, 233) !default; +$solution: rgb(143, 201, 114) !default; +$record: rgb(125, 195, 125) !default; +$question-best: rgb(242, 207, 91) !default; +$question-feed: rgb(242, 207, 91) !default; +$related-list: rgb(89, 188, 171) !default; +$skill-entity: rgb(139, 154, 227) !default; +$scan-card: rgb(243, 158, 88) !default; +$report: rgb(46, 203, 190) !default; +$quotes: rgb(136, 198, 81) !default; +$task: rgb(75, 192, 118) !default; +$task-2: rgb(75, 192, 118) !default; +$team-member: rgb(242, 207, 91) !default; +$thanks: rgb(233, 105, 110) !default; +$reward: rgb(233, 105, 110) !default; +$thanks-loading: rgb(184, 195, 206) !default; +$today: rgb(239, 126, 173) !default; +$topic: rgb(86, 170, 223) !default; +$unmatched: rgb(98, 183, 237) !default; +$marketing-actions: rgb(107, 189, 110) !default; +$relationship: rgb(60, 151, 221) !default; +$folder: rgb(139, 154, 227) !default; +$service-contract: rgb(138, 118, 240) !default; +$merge: rgb(242, 207, 91) !default; +$forecasts: rgb(107, 189, 110) !default; +$entitlements: rgb(183, 129, 211) !default; +$sales-path: rgb(42, 115, 158) !default; +$bg-actions-map: ( + "action-change-owner": (rgb(84, 105, 141)), + "action-share": (rgb(84, 105, 141)), + "action-info": (rgb(84, 105, 141)), + "action-upload": (rgb(84, 105, 141)), + "action-change-record-type": (rgb(84, 105, 141)), + "action-check": (rgb(84, 105, 141)), + "action-download": (rgb(84, 105, 141)), + "action-edit-relationship": (rgb(29, 204, 191)), + "action-freeze-user": (rgb(84, 105, 141)), + "action-manage-perm-sets": (rgb(84, 105, 141)), + "action-password-unlock": (rgb(84, 105, 141)), + "action-refresh": (rgb(84, 105, 141)), + "action-remove": (rgb(84, 105, 141)), + "action-reset-password": (rgb(84, 105, 141)), + "action-user-activation": (rgb(84, 105, 141)), + "action-add-contact": (rgb(160, 148, 237)), + "action-approval": (rgb(0, 198, 183)), + "action-canvas": (rgb(129, 153, 175)), + "action-goal": (rgb(86, 170, 223)), + "action-opportunity-competitor": (rgb(252, 185, 91)), + "action-opportunity-line-item": (rgb(252, 185, 91)), + "action-opportunity-team-member": (rgb(252, 185, 91)), + "action-question-post-action": (rgb(50, 175, 92)), + "action-quote": (rgb(136, 198, 81)), + "action-reject": (rgb(0, 198, 183)), + "action-social-post": (rgb(234, 116, 162)), + "action-fallback": (rgb(152, 149, 238)), + "action-edit": (rgb(29, 204, 191)), + "action-delete": (rgb(230, 113, 124)), + "action-clone": (rgb(108, 161, 233)), + "action-follow": (rgb(49, 185, 248)), + "action-following": (rgb(125, 207, 100)), + "action-join-group": (rgb(119, 158, 242)), + "action-leave-group": (rgb(243, 158, 88)), + "action-edit-groups": (rgb(52, 190, 205)), + "action-share-post": (rgb(101, 202, 228)), + "action-user": (rgb(101, 202, 228)), + "action-share-file": (rgb(186, 172, 147)), + "action-new-task": (rgb(75, 192, 118)), + "action-new-contact": (rgb(160, 148, 237)), + "action-new-opportunity": (rgb(252, 185, 91)), + "action-new-case": (rgb(242, 207, 91)), + "action-new-lead": (rgb(248, 137, 98)), + "action-share-thanks": (rgb(233, 105, 110)), + "action-share-link": (rgb(122, 154, 230)), + "action-share-poll": (rgb(105, 155, 225)), + "action-new-event": (rgb(235, 112, 146)), + "action-new-child-case": (rgb(250, 151, 92)), + "action-log-a-call": (rgb(72, 195, 204)), + "action-new-note": (rgb(230, 212, 120)), + "action-new": (rgb(51, 188, 231)), + "action-filter": (rgb(253, 144, 181)), + "action-sort": (rgb(250, 185, 165)), + "action-description": (rgb(125, 195, 125)), + "action-defer": (rgb(239, 126, 173)), + "action-update": (rgb(129, 180, 214)), + "action-log-this-event": (rgb(235, 112, 146)), + "action-email": (rgb(149, 174, 197)), + "action-dial-in": (rgb(139, 154, 227)), + "action-map": (rgb(118, 198, 238)), + "action-call": (rgb(31, 202, 160)), + "action-google-news": (rgb(245, 103, 91)), + "action-web-link": (rgb(86, 170, 223)), + "action-submit-for-approval": (rgb(80, 204, 122)), + "action-search": (rgb(72, 173, 235)), + "action-close": (rgb(239, 110, 100)), + "action-back": (rgb(13, 194, 217)), + "action-office-365": (rgb(255, 128, 65)), + "action-concur": (rgb(76, 195, 199)), + "action-dropbox": (rgb(82, 174, 249)), + "action-evernote": (rgb(134, 200, 111)), + "action-docusign": (rgb(80, 128, 219)), + "action-more": (rgb(98, 183, 237)), + "action-notebook": (rgb(230, 212, 120)), + "action-new-notebook": (rgb(230, 212, 120)), + "action-preview": (rgb(127, 141, 225)), + "action-priority": (rgb(251, 180, 57)), + "action-default-custom-object": (rgb(129, 153, 175)), + "action-new-custom-object": (rgb(167, 212, 77)), + "action-lead-convert": (rgb(248, 137, 98)), + "action-new-account": (rgb(127, 141, 225)), + "action-new-person-account": (rgb(127, 141, 225)), + "action-new-campaign": (rgb(244, 151, 86)), + "action-new-group": (rgb(131, 182, 255)), + "action-update-status": (rgb(30, 199, 190)), + "action-new-custom-1": (rgb(255, 123, 132)), + "action-new-custom-2": (rgb(207, 208, 92)), + "action-new-custom-3": (rgb(236, 180, 108)), + "action-new-custom-4": (rgb(225, 217, 81)), + "action-new-custom-5": (rgb(159, 219, 102)), + "action-new-custom-6": (rgb(84, 196, 115)), + "action-new-custom-7": (rgb(106, 137, 229)), + "action-new-custom-8": (rgb(80, 206, 185)), + "action-new-custom-9": (rgb(107, 158, 226)), + "action-new-custom-10": (rgb(100, 136, 227)), + "action-new-custom-11": (rgb(135, 132, 234)), + "action-new-custom-12": (rgb(220, 113, 209)), + "action-new-custom-13": (rgb(223, 97, 132)), + "action-new-custom-14": (rgb(60, 194, 179)), + "action-new-custom-15": (rgb(247, 126, 117)), + "action-new-custom-16": (rgb(233, 175, 103)), + "action-new-custom-17": (rgb(172, 211, 96)), + "action-new-custom-18": (rgb(77, 202, 118)), + "action-new-custom-19": (rgb(58, 190, 177)), + "action-new-custom-20": (rgb(72, 199, 200)), + "action-new-custom-21": (rgb(138, 122, 237)), + "action-new-custom-22": (rgb(139, 133, 249)), + "action-new-custom-23": (rgb(176, 112, 230)), + "action-new-custom-24": (rgb(229, 103, 152)), + "action-new-custom-25": (rgb(228, 111, 190)), + "action-new-custom-26": (rgb(118, 152, 240)), + "action-new-custom-27": (rgb(90, 176, 210)), + "action-new-custom-28": (rgb(137, 192, 89)), + "action-new-custom-29": (rgb(189, 210, 95)), + "action-new-custom-30": (rgb(245, 159, 113)), + "action-new-custom-31": (rgb(235, 104, 127)), + "action-new-custom-32": (rgb(56, 195, 147)), + "action-new-custom-33": (rgb(151, 207, 93)), + "action-new-custom-34": (rgb(213, 138, 106)), + "action-new-custom-35": (rgb(233, 99, 126)), + "action-new-custom-36": (rgb(212, 114, 212)), + "action-new-custom-37": (rgb(140, 137, 242)), + "action-new-custom-38": (rgb(83, 182, 215)), + "action-new-custom-39": (rgb(79, 190, 117)), + "action-new-custom-40": (rgb(131, 199, 94)), + "action-new-custom-41": (rgb(67, 181, 181)), + "action-new-custom-42": (rgb(207, 208, 91)), + "action-new-custom-43": (rgb(127, 147, 249)), + "action-new-custom-44": (rgb(200, 202, 88)), + "action-new-custom-45": (rgb(217, 88, 121)), + "action-new-custom-46": (rgb(103, 165, 231)), + "action-new-custom-47": (rgb(95, 204, 100)), + "action-new-custom-48": (rgb(239, 105, 127)), + "action-new-custom-49": (rgb(226, 92, 128)), + "action-new-custom-50": (rgb(73, 188, 211)), + "action-new-custom-51": (rgb(216, 199, 96)), + "action-new-custom-52": (rgb(238, 142, 111)), + "action-new-custom-53": (rgb(243, 110, 131)), + "action-new-custom-54": (rgb(234, 112, 177)), + "action-new-custom-55": (rgb(214, 110, 224)), + "action-new-custom-56": (rgb(113, 141, 235)), + "action-new-custom-57": (rgb(90, 156, 221)), + "action-new-custom-58": (rgb(52, 181, 157)), + "action-new-custom-59": (rgb(227, 208, 103)), + "action-new-custom-60": (rgb(191, 90, 136)), + "action-new-custom-61": (rgb(245, 115, 118)), + "action-new-custom-62": (rgb(107, 146, 220)), + "action-new-custom-63": (rgb(124, 207, 96)), + "action-new-custom-64": (rgb(97, 143, 216)), + "action-new-custom-65": (rgb(242, 121, 171)), + "action-new-custom-66": (rgb(216, 190, 95)), + "action-new-custom-67": (rgb(248, 125, 118)), + "action-new-custom-68": (rgb(242, 105, 121)), + "action-new-custom-69": (rgb(237, 99, 135)), + "action-new-custom-70": (rgb(231, 105, 180)), + "action-new-custom-71": (rgb(227, 110, 227)), + "action-new-custom-72": (rgb(141, 155, 251)), + "action-new-custom-73": (rgb(103, 158, 240)), + "action-new-custom-74": (rgb(65, 200, 160)), + "action-new-custom-75": (rgb(205, 159, 101)), + "action-new-custom-76": (rgb(219, 109, 122)), + "action-new-custom-77": (rgb(181, 93, 91)), + "action-new-custom-78": (rgb(90, 149, 221)), + "action-new-custom-79": (rgb(142, 211, 99)), + "action-new-custom-80": (rgb(101, 154, 213)), + "action-new-custom-81": (rgb(218, 98, 127)), + "action-new-custom-82": (rgb(209, 91, 151)), + "action-new-custom-83": (rgb(231, 128, 111)), + "action-new-custom-84": (rgb(246, 112, 123)), + "action-new-custom-85": (rgb(242, 104, 145)), + "action-new-custom-86": (rgb(226, 96, 171)), + "action-new-custom-87": (rgb(216, 118, 229)), + "action-new-custom-88": (rgb(153, 111, 230)), + "action-new-custom-89": (rgb(62, 153, 190)), + "action-new-custom-90": (rgb(34, 164, 138)), + "action-new-custom-91": (rgb(191, 123, 102)), + "action-new-custom-92": (rgb(81, 126, 130)), + "action-new-custom-93": (rgb(144, 77, 76)), + "action-new-custom-94": (rgb(67, 156, 186)), + "action-new-custom-95": (rgb(139, 207, 106)), + "action-new-custom-96": (rgb(109, 157, 227)), + "action-new-custom-97": (rgb(221, 96, 133)), + "action-new-custom-98": (rgb(225, 190, 92)), + "action-new-custom-99": (rgb(240, 133, 110)), + "action-new-custom-100": (rgb(225, 93, 118)), + "action-apex": (rgb(105, 110, 113)), + "action-flow": (rgb(0, 121, 188)), + "action-announcement": (rgb(254, 143, 96)), + "action-record": (rgb(125, 195, 125)), + "action-log-event": (rgb(108, 161, 233)), + "action-add-relationship": (rgb(98, 183, 237)), + "action-remove-relationship": (rgb(239, 110, 100)), + "action-view-relationship": (rgb(60, 151, 221)) +); +$bg-custom-map: ( + "custom-1": (rgb(255, 123, 132)), + "custom-2": (rgb(207, 208, 92)), + "custom-3": (rgb(236, 180, 108)), + "custom-4": (rgb(225, 217, 81)), + "custom-5": (rgb(159, 219, 102)), + "custom-6": (rgb(84, 196, 115)), + "custom-7": (rgb(106, 137, 229)), + "custom-8": (rgb(80, 206, 185)), + "custom-9": (rgb(107, 158, 226)), + "custom-10": (rgb(100, 136, 227)), + "custom-11": (rgb(135, 132, 234)), + "custom-12": (rgb(220, 113, 209)), + "custom-13": (rgb(223, 97, 132)), + "custom-14": (rgb(60, 194, 179)), + "custom-15": (rgb(247, 126, 117)), + "custom-16": (rgb(233, 175, 103)), + "custom-17": (rgb(172, 211, 96)), + "custom-18": (rgb(77, 202, 118)), + "custom-19": (rgb(58, 190, 177)), + "custom-20": (rgb(72, 199, 200)), + "custom-21": (rgb(138, 122, 237)), + "custom-22": (rgb(139, 133, 249)), + "custom-23": (rgb(176, 112, 230)), + "custom-24": (rgb(229, 103, 152)), + "custom-25": (rgb(228, 111, 190)), + "custom-26": (rgb(118, 152, 240)), + "custom-27": (rgb(90, 176, 210)), + "custom-28": (rgb(137, 192, 89)), + "custom-29": (rgb(189, 210, 95)), + "custom-30": (rgb(245, 159, 113)), + "custom-31": (rgb(235, 104, 127)), + "custom-32": (rgb(56, 195, 147)), + "custom-33": (rgb(151, 207, 93)), + "custom-34": (rgb(213, 138, 106)), + "custom-35": (rgb(233, 99, 126)), + "custom-36": (rgb(212, 114, 212)), + "custom-37": (rgb(140, 137, 242)), + "custom-38": (rgb(83, 182, 215)), + "custom-39": (rgb(79, 190, 117)), + "custom-40": (rgb(131, 199, 94)), + "custom-41": (rgb(67, 181, 181)), + "custom-42": (rgb(207, 208, 91)), + "custom-43": (rgb(127, 147, 249)), + "custom-44": (rgb(200, 202, 88)), + "custom-45": (rgb(217, 88, 121)), + "custom-46": (rgb(103, 165, 231)), + "custom-47": (rgb(95, 204, 100)), + "custom-48": (rgb(239, 105, 127)), + "custom-49": (rgb(226, 92, 128)), + "custom-50": (rgb(73, 188, 211)), + "custom-51": (rgb(216, 199, 96)), + "custom-52": (rgb(238, 142, 111)), + "custom-53": (rgb(243, 110, 131)), + "custom-54": (rgb(234, 112, 177)), + "custom-55": (rgb(214, 110, 224)), + "custom-56": (rgb(113, 141, 235)), + "custom-57": (rgb(90, 156, 221)), + "custom-58": (rgb(52, 181, 157)), + "custom-59": (rgb(227, 208, 103)), + "custom-60": (rgb(191, 90, 136)), + "custom-61": (rgb(245, 115, 118)), + "custom-62": (rgb(107, 146, 220)), + "custom-63": (rgb(124, 207, 96)), + "custom-64": (rgb(97, 143, 216)), + "custom-65": (rgb(242, 121, 171)), + "custom-66": (rgb(216, 190, 95)), + "custom-67": (rgb(248, 125, 118)), + "custom-68": (rgb(242, 105, 121)), + "custom-69": (rgb(237, 99, 135)), + "custom-70": (rgb(231, 105, 180)), + "custom-71": (rgb(227, 110, 227)), + "custom-72": (rgb(141, 155, 251)), + "custom-73": (rgb(103, 158, 240)), + "custom-74": (rgb(65, 200, 160)), + "custom-75": (rgb(205, 159, 101)), + "custom-76": (rgb(219, 109, 122)), + "custom-77": (rgb(181, 93, 91)), + "custom-78": (rgb(90, 149, 221)), + "custom-79": (rgb(142, 211, 99)), + "custom-80": (rgb(101, 154, 213)), + "custom-81": (rgb(218, 98, 127)), + "custom-82": (rgb(209, 91, 151)), + "custom-83": (rgb(231, 128, 111)), + "custom-84": (rgb(246, 112, 123)), + "custom-85": (rgb(242, 104, 145)), + "custom-86": (rgb(226, 96, 171)), + "custom-87": (rgb(216, 118, 229)), + "custom-88": (rgb(153, 111, 230)), + "custom-89": (rgb(62, 153, 190)), + "custom-90": (rgb(34, 164, 138)), + "custom-91": (rgb(191, 123, 102)), + "custom-92": (rgb(81, 126, 130)), + "custom-93": (rgb(144, 77, 76)), + "custom-94": (rgb(67, 156, 186)), + "custom-95": (rgb(139, 207, 106)), + "custom-96": (rgb(109, 157, 227)), + "custom-97": (rgb(221, 96, 133)), + "custom-98": (rgb(225, 190, 92)), + "custom-99": (rgb(240, 133, 110)), + "custom-100": (rgb(225, 93, 118)) +); +$bg-standard-map: ( + "log-a-call": (rgb(72, 195, 204)), + "document": (rgb(186, 172, 147)), + "environment-hub": (rgb(84, 105, 141)), + "flow": (rgb(84, 105, 141)), + "sossession": (rgb(84, 105, 141)), + "process": (rgb(84, 105, 141)), + "news": (rgb(127, 141, 225)), + "home": (rgb(239, 126, 173)), + "account": (rgb(127, 141, 225)), + "apps-admin": (rgb(152, 149, 238)), + "announcement": (rgb(98, 183, 237)), + "person-account": (rgb(127, 141, 225)), + "social": (rgb(234, 116, 162)), + "campaign-members": (rgb(244, 151, 86)), + "article": (rgb(242, 207, 91)), + "answer-public": (rgb(242, 207, 91)), + "answer-private": (rgb(242, 207, 91)), + "answer-best": (rgb(242, 207, 91)), + "avatar-loading": (rgb(184, 195, 206)), + "campaign": (rgb(244, 151, 86)), + "calibration": (rgb(71, 207, 210)), + "avatar": (rgb(98, 183, 237)), + "approval": (rgb(80, 204, 122)), + "apps": (rgb(60, 151, 221)), + "user": (rgb(52, 190, 205)), + "evernote": (rgb(134, 200, 111)), + "coaching": (rgb(246, 117, 148)), + "connected-apps": (rgb(152, 149, 238)), + "drafts": (rgb(108, 161, 233)), + "email": (rgb(149, 174, 197)), + "email-iq": (rgb(160, 148, 237)), + "endorsement": (rgb(139, 154, 227)), + "event": (rgb(235, 112, 146)), + "dropbox": (rgb(82, 174, 249)), + "concur": (rgb(76, 195, 199)), + "email-chatter": (rgb(242, 207, 91)), + "case-transcript": (rgb(242, 207, 91)), + "case-email": (rgb(242, 207, 91)), + "case-log-a-call": (rgb(242, 207, 91)), + "case-comment": (rgb(242, 207, 91)), + "case-change-status": (rgb(242, 207, 91)), + "work-order": (rgb(80, 227, 194)), + "work-order-item": (rgb(51, 168, 220)), + "client": (rgb(0, 210, 190)), + "contract": (rgb(110, 192, 110)), + "dashboard": (rgb(239, 110, 100)), + "case": (rgb(242, 207, 91)), + "empty": (rgb(129, 153, 175)), + "default": (rgb(129, 153, 175)), + "custom": (rgb(129, 153, 175)), + "canvas": (rgb(129, 153, 175)), + "contact": (rgb(160, 148, 237)), + "portal": (rgb(174, 199, 112)), + "product": (rgb(183, 129, 211)), + "pricebook": (rgb(183, 129, 211)), + "feed": (rgb(98, 183, 237)), + "feedback": (rgb(109, 161, 234)), + "file": (rgb(186, 172, 147)), + "goals": (rgb(86, 170, 223)), + "groups": (rgb(119, 158, 242)), + "household": (rgb(0, 175, 160)), + "hierarchy": (rgb(52, 190, 205)), + "insights": (rgb(236, 148, 237)), + "investment-account": (rgb(75, 192, 118)), + "performance": (rgb(248, 177, 86)), + "link": (rgb(122, 154, 230)), + "metrics": (rgb(86, 170, 223)), + "note": (rgb(230, 212, 120)), + "lead": (rgb(248, 137, 98)), + "opportunity": (rgb(252, 185, 91)), + "call": (rgb(242, 207, 91)), + "call-history": (rgb(242, 207, 91)), + "orders": (rgb(118, 158, 217)), + "post": (rgb(101, 202, 228)), + "poll": (rgb(105, 155, 225)), + "photo": (rgb(215, 209, 209)), + "people": (rgb(52, 190, 205)), + "generic-loading": (rgb(184, 195, 206)), + "group-loading": (rgb(184, 195, 206)), + "recent": (rgb(108, 161, 233)), + "solution": (rgb(143, 201, 114)), + "record": (rgb(125, 195, 125)), + "question-best": (rgb(242, 207, 91)), + "question-feed": (rgb(242, 207, 91)), + "related-list": (rgb(89, 188, 171)), + "skill-entity": (rgb(139, 154, 227)), + "scan-card": (rgb(243, 158, 88)), + "report": (rgb(46, 203, 190)), + "quotes": (rgb(136, 198, 81)), + "task": (rgb(75, 192, 118)), + "task-2": (rgb(75, 192, 118)), + "team-member": (rgb(242, 207, 91)), + "thanks": (rgb(233, 105, 110)), + "reward": (rgb(233, 105, 110)), + "thanks-loading": (rgb(184, 195, 206)), + "today": (rgb(239, 126, 173)), + "topic": (rgb(86, 170, 223)), + "unmatched": (rgb(98, 183, 237)), + "marketing-actions": (rgb(107, 189, 110)), + "relationship": (rgb(60, 151, 221)), + "folder": (rgb(139, 154, 227)), + "service-contract": (rgb(138, 118, 240)), + "merge": (rgb(242, 207, 91)), + "forecasts": (rgb(107, 189, 110)), + "entitlements": (rgb(183, 129, 211)), + "sales-path": (rgb(42, 115, 158)) +); + + +// TODO: Add to Design Tokens +$color-border-tab-active: #fff; // WHITE +$color-border-toggle-checked: #fff; // WHITE +$width-toggle: 3rem; // Change value for current $width-toggle due to spec change + +// MQ +$mq-x-small: 320px !default; +$mq-small: 480px !default; +$mq-medium: 768px !default; +$mq-large: 1024px !default; +$mq-x-large: 1280px !default; diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/_index.scss new file mode 100644 index 0000000..af3845e --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/_index.scss @@ -0,0 +1,172 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +@import + + // Activity Timeline + 'activity-timeline/index', + + // Badges + 'badges/index', + + // Breadcrumbs + 'breadcrumbs/index', + + // Button Groups + 'button-groups/index', + + // Button + 'buttons/flavors/base/index', + 'buttons/flavors/stateful/index', + + // Button Icon + 'button-icons/flavors/base/index', + + // Icons + 'icons/index', + 'icons/flavors/icon-colors/index', + 'icons/flavors/sizes/index', + + // Card + 'cards/index', + 'cards/flavors/base-compact/index', + + // Forms + 'forms/index', + 'forms/flavors/input/index', + 'forms/flavors/textarea/index', + 'forms/flavors/radio/index', + 'forms/flavors/radio-group-alternate/index', + 'forms/flavors/checkbox/index', + 'forms/flavors/checkbox-toggle/index', + 'forms/flavors/select/index', + 'forms/flavors/checkbox-alternate/index', + 'forms/flavors/multi-select/index', + 'forms/flavors/horizontal-form/index', + 'forms/flavors/stacked-form/index', + 'forms/flavors/inline-form/index', + 'forms/flavors/compound-form/index', + 'forms/flavors/docked-form-footer/index', + + // File selector + 'file-selector/index', + + // Page Headers + 'page-headers/index', + 'page-headers/flavors/record-home/index', + 'page-headers/flavors/record-home-vertical/index', + 'page-headers/flavors/object-home/index', + + // Panels + 'panels/index', + 'panels/flavors/filtering/index', + + // Popovers + 'popovers/index', + 'popovers/flavors/panels/index', + 'popovers/flavors/nubbins/index', + + // Tooltips + 'tooltips/index', + + // Menus + 'menus/index', + 'menus/flavors/action-overflow/index', + + // Picklist + 'picklist/index', + + // Datepicker + 'datepickers/index', + 'datepickers/flavors/time/index', + + // Docked Composer + 'docked-composer/index', + 'docked-composer/flavors/email/index', + 'docked-composer/flavors/task/index', + + // Docked Utility Bar + 'docked-utility-bar/flavors/utility-bar/index', + 'docked-utility-bar/flavors/utility-panel/index', + + // Global Header + 'global-header/flavors/base/index', + + // Global Navigation + 'global-navigation/index', + + // Publishers + 'publishers/index', + 'publishers/flavors/discussion-feed/index', + 'publishers/flavors/comment/index', + + // Discussion Feed + 'feeds/flavors/feed-list/index', + 'feeds/flavors/comment/index', + 'feeds/flavors/post/index', + 'feeds/flavors/post-with-attachments/index', + + // Modal + 'modals/index', + + // App Launcher + 'app-launcher/index', + + // Pills + 'pills/index', + + // Process + 'process/flavors/wizard/index', + 'process/flavors/sales-path-coach/index', + + // Spinners + 'spinners/index', + 'spinners/flavors/small/index', + 'spinners/flavors/medium/index', + 'spinners/flavors/large/index', + 'spinners/flavors/brand-small/index', + 'spinners/flavors/inverse-small/index', + + // Title + 'tiles/index', + 'tiles/flavors/board/index', + + // Tabs + 'tabs/flavors/default/index', + 'tabs/flavors/scoped/index', + 'tabs/flavors/scrolling/index', + + // Navigation + 'navigation/flavors/vertical/index', + + // Notifications -- Toasts & Alerts + 'notifications/index', + 'notifications/flavors/alert/index', + 'notifications/flavors/prompt/index', + 'notifications/flavors/modal-toast/index', + + // Lookup + 'lookups/index', + + // Images + 'images/flavors/avatar/index', + 'images/flavors/figure/index', + + // Tables + 'data-tables/index', + 'data-tables/flavors/responsive/index', + 'data-tables/flavors/inline-edit/index', + 'data-tables/flavors/fixed-header/index', + + // Tree (Order matters) + 'trees/flavors/base/index', + 'trees/flavors/grid/index'; diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/activity-timeline/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/activity-timeline/_index.scss new file mode 100644 index 0000000..a2675dd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/activity-timeline/_index.scss @@ -0,0 +1,83 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}media--timeline { + padding-bottom: $spacing-large; + @include feed-vertical-rule($square-icon-small-boundary, $border-width-thick); + + &:before { + margin-left: $border-width-thin; + } +} + +.#{$css-prefix}timeline__title { + @include deprecate('4.0.0', 'No longer in use.') { + position: relative; + + &-content { + position: relative; + top: -1px; + padding-right: $spacing-medium; + background: $color-background-alt; + z-index: 2; + } + + &:after { + position: absolute; + right: 0; + bottom: $spacing-x-small; + left: 0; + border-bottom: $border-width-thin dashed $color-border; + content: ' '; + z-index: 1; + } + } +} + +.#{$css-prefix}timeline { + + &__icon { + margin-top: ($spacing-small * -1); + border: $border-width-thick solid #fff { + top-width: $spacing-small; + bottom-width: $spacing-small; + }; + } + + &__actions { + display: flex; + flex-flow: column nowrap; + align-items: flex-end; + } + + &__date { + margin-bottom: $spacing-xx-small; + font-size: $font-size-small; + color: $color-text-weak; + } + + &__media--call:before { + background: $log-a-call; + } + + &__media--email:before { + background: $email; + } + + &__media--event:before { + background: $event; + } + + &__media--task:before { + background: $task; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/app-launcher/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/app-launcher/_index.scss new file mode 100644 index 0000000..368ae92 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/app-launcher/_index.scss @@ -0,0 +1,94 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}app-launcher { + + &__header, + &__content { + background: $color-background; + } + + &__header-search { + flex: 0 1 $size-large; + padding: 0 $spacing-medium; + } + + &__content { + flex: 1 1 auto; + } + + // App Launcher Tile Items + &__tile { + display: flex; + align-items: stretch; + margin: $spacing-x-small 0; + border: $border-width-thin solid $color-border; + border-radius: $border-radius-medium; + cursor: move; + + &:hover, + &:focus { + outline: 0; + border-color: $color-border-selection-hover; + } + + &.#{$css-prefix}is-draggable { + + // Remove bottom padding because the draggable icon is there + .#{$css-prefix}app-launcher__tile-figure { + padding-bottom: $spacing-xx-small; + } + } + } + + &__tile-figure { + flex-shrink: 0; + padding: $spacing-small; + color: $color-text-inverse; + background: $color-background-alt; + border-radius: $border-radius-medium 0 0 $border-radius-medium; + text-align: center; + } + + &__tile-body { + flex: 1 1 auto; + background: $color-background-alt-2; + padding: $spacing-x-small $spacing-small; + border-radius: 0 $border-radius-medium $border-radius-medium 0; + } + + &__tile--small { + flex-direction: column; + border: 0; + border-radius: 0; + text-align: center; + cursor: pointer; + + &:hover, + &:focus { + + .#{$css-prefix}app-launcher__tile-figure--small { + border-color: $color-border-selection-hover; + } + } + } + + &__tile-figure--small { + border: $border-width-thin solid $color-border; + border-radius: $border-radius-medium; + } + + &__tile-body--small { + background: transparent; + padding: $spacing-x-small 0; + border: 0; + border-radius: 0; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/badges/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/badges/_index.scss new file mode 100644 index 0000000..b243472 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/badges/_index.scss @@ -0,0 +1,32 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}badge { + background-color: $color-background-shade; + padding: $spacing-xx-small $spacing-x-small; + border-radius: $border-radius-pill; + font-size: $font-size-x-small; + line-height: $line-height-heading; + text-transform: uppercase; + letter-spacing: 0.0625em; + color: $color-text-default; + vertical-align: middle; + white-space: nowrap; + + + .#{$css-prefix}badge { + margin-left: $spacing-x-small; + } + + &:empty { + padding: 0; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/breadcrumbs/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/breadcrumbs/_index.scss new file mode 100644 index 0000000..06e91c9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/breadcrumbs/_index.scss @@ -0,0 +1,45 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}breadcrumb { + + .#{$css-prefix}list__item, + &__item { + position: relative; + + &:before { + content: '\003E'; + position: absolute; + left: (($spacing-x-small / 2) * -1); + } + + > a { + display: block; + padding: 0 $spacing-x-small; + + &:hover { + text-decoration: none; + } + } + + &:first-child { + + > a { + padding-left: 0; + } + + &:before { + content: ''; + } + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/breadcrumbs/flavors/base/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/breadcrumbs/flavors/base/_index.scss new file mode 100644 index 0000000..06e91c9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/breadcrumbs/flavors/base/_index.scss @@ -0,0 +1,45 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}breadcrumb { + + .#{$css-prefix}list__item, + &__item { + position: relative; + + &:before { + content: '\003E'; + position: absolute; + left: (($spacing-x-small / 2) * -1); + } + + > a { + display: block; + padding: 0 $spacing-x-small; + + &:hover { + text-decoration: none; + } + } + + &:first-child { + + > a { + padding-left: 0; + } + + &:before { + content: ''; + } + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/button-groups/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/button-groups/_index.scss new file mode 100644 index 0000000..8f4372f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/button-groups/_index.scss @@ -0,0 +1,80 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}button-group { + display: flex; + + .#{$css-prefix}button { + border-radius: 0; + + + .#{$css-prefix}button, + + .#{$css-prefix}button--last .#{$css-prefix}button { + margin-left: (-1 * $border-width-thin); + } + + &:first-child { + border-radius: $border-radius-medium 0 0 $border-radius-medium; + } + + &:last-child { + border-radius: 0 $border-radius-medium $border-radius-medium 0; + } + + &:focus { // @TODO: not sure this is doing anything anymore? + z-index: $z-index-default; + } + + &:only-child { + border-radius: 0.25rem; + } + } + + & + .#{$css-prefix}button-group, + & + .#{$css-prefix}button { + margin-left: $spacing-xx-small; + } + + // This class should be placed on the wrapper + // of a button that's the final one in a button-group + // + // A bit of history: + // + // Button-groups were originally built to have no wrappers in their midst. + // + // And all buttons happily coexisted perfectly in the land of :last-child... + // but then along came the big bad, "Buttons in a group can come from all + // different teams and some are wrapped to contain a dropdown, etc. + // This code doesn't work now." + // + // There was much booing and hissing and stamping of feet. + // + // Then, Pragmatism reared its head and suggested, "Hey guys, maybe we have + // to supply a way for people to indicate when a button is the last one." + // + // We had situations where various buttons were wrapped and everyone believed + // it was the :last-child, or no one did. So the last button had to raise its + // hand and shout loudly, "I am .button--last!". + // + // Then there were issues where the last button could be wearing a wrap, thus + // the class actually needed to be placed on it's cute little sweater instead. + // + // And the poor little button became warm indeed. And it got a little smelly. + // + // Sometimes Pragmatism wins and sometimes she loses. This time she won. + // + // The end of the story of button-groups. + + .#{$css-prefix}button--last .#{$css-prefix}button, + .#{$css-prefix}button.#{$css-prefix}button--last { + border-radius: 0 $border-radius-medium $border-radius-medium 0; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/button-icons/flavors/base/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/button-icons/flavors/base/_index.scss new file mode 100644 index 0000000..3cdd6a7 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/button-icons/flavors/base/_index.scss @@ -0,0 +1,225 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +.#{$css-prefix}button--icon, +.#{$css-prefix}button--icon-inverse, +.#{$css-prefix}button--icon-container, +.#{$css-prefix}button--icon-border, +.#{$css-prefix}button--icon-border-filled, +.#{$css-prefix}button--icon-more, +.#{$css-prefix}button--icon-error { + line-height: $line-height-reset; + vertical-align: middle; + color: $color-text-icon-default; +} + +@include deprecate('4.0.0', 'Use .slds-button--icon instead') { + .#{$css-prefix}button--icon-bare { + line-height: $line-height-reset; + vertical-align: middle; + color: $color-text-icon-default; + } +} + +.#{$css-prefix}button--icon-border[disabled] { + + &:hover, + &:focus { + background-color: transparent; + } +} + +.#{$css-prefix}button--icon-border-filled, +.#{$css-prefix}button--icon-border { + @include button-base; +} + +.#{$css-prefix}button--icon-border-inverse { + border: $border-width-thin solid $color-border-button-default; +} + +.#{$css-prefix}button--icon-container, +.#{$css-prefix}button--icon-border, +.#{$css-prefix}button--icon-border-filled, +.#{$css-prefix}button--icon-border-inverse { // @TODO- if border-radius is placed on the icon/svg, the button element causes corner clipping problems that background-clip isn't solving + @include square($square-icon-medium-boundary); +} + +// Button icon with background +.#{$css-prefix}button--icon-border-filled { + background-color: $color-background-button-default; + + &[disabled] { + border: $border-width-thin solid $color-border-button-default; + background-color: $color-background-button-default-disabled; + } +} + +// Button icon with dropdown +.#{$css-prefix}button--icon-more { + line-height: $line-height-button; + padding: 0 $spacing-x-small; + vertical-align: middle; + border: $border-width-thin solid $color-border-button-default; + + &:hover, + &:focus { + @include button-base; + + .#{$css-prefix}button__icon { + fill: $color-text-icon-default-hover; + } + } + + &:active .#{$css-prefix}button__icon { + fill: $color-text-icon-default-active; + } + + &[disabled] { + cursor: default; + + .#{$css-prefix}button__icon { + fill: $color-text-icon-default-disabled; + } + } +} + +// Button icon on inversed background +.#{$css-prefix}button--icon-inverse, +.#{$css-prefix}button--icon-border-inverse { + color: $color-text-link-inverse; + + &:hover, + &:focus { + color: $color-text-link-inverse-hover; + } + + &:active { + color: $color-text-link-inverse-active; + } + + &[disabled] { + color: $color-text-link-inverse-disabled; + } +} + +// Button icon for errors +.#{$css-prefix}button--icon-error { + + &, + &:hover, + &:active, + &:focus { + color: $color-text-error; + } +} + +.#{$css-prefix}button--icon-border-inverse[disabled] { + border-color: $color-border-button-inverse-disabled; +} + +// Stateful Button Icon +.#{$css-prefix}button--icon-border.#{$css-prefix}is-selected { + @include button-brand; + + .#{$css-prefix}button__icon { + fill: $color-text-button-brand; + } + + &:hover, + &:focus { + + .#{$css-prefix}button__icon { + fill: $color-text-button-brand; + } + } +} + +// Button icon container sizing +.#{$css-prefix}button--icon-small { + @include square($square-icon-small-boundary); + border-radius: $border-radius-small; +} + +.#{$css-prefix}button--icon-x-small { + @include square($square-icon-x-small-boundary); + border-radius: $border-radius-small; + line-height: $line-height-reset; + + .#{$css-prefix}button__icon { + @include square($square-icon-small-content); + } +} + +.#{$css-prefix}button--icon-xx-small { + @include square($square-icon-xx-small-boundary); + border-radius: $border-radius-small; + line-height: $line-height-reset; + + .#{$css-prefix}button__icon { + @include square($square-icon-x-small-content); + } +} + +// Sizing for icon that sits inside button--icon +.#{$css-prefix}button__icon { // This is the icon inside the button--icon button + @include square($square-icon-medium-content-alt); + fill: currentColor; + + &--large { // Usually used for the large close button + @include square($square-icon-utility-large); + } + + &--small { // This creates the small down icon + @include square($square-icon-small-content); + } + + &--x-small { // This creates the x-small down icon that sits next to another icon + @include square($square-icon-x-small-content); + } +} + +// Button Icon Hint +.#{$css-prefix}button__icon--hint { + fill: $color-text-icon-default-hint; +} + +.#{$css-prefix}button__icon--inverse-hint { + fill: $color-text-icon-inverse-hint; +} + +// Hint parent should be applied to the parent of the button +.#{$css-prefix}hint-parent { + + .#{$css-prefix}button--icon-border-inverse { + border-color: $color-border-icon-inverse-hint; + + &:focus { + border-color: $color-border-icon-inverse-hint-hover; + } + } + + &:hover, + &:focus { + + .#{$css-prefix}button--icon-border-inverse { + border-color: $color-border-icon-inverse-hint-hover; + } + + .#{$css-prefix}button__icon--hint { + fill: $color-text-icon-default; + } + + .#{$css-prefix}button__icon--inverse-hint { + fill: $color-text-icon-inverse-hint-hover; + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/buttons/flavors/base/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/buttons/flavors/base/_index.scss new file mode 100644 index 0000000..cd5c3bd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/buttons/flavors/base/_index.scss @@ -0,0 +1,211 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}button { + position: relative; + display: inline-block; + padding: 0; + background: transparent { + clip: border-box; + }; + border: $border-width-thin solid transparent { + radius: $border-radius-medium; + }; + font-size: $font-size-small; + line-height: $line-height-button; + text-decoration: none; + color: $color-text-link; + -webkit-appearance: none; + white-space: normal; + user-select: none; + transition: + color $duration-immediately linear, + background-color $duration-immediately linear; + + &:hover, + &:focus, + &:active, + &:visited { + text-decoration: none; + } + + &:hover, + &:focus { + color: $color-text-link-hover; + } + + &:focus { + @include focus-button; + } + + &:active { + color: $color-text-link-active; + } + + &[disabled] { + color: $color-text-button-default-disabled; + } + + &:hover, + &:focus, + &:active, + &[disabled] { + + .#{$css-prefix}button__icon { + fill: currentColor; + } + } + + & + .#{$css-prefix}button-group { + margin-left: $spacing-xx-small; + } + + & + .#{$css-prefix}button { + + @include deprecate('4.0.0') { + margin-left: $spacing-xx-small; + } + } +} + +.#{$css-prefix}button-space-left { + + @include deprecate('4.0.0', 'Use spacing utilities instead') { + margin-left: $spacing-xx-small; + } +} + +a.#{$css-prefix}button { + text-align: center; + + &:focus { + @include focus-button; + } +} + +// Deal with button spacing +.#{$css-prefix}button__icon--left { + margin-right: $spacing-x-small; +} + +.#{$css-prefix}button__icon--right { + margin-left: $spacing-x-small; +} + +.#{$css-prefix}button--small { + line-height: $line-height-button-small; + // Force icon-only buttons to be the same + // height as small buttons since they're SVG + // and line-height has no effect on them + min-height: $square-icon-medium-boundary; +} + +// Neutral Button +.#{$css-prefix}button--neutral { + @include button; + @include button-base; + background-color: $color-background-button-default; + + &[disabled] { + background-color: $color-background-button-default-disabled; + cursor: default; + } +} + +.#{$css-prefix}button--hint { + color: $color-text-button-default-hint; + + &:hover, + &:focus, + &:active { + color: $color-text-button-default; + } +} + +// A parent class must be put on anything that contains +// a .#{$css-prefix}button--hint so that the child reacts +// when the parent is hovered. +.#{$css-prefix}hint-parent { + + &:hover, + &:focus { + + .#{$css-prefix}button--hint { + color: $color-text-button-default; + } + } +} + +// Brand Buttons +.#{$css-prefix}button--brand { + @include button; + @include button-brand; + + &[disabled] { + background: $color-background-button-brand-disabled; + border-color: $color-border-button-brand-disabled; + color: $color-text-button-brand-disabled; + } +} + +// Inverse Buttons +.#{$css-prefix}button--inverse { + @include button; + @include button-base; + background-color: $color-background-button-inverse; + + &[disabled] { + background-color: $color-background-button-inverse-disabled; + border-color: $color-border-button-inverse-disabled; + } +} + +.#{$css-prefix}button--inverse, +.#{$css-prefix}button-group .#{$css-prefix}button--icon-inverse { + + &, + &:link, + &:visited { + color: $color-text-button-inverse; + } + + &:hover, + &:focus, + &:active { + color: $color-text-button-default; + } + + &:focus { + @include focus-inverse; + } + + &[disabled] { + // Make sure disabled buttons don't inherit hover states + color: $color-text-button-inverse-disabled; + } +} + +a.#{$css-prefix}button--inverse:focus { + @include focus-inverse; +} + +// Destructive Button +.#{$css-prefix}button--destructive { + @include button; + @include button-destructive; + + &[disabled] { + background: $color-background-button-brand-disabled; + border-color: $color-border-button-brand-disabled; + color: $color-text-button-brand-disabled; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/buttons/flavors/stateful/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/buttons/flavors/stateful/_index.scss new file mode 100644 index 0000000..134b46a --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/buttons/flavors/stateful/_index.scss @@ -0,0 +1,56 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}button--neutral.#{$css-prefix}is-selected { + border-color: transparent; + background-color: transparent; + + &:hover:not([disabled]), + &:focus:not([disabled]) { + border: $border-width-thin solid $color-border-button-default; + background-color: $color-background-button-default-hover; + } + + &:active { + background-color: $color-background-button-default-active; + } +} + +// Icon modifier for stateful buttons +.#{$css-prefix}button__icon--stateful { + @include square($square-icon-small-content); + fill: currentColor; +} + +// Inverse Button +.#{$css-prefix}button--inverse.#{$css-prefix}is-selected { + border-color: transparent; +} + +// These styles show/hide text based on interaction +.#{$css-prefix}text-not-selected, +.#{$css-prefix}text-selected, +.#{$css-prefix}text-selected-focus, +.#{$css-prefix}is-selected[disabled]:hover .#{$css-prefix}text-selected, +.#{$css-prefix}is-selected[disabled]:focus .#{$css-prefix}text-selected { + display: block; +} + +.#{$css-prefix}not-selected .#{$css-prefix}text-selected, +.#{$css-prefix}not-selected .#{$css-prefix}text-selected-focus, +.#{$css-prefix}is-selected .#{$css-prefix}text-not-selected, +.#{$css-prefix}is-selected:not(:hover):not(:focus) .#{$css-prefix}text-selected-focus, +.#{$css-prefix}is-selected[disabled]:hover .#{$css-prefix}text-selected-focus, +.#{$css-prefix}is-selected:hover .#{$css-prefix}text-selected, +.#{$css-prefix}is-selected:focus .#{$css-prefix}text-selected { + display: none; +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/cards/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/cards/_index.scss new file mode 100644 index 0000000..cd26606 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/cards/_index.scss @@ -0,0 +1,63 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}card { + @include box($theme: shade, $padding: 0, $borders: around); + + + .#{$css-prefix}card { + margin-top: $spacing-medium; + } + + &__header, + &__footer, + &__body--inner { + padding-left: $spacing-large; + padding-right: $spacing-large; + } + + &__header { + padding-top: $spacing-small; + margin-bottom: $spacing-small; + } + + &__body:empty, + &__footer:empty { + display: none; + } + + &__footer { + margin-top: $spacing-small; + padding-bottom: $spacing-small; + text-align: right; + } + + &--narrow { + + .#{$css-prefix}card__header { + padding-top: $spacing-large; + margin-bottom: $spacing-large; + } + .#{$css-prefix}card__footer { + padding-bottom: $spacing-medium; + } + } + + @include deprecate('4.0.0', 'Use a text-align--center utility class instead') { + .#{$css-prefix}card--empty .#{$css-prefix}card__body { + text-align: center; + } + } +} + +.#{$css-prefix}card__tile { + margin-top: $spacing-x-small; +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/cards/flavors/base-compact/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/cards/flavors/base-compact/_index.scss new file mode 100644 index 0000000..9782d41 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/cards/flavors/base-compact/_index.scss @@ -0,0 +1,24 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}card--compact { + border: 0; + border-radius: 0; + padding: $spacing-medium $spacing-large; + + .#{$css-prefix}card__header, + .#{$css-prefix}card__body, + .#{$css-prefix}card__footer { + margin-left: 0; + margin-right: 0; + padding-left: 0; + padding-right: 0; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/_index.scss new file mode 100644 index 0000000..c5c685d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/_index.scss @@ -0,0 +1,283 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}table { + // scss-lint:disable SelectorDepth + background-color: $color-background-alt; + + // Cells + th, + td { + padding: $spacing-x-small; + white-space: nowrap; + position: relative; + } + + // Table Heading Cells + th { + font-weight: $font-weight-regular; + } + + // Default Table Row Hover + &:not(.#{$css-prefix}no-row-hover) tbody tr:hover { + > td, + > th { + background-color: $color-background-row-hover; + } + } + + // Selected Table Row + Hover + tbody tr.#{$css-prefix}is-selected, + &:not(.#{$css-prefix}no-row-hover) tr.#{$css-prefix}is-selected:hover { + + > td, + > th { + background-color: $color-background-row-selected; + } + } + + // By default, nowrap is applied + .#{$css-prefix}cell-wrap { + white-space: normal; + } + + // Reduce cell to the width of its content, if space is available + .#{$css-prefix}cell-shrink { + width: 1%; + } + + // Use to add a left padding buffer to cells, @todo will need to reset for responsive + .#{$css-prefix}cell-buffer--left { + padding-left: $spacing-large; + } + + .#{$css-prefix}cell-buffer--right { + padding-right: $spacing-large; + } +} + +// Add left and right padding to the first and last cells of a table +.#{$css-prefix}table--cell-buffer { + + tr > th:first-child, + tr > td:first-child { + padding-left: $spacing-large; + } + + tr > th:last-child, + tr > td:last-child { + padding-right: $spacing-large; + } +} + +// Add vertical borders to a table +.#{$css-prefix}table--bordered { + // scss-lint:disable SelectorDepth + border: { + top: $border-width-thin solid $color-border; + bottom: $border-width-thin solid $color-border; + } + + // More than one row in thead + thead > tr + tr > th { + border-top: $border-width-thin solid $color-border; + } + + // Cells + tbody td, + tbody th { + border-top: $border-width-thin solid $color-border; + } + + // Default Table Row Hover + // + // Checks if .no-row-hover is applied to parent table + // Applies hovers to only and within + // Also checks that the and do not have the class .is-selected + // This retains the selected state when a row is hovered + // + // Box shadow used to eliminate jumpiness on hover + &:not(.#{$css-prefix}no-row-hover) tbody tr:hover > td:not(.#{$css-prefix}is-selected), + &:not(.#{$css-prefix}no-row-hover) tbody tr:hover > th:not(.#{$css-prefix}is-selected) { + box-shadow: $color-border 0 ($border-width-thin * -1) 0 inset, + $color-border 0 ($border-width-thin) 0 inset; + } +} + +// Add column borders +.#{$css-prefix}table--col-bordered { + + td + td, + th + th, + th + td, + td + th { + border-left: $border-width-thin solid $color-border; + } +} + +// Add alternating strips to rows +.#{$css-prefix}table--striped { + // scss-lint:disable SelectorDepth + tbody tr:nth-of-type(even) > td, + tbody tr:nth-of-type(even) > th { + background-color: $color-background-row-hover; + } +} + +// Applies move cursor to moveable cell +th.#{$css-prefix}is-sortable { + cursor: pointer; + padding: 0; // Reset padding so actionable link bleeds to edge + + @include deprecate('4.0.0', 'The entire cell is hyperlinked now, no need for the button') { + .#{$css-prefix}button { + visibility: hidden; + margin-left: $spacing-x-small; + } + + .#{$css-prefix}button__icon { + fill: $color-text-link; + } + + &:hover { + background-color: $color-background-row-hover; + color: $color-text-link; + + .#{$css-prefix}button { + visibility: visible; + } + } + } +} + +// Actionable area inside th +.#{$css-prefix}th__action { + display: flex; + padding: $spacing-x-small; + + &:focus, + &:hover { + outline: 0; + background-color: $color-background-row-hover; + + .#{$css-prefix}is-sortable__icon { + display: inline-block; + } + } +} + +// Icon inside sortable th +.#{$css-prefix}is-sortable__icon { + @include square($square-icon-small-content); + margin-left: $spacing-xx-small; + display: none; +} + +// Active state of sorted column +.#{$css-prefix}is-sorted { + + .#{$css-prefix}is-sortable__icon { + display: inline-block; + } + + // Change direction of arrow + &--asc .#{$css-prefix}is-sortable__icon { + transform: rotate(180deg); + } +} + +// Provide an indicator that resizing is available +.#{$css-prefix}is-resizable { + + .#{$css-prefix}th__action:hover, + .#{$css-prefix}th__action:focus { + box-shadow: $color-border-separator-alt ($spacing-xx-small * -1) 0 0 inset; + } +} + +// Resizable handle +.#{$css-prefix}resizable { + max-width: 100%; + + &__handle { + position: absolute; + right: 0; + top: 0; + width: $spacing-xx-small; + height: 100%; + background: $color-background-button-brand; + display: block; + cursor: col-resize; + opacity: 0; + z-index: $z-index-popup; + + &:hover, + &:focus, + &:active { + opacity: 1; + } + } + + &__divider { + position: absolute; + right: 0; + height: 100vh; + width: 1px; + background: $color-background-button-brand; + } + + &__input:focus ~ .#{$css-prefix}resizable__handle { + opacity: 1; + } +} + +// Resizable data table columns +// +// Set table to use fixed layout for width and truncation purposes +.#{$css-prefix}table--fixed-layout { + table-layout: fixed; + width: 100%; + white-space: nowrap; + + thead { + background-color: $color-background-alt; + } + + .#{$css-prefix}cell-shrink { + width: $square-icon-large-boundary; + + &:nth-child(n) { + padding: { + left: 0; + right: 0; + } + } + + &:first-child { + text-align: right; + padding-right: $spacing-x-small; + } + + &:last-child { + text-align: left; + padding-left: $spacing-x-small; + } + } +} + +.#{$css-prefix}table--compact { + + th, + td { + padding: $spacing-xx-small $spacing-x-small; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/advanced/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/advanced/_index.scss new file mode 100644 index 0000000..781b69c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/advanced/_index.scss @@ -0,0 +1,9 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/basic/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/basic/_index.scss new file mode 100644 index 0000000..577c8b5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/basic/_index.scss @@ -0,0 +1,230 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}table { + // scss-lint:disable SelectorDepth + background-color: $color-background-alt; + + // Cells + th, + td { + padding: $spacing-x-small; + white-space: nowrap; + position: relative; + } + + // Table Heading Cells + th { + font-weight: $font-weight-regular; + } + + // Default Table Row Hover + &:not(.#{$css-prefix}no-row-hover) tbody tr:hover { + > td, + > th { + background-color: $color-background-row-hover; + } + } + + // Selected Table Row + Hover + tbody tr.#{$css-prefix}is-selected, + &:not(.#{$css-prefix}no-row-hover) tr.#{$css-prefix}is-selected:hover { + + > td, + > th { + background-color: $color-background-row-selected; + } + } + + // Selected Cell + td.#{$css-prefix}is-selected, + td.#{$css-prefix}is-selected:hover, + th.#{$css-prefix}is-selected, + th.#{$css-prefix}is-selected:hover { + box-shadow: $color-border-selection 0 0 0 $border-width-thin inset; + } + + // By default, nowrap is applied + .#{$css-prefix}cell-wrap { + white-space: normal; + } + + // Reduce cell to the width of its content, if space is available + .#{$css-prefix}cell-shrink { + width: 1%; + } + + // Use to add a left padding buffer to cells, @todo will need to reset for responsive + .#{$css-prefix}cell-buffer--left { + padding-left: $spacing-large; + } + + .#{$css-prefix}cell-buffer--right { + padding-right: $spacing-large; + } +} + +// Add left and right padding to the first and last cells of a table +.#{$css-prefix}table--cell-buffer { + + tr > th:first-child, + tr > td:first-child { + padding-left: $spacing-large; + } + + tr > th:last-child, + tr > td:last-child { + padding-right: $spacing-large; + } +} + +// Add vertical borders to a table +.#{$css-prefix}table--bordered { + // scss-lint:disable SelectorDepth + border: { + top: $border-width-thin solid $color-border; + bottom: $border-width-thin solid $color-border; + } + + // More than one row in thead + thead > tr + tr > th { + border-top: $border-width-thin solid $color-border; + } + + // Cells + td, + th { + border-top: $border-width-thin solid $color-border; + } + + // Default Table Row Hover + // + // Checks if .no-row-hover is applied to parent table + // Applies hovers to only and within + // Also checks that the and do not have the class .is-selected + // This retains the selected state when a row is hovered + // + // Box shadow used to eliminate jumpiness on hover + &:not(.#{$css-prefix}no-row-hover) tbody tr:hover > td:not(.#{$css-prefix}is-selected), + &:not(.#{$css-prefix}no-row-hover) tbody tr:hover > th:not(.#{$css-prefix}is-selected) { + box-shadow: $color-border 0 ($border-width-thin * -1) 0 inset, + $color-border 0 ($border-width-thin) 0 inset; + } +} + +// Add alternating strips to rows +.#{$css-prefix}table--striped { + + tr:nth-of-type(even) > td { + background-color: $color-background-row-hover; + } +} + +// Applies move cursor to moveable cell +.#{$css-prefix}is-sortable { + cursor: pointer; + + .#{$css-prefix}button { + visibility: hidden; + margin-left: $spacing-x-small; + } + + .#{$css-prefix}button__icon { + fill: $color-text-link; + } + + &:hover { + background-color: $color-background-row-hover; + color: $color-text-link; + + .#{$css-prefix}button { + visibility: visible; + } + } +} + +// Resizable data table columns +// +// Set table to use fixed layout for width and truncation purposes +.#{$css-prefix}table--fixed-layout { + table-layout: fixed; + width: 100%; + white-space: nowrap; + + .#{$css-prefix}cell-shrink { + width: $square-icon-large-boundary; + + &:nth-child(n) { + padding: { + left: 0; + right: 0; + } + } + + &:first-child { + text-align: right; + padding-right: $spacing-x-small; + } + + &:last-child { + text-align: left; + padding-left: $spacing-x-small; + } + } +} + +.#{$css-prefix}is-resizable:hover { + box-shadow: $color-border-separator-alt ($spacing-xx-small * -1) 0 0 inset; +} + +// Resizable handle +.#{$css-prefix}resizable { + max-width: 100%; + + &__handle { + position: absolute; + right: 0; + top: 0; + width: $spacing-xx-small; + height: 100%; + background: $color-background-button-brand; + display: block; + cursor: col-resize; + opacity: 0; + z-index: $z-index-popup; + + &:hover, + &:active { + opacity: 1; + } + + &--indicator { + right: auto; + } + } + + &__divider { + position: absolute; + left: 50%; + height: 100vh; + width: 1px; + background: $color-background-button-brand; + } +} + +.#{$css-prefix}table--compact { + + th, + td { + padding: $spacing-xx-small $spacing-x-small; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/compact/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/compact/_index.scss new file mode 100644 index 0000000..781b69c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/compact/_index.scss @@ -0,0 +1,9 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/fixed-header/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/fixed-header/_index.scss new file mode 100644 index 0000000..eb33ea0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/fixed-header/_index.scss @@ -0,0 +1,49 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +.#{$css-prefix}table--header-fixed_container { + position: relative; + padding-top: 2rem; // This matches the height of the hover state w/border + border-top: $border-width-thin solid $color-border; + background-color: $color-background-alt; + background-image: linear-gradient( + to bottom, + $color-background-alt, + $color-background-alt 1.9375rem, + $color-border 1.9375rem, + $color-border 2rem, + $color-background-alt 2rem, + $color-background-alt + ); // Creates line below th for faux fixed headers +} + +.#{$css-prefix}cell-fixed { + position: absolute; + top: 0; + min-height: 2rem; +} + +.#{$css-prefix}table--header-fixed { + border-top: 0; + + thead th { + position: static; + border-top: 0; + } + + tbody tr:first-child { // Remove first border row due to faux th border + // scss-lint:disable SelectorDepth + td, + th { + border: 0; + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/inline-edit/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/inline-edit/_index.scss new file mode 100644 index 0000000..724f50c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/inline-edit/_index.scss @@ -0,0 +1,199 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// We are not going to expose inline edit until Spring-17 but the CSS needs to be included. + +.#{$css-prefix}table--edit_container { + + &:focus { + outline: none; + + &:before { + content: ' '; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: $z-index-default; + background-color: $color-background-backdrop-tint; + box-shadow: 0 0 0 4px $color-border-brand inset; + } + + .#{$css-prefix}table--edit_container-message { + display: block; + position: absolute; + top: 50%; + left: 50%; + width: $size-medium; + margin-top: -2.25rem; // This is rather hacky since it's half the height of the box with two lines of content. (Also, ($height-context-bar * -1) is the same height.) + margin-left: (($size-medium / 2) * -1); + background-color: $color-background-alt; + text-align: center; + z-index: $z-index-default; + } + } +} + +.#{$css-prefix}table--edit_container-message { + display: none; +} + + +.#{$css-prefix}table--edit { + + .#{$css-prefix}button__icon--edit:focus { + fill: $color-text-brand; + } + + th, + td { // Remove padding to place on internal node + padding: 0; + } + + .#{$css-prefix}cell-edit:hover { + background-color: $color-background-alt; + box-shadow: $color-border 0 ($border-width-thin * -1) 0 inset, + $color-border 0 ($border-width-thin) 0 inset; + } + + tbody tr { + counter-increment: row-number; + + &:hover { // adds the same box-shadow border when a row is hovered + // scss-lint:disable SelectorDepth + .#{$css-prefix}cell-marker, + .#{$css-prefix}is-edited:not(.#{$css-prefix}has-focus) { + box-shadow: $color-border 0 ($border-width-thin * -1) 0 inset, $color-border 0 ($border-width-thin) 0 inset; + } + } + } + + .#{$css-prefix}row-number { + + &:after { + content: counter(row-number); + } + } +} + +.#{$css-prefix}cell-marker { + background-color: $color-background-row-hover; +} + +.#{$css-prefix}cell-edit { + min-height: 2.3125rem; // Make contents completely fill table cell + padding: $spacing-x-small; // Add padding to div inside + + .#{$css-prefix}button__icon--edit, + .#{$css-prefix}button__icon--lock { + opacity: 0; + } + + &:hover, + &:focus { + + .#{$css-prefix}button__icon--edit { + opacity: 1; + + &:hover, + &:focus { + fill: $color-text-brand; + } + } + + .#{$css-prefix}button__icon--lock { + opacity: 0.5; + } + } + + .#{$css-prefix}cell-edit__button { + @include square($square-icon-utility-medium); + flex-shrink: 0; + } + + &.#{$css-prefix}has-focus { // This is the focused state + background-color: $color-background-alt; + outline: 0; // @TODO: May want to add this to the `cell-edit` (tho that may be overreaching) + box-shadow: $color-border-selection 0 0 0 1px inset; + + .#{$css-prefix}button__icon--edit, + .#{$css-prefix}button__icon--lock { + opacity: 1; + } + + &:hover { + box-shadow: $color-border-selection 0 0 0 1px inset; + } + + a:focus { + text-decoration: underline; + outline: none; + } + } + + &.#{$css-prefix}is-edited { + + &, + &:hover { + background-color: $color-background-highlight; + } + } + + &.#{$css-prefix}has-error { + + &, + &:hover { + background-color: $color-background-highlight; + border: $border-width-thin solid $color-border-error; + box-shadow: $color-border-error 0 0 0 ($border-width-thin) inset; + } + } +} + +.#{$css-prefix}no-cell-focus { + + .#{$css-prefix}has-focus { + background: $color-background-row-hover; + border: 0; + box-shadow: none; + + .#{$css-prefix}button__icon--edit { + opacity: 1; + } + } +} + +.#{$css-prefix}cell-error { + padding-left: 0; +} + +.#{$css-prefix}cell-edit__button:focus .#{$css-prefix}button__icon--edit { + opacity: 1; +} + +.#{$css-prefix}form-element__label--edit { + margin: 0 $spacing-xxx-small 0; +} + +.#{$css-prefix}popover--edit { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + + .#{$css-prefix}popover__body { + padding: $spacing-xx-small $spacing-xx-small $spacing-xx-small 0; + } + + .#{$css-prefix}form-element__help { + width: 100%; + padding-left: $spacing-small; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/responsive/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/responsive/_index.scss new file mode 100644 index 0000000..58cb15b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/data-tables/flavors/responsive/_index.scss @@ -0,0 +1,44 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +// Stacked row with stacked cells +.#{$css-prefix}max-medium-table--stacked { + @include table-stacked; + + @include mq-medium-max { + + td:before, + th:before { + padding-bottom: $spacing-xx-small; + } + } +} + +// Stacked rows with horizontal cells +.#{$css-prefix}max-medium-table--stacked-horizontal { + @include table-stacked; + + @include mq-medium-max { + td { + text-align: right; + + &:before { + float: left; + margin-top: $spacing-xxx-small; + } + } + + // Revert max-width: $size-small; + .#{$css-prefix}truncate { + max-width: 100%; + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/datepickers/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/datepickers/_index.scss new file mode 100644 index 0000000..07f471f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/datepickers/_index.scss @@ -0,0 +1,97 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}datepicker { + padding: 0; + font-size: $font-size-small; + + th, + td { + text-align: center; + } + + th { + padding: $spacing-x-small; + font-weight: $font-weight-regular; + color: $color-text-label; + } + + td { + padding: $spacing-xx-small; + text-align: center; + font-size: $font-size-small; + + > .#{$css-prefix}day { + @include square($square-icon-medium-boundary); + display: block; + position: relative; + min-width: $square-icon-medium-boundary; + line-height: $square-icon-medium-boundary; + border-radius: $border-radius-circle; + margin: auto; + } + + &:hover:not(.#{$css-prefix}disabled-text) > .#{$css-prefix}day, + &:focus:not(.#{$css-prefix}disabled-text) > .#{$css-prefix}day, + &.#{$css-prefix}is-today > .#{$css-prefix}day { + background: $color-background-row-hover; + cursor: pointer; + } + + &.#{$css-prefix}is-selected:not(.#{$css-prefix}disabled-text) > .#{$css-prefix}day { + background: $color-background-button-brand-hover; + color: $color-text-button-brand-hover; + } + + &.#{$css-prefix}is-selected-multi { + // scss-lint:disable NestingDepth SelectorDepth + + > .#{$css-prefix}day { + overflow: visible; + } + + .#{$css-prefix}is-selected-multi > .#{$css-prefix}day:before { + @include calendar-selection-fill; + } + } + } + + .#{$css-prefix}has-multi-row-selection { + + .#{$css-prefix}is-selected-multi:first-child > .#{$css-prefix}day:before, + .#{$css-prefix}is-selected-multi:last-child > .#{$css-prefix}day:after { + @include calendar-selection-fill; + } + // re-calculate for first child + .#{$css-prefix}is-selected-multi:first-child > .#{$css-prefix}day:before { + left: 0; + transform: translateX($spacing-xx-small * -1); + } + // re-calculate for last child + .#{$css-prefix}is-selected-multi:last-child > .#{$css-prefix}day:after { + left: auto; + right: 0; + transform: translateX($spacing-xx-small); + } + } + + &__filter { + padding: $spacing-xx-small; + } + + &__filter--month { + padding: 0 $spacing-xx-small 0 0; + } +} + +.#{$css-prefix}disabled-text { + color: $color-text-button-default-disabled; +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/datepickers/flavors/time/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/datepickers/flavors/time/_index.scss new file mode 100644 index 0000000..9602da0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/datepickers/flavors/time/_index.scss @@ -0,0 +1,37 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}datepicker--time { + max-width: $size-x-small; + max-height: (($line-height-text + ($spacing-x-small * 2)) * 6) - ($spacing-small * 2); + overflow: hidden { + y: auto; + } + + &__list { + + > li { + white-space: nowrap; + padding: $spacing-x-small { + left: $spacing-x-large; + right: $spacing-x-large; + } + + &:hover, + &:focus { + background: $color-background-row-hover; + text-decoration: none; + cursor: pointer; + } + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/_index.scss new file mode 100644 index 0000000..cfd1397 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/_index.scss @@ -0,0 +1,145 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}docked_container { + display: flex; + align-items: flex-end; + position: fixed; + bottom: 0; + right: 0; + padding: 0 $spacing-large; + height: 40px; +} + +.#{$css-prefix}docked-composer { + position: relative; + border-radius: $border-radius-medium $border-radius-medium 0 0; + width: 480px; + height: 40px; + float: left; + box-shadow: $elevation-inverse-shadow-2; + border: $border-width-thin solid $color-border { + bottom: none; + } + + &.#{$css-prefix}is-open { + height: 480px; + } + + &:hover, + &:focus { + + .#{$css-prefix}docked-composer__header { + background: $color-background-inverse; + } + } + + + .#{$css-prefix}docked-composer { + margin-left: $spacing-large; + } + + &__header { + background: $color-background-alt-inverse; + border-radius: $border-radius-medium $border-radius-medium 0 0; + padding: $spacing-x-small; + color: $color-text-inverse; + + &:hover { + cursor: pointer; + } + } + + &__actions .#{$css-prefix}button { + margin-left: $spacing-small; + } + + &__body { + background: $color-background-alt; + } + + &__lead { + background: $color-background-alt; + padding: $spacing-medium $spacing-x-small; + } + + &__toolbar { + background: $color-background; + padding: $spacing-xx-small $spacing-x-small; + max-height: 60px; + overflow-y: auto; + border: { + top: $border-width-thin solid $color-border; + bottom: $border-width-thin solid $color-border; + } + } + + &__input { + background: $color-background-alt; + padding: $spacing-medium; + min-height: $size-xx-small; + resize: none; + overflow: hidden { + y: auto; + } + } + + &__footer { + background: $color-background; + padding: $spacing-small $spacing-x-small; + border-top: $border-width-thin solid $color-border; + } + + // Overflow Pills + &--overflow { + width: auto; + } + + &--overflow__pill { + display: flex; + padding: 0 $spacing-small; + height: inherit; + white-space: nowrap; + border: { + top: { + left-radius: $border-radius-medium; + right-radius: $border-radius-medium; + } + } + + &:hover, + &:focus { + color: $color-text-inverse; + text-decoration: none; + } + + .#{$css-prefix}text-body--small { + color: $color-text-inverse; + margin-left: $spacing-x-small; + } + } +} + +// Composer Modal +.#{$css-prefix}docked-composer-modal .#{$css-prefix}docked-composer { + width: 100%; + height: 100%; + box-shadow: none; + float: none; + border-radius: 0; + border: 0; + + &__header { + border-radius: 0; + } + + &__body { + min-height: 260px; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/flavors/email/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/flavors/email/_index.scss new file mode 100644 index 0000000..d31cbbc --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/flavors/email/_index.scss @@ -0,0 +1,44 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}docked-composer__body--email { + position: relative; + + .#{$css-prefix}input { + border-radius: 0; + + &:focus { + z-index: 1; + } + + &:not(:focus) { + border: { + color: transparent; + top: $border-width-thin solid $color-border; + } + } + } + + .#{$css-prefix}picklist__label { + padding: { + left: $spacing-small; + right: $spacing-large; + } + + .#{$css-prefix}icon { + right: $spacing-x-small; + } + } +} + +.#{$css-prefix}email-composer__label { + width: $spacing-x-large; + font-size: $font-size-small; +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/flavors/note/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/flavors/note/_index.scss new file mode 100644 index 0000000..781b69c --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/flavors/note/_index.scss @@ -0,0 +1,9 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/flavors/task/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/flavors/task/_index.scss new file mode 100644 index 0000000..eabf02d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-composer/flavors/task/_index.scss @@ -0,0 +1,13 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}docked-composer__body--form { + padding: $spacing-medium; +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-utility-bar/flavors/utility-bar/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-utility-bar/flavors/utility-bar/_index.scss new file mode 100644 index 0000000..b60bdca --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-utility-bar/flavors/utility-bar/_index.scss @@ -0,0 +1,67 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}utility-bar_container { + position: relative; +} + +.#{$css-prefix}utility-bar { + display: flex; + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: $color-background; + box-shadow: $shadow-docked; + z-index: $z-index-overlay; // Better token - more specific to docked stuff + + // Button that invokes utility panel + &__item { + position: relative; + padding: 0 $spacing-small; + border-radius: 0; + border: 0; + color: $color-text-default; + + &:after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 2px; + background: transparent; + } + + &:focus, + &:hover { + box-shadow: none; + } + + &:focus:after { + background: $color-background-utility-bar-active; + } + + &:hover, + &:focus:hover { + color: inherit; + background: $color-background-utility-bar-hover; + } + + &.#{$css-prefix}is-active { + background: $color-background-utility-bar-hover; + color: inherit; + + &:after { + background: $color-background-utility-bar-active; + } + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-utility-bar/flavors/utility-panel/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-utility-bar/flavors/utility-panel/_index.scss new file mode 100644 index 0000000..eb62b29 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/docked-utility-bar/flavors/utility-panel/_index.scss @@ -0,0 +1,54 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}utility-panel { + position: fixed; + bottom: $line-height-button; + width: rem(340px); + height: rem(480px); + border-radius: $border-radius-medium $border-radius-medium 0 0; + border: $border-width-thin solid $color-border { + bottom: none; + } + transform: translateY(100%); + + &.#{$css-prefix}is-open { + box-shadow: $shadow-docked; + transform: translateY(0); + } + + &:hover, + &:focus { + + .#{$css-prefix}utility-panel__header { + background: $color-background-inverse; + } + } + + &__header { + background: $color-background-alt-inverse; + border-radius: $border-radius-medium $border-radius-medium 0 0; + color: $color-text-inverse; + padding: 0 $spacing-x-small; + } + + &__body { + display: flex; + flex: 1 1 0%; + justify-content: center; + overflow: auto; + } + + &__header-label, + &__header-icon-action { + padding: $spacing-x-small; + color: $color-text-inverse; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/comment/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/comment/_index.scss new file mode 100644 index 0000000..0308ef9 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/comment/_index.scss @@ -0,0 +1,77 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}comment { + + &__content { + padding: $spacing-xx-small 0; + } +} + +@include deprecate('4.0.0', 'Feeds have been redesigned') { + // Comment with replies + .#{$css-prefix}comment__replies { + padding-top: $spacing-medium; + margin-left: ($square-icon-large-boundary + $spacing-small); + + > :last-child, + > :last-child .#{$css-prefix}comment { + padding-bottom: 0; + + &:before { + content: none; + } + } + + .#{$css-prefix}comment { + @include feed-vertical-rule($square-icon-medium-boundary-alt); + margin-bottom: 0; + padding-bottom: $spacing-medium; + } + + .#{$css-prefix}avatar { + border: $border-width-thick solid $color-background-alt; + } + } + + // Comment entity tags + .#{$css-prefix}tags { + display: flex; + + &__list { + display: flex; + } + + &__item { + margin-left: $spacing-xx-small; + + &:after { + content: ', '; + } + + &:last-child:after { + content: none; + } + } + } + + // Comment + Publisher Attachments + .#{$css-prefix}attachments { + padding-bottom: $spacing-x-small; + + &:empty { + padding: 0; + } + } + + .#{$css-prefix}attachments__item + .#{$css-prefix}attachments__item { + margin-top: $spacing-medium; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/feed-list/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/feed-list/_index.scss new file mode 100644 index 0000000..6be345f --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/feed-list/_index.scss @@ -0,0 +1,40 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}feed { + position: relative; + max-width: rem(784px); + margin: auto; + + &__list { + margin: 0; + padding: 0; + } + + &__item { + padding: $spacing-x-small 0; + + @include mq-medium-min { + padding: $spacing-medium 0; + } + + @include mq-large-min { + padding: $spacing-large 0; + + + .#{$css-prefix}feed__item { + border-top: $border-width-thin solid $color-border; + } + + .#{$css-prefix}feed__item-comments { + margin-bottom: ($spacing-large * -1); + } + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/post-with-attachments/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/post-with-attachments/_index.scss new file mode 100644 index 0000000..867947b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/post-with-attachments/_index.scss @@ -0,0 +1,18 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}post__payload { + padding: 0 0 $spacing-medium; + + &:empty { + padding: 0; + border: 0; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/post/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/post/_index.scss new file mode 100644 index 0000000..eaf80a5 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/feeds/flavors/post/_index.scss @@ -0,0 +1,103 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Container for feed item comments +.#{$css-prefix}feed__item-comments { + background: $color-background-post; + border-top: $border-width-thin solid $color-border; + margin-top: $spacing-x-small; + + .#{$css-prefix}comment { + padding: $spacing-x-small $spacing-medium; + } +} + +.#{$css-prefix}post { + background: $color-background-alt; + padding: $spacing-small $spacing-medium; + + @include mq-large-min { + padding: 0 $spacing-medium; + } + + &__header { + margin-bottom: $spacing-small; + } + + &__content { + margin-bottom: $spacing-small; + + @include mq-medium-min { + margin-bottom: $spacing-large; + } + } + + &__footer { + display: flex; + font-size: $font-size-small; + flex-direction: column; + + @include mq-medium-min { + flex-direction: row; + } + } +} + +// Post Footer Actions +.#{$css-prefix}post__footer-actions-list { + justify-content: space-between; + text-align: center; + order: 1; + + @include mq-medium-min { + order: 0; + } +} + +// Action Items +.#{$css-prefix}post__footer-action { + display: flex; + align-items: center; + justify-content: center; + color: $color-text-default; + padding: $spacing-small 0; + + @include mq-medium-min { + margin-right: $spacing-medium; + padding: 0; + } + + .#{$css-prefix}icon { + margin-right: $spacing-xx-small; + } + + &:hover, + &:focus, + &.#{$css-prefix}is-active { + color: $color-text-link-hover; + text-decoration: none; + + .#{$css-prefix}icon { + fill: currentColor; + } + } +} + +// Meta list +.#{$css-prefix}post__footer-meta-list { + margin-bottom: $spacing-medium; + + @include mq-medium-min { + margin: { + left: auto; + bottom: 0; + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/file-selector/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/file-selector/_index.scss new file mode 100644 index 0000000..7cb7933 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/file-selector/_index.scss @@ -0,0 +1,147 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}file-selector { + display: inline-flex; +} + +.#{$css-prefix}file-selector__dropzone { + padding: $spacing-xxx-small; + border: $border-width-thin dashed $color-border; + border-radius: $border-radius-medium; + + &.#{$css-prefix}has-drag-over { + outline: 0; + border-color: $color-border-input-active; + box-shadow: $shadow-button-focus; + border-style: solid; + } +} + +.#{$css-prefix}file-selector__input { + + &:focus ~ .#{$css-prefix}file-selector__body > .#{$css-prefix}file-selector__button { + box-shadow: $shadow-button-focus; + } + + &[disabled] ~ .#{$css-prefix}file-selector__body { + color: $color-text-button-default-disabled; + + > .#{$css-prefix}file-selector__button { + background: $color-background-button-brand-disabled; + border-color: $color-border-button-brand-disabled; + color: $color-text-button-brand-disabled; + } + + > .#{$css-prefix}file-selector__body-icon { + fill: currentColor; + } + } +} + +.#{$css-prefix}file-selector__button { + display: inline-flex; + align-items: center; +} + +// Modifications based on context +// +// Single Line +// Dedicated dropzone when there are multiple dropzones in the form or when +// the input is positioned among other form inputs. +.#{$css-prefix}file-selector--files { + + .#{$css-prefix}file-selector__body { + display: flex; + align-items: center; + } + + .#{$css-prefix}file-selector__button { + max-height: $height-pill; + line-height: $height-pill; + } + + .#{$css-prefix}file-selector__text { + margin-left: $spacing-x-small; + margin-right: $spacing-small; + } +} + +// Multi Line / Image +// Use as a dedicated dropzone for image files only. May require a +// cropping control. +.#{$css-prefix}file-selector--images { + display: block; + + .#{$css-prefix}file-selector__dropzone { + @include absolute-center; + + // Maintains a 1:1 ratio based on the width + &:after { + content: ''; + padding-top: 100%; + display: table; // FF issue + } + } + + .#{$css-prefix}file-selector__body { + text-align: center; + } + + .#{$css-prefix}file-selector__text { + margin-top: $spacing-small; + } +} + +// Invisible Dropzone (Container) +// Use when an entire container should be droppable. +// The container should have a visible boundary, like a modal, composer, or page. +.#{$css-prefix}file-selector--integrated { + @include square(100%); + position: relative; + display: block; +} + +.#{$css-prefix}file-selector__dropzone--integrated { + @include absolute-center; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 0; + opacity: 0; + z-index: -1; + + &.#{$css-prefix}has-drag { + background: $color-background-backdrop; + opacity: 1; + z-index: $z-index-overlay; + } + + &.#{$css-prefix}has-drag-over { + background: $color-background-backdrop-tint; + box-shadow: 0 0 0 4px $color-border-brand inset; + } +} + +.#{$css-prefix}file-selector__body--integrated { + @include square($size-x-small); + @include absolute-center; + background: $color-background-alt; + box-shadow: $shadow-drop-down; + border: $border-width-thin solid $color-border; + border-radius: $border-radius-medium; + flex-direction: column; +} + +.#{$css-prefix}file-selector__text--integrated { + margin-top: $spacing-small; +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/_index.scss new file mode 100644 index 0000000..f072b75 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/_index.scss @@ -0,0 +1,96 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}form-element { + position: relative; + + // Deprecated, use .form-element__label instead + &__helper { + @include deprecate('4.0.0') { + font-size: $font-size-small; + } + } + + // Form Element Label + &__label { + display: inline-block; + color: $color-text-label; + font-size: $font-size-small; + line-height: $line-height-text; + margin-right: $spacing-small; + margin-bottom: $spacing-xx-small; + + &:empty { + margin: 0; + } + } + + // Form Element Control + // + // Wrapper to any form display element + &__control { + + // Force radios and checkboxes to be on own line when there + // are multiples in a group + .#{$css-prefix}radio, + .#{$css-prefix}checkbox { + display: block; + } + } + + // Form Element Icon + // + // When an icon sits within a form element wrapper + // and adjacent to another element inside that wrapper such as a .form-element__label + // This should be used as the wrapper + &__icon { + display: inline-block; + position: relative; // Since this container can have a tooltip + } + + // Inline Level Help Text + // + // Sits inside .form-element__control and below the element such + // as + &__help { + font-size: $font-size-small; + margin-top: $spacing-x-small; + display: block; + } + + // Read Only + &__static { + display: inline-block; + line-height: $line-height-button; + min-height: calc(#{$line-height-button} + 2px); // For IE + + // If read only state is longform + // Apply text line height + &.#{$css-prefix}text-longform { + line-height: $line-height-text; + } + } +} + +// Required Star +.#{$css-prefix}required { + color: $color-text-error; + margin: 0 $spacing-xxx-small; +} + +// Error Styles +.#{$css-prefix}has-error { + + .#{$css-prefix}form-element__help { + color: $color-text-error; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/checkbox-alternate/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/checkbox-alternate/_index.scss new file mode 100644 index 0000000..231de53 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/checkbox-alternate/_index.scss @@ -0,0 +1,103 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}checkbox--button-group { + display: inline-flex; + border: $border-width-thin solid $color-border; + border-radius: $border-radius-medium; +} + +.#{$css-prefix}checkbox--button { + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; + + .#{$css-prefix}checkbox--faux { + @include button; + position: relative; + background-color: $color-background-button-default; + transition: border $duration-quickly linear, background-color $duration-quickly linear; + + &:hover, + &:focus { + cursor: pointer; + background-color: $color-background-button-default-hover; + } + } + + .#{$css-prefix}checkbox--button__label .#{$css-prefix}checkbox--faux, + [type="checkbox"]:checked + .#{$css-prefix}checkbox--button__label .#{$css-prefix}checkbox--faux { + background-color: transparent; + } + + // Apply left borders to anything checkbox button + // after the first button + + .#{$css-prefix}checkbox--button { + border-left: $border-width-thin solid $color-border; + border-radius: 0; + margin: 0; + } + + // Dealing with box shadows on specific n children + // of the button group + &:first-child > .#{$css-prefix}checkbox--faux, + &:first-child > .#{$css-prefix}checkbox--button__label { + border-radius: $border-radius-medium 0 0 $border-radius-medium; + } + + &:last-child > .#{$css-prefix}checkbox--faux, + .#{$css-prefix}button--last > .#{$css-prefix}checkbox--faux, + &:last-child > .#{$css-prefix}checkbox--button__label { + border-radius: 0 $border-radius-medium $border-radius-medium 0; + } + + // Hide input and style checkbox--faux + [type="checkbox"] { + @include square(1px); + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + + // Checked State with Interactions + &:checked + .#{$css-prefix}checkbox--faux, + &:checked ~ .#{$css-prefix}checkbox--faux, + &:checked + .#{$css-prefix}checkbox--button__label { + background-color: $color-background-button-brand; + color: $color-text-button-brand; + + // Need something stronger when the input is checked + &:hover, + &:focus { + background-color: $color-background-button-brand; + } + } + + // Focus State + &:focus + .#{$css-prefix}checkbox--faux, + &:focus ~ .#{$css-prefix}checkbox--faux, + &:focus + .#{$css-prefix}checkbox--button__label { + @include focus-button; + z-index: $z-index-default; // Raises box shadow above adjacent buttons + } + + // Disabled State + &[disabled] +.#{$css-prefix}checkbox--faux, + &[disabled] ~ .#{$css-prefix}checkbox--faux, + &[disabled] + .#{$css-prefix}checkbox--button__label { + background-color: $color-background-button-default-disabled; + color: $color-text-button-default-disabled; + cursor: default; + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/checkbox-toggle/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/checkbox-toggle/_index.scss new file mode 100644 index 0000000..774e5c0 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/checkbox-toggle/_index.scss @@ -0,0 +1,176 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}checkbox--toggle { + width: 100%; + + .#{$css-prefix}checkbox--faux { + display: block; + position: relative; + width: $width-toggle; + height: $height-toggle; + border: $border-width-thin solid $color-background-toggle; + padding: $spacing-xxx-small; + background-color: $color-background-toggle; + border-radius: $border-radius-pill; + transition: background-color 0.2s cubic-bezier(0.75, 0, 0.08, 1); + + &:hover, + &:focus { + cursor: pointer; + background-color: $color-background-toggle-hover; + } + + &:after { + content: ''; + position: absolute; + top: 1px; + left: 1px; + width: $square-toggle-slider; + height: $square-toggle-slider; + background-color: $color-background-alt; + border-radius: $border-radius-pill; + } + } + + // Hide input + [type="checkbox"] { + @include square(1px); + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + + // scss-lint:disable NestingDepth SelectorDepth + + .#{$css-prefix}checkbox--faux_container { + font-size: $font-size-x-small; + color: $color-text-label; + + .#{$css-prefix}checkbox--off { + display: block; + } + + .#{$css-prefix}checkbox--on { + display: none; + } + } + + &:focus { + + & + .#{$css-prefix}checkbox--faux, + & ~ .#{$css-prefix}checkbox--faux, + & + .#{$css-prefix}checkbox--faux_container .#{$css-prefix}checkbox--faux { + background-color: $color-background-toggle-hover; + border-color: $color-border-input-active; + box-shadow: $shadow-button-focus; + } + } + + // Checked State with Interactions + &:checked { + + // scss-lint:disable NestingDepth SelectorDepth + + .#{$css-prefix}checkbox--faux_container .#{$css-prefix}checkbox--off { + display: none; + } + + // scss-lint:disable NestingDepth SelectorDepth + + .#{$css-prefix}checkbox--faux_container .#{$css-prefix}checkbox--on { + display: block; + } + + & + .#{$css-prefix}checkbox--faux, + & ~ .#{$css-prefix}checkbox--faux, + & + .#{$css-prefix}checkbox--faux_container .#{$css-prefix}checkbox--faux { + border-color: $color-background-toggle-active; + background-color: $color-background-toggle-active; + + &:hover, + &:focus { + background-color: $color-background-toggle-active-hover; + } + + &:before { + content: ''; + position: absolute; + top: 1px; + right: 1px; + width: $square-toggle-slider; + height: $square-toggle-slider; + background-color: $color-background-alt; + border-radius: $border-radius-pill; + transition: transform 0.2s cubic-bezier(0.75, 0, 0.08, 1); + } + + &:after { + content: ' '; + position: absolute; + top: 0.25rem; // These are arbitrary to create the checkbox + left: 0.6rem; // like the right positioning above + height: 0.7rem; // Seems silly to tokenize? + width: 0.45rem; + border-bottom: $border-width-thick solid $color-border-toggle-checked; + border-right: $border-width-thick solid $color-border-toggle-checked; + border-radius: 0; + background-color: transparent; + transform: rotate(45deg); + } + } + + &:focus { + + & + .#{$css-prefix}checkbox--faux, + & ~ .#{$css-prefix}checkbox--faux, + & + .#{$css-prefix}checkbox--faux_container .#{$css-prefix}checkbox--faux { + background-color: $color-background-toggle-active-hover; + } + } + } + + + &[disabled] { + // scss-lint:disable NestingDepth + + & + .#{$css-prefix}checkbox--faux, + & ~ .#{$css-prefix}checkbox--faux, + & + .#{$css-prefix}checkbox--faux_container .#{$css-prefix}checkbox--faux { + // scss-lint:disable NestingDepth + background-color: $color-background-toggle-disabled; + pointer-events: none; + + &:after { + background-color: $color-background-input-checkbox-disabled; + } + + &:hover, + &:focus { + background-color: $color-background-toggle-disabled; + cursor: default; + } + } + + &:checked { + + & + .#{$css-prefix}checkbox--faux_container .#{$css-prefix}checkbox--faux { + + &:before { + background-color: $color-background-input-checkbox-disabled; + } + + &:after { + background-color: transparent; + } + } + } + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/checkbox/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/checkbox/_index.scss new file mode 100644 index 0000000..f8af2ec --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/checkbox/_index.scss @@ -0,0 +1,136 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}checkbox { + display: inline-block; + + .#{$css-prefix}checkbox--faux { + @include square($square-icon-medium-content); + display: inline-block; + position: relative; + vertical-align: middle; + border: $border-width-thin solid $color-border-input; + border-radius: $border-radius-small; + background: $color-background-input; + transition: border $duration-quickly linear, background-color $duration-quickly linear; + } + + .#{$css-prefix}form-element__label { + display: inline; + vertical-align: middle; + font-size: $font-size-medium; + } + + [type="checkbox"] { + @include square(1px); + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + + &:checked + .#{$css-prefix}checkbox--faux, + &:checked ~ .#{$css-prefix}checkbox--faux, + &:checked + .#{$css-prefix}checkbox__label .#{$css-prefix}checkbox--faux { + + &:after { + display: block; + content: ''; + height: ($square-icon-x-small-content / 2); + width: $square-icon-x-small-content; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0) rotate(-45deg); + border-bottom: $border-width-thick solid $color-brand; + border-left: $border-width-thick solid $color-brand; + } + } + + &:focus { + + + .#{$css-prefix}checkbox--faux, + ~ .#{$css-prefix}checkbox--faux, + + .#{$css-prefix}checkbox__label .#{$css-prefix}checkbox--faux { + content: ''; + border-color: $color-border-input-active; + box-shadow: $shadow-button-focus; + } + + &:checked > .#{$css-prefix}checkbox--faux, + &:checked ~ .#{$css-prefix}checkbox--faux, + &:checked + .#{$css-prefix}checkbox__label .#{$css-prefix}checkbox--faux { + border-color: $color-border-input-active; + background-color: $color-background-input; + } + } + + &:indeterminate + .#{$css-prefix}checkbox--faux:after, + &:indeterminate ~ .#{$css-prefix}checkbox--faux:after, + &:indeterminate + .#{$css-prefix}checkbox__label .#{$css-prefix}checkbox--faux:after { + content: ''; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: $square-icon-x-small-content; + height: 2px; + background: $color-brand; + border: 0; + transform: translate3d(-50%, -50%, 0); + } + + &[disabled] { + // scss-lint:disable NestingDepth + + + .#{$css-prefix}checkbox--faux, + ~ .#{$css-prefix}checkbox--faux, + + .#{$css-prefix}checkbox__label .#{$css-prefix}checkbox--faux { + background-color: $color-background-input-disabled; + border-color: $color-border-input-disabled; + + + &:after { + border-color: $color-background-input; + } + } + } + } +} + +.#{$css-prefix}has-error .#{$css-prefix}checkbox [type="checkbox"] { + + + .#{$css-prefix}checkbox--faux, + ~ .#{$css-prefix}checkbox--faux, + + .#{$css-prefix}checkbox__label .#{$css-prefix}checkbox--faux { + border-color: $color-border-error; + border-width: $border-width-thick; + } + + &:checked + .#{$css-prefix}checkbox--faux, + &:checked ~ .#{$css-prefix}checkbox--faux, + &:checked + .#{$css-prefix}checkbox__label .#{$css-prefix}checkbox--faux { + border-color: $color-border-error; + background-color: $color-background-input; + + &:after { + border-color: $color-background-error; + } + } +} + +.#{$css-prefix}form-element .#{$css-prefix}checkbox [type="checkbox"] + .#{$css-prefix}checkbox--faux, +.#{$css-prefix}form-element .#{$css-prefix}checkbox [type="checkbox"] ~ .#{$css-prefix}checkbox--faux, +.#{$css-prefix}form-element .#{$css-prefix}checkbox [type="checkbox"] + .#{$css-prefix}checkbox__label .#{$css-prefix}checkbox--faux { + margin-right: $spacing-x-small; +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/compound-form/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/compound-form/_index.scss new file mode 100644 index 0000000..8a26e00 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/compound-form/_index.scss @@ -0,0 +1,41 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}form--compound { + + .#{$css-prefix}form-element__row { + display: flex; + margin-bottom: $spacing-x-small; + + + .#{$css-prefix}form-element__row { + clear: both; + } + } + + .#{$css-prefix}form-element { + width: 100%; // Default - Stretch 100% unless told otherwise using sizing helpers + + + .#{$css-prefix}form-element { + padding-left: $spacing-x-small; + } + } + + @include deprecate('4.0.0') { + .#{$css-prefix}form-element__control { + position: relative; + + + .#{$css-prefix}form-element__control { + padding-left: $spacing-x-small; + } + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/docked-form-footer/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/docked-form-footer/_index.scss new file mode 100644 index 0000000..009ea82 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/docked-form-footer/_index.scss @@ -0,0 +1,16 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}docked-form-footer { + @include docked-bar; + display: flex; + justify-content: center; + padding: $spacing-x-small 0; +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/horizontal-form/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/horizontal-form/_index.scss new file mode 100644 index 0000000..ff6c5c6 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/horizontal-form/_index.scss @@ -0,0 +1,53 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}form--horizontal { + + @include mq-medium-min { + text-align: right; + } + + .#{$css-prefix}form-element { + + > .#{$css-prefix}form-element__legend, + > .#{$css-prefix}form-element__label { + + @include mq-medium-min { + float: left; + text-align: right; + display: inline-block; + width: 33%; + vertical-align: top; + position: relative; + top: (($line-height-button / 2) - ($line-height-text / 2)); + margin: { + right: 0; + bottom: 0; + } + } + } + + + .#{$css-prefix}form-element { + @include form-element-vertical-spacing; + } + } + + .#{$css-prefix}form-element__control { + width: 100%; + + @include mq-medium-min { + width: 66%; + display: inline-block; + text-align: left; + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/inline-form/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/inline-form/_index.scss new file mode 100644 index 0000000..e33c330 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/inline-form/_index.scss @@ -0,0 +1,43 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}form--inline { + + .#{$css-prefix}form-element, + .#{$css-prefix}form-element__label, + .#{$css-prefix}form-element__control { + display: block; + } + + .#{$css-prefix}form-element + .#{$css-prefix}form-element { + margin-top: $spacing-small; + } + + @include mq-small-min { + + .#{$css-prefix}form-element { + margin-right: $spacing-x-small; + + + .#{$css-prefix}form-element { + margin-top: 0; + } + } + + .#{$css-prefix}form-element, + .#{$css-prefix}form-element__label, + .#{$css-prefix}form-element__control { + display: inline-block; + vertical-align: middle; + margin-bottom: 0; + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/input/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/input/_index.scss new file mode 100644 index 0000000..40c7f4b --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/input/_index.scss @@ -0,0 +1,118 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}input { + @include form-states; + display: inline-block; + padding: 0 $spacing-medium 0 $spacing-small; + line-height: $height-input; + min-height: calc(#{$height-input} + (#{$border-width-thin} * 2)); // For IE + + // Input bare + // + // Removes aesthetic nature from an input + &--bare { + background-color: transparent; + border: 0; + padding: { + top: 0; + bottom: 0; + left: $spacing-small; + } + color: $color-text-default; + line-height: $height-input; + + &:focus, + &:active { + outline: 0; + } + } + + // Input Height + // + // Used to apply an size to another element thats a non + // Because sometimes I need elements the same height as inputs + &--height { + min-height: calc(#{$height-input} + (#{$border-width-thin} * 2)); // For IE + } +} + +// Modifier if text input has svg icon adjacent to +.#{$css-prefix}input-has-icon { + position: relative; + + .#{$css-prefix}input__icon { + @include square($square-icon-medium-content); + position: absolute; + top: 50%; + margin-top: (($square-icon-medium-content / 2) * -1); + + @include deprecate('4.0.0', 'Use .slds-icon-text-default on the SVG icon instead') { + fill: $color-text-icon-default; + } + } + + &--left { + .#{$css-prefix}input__icon { + left: $spacing-small; + } + + .#{$css-prefix}input, + .#{$css-prefix}input--bare { + padding-left: $spacing-x-large; + } + } + + &--right { + .#{$css-prefix}input__icon { + right: $spacing-small; + } + + .#{$css-prefix}input, + .#{$css-prefix}input--bare { + padding-right: $spacing-x-large; + } + } + + &--left-right { + + .#{$css-prefix}input__icon--left { + left: $spacing-small; + } + + .#{$css-prefix}input__icon--right { + right: $spacing-small; + } + + .#{$css-prefix}input, + .#{$css-prefix}input--bare { + padding: 0 $spacing-x-large; + } + } +} + +.#{$css-prefix}input-has-fixed-addon { + display: flex; +} + +.#{$css-prefix}form-element__addon { + display: inline-block; + margin: 0 $spacing-x-small; + align-self: center; +} + +// Error Styles +.#{$css-prefix}has-error { + @include form-input-error('.#{$css-prefix}input'); + + .#{$css-prefix}input__icon { + fill: $color-text-error; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/multi-select/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/multi-select/_index.scss new file mode 100644 index 0000000..2ee7e28 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/multi-select/_index.scss @@ -0,0 +1,60 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}picklist--draggable { + + .#{$css-prefix}button { + margin: $spacing-xx-small; + + &:first-of-type { + margin-top: $spacing-large; + } + } +} + +.#{$css-prefix}picklist__options { + border: $border-width-thin solid $color-border-input { + radius: $border-radius-medium; + }; + padding: $spacing-xx-small 0; + width: $size-small; + height: $size-small; + background-color: $color-background-input-active; + + &--multi { + overflow: auto; + } +} + +.#{$css-prefix}picklist__item { + position: relative; + line-height: $line-height-text; + + > a, + > span { + display: block; + padding: $spacing-x-small $spacing-small; + + &:hover { + background-color: $color-background-row-hover; + cursor: pointer; + } + + &:active { + background-color: $color-background-row-active; + } + } + + &[aria-selected="true"] { + background-color: $color-background-row-active; + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/radio-group-alternate/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/radio-group-alternate/_index.scss new file mode 100644 index 0000000..8c9c284 --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/radio-group-alternate/_index.scss @@ -0,0 +1,104 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +.#{$css-prefix}radio--button-group { + display: inline-flex; + border: $border-width-thin solid $color-border; + border-radius: $border-radius-medium; +} + +.#{$css-prefix}radio--button { + display: flex; + border: 0; + border-radius: 0; + background-clip: padding-box; + + .#{$css-prefix}radio--faux { + @include button; + position: relative; + background-color: $color-background-button-default; + transition: border $duration-quickly linear, background-color $duration-quickly linear; + + &:hover, + &:focus { + cursor: pointer; + background-color: $color-background-button-default-hover; + } + } + + .#{$css-prefix}radio--button__label .#{$css-prefix}radio--faux, + [type="radio"]:checked + .#{$css-prefix}radio--button__label .#{$css-prefix}radio--faux { + background-color: transparent; + } + + // Apply left borders to anything radio button + // after the first button + + .#{$css-prefix}radio--button { + border-left: $border-width-thin solid $color-border; + border-radius: 0; + margin: 0; + } + + // Dealing with box shadows on specific n children + // of the button group + &:first-child > .#{$css-prefix}radio--faux, + &:first-child > .#{$css-prefix}radio--button__label { + border-radius: $border-radius-medium 0 0 $border-radius-medium; + } + + // The middle selector doesn't seem to be applied anywhere? I didn't find a .button--last anywhere? + &:last-child > .#{$css-prefix}radio--faux, + .#{$css-prefix}button--last > .#{$css-prefix}radio--faux, + &:last-child > .#{$css-prefix}radio--button__label { + border-radius: 0 $border-radius-medium $border-radius-medium 0; + } + + // Hide input and style radio--faux + [type="radio"] { + @include square(1px); + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + + // Checked State with Interactions + &:checked + .#{$css-prefix}radio--faux, + &:checked ~ .#{$css-prefix}radio--faux, + &:checked + .#{$css-prefix}radio--button__label { + background-color: $color-background-button-brand; + color: $color-text-button-brand; + + // Need something stronger when the input is checked + &:hover, + &:focus { + background-color: $color-background-button-brand; + } + } + + // Focus State + &:focus + .#{$css-prefix}radio--faux, + &:focus ~ .#{$css-prefix}radio--faux, + &:focus + .#{$css-prefix}radio--button__label { + @include focus-button; + z-index: $z-index-default; // Raises box shadow above adjacent buttons + } + + // Disabled State + &[disabled] + .#{$css-prefix}radio--faux, + &[disabled] ~ .#{$css-prefix}radio--faux, + &[disabled] + .#{$css-prefix}radio--button__label { + background-color: $color-background-button-default-disabled; + color: $color-text-button-default-disabled; + cursor: default; + } + } +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/radio/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/radio/_index.scss new file mode 100644 index 0000000..5ca2b8d --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/radio/_index.scss @@ -0,0 +1,104 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}radio { + display: inline-block; + + .#{$css-prefix}radio--faux { + @include square($square-icon-medium-content); + display: inline-block; + position: relative; + vertical-align: middle; + border: $border-width-thin solid $color-border-input; + border-radius: $border-radius-circle; + background: $color-background-input; + transition: border $duration-quickly linear, background-color $duration-quickly linear; + } + + .#{$css-prefix}form-element__label { + display: inline; + vertical-align: middle; + font-size: $font-size-medium; + } + + [type="radio"] { + @include square(1px); + border: 0; + clip: rect(0 0 0 0); + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + + &:checked + .#{$css-prefix}radio--faux, + &:checked ~ .#{$css-prefix}radio--faux, + &:checked + .#{$css-prefix}radio__label .#{$css-prefix}radio--faux { + background: $color-background-input; + + &:after { + @include square(0.5rem); + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate3d(-50%, -50%, 0); + border-radius: $border-radius-circle; + background: $color-brand; + } + } + + &:focus + .#{$css-prefix}radio--faux, + &:focus ~ .#{$css-prefix}radio--faux, + &:focus + .#{$css-prefix}radio__label .#{$css-prefix}radio--faux { + border-color: $color-border-input-active; + box-shadow: $shadow-button-focus; + } + + &[disabled] { + // scss-lint:disable NestingDepth + cursor: not-allowed; + user-select: none; + + ~ .#{$css-prefix}radio--faux, + + .#{$css-prefix}radio__label .#{$css-prefix}radio--faux { + background-color: $color-background-input-disabled; + border-color: $color-border-input-disabled; + } + } + } +} + +.#{$css-prefix}has-error .#{$css-prefix}radio [type="radio"] { + + + .#{$css-prefix}radio--faux, + ~ .#{$css-prefix}radio--faux, + + .#{$css-prefix}radio__label .#{$css-prefix}radio--faux { + border-color: $color-border-error; + border-width: $border-width-thick; + } + + &:checked + .#{$css-prefix}radio--faux, + &:checked ~ .#{$css-prefix}radio--faux, + &:checked + .#{$css-prefix}radio__label .#{$css-prefix}radio--faux { + background: $color-background-input; + + &:after { + background: $color-background-error; + } + } +} + +.#{$css-prefix}form-element .#{$css-prefix}radio [type="radio"] + .#{$css-prefix}radio--faux, +.#{$css-prefix}form-element .#{$css-prefix}radio [type="radio"] ~ .#{$css-prefix}radio--faux, +.#{$css-prefix}radio [type=radio] + .#{$css-prefix}radio__label .#{$css-prefix}radio--faux { + margin-right: $spacing-x-small; +} diff --git a/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/select/_index.scss b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/select/_index.scss new file mode 100644 index 0000000..b3562fd --- /dev/null +++ b/force-app/main/default/staticresources/SLDS203_MPM/scss/components/forms/flavors/select/_index.scss @@ -0,0 +1,72 @@ +// Lightning Design System 2.1.2 +// Copyright (c) 2015, salesforce.com, inc. All rights reserved. + +// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +.#{$css-prefix}select { + @include form-states; + height: calc(#{$height-input} + (#{$border-width-thin} * 2)); + + &[size], + &[multiple] { + min-height: calc(#{$height-input} + (#{$border-width-thin} * 2)); + height: inherit; + + option { + padding: $spacing-x-small; + } + } + + &_container { + position: relative; + + // Normalize the