diff --git a/.gitignore b/.gitignore index c8739e24b..a0f3c4619 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ npm-debug.log # Fabric files *.sublime-workspace docs.css -dist temp # Docs files diff --git a/dist/css/fabric-7.1.0.scoped.css b/dist/css/fabric-7.1.0.scoped.css new file mode 100644 index 000000000..6c43c5b5e --- /dev/null +++ b/dist/css/fabric-7.1.0.scoped.css @@ -0,0 +1,9882 @@ +/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */ +/** + * Office UI Fabric Core 7.1.0 + * The front-end framework for building experiences for Office 365. + **/ +/* + Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license +*/ +@keyframes ms-slideRightIn10--v7-1-0 { + from { + transform: translate3d(-10px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightIn20--v7-1-0 { + from { + transform: translate3d(-20px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightIn40--v7-1-0 { + from { + transform: translate3d(-40px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightIn400--v7-1-0 { + from { + transform: translate3d(-400px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightOut40--v7-1-0 { + from { + transform: translate3d(0px, 0px, 0px); + } + + to { + transform: translate3d(40px, 0px, 0px); + } +} + +@keyframes ms-slideRightOut400--v7-1-0 { + from { + transform: translate3d(0, 0px, 0px); + } + + to { + transform: translate3d(400px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn10--v7-1-0 { + from { + transform: translate3d(10px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn20--v7-1-0 { + from { + transform: translate3d(20px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn40--v7-1-0 { + from { + transform: translate3d(40px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn400--v7-1-0 { + from { + transform: translate3d(400px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftOut40--v7-1-0 { + from { + transform: translate3d(0, 0px, 0px); + } + + to { + transform: translate3d(-40px, 0px, 0px); + } +} + +@keyframes ms-slideLeftOut400--v7-1-0 { + from { + transform: translate3d(0, 0px, 0px); + } + + to { + transform: translate3d(-400px, 0px, 0px); + } +} + +@keyframes ms-slideUpIn10--v7-1-0 { + from { + transform: translate3d(0px, 10px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideUpIn20--v7-1-0 { + from { + transform: translate3d(0px, 20px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideDownIn10--v7-1-0 { + from { + transform: translate3d(0px, -10px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideDownIn20--v7-1-0 { + from { + transform: translate3d(0px, -20px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideUpOut10--v7-1-0 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, -10px, 0px); + } +} + +@keyframes ms-slideUpOut20--v7-1-0 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, -20px, 0px); + } +} + +@keyframes ms-slideDownOut10--v7-1-0 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, 10px, 0px); + } +} + +@keyframes ms-slideDownOut20--v7-1-0 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, 20px, 0px); + } +} + +@keyframes ms-scaleUp100--v7-1-0 { + from { + transform: scale3d(0.98, 0.98, 1); + } + + to { + transform: scale3d(1, 1, 1); + } +} + +@keyframes ms-scaleUp103--v7-1-0 { + from { + transform: scale3d(1, 1, 1); + } + + to { + transform: scale3d(1.03, 1.03, 1); + } +} + +@keyframes ms-scaleDown98--v7-1-0 { + from { + transform: scale3d(1, 1, 1); + } + + to { + transform: scale3d(0.98, 0.98, 1); + } +} + +@keyframes ms-scaleDown100--v7-1-0 { + from { + transform: scale3d(1.03, 1.03, 1); + } + + to { + transform: scale3d(1, 1, 1); + } +} + +@keyframes ms-fadeIn--v7-1-0 { + from { + opacity: 0; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + } + + to { + opacity: 1; + } +} + +@keyframes ms-fadeOut--v7-1-0 { + from { + opacity: 1; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + } + + to { + opacity: 0; + } +} + +@keyframes ms-rotate90--v7-1-0 { + from { + transform: rotateZ(0deg); + } + + to { + transform: rotateZ(90deg); + } +} + +@keyframes ms-rotateN90--v7-1-0 { + from { + transform: rotateZ(90deg); + } + + to { + transform: rotateZ(0deg); + } +} + +.ms-Fabric--v7-1-0 .ms-slideRightIn10 { + animation-name: ms-fadeIn--v7-1-0, ms-slideRightIn10--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideRightIn20 { + animation-name: ms-fadeIn--v7-1-0, ms-slideRightIn20--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideRightIn40 { + animation-name: ms-fadeIn--v7-1-0, ms-slideRightIn40--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideRightIn400 { + animation-name: ms-fadeIn--v7-1-0, ms-slideRightIn400--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideRightOut40 { + animation-name: ms-fadeOut--v7-1-0, ms-slideRightOut40--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideRightOut400 { + animation-name: ms-fadeOut--v7-1-0, ms-slideRightOut400--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideLeftIn10 { + animation-name: ms-fadeIn--v7-1-0, ms-slideLeftIn10--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideLeftIn20 { + animation-name: ms-fadeIn--v7-1-0, ms-slideLeftIn20--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideLeftIn40 { + animation-name: ms-fadeIn--v7-1-0, ms-slideLeftIn40--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideLeftIn400 { + animation-name: ms-fadeIn--v7-1-0, ms-slideLeftIn400--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideLeftOut40 { + animation-name: ms-fadeOut--v7-1-0, ms-slideLeftOut40--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideLeftOut400 { + animation-name: ms-fadeOut--v7-1-0, ms-slideLeftOut400--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideUpIn10 { + animation-name: ms-fadeIn--v7-1-0, ms-slideUpIn10--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideUpIn20 { + animation-name: ms-fadeIn--v7-1-0, ms-slideUpIn20--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideDownIn10 { + animation-name: ms-fadeIn--v7-1-0, ms-slideDownIn10--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideDownIn20 { + animation-name: ms-fadeIn--v7-1-0, ms-slideDownIn20--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideUpOut10 { + animation-name: ms-fadeOut--v7-1-0, ms-slideUpOut10--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideUpOut20 { + animation-name: ms-fadeOut--v7-1-0, ms-slideUpOut20--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideDownOut10 { + animation-name: ms-fadeOut--v7-1-0, ms-slideDownOut10--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-slideDownOut20 { + animation-name: ms-fadeOut--v7-1-0, ms-slideDownOut20--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-scaleUpIn100 { + animation-name: ms-fadeIn--v7-1-0, ms-scaleUp100--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-scaleUpOut103 { + animation-name: ms-fadeOut--v7-1-0, ms-scaleUp103--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-scaleDownOut98 { + animation-name: ms-fadeOut--v7-1-0, ms-scaleDown98--v7-1-0; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-scaleDownIn100 { + animation-name: ms-fadeIn--v7-1-0, ms-scaleDown100--v7-1-0; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-fadeIn100 { + animation-duration: 0.167s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-fadeIn200 { + animation-duration: 0.267s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-fadeIn400 { + animation-duration: 0.367s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-fadeIn500 { + animation-duration: 0.467s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-fadeOut100 { + animation-duration: 0.1s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-fadeOut200 { + animation-duration: 0.167s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-fadeOut400 { + animation-duration: 0.367s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-fadeOut500 { + animation-duration: 0.467s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-expandCollapse100 { + transition: height 0.1s cubic-bezier(0.1, 0.25, 0.75, 0.9); +} + +.ms-Fabric--v7-1-0 .ms-expandCollapse200 { + transition: height 0.167s cubic-bezier(0.1, 0.25, 0.75, 0.9); +} + +.ms-Fabric--v7-1-0 .ms-expandCollapse400 { + transition: height 0.367s cubic-bezier(0.1, 0.25, 0.75, 0.9); +} + +.ms-Fabric--v7-1-0 .ms-delay100 { + animation-delay: 0.167s; +} + +.ms-Fabric--v7-1-0 .ms-delay200 { + animation-delay: 0.267s; +} + +.ms-Fabric--v7-1-0 .ms-rotate90deg { + animation-name: ms-rotate90--v7-1-0; + animation-duration: 0.1s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-rotateN90deg { + animation-name: ms-rotateN90--v7-1-0; + animation-duration: 0.1s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1.png); +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--icon16 { + background-size: 100% 100%; + width: 16px; + height: 16px; +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--icon48 { + background-size: 100% 100%; + width: 48px; + height: 48px; +} + +.ms-Fabric--v7-1-0 .ms-BrandIcon--icon96 { + background-size: 100% 100%; + width: 96px; + height: 96px; +} + +@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { + .ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1_5.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1_5.png); + } +} + +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) { + .ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x2.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x2.png); + } +} + +@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) { + .ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x3.png); + } + + .ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x3.png); + } +} + +.ms-Fabric--v7-1-0 .ms-bgColor-themeDark, +.ms-Fabric--v7-1-0 .ms-bgColor-themeDark--hover:hover { + background-color: #005a9e; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-themeDarkAlt, +.ms-Fabric--v7-1-0 .ms-bgColor-themeDarkAlt--hover:hover { + background-color: #106ebe; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-themeDarker, +.ms-Fabric--v7-1-0 .ms-bgColor-themeDarker--hover:hover { + background-color: #004578; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-themePrimary, +.ms-Fabric--v7-1-0 .ms-bgColor-themePrimary--hover:hover { + background-color: #0078d7; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-themeSecondary, +.ms-Fabric--v7-1-0 .ms-bgColor-themeSecondary--hover:hover { + background-color: #2488d8; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-themeTertiary, +.ms-Fabric--v7-1-0 .ms-bgColor-themeTertiary--hover:hover { + background-color: #69afe5; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-themeLight, +.ms-Fabric--v7-1-0 .ms-bgColor-themeLight--hover:hover { + background-color: #c7e0f4; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-themeLighter, +.ms-Fabric--v7-1-0 .ms-bgColor-themeLighter--hover:hover { + background-color: #deecf9; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-themeLighterAlt, +.ms-Fabric--v7-1-0 .ms-bgColor-themeLighterAlt--hover:hover { + background-color: #eff6fc; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-black, +.ms-Fabric--v7-1-0 .ms-bgColor-black--hover:hover { + background-color: #000000; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralDark, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralDark--hover:hover { + background-color: #212121; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralPrimary, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralPrimary--hover:hover { + background-color: #333333; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralPrimaryAlt, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralPrimaryAlt--hover:hover { + background-color: #3c3c3c; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralSecondary, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralSecondary--hover:hover { + background-color: #666666; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralSecondaryAlt, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralSecondaryAlt--hover:hover { + background-color: #767676; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralTertiary, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralTertiary--hover:hover { + background-color: #a6a6a6; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralTertiaryAlt, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralTertiaryAlt--hover:hover { + background-color: #c8c8c8; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralLight, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralLight--hover:hover { + background-color: #eaeaea; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralLighter, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralLighter--hover:hover { + background-color: #f4f4f4; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-neutralLighterAlt, +.ms-Fabric--v7-1-0 .ms-bgColor-neutralLighterAlt--hover:hover { + background-color: #f8f8f8; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-white, +.ms-Fabric--v7-1-0 .ms-bgColor-white--hover:hover { + background-color: #ffffff; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-yellow { + background-color: #ffb900; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-yellowLight { + background-color: #fff100; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-orange { + background-color: #d83b01; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-orangeLight { + background-color: #ea4300; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-orangeLighter { + background-color: #ff8c00; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-redDark { + background-color: #a80000; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-red { + background-color: #e81123; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-magentaDark { + background-color: #5c005c; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-magenta { + background-color: #b4009e; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-magentaLight { + background-color: #e3008c; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-purpleDark { + background-color: #32145a; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-purple { + background-color: #5c2d91; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-purpleLight { + background-color: #b4a0ff; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-blueDark { + background-color: #002050; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-blueMid { + background-color: #00188f; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-blue { + background-color: #0078d7; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-blueLight { + background-color: #00bcf2; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-tealDark { + background-color: #004b50; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-teal { + background-color: #008272; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-tealLight { + background-color: #00b294; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-greenDark { + background-color: #004b1c; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-green { + background-color: #107c10; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-greenLight { + background-color: #bad80a; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-info { + background-color: #f4f4f4; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-success { + background-color: #dff6dd; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-severeWarning { + background-color: #fed9cc; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-warning { + background-color: #fff4ce; +} + +.ms-Fabric--v7-1-0 .ms-bgColor-error { + background-color: #fde7e9; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-themeDark, +.ms-Fabric--v7-1-0 .ms-borderColor-themeDark--hover:hover { + border-color: #005a9e; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-themeDarkAlt, +.ms-Fabric--v7-1-0 .ms-borderColor-themeDarkAlt--hover:hover { + border-color: #106ebe; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-themeDarker, +.ms-Fabric--v7-1-0 .ms-borderColor-themeDarker--hover:hover { + border-color: #004578; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-themePrimary, +.ms-Fabric--v7-1-0 .ms-borderColor-themePrimary--hover:hover { + border-color: #0078d7; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-themeSecondary, +.ms-Fabric--v7-1-0 .ms-borderColor-themeSecondary--hover:hover { + border-color: #2488d8; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-themeTertiary, +.ms-Fabric--v7-1-0 .ms-borderColor-themeTertiary--hover:hover { + border-color: #69afe5; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-themeLight, +.ms-Fabric--v7-1-0 .ms-borderColor-themeLight--hover:hover { + border-color: #c7e0f4; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-themeLighter, +.ms-Fabric--v7-1-0 .ms-borderColor-themeLighter--hover:hover { + border-color: #deecf9; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-themeLighterAlt, +.ms-Fabric--v7-1-0 .ms-borderColor-themeLighterAlt--hover:hover { + border-color: #eff6fc; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-black, +.ms-Fabric--v7-1-0 .ms-borderColor-black--hover:hover { + border-color: #000000; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralDark, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralDark--hover:hover { + border-color: #212121; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralPrimary, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralPrimary--hover:hover { + border-color: #333333; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralPrimaryAlt, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralPrimaryAlt--hover:hover { + border-color: #3c3c3c; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralSecondary, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralSecondary--hover:hover { + border-color: #666666; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralSecondaryAlt, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralSecondaryAlt--hover:hover { + border-color: #767676; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralTertiary, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralTertiary--hover:hover { + border-color: #a6a6a6; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralTertiaryAlt, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralTertiaryAlt--hover:hover { + border-color: #c8c8c8; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralLight, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralLight--hover:hover { + border-color: #eaeaea; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralLighter, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralLighter--hover:hover { + border-color: #f4f4f4; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-neutralLighterAlt, +.ms-Fabric--v7-1-0 .ms-borderColor-neutralLighterAlt--hover:hover { + border-color: #f8f8f8; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-white, +.ms-Fabric--v7-1-0 .ms-borderColor-white--hover:hover { + border-color: #ffffff; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-yellow { + border-color: #ffb900; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-yellowLight { + border-color: #fff100; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-orange { + border-color: #d83b01; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-orangeLight { + border-color: #ea4300; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-orangeLighter { + border-color: #ff8c00; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-redDark { + border-color: #a80000; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-red { + border-color: #e81123; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-magentaDark { + border-color: #5c005c; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-magenta { + border-color: #b4009e; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-magentaLight { + border-color: #e3008c; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-purpleDark { + border-color: #32145a; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-purple { + border-color: #5c2d91; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-purpleLight { + border-color: #b4a0ff; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-blueDark { + border-color: #002050; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-blueMid { + border-color: #00188f; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-blue { + border-color: #0078d7; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-blueLight { + border-color: #00bcf2; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-tealDark { + border-color: #004b50; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-teal { + border-color: #008272; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-tealLight { + border-color: #00b294; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-greenDark { + border-color: #004b1c; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-green { + border-color: #107c10; +} + +.ms-Fabric--v7-1-0 .ms-borderColor-greenLight { + border-color: #bad80a; +} + +.ms-Fabric--v7-1-0 .ms-borderColorTop-themePrimary, +.ms-Fabric--v7-1-0 .ms-borderColorTop-themePrimary--hover:hover { + border-top-color: #0078d7; +} + +.ms-Fabric--v7-1-0 .ms-font-su { + font-size: 42px; + font-weight: 100; +} + +.ms-Fabric--v7-1-0 .ms-font-xxl { + font-size: 28px; + font-weight: 100; +} + +.ms-Fabric--v7-1-0 .ms-font-xl-plus { + font-size: 24px; + font-weight: 100; +} + +.ms-Fabric--v7-1-0 .ms-font-xl { + font-size: 21px; + font-weight: 100; +} + +.ms-Fabric--v7-1-0 .ms-font-l { + font-size: 17px; + font-weight: 300; +} + +.ms-Fabric--v7-1-0 .ms-font-m-plus { + font-size: 15px; + font-weight: 400; +} + +.ms-Fabric--v7-1-0 .ms-font-m { + font-size: 14px; + font-weight: 400; +} + +.ms-Fabric--v7-1-0 .ms-font-s-plus { + font-size: 13px; + font-weight: 400; +} + +.ms-Fabric--v7-1-0 .ms-font-s { + font-size: 12px; + font-weight: 400; +} + +.ms-Fabric--v7-1-0 .ms-font-xs { + font-size: 11px; + font-weight: 400; +} + +.ms-Fabric--v7-1-0 .ms-font-mi { + font-size: 10px; + font-weight: 600; +} + +.ms-Fabric--v7-1-0 .ms-fontWeight-light, +.ms-Fabric--v7-1-0 .ms-fontWeight-light--hover:hover { + font-weight: 100; +} + +.ms-Fabric--v7-1-0 .ms-fontWeight-semilight, +.ms-Fabric--v7-1-0 .ms-fontWeight-semilight--hover:hover { + font-weight: 300; +} + +.ms-Fabric--v7-1-0 .ms-fontWeight-regular, +.ms-Fabric--v7-1-0 .ms-fontWeight-regular--hover:hover { + font-weight: 400; +} + +.ms-Fabric--v7-1-0 .ms-fontWeight-semibold, +.ms-Fabric--v7-1-0 .ms-fontWeight-semibold--hover:hover { + font-weight: 600; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-su { + font-size: 42px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-xxl { + font-size: 28px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-xlPlus { + font-size: 24px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-xl { + font-size: 21px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-l { + font-size: 17px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-mPlus { + font-size: 15px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-m { + font-size: 14px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-sPlus { + font-size: 13px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-s { + font-size: 12px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-xs { + font-size: 11px; +} + +.ms-Fabric--v7-1-0 .ms-fontSize-mi { + font-size: 10px; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-themeDarker, +.ms-Fabric--v7-1-0 .ms-fontColor-themeDarker--hover:hover { + color: #004578; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-themeDark, +.ms-Fabric--v7-1-0 .ms-fontColor-themeDark--hover:hover { + color: #005a9e; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-themeDarkAlt, +.ms-Fabric--v7-1-0 .ms-fontColor-themeDarkAlt--hover:hover { + color: #106ebe; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-themePrimary, +.ms-Fabric--v7-1-0 .ms-fontColor-themePrimary--hover:hover { + color: #0078d7; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-themeSecondary, +.ms-Fabric--v7-1-0 .ms-fontColor-themeSecondary--hover:hover { + color: #2488d8; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-themeTertiary, +.ms-Fabric--v7-1-0 .ms-fontColor-themeTertiary--hover:hover { + color: #69afe5; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-themeLight, +.ms-Fabric--v7-1-0 .ms-fontColor-themeLight--hover:hover { + color: #c7e0f4; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-themeLighter, +.ms-Fabric--v7-1-0 .ms-fontColor-themeLighter--hover:hover { + color: #deecf9; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-themeLighterAlt, +.ms-Fabric--v7-1-0 .ms-fontColor-themeLighterAlt--hover:hover { + color: #eff6fc; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-black, +.ms-Fabric--v7-1-0 .ms-fontColor-black--hover:hover { + color: #000000; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralDark, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralDark--hover:hover { + color: #212121; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralPrimary, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralPrimary--hover:hover { + color: #333333; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralPrimaryAlt, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralPrimaryAlt--hover:hover { + color: #3c3c3c; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralSecondary, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralSecondary--hover:hover { + color: #666666; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralSecondaryAlt, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralSecondaryAlt--hover:hover { + color: #767676; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralTertiary, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralTertiary--hover:hover { + color: #a6a6a6; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralTertiaryAlt, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralTertiaryAlt--hover:hover { + color: #c8c8c8; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralLight, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralLight--hover:hover { + color: #eaeaea; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralLighter, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralLighter--hover:hover { + color: #f4f4f4; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-neutralLighterAlt, +.ms-Fabric--v7-1-0 .ms-fontColor-neutralLighterAlt--hover:hover { + color: #f8f8f8; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-white, +.ms-Fabric--v7-1-0 .ms-fontColor-white--hover:hover { + color: #ffffff; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-yellow, +.ms-Fabric--v7-1-0 .ms-fontColor-yellow--hover:hover { + color: #ffb900; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-yellowLight, +.ms-Fabric--v7-1-0 .ms-fontColor-yellowLight--hover:hover { + color: #fff100; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-orange, +.ms-Fabric--v7-1-0 .ms-fontColor-orange--hover:hover { + color: #d83b01; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-orangeLight, +.ms-Fabric--v7-1-0 .ms-fontColor-orangeLight--hover:hover { + color: #ea4300; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-orangeLighter, +.ms-Fabric--v7-1-0 .ms-fontColor-orangeLighter--hover:hover { + color: #ff8c00; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-redDark, +.ms-Fabric--v7-1-0 .ms-fontColor-redDark--hover:hover { + color: #a80000; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-red, +.ms-Fabric--v7-1-0 .ms-fontColor-red--hover:hover { + color: #e81123; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-magentaDark, +.ms-Fabric--v7-1-0 .ms-fontColor-magentaDark--hover:hover { + color: #5c005c; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-magenta, +.ms-Fabric--v7-1-0 .ms-fontColor-magenta--hover:hover { + color: #b4009e; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-magentaLight, +.ms-Fabric--v7-1-0 .ms-fontColor-magentaLight--hover:hover { + color: #e3008c; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-purpleDark, +.ms-Fabric--v7-1-0 .ms-fontColor-purpleDark--hover:hover { + color: #32145a; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-purple, +.ms-Fabric--v7-1-0 .ms-fontColor-purple--hover:hover { + color: #5c2d91; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-purpleLight, +.ms-Fabric--v7-1-0 .ms-fontColor-purpleLight--hover:hover { + color: #b4a0ff; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-blueDark, +.ms-Fabric--v7-1-0 .ms-fontColor-blueDark--hover:hover { + color: #002050; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-blueMid, +.ms-Fabric--v7-1-0 .ms-fontColor-blueMid--hover:hover { + color: #00188f; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-blue, +.ms-Fabric--v7-1-0 .ms-fontColor-blue--hover:hover { + color: #0078d7; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-blueLight, +.ms-Fabric--v7-1-0 .ms-fontColor-blueLight--hover:hover { + color: #00bcf2; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-tealDark, +.ms-Fabric--v7-1-0 .ms-fontColor-tealDark--hover:hover { + color: #004b50; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-teal, +.ms-Fabric--v7-1-0 .ms-fontColor-teal--hover:hover { + color: #008272; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-tealLight, +.ms-Fabric--v7-1-0 .ms-fontColor-tealLight--hover:hover { + color: #00b294; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-greenDark, +.ms-Fabric--v7-1-0 .ms-fontColor-greenDark--hover:hover { + color: #004b1c; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-green, +.ms-Fabric--v7-1-0 .ms-fontColor-green--hover:hover { + color: #107c10; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-greenLight, +.ms-Fabric--v7-1-0 .ms-fontColor-greenLight--hover:hover { + color: #bad80a; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-info, +.ms-Fabric--v7-1-0 .ms-fontColor-info--hover:hover { + color: #767676; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-success, +.ms-Fabric--v7-1-0 .ms-fontColor-success--hover:hover { + color: #107c10; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-alert, +.ms-Fabric--v7-1-0 .ms-fontColor-alert--hover:hover { + color: #d83b01; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-warning, +.ms-Fabric--v7-1-0 .ms-fontColor-warning--hover:hover { + color: #767676; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-severeWarning, +.ms-Fabric--v7-1-0 .ms-fontColor-severeWarning--hover:hover { + color: #d83b01; +} + +.ms-Fabric--v7-1-0 .ms-fontColor-error, +.ms-Fabric--v7-1-0 .ms-fontColor-error--hover:hover { + color: #a80000; +} + +.ms-Fabric--v7-1-0 .ms-Grid { + box-sizing: border-box; + *zoom: 1; + padding: 0 8px; +} + +.ms-Fabric--v7-1-0 .ms-Grid::before, +.ms-Fabric--v7-1-0 .ms-Grid::after { + display: table; + content: ''; + line-height: 0; +} + +.ms-Fabric--v7-1-0 .ms-Grid::after { + clear: both; +} + +.ms-Fabric--v7-1-0 .ms-Grid-row { + margin: 0 -8px; + box-sizing: border-box; + *zoom: 1; +} + +.ms-Fabric--v7-1-0 .ms-Grid-row::before, +.ms-Fabric--v7-1-0 .ms-Grid-row::after { + display: table; + content: ''; + line-height: 0; +} + +.ms-Fabric--v7-1-0 .ms-Grid-row::after { + clear: both; +} + +.ms-Fabric--v7-1-0 .ms-Grid-col { + position: relative; + min-height: 1px; + padding-left: 8px; + padding-right: 8px; + box-sizing: border-box; + float: left; +} + +.ms-Fabric--v7-1-0 .ms-Grid-col .ms-Grid { + padding: 0; +} + +.ms-Fabric--v7-1-0 .ms-Icon { + display: inline-block; + font-family: 'FabricMDL2Icons-7'; + font-style: normal; + font-weight: normal; + speak: none; +} + +.ms-Fabric--v7-1-0 .ms-Icon--circle { + position: relative; + display: inline-block; + font-size: 1rem; + width: 1em; + height: 1em; + margin: 0 0.5em 0 0; + padding: 0; + text-align: left; +} + +.ms-Fabric--v7-1-0 .ms-Icon--circle::before, +.ms-Fabric--v7-1-0 .ms-Icon--circle::after { + line-height: 1; + font-size: inherit; +} + +.ms-Fabric--v7-1-0 .ms-Icon--circle::before { + display: block; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + vertical-align: top; + position: absolute; +} + +.ms-Fabric--v7-1-0 .ms-Icon--circle::after { + content: '\e000'; + position: absolute; + top: 0; + left: 0; + -ms-transform: scale(2); + transform: scale(2); + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; + z-index: 0; +} + +.ms-Fabric--v7-1-0 .ms-Icon--xs { + font-size: 10px; +} + +.ms-Fabric--v7-1-0 .ms-Icon--s { + font-size: 12px; +} + +.ms-Fabric--v7-1-0 .ms-Icon--m { + font-size: 16px; +} + +.ms-Fabric--v7-1-0 .ms-Icon--l { + font-size: 20px; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AADLogo::before { + content: '\ED68'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Accept::before { + content: '\E8FB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AccessLogo::before { + content: '\ED69'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AccessLogoFill::before { + content: '\F1DB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Accounts::before { + content: '\E910'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ActivityFeed::before { + content: '\F056'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Add::before { + content: '\E710'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AddEvent::before { + content: '\EEB5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AddFavorite::before { + content: '\F0C8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AddFavoriteFill::before { + content: '\F0C9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AddFriend::before { + content: '\E8FA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AddGroup::before { + content: '\EE3D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AddOnlineMeeting::before { + content: '\ED8E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AddPhone::before { + content: '\ED96'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AddTo::before { + content: '\ECC8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Admin::before { + content: '\E7EF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminALogo::before { + content: '\ED6A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminCLogo::before { + content: '\ED6B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminDLogo::before { + content: '\ED6C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminELogo::before { + content: '\ED6D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminLLogo::before { + content: '\ED6E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminMLogo::before { + content: '\ED6F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminOLogo::before { + content: '\ED70'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminPLogo::before { + content: '\ED71'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminSLogo::before { + content: '\ED72'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AdminYLogo::before { + content: '\ED73'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Airplane::before { + content: '\E709'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AirplaneSolid::before { + content: '\EB4C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AirTickets::before { + content: '\EF7A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AlarmClock::before { + content: '\E919'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Album::before { + content: '\E7AB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AlbumRemove::before { + content: '\EC62'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AlertSolid::before { + content: '\F331'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AlignCenter::before { + content: '\E8E3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AlignLeft::before { + content: '\E8E4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AlignRight::before { + content: '\E8E2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AnalyticsLogo::before { + content: '\F1DE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AnalyticsQuery::before { + content: '\F1DF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AnalyticsReport::before { + content: '\F1E1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AndroidLogo::before { + content: '\EF8B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Annotation::before { + content: '\E924'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AppIconDefault::before { + content: '\ECAA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Archive::before { + content: '\F03F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AreaChart::before { + content: '\E9D2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Arrivals::before { + content: '\EB34'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ArrowDownRight8::before { + content: '\EED5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ArrowDownRightMirrored8::before { + content: '\EEF0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ArrowTallDownLeft::before { + content: '\F2BF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ArrowTallDownRight::before { + content: '\F2C0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ArrowTallUpLeft::before { + content: '\F2BD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ArrowTallUpRight::before { + content: '\F2BE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ArrowUpRight8::before { + content: '\EED4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ArrowUpRightMirrored8::before { + content: '\EEEF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Articles::before { + content: '\EAC1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Ascending::before { + content: '\EDC0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AssessmentGroup::before { + content: '\F31A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AssessmentGroupTemplate::before { + content: '\F2B1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AssetLibrary::before { + content: '\EEB6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Assign::before { + content: '\E9D3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Asterisk::before { + content: '\EA38'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AsteriskSolid::before { + content: '\F34D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ATPLogo::before { + content: '\EF85'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Attach::before { + content: '\E723'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AustralianRules::before { + content: '\EE70'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AutoEnhanceOff::before { + content: '\E78E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AutoEnhanceOn::before { + content: '\E78D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AutoFillTemplate::before { + content: '\F313'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AutoRacing::before { + content: '\EB24'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AwayStatus::before { + content: '\EE6A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AzureAPIManagement::before { + content: '\F37F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AzureKeyVault::before { + content: '\F3B4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AzureLogo::before { + content: '\EB6A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--AzureServiceEndpoint::before { + content: '\F380'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Back::before { + content: '\E72B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Backlog::before { + content: '\F2AC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BackToWindow::before { + content: '\E73F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Badge::before { + content: '\EC1B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Balloons::before { + content: '\ED7E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BankSolid::before { + content: '\F34F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BarChart4::before { + content: '\EAE7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BarChartHorizontal::before { + content: '\E9EB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BarChartVertical::before { + content: '\E9EC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Baseball::before { + content: '\EB20'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BidiLtr::before { + content: '\E9AA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BidiRtl::before { + content: '\E9AB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BingLogo::before { + content: '\EB6B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BlockContact::before { + content: '\E8F8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Blocked::before { + content: '\E733'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Blocked2::before { + content: '\ECE4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BlowingSnow::before { + content: '\E9C9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Blur::before { + content: '\F28E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Boards::before { + content: '\EF68'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Bold::before { + content: '\E8DD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BookingsLogo::before { + content: '\EDC7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Bookmarks::before { + content: '\E8A4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BookmarksMirrored::before { + content: '\EA41'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BoxAdditionSolid::before { + content: '\F2D4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BoxCheckmarkSolid::before { + content: '\F2D7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BoxLogo::before { + content: '\ED75'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BoxMultiplySolid::before { + content: '\F2D5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BoxPlaySolid::before { + content: '\F2D6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BoxSubtractSolid::before { + content: '\F2D3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BranchCommit::before { + content: '\F293'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BranchCompare::before { + content: '\F294'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BranchFork::before { + content: '\F173'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BranchFork2::before { + content: '\F291'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BranchLocked::before { + content: '\F292'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BranchMerge::before { + content: '\F295'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BranchPullRequest::before { + content: '\F296'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BranchSearch::before { + content: '\F297'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BranchShelveset::before { + content: '\F298'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Breadcrumb::before { + content: '\EF8C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Brightness::before { + content: '\E706'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Broom::before { + content: '\EA99'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BucketColor::before { + content: '\F1B6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BucketColorFill::before { + content: '\F1B7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BufferTimeAfter::before { + content: '\F0D0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BufferTimeBefore::before { + content: '\F0CF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BufferTimeBoth::before { + content: '\F0D1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BugSolid::before { + content: '\F335'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Build::before { + content: '\F28F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BuildIssue::before { + content: '\F319'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BuildQueue::before { + content: '\F24F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BuildQueueNew::before { + content: '\F250'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BulletedList::before { + content: '\E8FD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BulletedList2::before { + content: '\F2C7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BulletedList2Mirrored::before { + content: '\F2C8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BulletedListMirrored::before { + content: '\EA42'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BusinessHoursSign::before { + content: '\F310'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--BusSolid::before { + content: '\EB47'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cafe::before { + content: '\EC32'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cake::before { + content: '\ECA4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalculatorAddition::before { + content: '\E948'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalculatorEqualTo::before { + content: '\E94E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalculatorMultiply::before { + content: '\E947'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalculatorNotEqualTo::before { + content: '\F2D2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalculatorSubtract::before { + content: '\E949'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Calendar::before { + content: '\E787'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalendarAgenda::before { + content: '\EE9A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalendarDay::before { + content: '\E8BF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalendarMirrored::before { + content: '\ED28'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalendarReply::before { + content: '\E8F5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalendarWeek::before { + content: '\E8C0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CalendarWorkWeek::before { + content: '\EF51'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaloriesAdd::before { + content: '\F172'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Camera::before { + content: '\E722'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cancel::before { + content: '\E711'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CannedChat::before { + content: '\F0F2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Car::before { + content: '\E804'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretBottomLeftCenter8::before { + content: '\F365'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretBottomLeftSolid8::before { + content: '\F121'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretBottomRightCenter8::before { + content: '\F364'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretBottomRightSolid8::before { + content: '\F122'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretDown8::before { + content: '\EDD8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretDownSolid8::before { + content: '\EDDC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretHollow::before { + content: '\E817'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretHollowMirrored::before { + content: '\EA45'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretLeft8::before { + content: '\EDD5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretLeftSolid8::before { + content: '\EDD9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretRight::before { + content: '\F06B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretRight8::before { + content: '\EDD6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretRightSolid8::before { + content: '\EDDA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretSolid::before { + content: '\E818'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretSolid16::before { + content: '\EE62'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidDown::before { + content: '\F08E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidLeft::before { + content: '\F08D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidMirrored::before { + content: '\EA46'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidRight::before { + content: '\F08F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidUp::before { + content: '\F090'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretTopLeftCenter8::before { + content: '\F367'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretTopLeftSolid8::before { + content: '\EF54'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretTopRightCenter8::before { + content: '\F366'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretTopRightSolid8::before { + content: '\EF55'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretUp8::before { + content: '\EDD7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CaretUpSolid8::before { + content: '\EDDB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cat::before { + content: '\ED7F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CellPhone::before { + content: '\E8EA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Certificate::before { + content: '\EB95'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Chart::before { + content: '\E999'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Chat::before { + content: '\E901'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChatInviteFriend::before { + content: '\ECFE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChatSolid::before { + content: '\F344'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Checkbox::before { + content: '\E739'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CheckboxComposite::before { + content: '\E73A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CheckboxCompositeReversed::before { + content: '\E73D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CheckboxIndeterminate::before { + content: '\E73C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CheckList::before { + content: '\E9D5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CheckMark::before { + content: '\E73E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronDown::before { + content: '\E70D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronDownEnd6::before { + content: '\F36F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronDownMed::before { + content: '\E972'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronDownSmall::before { + content: '\E96E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronFold10::before { + content: '\F36A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronLeft::before { + content: '\E76B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronLeftEnd6::before { + content: '\F371'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronLeftMed::before { + content: '\E973'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronLeftSmall::before { + content: '\E96F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronRight::before { + content: '\E76C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronRightEnd6::before { + content: '\F372'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronRightMed::before { + content: '\E974'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronRightSmall::before { + content: '\E970'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronUnfold10::before { + content: '\F369'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronUp::before { + content: '\E70E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronUpEnd6::before { + content: '\F370'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronUpMed::before { + content: '\E971'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChevronUpSmall::before { + content: '\E96D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChromeBack::before { + content: '\E830'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChromeBackMirrored::before { + content: '\EA47'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChromeClose::before { + content: '\E8BB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ChromeMinimize::before { + content: '\E921'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CircleAddition::before { + content: '\F2E3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CircleAdditionSolid::before { + content: '\F2E4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CircleFill::before { + content: '\EA3B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CircleHalfFull::before { + content: '\ED9E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CirclePause::before { + content: '\F2D9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CirclePauseSolid::before { + content: '\F2D8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CirclePlus::before { + content: '\EAEE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CircleRing::before { + content: '\EA3A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CircleStop::before { + content: '\F2DC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CircleStopSolid::before { + content: '\F2DB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CityNext::before { + content: '\EC06'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ClassNotebookLogoInverse::before { + content: '\EDC8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ClassroomLogo::before { + content: '\EF75'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Clear::before { + content: '\E894'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ClearFilter::before { + content: '\EF8F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ClearFormatting::before { + content: '\EDDD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ClearNight::before { + content: '\E9C2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Clock::before { + content: '\E917'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CloneToDesktop::before { + content: '\F28C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ClosedCaption::before { + content: '\EF84'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ClosePane::before { + content: '\E89F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ClosePaneMirrored::before { + content: '\EA49'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cloud::before { + content: '\E753'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CloudAdd::before { + content: '\ECA9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CloudDownload::before { + content: '\EBD3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CloudUpload::before { + content: '\EC8E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CloudWeather::before { + content: '\E9BE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cloudy::before { + content: '\E9BF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cocktails::before { + content: '\EA9D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Code::before { + content: '\E943'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Coffee::before { + content: '\EAEF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CoffeeScript::before { + content: '\F2FA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CollapseContent::before { + content: '\F165'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CollapseContentSingle::before { + content: '\F166'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CollapseMenu::before { + content: '\EF66'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CollegeFootball::before { + content: '\EB26'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CollegeHoops::before { + content: '\EB25'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Color::before { + content: '\E790'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ColorSolid::before { + content: '\F354'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ColumnLeftTwoThirds::before { + content: '\F1D6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ColumnLeftTwoThirdsEdit::before { + content: '\F324'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ColumnOptions::before { + content: '\F317'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ColumnRightTwoThirds::before { + content: '\F1D7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ColumnRightTwoThirdsEdit::before { + content: '\F325'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Combine::before { + content: '\EDBB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CommandPrompt::before { + content: '\E756'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Comment::before { + content: '\E90A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CommentAdd::before { + content: '\F2B3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CommentNext::before { + content: '\F2B4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CommentPrevious::before { + content: '\F2B5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CommentUrgent::before { + content: '\F307'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Communications::before { + content: '\E95A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CompassNW::before { + content: '\E942'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Completed::before { + content: '\E930'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CompletedSolid::before { + content: '\EC61'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ConfigurationSolid::before { + content: '\F334'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ConstructionCone::before { + content: '\E98F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ConstructionConeSolid::before { + content: '\F339'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Contact::before { + content: '\E77B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ContactCard::before { + content: '\EEBD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ContactInfo::before { + content: '\E779'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Contrast::before { + content: '\E7A1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Copy::before { + content: '\E8C8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cotton::before { + content: '\EAF3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CPlusPlus::before { + content: '\F2F4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CPlusPlusLanguage::before { + content: '\F2F3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cricket::before { + content: '\EB1E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CRMReport::before { + content: '\EFFE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CrownSolid::before { + content: '\F336'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CSharp::before { + content: '\F2F0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CSharpLanguage::before { + content: '\F2EF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CSS::before { + content: '\EBEF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CustomList::before { + content: '\EEBE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--CustomListMirrored::before { + content: '\EEBF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cut::before { + content: '\E8C6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Cycling::before { + content: '\EAC7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Database::before { + content: '\EFC7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DataConnectionLibrary::before { + content: '\EEB7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DateTime::before { + content: '\EC92'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DateTime2::before { + content: '\EA17'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DateTimeMirrored::before { + content: '\EE93'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DecisionSolid::before { + content: '\F350'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DecreaseIndentLegacy::before { + content: '\E290'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Delete::before { + content: '\E74D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DelveAnalytics::before { + content: '\EEEE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DelveAnalyticsLogo::before { + content: '\EDCA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DelveLogo::before { + content: '\F280'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DelveLogoFill::before { + content: '\F281'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DelveLogoInverse::before { + content: '\ED76'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Deploy::before { + content: '\F29D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Descending::before { + content: '\EDC1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Design::before { + content: '\EB3C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DeveloperTools::before { + content: '\EC7A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Devices3::before { + content: '\EA6C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Devices4::before { + content: '\EB66'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Dialpad::before { + content: '\E75F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DiamondSolid::before { + content: '\F34C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Dictionary::before { + content: '\E82D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DietPlanNotebook::before { + content: '\EAC8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DiffInline::before { + content: '\F309'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DiffSideBySide::before { + content: '\F30A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DisableUpdates::before { + content: '\E8D8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Dislike::before { + content: '\E8E0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DockLeft::before { + content: '\E90C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DockLeftMirrored::before { + content: '\EA4C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DockRight::before { + content: '\E90D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DocLibrary::before { + content: '\EEB8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DocsLogoInverse::before { + content: '\EDCB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Document::before { + content: '\E8A5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Documentation::before { + content: '\EC17'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DocumentManagement::before { + content: '\EFFC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DocumentReply::before { + content: '\EF57'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DocumentSearch::before { + content: '\EF6C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DocumentSet::before { + content: '\EED6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DonutChart::before { + content: '\F368'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Door::before { + content: '\EB75'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleBookmark::before { + content: '\EB8F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronDown::before { + content: '\EE04'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronDown12::before { + content: '\EE97'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronDown8::before { + content: '\F36B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeft::before { + content: '\EDBE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeft12::before { + content: '\EE98'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeft8::before { + content: '\F36D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeftMed::before { + content: '\E991'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeftMedMirrored::before { + content: '\EA4D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronRight::before { + content: '\EDBF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronRight12::before { + content: '\EE99'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronRight8::before { + content: '\F36E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronUp::before { + content: '\EDBD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronUp12::before { + content: '\EE96'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronUp8::before { + content: '\F36C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleColumn::before { + content: '\F1D4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DoubleColumnEdit::before { + content: '\F322'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Down::before { + content: '\E74B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Download::before { + content: '\E896'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DRM::before { + content: '\ECA8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Drop::before { + content: '\EB42'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DropboxLogo::before { + content: '\ED77'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Dropdown::before { + content: '\EDC5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Duststorm::before { + content: '\E9CD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Dynamics365Logo::before { + content: '\EDCC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DynamicSMBLogo::before { + content: '\EDCD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EatDrink::before { + content: '\E807'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EdgeLogo::before { + content: '\EC60'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Edit::before { + content: '\E70F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EditMail::before { + content: '\EF61'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EditMirrored::before { + content: '\EB7E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EditNote::before { + content: '\ED9D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EditPhoto::before { + content: '\EF77'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EditStyle::before { + content: '\EF60'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EgnyteLogo::before { + content: '\F373'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Embed::before { + content: '\ECCE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EMI::before { + content: '\E731'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Emoji::before { + content: '\E899'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Emoji2::before { + content: '\E76E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EmojiDisappointed::before { + content: '\EA88'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EmojiNeutral::before { + content: '\EA87'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EmptyRecycleBin::before { + content: '\EF88'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EngineeringGroup::before { + content: '\F362'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Equalizer::before { + content: '\E9E9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EraseTool::before { + content: '\E75C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Error::before { + content: '\E783'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ErrorBadge::before { + content: '\EA39'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Event::before { + content: '\ECA3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EventDate::before { + content: '\F059'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--EventInfo::before { + content: '\ED8B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExcelDocument::before { + content: '\EF73'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogo::before { + content: '\F1E5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogo16::before { + content: '\F397'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogoFill::before { + content: '\F1E6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogoFill16::before { + content: '\F398'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogoInverse::before { + content: '\EC28'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogoInverse16::before { + content: '\F396'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExchangeLogo::before { + content: '\F284'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExchangeLogoFill::before { + content: '\F285'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExchangeLogoInverse::before { + content: '\ED78'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExpandMenu::before { + content: '\EF67'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExploreContent::before { + content: '\ECCD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExploreContentSingle::before { + content: '\F164'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Export::before { + content: '\EDE1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ExportMirrored::before { + content: '\EDE2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricAssetLibrary::before { + content: '\F09C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricDataConnectionLibrary::before { + content: '\F09D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricDocLibrary::before { + content: '\F09E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricFolder::before { + content: '\F0A9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricFolderFill::before { + content: '\F0AA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricFolderSearch::before { + content: '\F0A4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricFormLibrary::before { + content: '\F09F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricFormLibraryMirrored::before { + content: '\F0A0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricMovetoFolder::before { + content: '\F0A5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricNewFolder::before { + content: '\F0AB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricOpenFolderHorizontal::before { + content: '\F0A8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricPictureLibrary::before { + content: '\F0AC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricPublicFolder::before { + content: '\F0A3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricReportLibrary::before { + content: '\F0A1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricReportLibraryMirrored::before { + content: '\F0A2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricSyncFolder::before { + content: '\F0A7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FabricUnsyncFolder::before { + content: '\F0A6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FacebookLogo::before { + content: '\ECB3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Family::before { + content: '\EBDA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FangBody::before { + content: '\ECEB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FastForward::before { + content: '\EB9D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Favicon::before { + content: '\E737'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FavoriteList::before { + content: '\E728'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FavoriteStar::before { + content: '\E734'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FavoriteStarFill::before { + content: '\E735'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Fax::before { + content: '\EF5C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Feedback::before { + content: '\ED15'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FeedbackRequestMirroredSolid::before { + content: '\F35A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FeedbackRequestSolid::before { + content: '\F359'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FeedbackResponseSolid::before { + content: '\F35B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Ferry::before { + content: '\E7E3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FerrySolid::before { + content: '\EB48'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FieldChanged::before { + content: '\F2C3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FieldEmpty::before { + content: '\F2C1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FieldFilled::before { + content: '\F2C2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FieldNotChanged::before { + content: '\F2C4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileASPX::before { + content: '\F2E9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileBug::before { + content: '\F30D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileCode::before { + content: '\F30E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileComment::before { + content: '\F30F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileCSS::before { + content: '\F2EA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileHTML::before { + content: '\F2ED'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileImage::before { + content: '\F311'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileJAVA::before { + content: '\F2E8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileLess::before { + content: '\F2EC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FilePDB::before { + content: '\F2E5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileSass::before { + content: '\F2EB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileSQL::before { + content: '\F2E7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileSymlink::before { + content: '\F312'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileTemplate::before { + content: '\F2E6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FileTypeSolution::before { + content: '\F387'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Filter::before { + content: '\E71C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Filters::before { + content: '\E795'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FiltersSolid::before { + content: '\F353'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Financial::before { + content: '\E7BB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FinancialMirroredSolid::before { + content: '\F347'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FinancialSolid::before { + content: '\F346'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Fingerprint::before { + content: '\E928'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FiveTileGrid::before { + content: '\F274'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Flag::before { + content: '\E7C1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FlameSolid::before { + content: '\F1F3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FlickDown::before { + content: '\E935'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FlickLeft::before { + content: '\E937'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FlickRight::before { + content: '\E938'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FlickUp::before { + content: '\E936'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Flow::before { + content: '\EF90'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FocalPoint::before { + content: '\F277'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Fog::before { + content: '\E9CB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Folder::before { + content: '\E8B7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FolderFill::before { + content: '\E8D5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FolderHorizontal::before { + content: '\F12B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FolderList::before { + content: '\F2CE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FolderListMirrored::before { + content: '\F2CF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FolderOpen::before { + content: '\E838'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FolderQuery::before { + content: '\F2CD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FolderSearch::before { + content: '\EF65'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Font::before { + content: '\E8D2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FontColor::before { + content: '\E8D3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FontDecrease::before { + content: '\E8E7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FontIncrease::before { + content: '\E8E8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FontSize::before { + content: '\E8E9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FormLibrary::before { + content: '\EEB9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FormLibraryMirrored::before { + content: '\EEBA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Forward::before { + content: '\E72A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ForwardEvent::before { + content: '\ED8C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Freezing::before { + content: '\E9EF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Frigid::before { + content: '\E9CA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FSharp::before { + content: '\F2F6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FSharpLanguage::before { + content: '\F2F5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FullCircleMask::before { + content: '\E91F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FullHistory::before { + content: '\F31C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FullScreen::before { + content: '\E740'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FullWidth::before { + content: '\F2FE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--FullWidthEdit::before { + content: '\F2FF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Generate::before { + content: '\E9DA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Giftbox::before { + content: '\EC1F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GiftboxOpen::before { + content: '\F133'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GiftBoxSolid::before { + content: '\F341'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GiftCard::before { + content: '\EB8E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GitGraph::before { + content: '\F2CA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Glasses::before { + content: '\EA16'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Glimmer::before { + content: '\ECF4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GlobalNavButton::before { + content: '\E700'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Globe::before { + content: '\E774'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GlobeFavorite::before { + content: '\EF53'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Golf::before { + content: '\EB1F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GoogleDriveLogo::before { + content: '\EE0B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GoogleDriveLogoBottomBlue::before { + content: '\F375'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GoogleDriveLogoLeftGreen::before { + content: '\F374'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GoogleDriveLogoRightYellow::before { + content: '\F376'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GotoToday::before { + content: '\E8D1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GripperBarVertical::before { + content: '\E784'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GripperTool::before { + content: '\E75E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Group::before { + content: '\E902'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GroupedAscending::before { + content: '\EE67'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GroupedDescending::before { + content: '\EE66'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--GroupedList::before { + content: '\EF74'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HailDay::before { + content: '\EA00'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HailNight::before { + content: '\EA13'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HalfAlpha::before { + content: '\E97E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Handwriting::before { + content: '\E929'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HardDriveGroup::before { + content: '\F18F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Header1::before { + content: '\EA19'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Header2::before { + content: '\EF36'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Header3::before { + content: '\EF37'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Header4::before { + content: '\EF38'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Headset::before { + content: '\E95B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HeadsetSolid::before { + content: '\F348'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Health::before { + content: '\E95E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HealthSolid::before { + content: '\F33F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Heart::before { + content: '\EB51'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HeartFill::before { + content: '\EB52'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Help::before { + content: '\E897'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HelpMirrored::before { + content: '\EA51'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Hide::before { + content: '\ED1A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Hide2::before { + content: '\EF89'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Highlight::before { + content: '\E7E6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HighlightMappedShapes::before { + content: '\F2A1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--History::before { + content: '\E81C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Home::before { + content: '\E80F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--HomeSolid::before { + content: '\EA8A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Hospital::before { + content: '\E91D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Hotel::before { + content: '\E824'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--IconSetsFlag::before { + content: '\F2A4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ImageCrosshair::before { + content: '\F2C9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ImageDiff::before { + content: '\F30B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ImagePixel::before { + content: '\F30C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Import::before { + content: '\E8B5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Important::before { + content: '\E8C9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ImportMirrored::before { + content: '\EA52'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--InboxCheck::before { + content: '\EF64'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--IncidentTriangle::before { + content: '\E814'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--IncreaseIndentLegacy::before { + content: '\E291'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Info::before { + content: '\E946'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Info2::before { + content: '\EA1F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--InfoSolid::before { + content: '\F167'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--InsertTextBox::before { + content: '\EC7D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--InstallToDrive::before { + content: '\F28D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--InternetSharing::before { + content: '\E704'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--iOSAppStoreLogo::before { + content: '\EF8A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--IssueTracking::before { + content: '\EEC0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--IssueTrackingMirrored::before { + content: '\EEC1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Italic::before { + content: '\E8DB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--JavaScriptLanguage::before { + content: '\F2EE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--JoinOnlineMeeting::before { + content: '\ED8F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--JS::before { + content: '\EBF0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Label::before { + content: '\E932'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LandscapeOrientation::before { + content: '\EF6B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LaptopSelected::before { + content: '\EC76'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LargeGrid::before { + content: '\EECB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Library::before { + content: '\E8F1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Lifesaver::before { + content: '\EF62'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LifesaverLock::before { + content: '\EF63'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Light::before { + content: '\E793'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Lightbulb::before { + content: '\EA80'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LightningBolt::before { + content: '\E945'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Like::before { + content: '\E8E1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LineChart::before { + content: '\E9E6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Link::before { + content: '\E71B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LinkedInLogo::before { + content: '\F20A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--List::before { + content: '\EA37'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ListMirrored::before { + content: '\EA55'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LocaleLanguage::before { + content: '\F2B7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Location::before { + content: '\E81D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LocationCircle::before { + content: '\E80E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LocationDot::before { + content: '\E827'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LocationFill::before { + content: '\E920'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LocationOutline::before { + content: '\F2D0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Lock::before { + content: '\E72E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LockSolid::before { + content: '\E9A2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LogRemove::before { + content: '\F316'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LowerBrightness::before { + content: '\EC8A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--LyncLogo::before { + content: '\ED79'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Mail::before { + content: '\E715'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailAlert::before { + content: '\ED80'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailCheck::before { + content: '\ED81'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailFill::before { + content: '\E8A8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailForward::before { + content: '\E89C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailForwardMirrored::before { + content: '\EA56'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailLowImportance::before { + content: '\ED82'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailPause::before { + content: '\ED83'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailRepeat::before { + content: '\ED84'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailReply::before { + content: '\E8CA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailReplyAll::before { + content: '\E8C2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailReplyAllMirrored::before { + content: '\EA58'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailReplyMirrored::before { + content: '\EA57'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MailSolid::before { + content: '\F343'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MapDirections::before { + content: '\E816'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MapPin::before { + content: '\E707'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MarkDownLanguage::before { + content: '\F2FB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Market::before { + content: '\EAFC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MarketDown::before { + content: '\EF42'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Medical::before { + content: '\EAD4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Megaphone::before { + content: '\E789'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MegaphoneSolid::before { + content: '\F332'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Memo::before { + content: '\E77C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Merge::before { + content: '\E7D5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MergeDuplicate::before { + content: '\F29A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Message::before { + content: '\E8BD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MessageFill::before { + content: '\EC70'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Microphone::before { + content: '\E720'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MicrosoftStaffhubLogo::before { + content: '\F130'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MiniLink::before { + content: '\E732'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MobileSelected::before { + content: '\EC75'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Money::before { + content: '\EAFD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--More::before { + content: '\E712'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MoreSports::before { + content: '\EB22'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MoreVertical::before { + content: '\F2BC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Move::before { + content: '\E7C2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MoveToFolder::before { + content: '\E8DE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MSNLogo::before { + content: '\EB6C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MSNVideos::before { + content: '\EB1C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MSNVideosSolid::before { + content: '\F2DA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MultiSelect::before { + content: '\E762'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MultiSelectMirrored::before { + content: '\EA98'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MusicInCollection::before { + content: '\E940'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MusicInCollectionFill::before { + content: '\EA36'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--MusicNote::before { + content: '\EC4F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Nav2DMapView::before { + content: '\E800'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NavigateBack::before { + content: '\F2DD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NavigateBackMirrored::before { + content: '\F2DE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NavigateExternalInline::before { + content: '\F35F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NavigateForward::before { + content: '\F2DF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NavigateForwardMirrored::before { + content: '\F2E0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NetworkTower::before { + content: '\EC05'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NewAnalyticsQuery::before { + content: '\F1E0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NewFolder::before { + content: '\E8F4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--News::before { + content: '\E900'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NewTeamProject::before { + content: '\F2B2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Next::before { + content: '\E893'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NoteForward::before { + content: '\ED99'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NotePinned::before { + content: '\ED9A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NoteReply::before { + content: '\ED98'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NumberedList::before { + content: '\EA1C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--NumberField::before { + content: '\EDC4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfficeAddinsLogo::before { + content: '\EEC7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfficeAssistantLogo::before { + content: '\EDCE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfficeFormLogo::before { + content: '\EF86'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfficeLogo::before { + content: '\EB6E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfficeStoreLogo::before { + content: '\EDCF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfficeVideoLogo::before { + content: '\F282'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfficeVideoLogoFill::before { + content: '\F283'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfficeVideoLogoInverse::before { + content: '\ED7A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfflineOneDriveParachute::before { + content: '\EEC8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfflineOneDriveParachuteDisabled::before { + content: '\EEC9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OfflineStorageSolid::before { + content: '\F34E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneDrive::before { + content: '\E941'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneDriveAdd::before { + content: '\EF32'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneNoteEduLogoInverse::before { + content: '\EDD0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogo::before { + content: '\F1E7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogo16::before { + content: '\F39A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogoFill::before { + content: '\F1E8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogoFill16::before { + content: '\F39B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogoInverse::before { + content: '\EC0D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogoInverse16::before { + content: '\F399'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OpenFile::before { + content: '\E8E5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OpenFolderHorizontal::before { + content: '\ED25'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OpenInNewWindow::before { + content: '\E8A7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OpenPane::before { + content: '\E8A0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OpenPaneMirrored::before { + content: '\EA5B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OpenSource::before { + content: '\EBC2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Org::before { + content: '\ECA6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogo::before { + content: '\F1E9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogo16::before { + content: '\F39D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogoFill::before { + content: '\F1EA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogoFill16::before { + content: '\F39E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogoInverse::before { + content: '\EB6D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogoInverse16::before { + content: '\F39C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OutOfOffice::before { + content: '\ED34'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Package::before { + content: '\E7B8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Packages::before { + content: '\F318'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Page::before { + content: '\E7C3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PageAdd::before { + content: '\EA1A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PageCheckedin::before { + content: '\F104'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PageCheckedOut::before { + content: '\F02C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PageEdit::before { + content: '\EFB6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PageLeft::before { + content: '\E760'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PageListMirroredSolid::before { + content: '\F33B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PageListSolid::before { + content: '\F33A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PageRight::before { + content: '\E761'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PageSolid::before { + content: '\E729'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PanoIndicator::before { + content: '\E7B0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Parachute::before { + content: '\F351'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ParachuteSolid::before { + content: '\F352'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Parameter::before { + content: '\F306'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ParatureLogo::before { + content: '\ED7B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ParkingLocation::before { + content: '\E811'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ParkingLocationMirrored::before { + content: '\EA5E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ParkingMirroredSolid::before { + content: '\F34B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ParkingSolid::before { + content: '\F34A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PartlyCloudyDay::before { + content: '\E9C0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PartlyCloudyNight::before { + content: '\E9C1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PartyLeader::before { + content: '\ECA7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Paste::before { + content: '\E77F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Pause::before { + content: '\E769'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PaymentCard::before { + content: '\E8C7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PC1::before { + content: '\E977'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PDF::before { + content: '\EA90'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PencilReply::before { + content: '\EF7B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--People::before { + content: '\E716'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PeopleAdd::before { + content: '\EA15'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PeopleAlert::before { + content: '\ED93'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PeopleBlock::before { + content: '\ED91'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PeoplePause::before { + content: '\ED94'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PeopleRepeat::before { + content: '\ED92'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Permissions::before { + content: '\E8D7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PermissionsSolid::before { + content: '\F349'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Personalize::before { + content: '\E771'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Phone::before { + content: '\E717'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Photo2::before { + content: '\EB9F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Photo2Add::before { + content: '\ECAB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Photo2Remove::before { + content: '\ECAC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PhotoCollection::before { + content: '\E7AA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Picture::before { + content: '\E8B9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PictureLibrary::before { + content: '\EEC2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PieDouble::before { + content: '\EB04'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PieSingle::before { + content: '\EB05'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Pill::before { + content: '\EACB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Pin::before { + content: '\E718'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Pinned::before { + content: '\E840'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PinnedFill::before { + content: '\E842'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PivotChart::before { + content: '\F24C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PlannerLogo::before { + content: '\EDD1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PlanView::before { + content: '\F360'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Play::before { + content: '\E768'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PlayerSettings::before { + content: '\EF58'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PlayResume::before { + content: '\F2C6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Plug::before { + content: '\F300'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PlugConnected::before { + content: '\F302'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PlugDisconnected::before { + content: '\F303'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PlugSolid::before { + content: '\F301'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--POI::before { + content: '\ECAF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--POISolid::before { + content: '\F2D1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PostUpdate::before { + content: '\E8F3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerApps::before { + content: '\EDD2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerApps2Logo::before { + content: '\F092'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerAppsLogo::before { + content: '\F091'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerBILogo::before { + content: '\EA1E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerPointDocument::before { + content: '\EF72'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogo::before { + content: '\F1EB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogo16::before { + content: '\F394'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogoFill::before { + content: '\F1EC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogoFill16::before { + content: '\F395'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogoInverse::before { + content: '\EC2A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogoInverse16::before { + content: '\F393'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Precipitation::before { + content: '\E9CF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PresenceChickletVideo::before { + content: '\E979'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Preview::before { + content: '\E8FF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PreviewLink::before { + content: '\E8A1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Previous::before { + content: '\E892'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Print::before { + content: '\E749'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PrintfaxPrinterFile::before { + content: '\E956'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Processing::before { + content: '\E9F5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProcessMetaTask::before { + content: '\F290'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Product::before { + content: '\ECDC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProFootball::before { + content: '\EB27'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProgressLoopInner::before { + content: '\ECDE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProgressLoopOuter::before { + content: '\ECDF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProgressRingDots::before { + content: '\F16A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProHockey::before { + content: '\EB28'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProjectCollection::before { + content: '\F363'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProjectLogoInverse::before { + content: '\EDD4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProtectedDocument::before { + content: '\E8A6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProtectRestrict::before { + content: '\F22A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PublicCalendar::before { + content: '\EF6D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PublicContactCard::before { + content: '\EF6E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PublicEmail::before { + content: '\EF6F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PublicFolder::before { + content: '\EF70'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogo::before { + content: '\F1ED'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogo16::before { + content: '\F3A0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogoFill::before { + content: '\F1EE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogoFill16::before { + content: '\F3A1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogoInverse16::before { + content: '\F39F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Puzzle::before { + content: '\EA86'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PY::before { + content: '\F2F9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--PythonLanguage::before { + content: '\F2F8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--QueryList::before { + content: '\F2B8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Questionnaire::before { + content: '\EE19'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--QuestionnaireMirrored::before { + content: '\EE4B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--QuickNote::before { + content: '\E70B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--QuickNoteSolid::before { + content: '\F338'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RadioBtnOff::before { + content: '\ECCA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RadioBtnOn::before { + content: '\ECCB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RadioBullet::before { + content: '\E915'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Rain::before { + content: '\E9C4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RainShowersDay::before { + content: '\E9C3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RainShowersNight::before { + content: '\EA0F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RainSnow::before { + content: '\E9C7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RawSource::before { + content: '\F299'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Read::before { + content: '\E8C3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReadingMode::before { + content: '\E736'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReadingModeSolid::before { + content: '\F33D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReceiptCheck::before { + content: '\EF5B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReceiptForward::before { + content: '\EF59'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReceiptReply::before { + content: '\EF5A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Recent::before { + content: '\E823'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Record2::before { + content: '\EA3F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RecurringEvent::before { + content: '\EF5D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RecurringTask::before { + content: '\EDB2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RecycleBin::before { + content: '\EF87'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Redeploy::before { + content: '\F29E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RedEye::before { + content: '\E7B3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Redo::before { + content: '\E7A6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Refresh::before { + content: '\E72C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReminderGroup::before { + content: '\EBF8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Remove::before { + content: '\E738'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RemoveEvent::before { + content: '\ED8A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RemoveFilter::before { + content: '\EB08'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RemoveLink::before { + content: '\ED90'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RemoveOccurrence::before { + content: '\ED9B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Rename::before { + content: '\E8AC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReopenPages::before { + content: '\ED50'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Repair::before { + content: '\E90F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Reply::before { + content: '\E97A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReplyAll::before { + content: '\EE0A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReplyAllAlt::before { + content: '\EF5F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReplyAllMirrored::before { + content: '\EE36'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReplyAlt::before { + content: '\EF5E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReplyMirrored::before { + content: '\EE35'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Repo::before { + content: '\F2CB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReportLibrary::before { + content: '\EEBB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReportLibraryMirrored::before { + content: '\EEBC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RepoSolid::before { + content: '\F2CC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReturnToSession::before { + content: '\ED24'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReviewRequestMirroredSolid::before { + content: '\F357'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReviewRequestSolid::before { + content: '\F356'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReviewResponseSolid::before { + content: '\F358'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ReviewSolid::before { + content: '\F355'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RevToggleKey::before { + content: '\E845'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Rewind::before { + content: '\EB9E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Ribbon::before { + content: '\E9D1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RibbonSolid::before { + content: '\F345'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RightDoubleQuote::before { + content: '\E9B1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Ringer::before { + content: '\EA8F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RingerOff::before { + content: '\F2C5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Robot::before { + content: '\E99A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Rocket::before { + content: '\F3B3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Room::before { + content: '\ED9F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Rotate::before { + content: '\E7AD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RowsChild::before { + content: '\F29C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--RowsGroup::before { + content: '\F29B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Rugby::before { + content: '\EB2D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Running::before { + content: '\EADA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Sad::before { + content: '\E757'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SadSolid::before { + content: '\F33E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Save::before { + content: '\E74E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SaveAll::before { + content: '\F203'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SaveAndClose::before { + content: '\F038'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SaveAs::before { + content: '\E792'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Savings::before { + content: '\EB0B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ScheduleEventAction::before { + content: '\F1EF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ScopeTemplate::before { + content: '\F2B0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Script::before { + content: '\F03A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ScrollUpDown::before { + content: '\EC8F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Search::before { + content: '\E721'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SearchAndApps::before { + content: '\E773'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Section::before { + content: '\EC0C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Sections::before { + content: '\EF76'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SecurityGroup::before { + content: '\ED85'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Send::before { + content: '\E724'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SendMirrored::before { + content: '\EA63'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Separator::before { + content: '\F35E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Server::before { + content: '\F201'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ServerEnviroment::before { + content: '\F29F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ServerProcesses::before { + content: '\F1FE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SetAction::before { + content: '\F071'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Settings::before { + content: '\E713'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Share::before { + content: '\E72D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ShareiOS::before { + content: '\EF79'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SharepointLogo::before { + content: '\F27E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SharepointLogoFill::before { + content: '\F27F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SharepointLogoInverse::before { + content: '\ED18'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Shield::before { + content: '\EA18'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ShieldSolid::before { + content: '\F340'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Shop::before { + content: '\E719'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ShoppingCart::before { + content: '\E7BF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ShoppingCartSolid::before { + content: '\F342'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ShopServer::before { + content: '\F2B6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ShowResults::before { + content: '\E8BC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ShowResultsMirrored::before { + content: '\EA65'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SidePanel::before { + content: '\EF52'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SidePanelMirrored::before { + content: '\F221'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SignOut::before { + content: '\F3B1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SingleBookmark::before { + content: '\EDFF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SingleColumn::before { + content: '\F1D3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SingleColumnEdit::before { + content: '\F321'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SIPMove::before { + content: '\E759'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SkypeCheck::before { + content: '\EF80'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SkypeCircleCheck::before { + content: '\EF7D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SkypeCircleClock::before { + content: '\EF7E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SkypeCircleMinus::before { + content: '\EF7F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SkypeClock::before { + content: '\EF81'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SkypeForBusinessLogoFill::before { + content: '\F27D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SkypeLogo::before { + content: '\EB6F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SkypeMessage::before { + content: '\EF83'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SkypeMinus::before { + content: '\EF82'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SliderThumb::before { + content: '\EC13'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Snow::before { + content: '\E9C8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Snowflake::before { + content: '\EB46'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SnowShowerDay::before { + content: '\E9FD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SnowShowerNight::before { + content: '\EA11'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Soccer::before { + content: '\EB21'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SocialListeningLogo::before { + content: '\ED7C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Sort::before { + content: '\E8CB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SortDown::before { + content: '\EE69'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SortLines::before { + content: '\E9D0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SortUp::before { + content: '\EE68'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Speakers::before { + content: '\E7F5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SpeedHigh::before { + content: '\EC4A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Split::before { + content: '\EDBC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Sprint::before { + content: '\F3B0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Squalls::before { + content: '\E9CC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StackedBarChart::before { + content: '\F24D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StackedLineChart::before { + content: '\F24E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StackIndicator::before { + content: '\E7FF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Starburst::before { + content: '\EF78'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StarburstSolid::before { + content: '\F33C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StatusErrorFull::before { + content: '\EB90'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StatusTriangle::before { + content: '\EA82'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Step::before { + content: '\F241'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StepInsert::before { + content: '\F242'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StepShared::before { + content: '\F243'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StepSharedAdd::before { + content: '\F244'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StepSharedInsert::before { + content: '\F245'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StockDown::before { + content: '\EB0F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StockUp::before { + content: '\EB11'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Stop::before { + content: '\E71A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StopSolid::before { + content: '\EE95'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Stopwatch::before { + content: '\E916'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StoreLogo::before { + content: '\EA96'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StoreLogoMed::before { + content: '\EA04'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Storyboard::before { + content: '\F308'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Streaming::before { + content: '\E93E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StreamingOff::before { + content: '\F2BB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--StreamLogo::before { + content: '\F329'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Strikethrough::before { + content: '\EDE0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Subscribe::before { + content: '\EDA1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Subscript::before { + content: '\EDDF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Suitcase::before { + content: '\EDD3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SunAdd::before { + content: '\EF69'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Sunny::before { + content: '\E9BD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SunQuestionMark::before { + content: '\EF6A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Superscript::before { + content: '\EDDE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SwayLogoInverse::before { + content: '\ED29'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Switch::before { + content: '\E8AB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SwitcherStartEnd::before { + content: '\E810'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Sync::before { + content: '\E895'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SyncFolder::before { + content: '\E8F7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SyncToPC::before { + content: '\EE6E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--System::before { + content: '\E770'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Tab::before { + content: '\E7E9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Table::before { + content: '\ED86'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Tablet::before { + content: '\E70A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TabletSelected::before { + content: '\EC74'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Tag::before { + content: '\E8EC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Taskboard::before { + content: '\F1C2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TaskGroup::before { + content: '\F2AE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TaskGroupMirrored::before { + content: '\F2AF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TaskManager::before { + content: '\EDB7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TaskManagerMirrored::before { + content: '\EDB8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TaskSolid::before { + content: '\F333'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TeamFavorite::before { + content: '\F2AD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TeamsLogo::before { + content: '\F27B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TeamsLogoFill::before { + content: '\F27C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TeamsLogoInverse::before { + content: '\F27A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Teamwork::before { + content: '\EA12'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TemporaryUser::before { + content: '\EE58'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Tennis::before { + content: '\EB33'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestAutoSolid::before { + content: '\F3A8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestBeaker::before { + content: '\F3A5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestBeakerSolid::before { + content: '\F3A6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestCase::before { + content: '\F3AF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestExploreSolid::before { + content: '\F3A7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestImpactSolid::before { + content: '\F3AA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestParameter::before { + content: '\F3AD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestPlan::before { + content: '\F3AB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestStep::before { + content: '\F3AC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestSuite::before { + content: '\F3AE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TestUserSolid::before { + content: '\F3A9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TextBox::before { + content: '\EDC2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TextCallout::before { + content: '\F2A2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TextDocument::before { + content: '\F029'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TextField::before { + content: '\EDC3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ThumbnailView::before { + content: '\E7B6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ThumbnailViewMirrored::before { + content: '\EA67'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Thunderstorms::before { + content: '\E9C6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Ticket::before { + content: '\EB54'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Tiles::before { + content: '\ECA5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Tiles2::before { + content: '\EF7C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Timeline::before { + content: '\ED9C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TimelineDelivery::before { + content: '\F2AB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TimelineMatrixView::before { + content: '\F361'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TimelineProgress::before { + content: '\F2AA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Timer::before { + content: '\E91E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ToggleBorder::before { + content: '\EC12'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ToggleFilled::before { + content: '\EC11'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ToggleThumb::before { + content: '\EC14'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Touch::before { + content: '\E815'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TouchPointer::before { + content: '\E7C9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Train::before { + content: '\E7C0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TrainSolid::before { + content: '\EB4D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TransferCall::before { + content: '\ED95'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriangleDown12::before { + content: '\EED1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriangleLeft12::before { + content: '\EED2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriangleRight12::before { + content: '\EED3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolid::before { + content: '\EA08'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolidDown12::before { + content: '\EECD'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolidLeft12::before { + content: '\EECE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolidRight12::before { + content: '\EECF'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolidUp12::before { + content: '\EECC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriangleUp12::before { + content: '\EED0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriggerApproval::before { + content: '\F3B2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriggerAuto::before { + content: '\F24A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TriggerUser::before { + content: '\F24B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TripleColumn::before { + content: '\F1D5'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TripleColumnEdit::before { + content: '\F323'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Trophy::before { + content: '\ED3F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Trophy2Solid::before { + content: '\F337'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TurnRight::before { + content: '\E7DB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TVMonitor::before { + content: '\E7F4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TVMonitorSelected::before { + content: '\EC77'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--TypeScriptLanguage::before { + content: '\F2F7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Umbrella::before { + content: '\EC04'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Underline::before { + content: '\E8DC'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Undo::before { + content: '\E7A7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Unfavorite::before { + content: '\E8D9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Unknown::before { + content: '\E9CE'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--UnknownCall::before { + content: '\ED97'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--UnknownMirroredSolid::before { + content: '\F2E2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--UnknownSolid::before { + content: '\F2E1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Unlock::before { + content: '\E785'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--UnlockSolid::before { + content: '\F304'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Unpin::before { + content: '\E77A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Unsubscribe::before { + content: '\EDA0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--UnsyncFolder::before { + content: '\E8F6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Up::before { + content: '\E74A'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Upload::before { + content: '\E898'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--UserFollowed::before { + content: '\F25C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--UserPause::before { + content: '\F2BA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--UserSync::before { + content: '\F2B9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Variable::before { + content: '\F305'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VariableGroup::before { + content: '\F31B'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VB::before { + content: '\F2F2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VennDiagram::before { + content: '\F273'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Video::before { + content: '\E714'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VideoSolid::before { + content: '\EA0C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--View::before { + content: '\E890'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ViewAll::before { + content: '\E8A9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ViewAll2::before { + content: '\EF56'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ViewDashboard::before { + content: '\F246'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ViewList::before { + content: '\F247'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ViewListGroup::before { + content: '\F248'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ViewListTree::before { + content: '\F249'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisioDiagram::before { + content: '\F2A0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisioDocument::before { + content: '\F2A9'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisioLogo::before { + content: '\F2A7'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisioLogo16::before { + content: '\F3A3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisioLogoFill::before { + content: '\F2A8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisioLogoFill16::before { + content: '\F3A4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisioLogoInverse::before { + content: '\ED7D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisioLogoInverse16::before { + content: '\F3A2'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisualBasicLanguage::before { + content: '\F2F1'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VisualStudioLogo::before { + content: '\EC22'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VoicemailForward::before { + content: '\ED87'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VoicemailReply::before { + content: '\ED88'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Volume0::before { + content: '\E992'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Volume1::before { + content: '\E993'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Volume2::before { + content: '\E994'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Volume3::before { + content: '\E995'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VolumeDisabled::before { + content: '\EA85'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VSTSAltLogo1::before { + content: '\F382'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VSTSAltLogo2::before { + content: '\F383'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--VSTSLogo::before { + content: '\F381'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Waffle::before { + content: '\ED89'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Warning::before { + content: '\E7BA'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Website::before { + content: '\EB41'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Weights::before { + content: '\EADB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WifiEthernet::before { + content: '\EE77'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WindDirection::before { + content: '\EBE6'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WindowsLogo::before { + content: '\E782'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WipePhone::before { + content: '\ED8D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WordDocument::before { + content: '\EF71'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WordLogo::before { + content: '\F1E3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WordLogo16::before { + content: '\F391'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WordLogoFill::before { + content: '\F1E4'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WordLogoFill16::before { + content: '\F392'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WordLogoInverse::before { + content: '\EC29'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WordLogoInverse16::before { + content: '\F390'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Work::before { + content: '\E821'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WorkFlow::before { + content: '\EA01'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WorkItem::before { + content: '\F314'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WorkItemBar::before { + content: '\F35C'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WorkItemBarSolid::before { + content: '\F35D'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WorkItemBug::before { + content: '\F315'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--World::before { + content: '\E909'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--WorldClock::before { + content: '\E918'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--YammerLogo::before { + content: '\ED19'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ZipFolder::before { + content: '\F012'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--Zoom::before { + content: '\E71E'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ZoomIn::before { + content: '\E8A3'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ZoomOut::before { + content: '\E71F'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--SwayLogo::before { + content: '\ED29'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ClassNotebookLogo::before { + content: '\EDC8'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--DocsLogo::before { + content: '\EDCB'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--OneNoteEduLogo::before { + content: '\EDD0'; +} + +.ms-Fabric--v7-1-0 .ms-Icon--ProjectLogo::before { + content: '\EDD4'; +} + +@media (max-width: 479px) { + .ms-Fabric--v7-1-0 .ms-hiddenSm, + .ms-Fabric--v7-1-0 .ms-hiddenMdDown, + .ms-Fabric--v7-1-0 .ms-hiddenLgDown, + .ms-Fabric--v7-1-0 .ms-hiddenXlDown, + .ms-Fabric--v7-1-0 .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 480px) and (max-width: 639px) { + .ms-Fabric--v7-1-0 .ms-hiddenMd, + .ms-Fabric--v7-1-0 .ms-hiddenMdUp, + .ms-Fabric--v7-1-0 .ms-hiddenMdDown, + .ms-Fabric--v7-1-0 .ms-hiddenLgDown, + .ms-Fabric--v7-1-0 .ms-hiddenXlDown, + .ms-Fabric--v7-1-0 .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 640px) and (max-width: 1023px) { + .ms-Fabric--v7-1-0 .ms-hiddenMdUp, + .ms-Fabric--v7-1-0 .ms-hiddenLg, + .ms-Fabric--v7-1-0 .ms-hiddenLgUp, + .ms-Fabric--v7-1-0 .ms-hiddenLgDown, + .ms-Fabric--v7-1-0 .ms-hiddenXlDown, + .ms-Fabric--v7-1-0 .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 1024px) and (max-width: 1365px) { + .ms-Fabric--v7-1-0 .ms-hiddenMdUp, + .ms-Fabric--v7-1-0 .ms-hiddenLgUp, + .ms-Fabric--v7-1-0 .ms-hiddenXl, + .ms-Fabric--v7-1-0 .ms-hiddenXlUp, + .ms-Fabric--v7-1-0 .ms-hiddenXlDown, + .ms-Fabric--v7-1-0 .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 1366px) and (max-width: 1919px) { + .ms-Fabric--v7-1-0 .ms-hiddenMdUp, + .ms-Fabric--v7-1-0 .ms-hiddenLgUp, + .ms-Fabric--v7-1-0 .ms-hiddenXlUp, + .ms-Fabric--v7-1-0 .ms-hiddenXxl, + .ms-Fabric--v7-1-0 .ms-hiddenXxlUp, + .ms-Fabric--v7-1-0 .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-hiddenMdUp, + .ms-Fabric--v7-1-0 .ms-hiddenLgUp, + .ms-Fabric--v7-1-0 .ms-hiddenXlUp, + .ms-Fabric--v7-1-0 .ms-hiddenXxlUp, + .ms-Fabric--v7-1-0 .ms-hiddenXxxl { + display: none !important; + } +} + +.ms-Fabric--v7-1-0 .ms-sm12 { + width: 100%; +} + +.ms-Fabric--v7-1-0 .ms-sm11 { + width: 91.66666666666666%; +} + +.ms-Fabric--v7-1-0 .ms-sm10 { + width: 83.33333333333334%; +} + +.ms-Fabric--v7-1-0 .ms-sm9 { + width: 75%; +} + +.ms-Fabric--v7-1-0 .ms-sm8 { + width: 66.66666666666666%; +} + +.ms-Fabric--v7-1-0 .ms-sm7 { + width: 58.333333333333336%; +} + +.ms-Fabric--v7-1-0 .ms-sm6 { + width: 50%; +} + +.ms-Fabric--v7-1-0 .ms-sm5 { + width: 41.66666666666667%; +} + +.ms-Fabric--v7-1-0 .ms-sm4 { + width: 33.33333333333333%; +} + +.ms-Fabric--v7-1-0 .ms-sm3 { + width: 25%; +} + +.ms-Fabric--v7-1-0 .ms-sm2 { + width: 16.666666666666664%; +} + +.ms-Fabric--v7-1-0 .ms-sm1 { + width: 8.333333333333332%; +} + +.ms-Fabric--v7-1-0 .ms-smPull12 { + right: 100%; +} + +.ms-Fabric--v7-1-0 .ms-smPull11 { + right: 91.66666666666666%; +} + +.ms-Fabric--v7-1-0 .ms-smPull10 { + right: 83.33333333333334%; +} + +.ms-Fabric--v7-1-0 .ms-smPull9 { + right: 75%; +} + +.ms-Fabric--v7-1-0 .ms-smPull8 { + right: 66.66666666666666%; +} + +.ms-Fabric--v7-1-0 .ms-smPull7 { + right: 58.333333333333336%; +} + +.ms-Fabric--v7-1-0 .ms-smPull6 { + right: 50%; +} + +.ms-Fabric--v7-1-0 .ms-smPull5 { + right: 41.66666666666667%; +} + +.ms-Fabric--v7-1-0 .ms-smPull4 { + right: 33.33333333333333%; +} + +.ms-Fabric--v7-1-0 .ms-smPull3 { + right: 25%; +} + +.ms-Fabric--v7-1-0 .ms-smPull2 { + right: 16.666666666666664%; +} + +.ms-Fabric--v7-1-0 .ms-smPull1 { + right: 8.333333333333332%; +} + +.ms-Fabric--v7-1-0 .ms-smPull0 { + right: auto; +} + +.ms-Fabric--v7-1-0 .ms-smPush12 { + left: 100%; +} + +.ms-Fabric--v7-1-0 .ms-smPush11 { + left: 91.66666666666666%; +} + +.ms-Fabric--v7-1-0 .ms-smPush10 { + left: 83.33333333333334%; +} + +.ms-Fabric--v7-1-0 .ms-smPush9 { + left: 75%; +} + +.ms-Fabric--v7-1-0 .ms-smPush8 { + left: 66.66666666666666%; +} + +.ms-Fabric--v7-1-0 .ms-smPush7 { + left: 58.333333333333336%; +} + +.ms-Fabric--v7-1-0 .ms-smPush6 { + left: 50%; +} + +.ms-Fabric--v7-1-0 .ms-smPush5 { + left: 41.66666666666667%; +} + +.ms-Fabric--v7-1-0 .ms-smPush4 { + left: 33.33333333333333%; +} + +.ms-Fabric--v7-1-0 .ms-smPush3 { + left: 25%; +} + +.ms-Fabric--v7-1-0 .ms-smPush2 { + left: 16.666666666666664%; +} + +.ms-Fabric--v7-1-0 .ms-smPush1 { + left: 8.333333333333332%; +} + +.ms-Fabric--v7-1-0 .ms-smPush0 { + left: auto; +} + +.ms-Fabric--v7-1-0 .ms-smOffset11 { + margin-left: 91.66666666666666%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset10 { + margin-left: 83.33333333333334%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset9 { + margin-left: 75%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset8 { + margin-left: 66.66666666666666%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset7 { + margin-left: 58.333333333333336%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset6 { + margin-left: 50%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset5 { + margin-left: 41.66666666666667%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset4 { + margin-left: 33.33333333333333%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset3 { + margin-left: 25%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset2 { + margin-left: 16.666666666666664%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset1 { + margin-left: 8.333333333333332%; +} + +.ms-Fabric--v7-1-0 .ms-smOffset0 { + margin-left: 0; +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md12 { + width: 100%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md9 { + width: 75%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md6 { + width: 50%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md3 { + width: 25%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-md1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull12 { + right: 100%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull9 { + right: 75%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull6 { + right: 50%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull3 { + right: 25%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPull0 { + right: auto; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush12 { + left: 100%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush9 { + left: 75%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush6 { + left: 50%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush3 { + left: 25%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdPush0 { + left: auto; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-Fabric--v7-1-0 .ms-mdOffset0 { + margin-left: 0; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg12 { + width: 100%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg9 { + width: 75%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg6 { + width: 50%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg3 { + width: 25%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lg1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull12 { + right: 100%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull9 { + right: 75%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull6 { + right: 50%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull3 { + right: 25%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPull0 { + right: auto; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush12 { + left: 100%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush9 { + left: 75%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush6 { + left: 50%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush3 { + left: 25%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgPush0 { + left: auto; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-Fabric--v7-1-0 .ms-lgOffset0 { + margin-left: 0; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl12 { + width: 100%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl9 { + width: 75%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl6 { + width: 50%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl3 { + width: 25%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xl1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull12 { + right: 100%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull9 { + right: 75%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull6 { + right: 50%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull3 { + right: 25%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPull0 { + right: auto; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush12 { + left: 100%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush9 { + left: 75%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush6 { + left: 50%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush3 { + left: 25%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlPush0 { + left: auto; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-Fabric--v7-1-0 .ms-xlOffset0 { + margin-left: 0; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl12 { + width: 100%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl9 { + width: 75%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl6 { + width: 50%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl3 { + width: 25%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxl1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull12 { + right: 100%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull9 { + right: 75%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull6 { + right: 50%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull3 { + right: 25%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPull0 { + right: auto; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush12 { + left: 100%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush9 { + left: 75%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush6 { + left: 50%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush3 { + left: 25%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlPush0 { + left: auto; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-Fabric--v7-1-0 .ms-xxlOffset0 { + margin-left: 0; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl12 { + width: 100%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl9 { + width: 75%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl6 { + width: 50%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl3 { + width: 25%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxl1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull12 { + right: 100%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull9 { + right: 75%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull6 { + right: 50%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull3 { + right: 25%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPull0 { + right: auto; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush12 { + left: 100%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush9 { + left: 75%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush6 { + left: 50%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush3 { + left: 25%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlPush0 { + left: auto; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-Fabric--v7-1-0 .ms-xxxlOffset0 { + margin-left: 0; + } +} + +.ms-Fabric--v7-1-0 .ms-borderBox, +.ms-Fabric--v7-1-0 .ms-borderBox::before, +.ms-Fabric--v7-1-0 .ms-borderBox::after { + box-sizing: border-box; +} + +.ms-Fabric--v7-1-0 .ms-borderBase { + border: 1px solid; +} + +.ms-Fabric--v7-1-0 .ms-clearfix { + *zoom: 1; +} + +.ms-Fabric--v7-1-0 .ms-clearfix::before, +.ms-Fabric--v7-1-0 .ms-clearfix::after { + display: table; + content: ''; + line-height: 0; +} + +.ms-Fabric--v7-1-0 .ms-clearfix::after { + clear: both; +} + +.ms-Fabric--v7-1-0 .ms-normalize { + box-sizing: border-box; + box-shadow: none; + margin: 0; + padding: 0; +} + +.ms-Fabric--v7-1-0 .ms-textAlignLeft { + text-align: left; +} + +.ms-Fabric--v7-1-0 .ms-textAlignCenter { + text-align: center; +} + +.ms-Fabric--v7-1-0 .ms-textAlignRight { + text-align: right; +} + +.ms-Fabric--v7-1-0 .ms-screenReaderOnly { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} + +.ms-Fabric--v7-1-0 .ms-textTruncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + word-wrap: normal; +} + +.ms-Fabric--v7-1-0 .ms-noWrap { + white-space: nowrap; +} + +.ms-Fabric--v7-1-0 .ms-Fabric { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + color: #333333; + font-family: 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; + font-size: 14px; +} + +.ms-Fabric--v7-1-0 .ms-Fabric button, +.ms-Fabric--v7-1-0 .ms-Fabric input { + font-family: inherit; +} + +.ms-Fabric--v7-1-0 *[lang^='ar'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='ar'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='ar'] { + font-family: 'Segoe UI Web (Arabic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='bg'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='bg'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='bg'] { + font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='cs'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='cs'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='cs'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='el'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='el'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='el'] { + font-family: 'Segoe UI Web (Greek)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='et'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='et'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='et'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='he'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='he'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='he'] { + font-family: 'Segoe UI Web (Hebrew)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='hi'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='hi'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='hi'] { + font-family: 'Nirmala UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='hr'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='hr'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='hr'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='hu'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='hu'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='hu'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='ja'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='ja'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='ja'] { + font-family: 'Yu Gothic', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='kk'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='kk'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='kk'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='ko'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='ko'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='ko'] { + font-family: 'Malgun Gothic', Gulim, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='lo'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='lo'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='lo'] { + font-family: 'Leelawadee UI Web', 'Lao UI', DokChampa, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='lt'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='lt'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='lt'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='lv'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='lv'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='lv'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='pl'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='pl'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='pl'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='ru'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='ru'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='ru'] { + font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='sk'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='sk'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='sk'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='sr-latn'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='sr-latn'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='sr-latn'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='th'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='th'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='th'] { + font-family: 'Leelawadee UI Web', 'Kmer UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='tr'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='tr'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='tr'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='uk'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='uk'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='uk'] { + font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='vi'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='vi'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='vi'] { + font-family: 'Segoe UI Web (Vietnamese)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='zh-hans'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='zh-hans'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='zh-hans'] { + font-family: 'Microsoft Yahei', Verdana, Simsun, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 *[lang^='zh-hant'] .ms-Fabric, +.ms-Fabric--v7-1-0 .ms-Fabric *[lang^='zh-hant'], +.ms-Fabric--v7-1-0 .ms-Fabric[lang^='zh-hant'] { + font-family: 'Microsoft Jhenghei', Pmingliu, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--v7-1-0 .ms-Fabric--selawik { + font-family: 'Selawik Web', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +/* + Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license +*/ +@font-face { + font-family: 'FabricMDL2Icons-7'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-7-2.30.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-7-2.30.woff') format('woff'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-7-2.30.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} diff --git a/dist/css/fabric-7.1.0.scoped.min.css b/dist/css/fabric-7.1.0.scoped.min.css new file mode 100644 index 000000000..ed4ed427f --- /dev/null +++ b/dist/css/fabric-7.1.0.scoped.min.css @@ -0,0 +1,6 @@ +/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */ +/** + * Office UI Fabric Core 7.1.0 + * The front-end framework for building experiences for Office 365. + **/ +@keyframes ms-slideRightIn10--v7-1-0{0%{transform:translate3d(-10px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn20--v7-1-0{0%{transform:translate3d(-20px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn40--v7-1-0{0%{transform:translate3d(-40px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn400--v7-1-0{0%{transform:translate3d(-400px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightOut40--v7-1-0{0%{transform:translateZ(0)}to{transform:translate3d(40px,0,0)}}@keyframes ms-slideRightOut400--v7-1-0{0%{transform:translateZ(0)}to{transform:translate3d(400px,0,0)}}@keyframes ms-slideLeftIn10--v7-1-0{0%{transform:translate3d(10px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn20--v7-1-0{0%{transform:translate3d(20px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn40--v7-1-0{0%{transform:translate3d(40px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn400--v7-1-0{0%{transform:translate3d(400px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftOut40--v7-1-0{0%{transform:translateZ(0)}to{transform:translate3d(-40px,0,0)}}@keyframes ms-slideLeftOut400--v7-1-0{0%{transform:translateZ(0)}to{transform:translate3d(-400px,0,0)}}@keyframes ms-slideUpIn10--v7-1-0{0%{transform:translate3d(0,10px,0)}to{transform:translateZ(0)}}@keyframes ms-slideUpIn20--v7-1-0{0%{transform:translate3d(0,20px,0)}to{transform:translateZ(0)}}@keyframes ms-slideDownIn10--v7-1-0{0%{transform:translate3d(0,-10px,0)}to{transform:translateZ(0)}}@keyframes ms-slideDownIn20--v7-1-0{0%{transform:translate3d(0,-20px,0)}to{transform:translateZ(0)}}@keyframes ms-slideUpOut10--v7-1-0{0%{transform:translateZ(0)}to{transform:translate3d(0,-10px,0)}}@keyframes ms-slideUpOut20--v7-1-0{0%{transform:translateZ(0)}to{transform:translate3d(0,-20px,0)}}@keyframes ms-slideDownOut10--v7-1-0{0%{transform:translateZ(0)}to{transform:translate3d(0,10px,0)}}@keyframes ms-slideDownOut20--v7-1-0{0%{transform:translateZ(0)}to{transform:translate3d(0,20px,0)}}@keyframes ms-scaleUp100--v7-1-0{0%{transform:scale3d(.98,.98,1)}to{transform:scaleX(1)}}@keyframes ms-scaleUp103--v7-1-0{0%{transform:scaleX(1)}to{transform:scale3d(1.03,1.03,1)}}@keyframes ms-scaleDown98--v7-1-0{0%{transform:scaleX(1)}to{transform:scale3d(.98,.98,1)}}@keyframes ms-scaleDown100--v7-1-0{0%{transform:scale3d(1.03,1.03,1)}to{transform:scaleX(1)}}@keyframes ms-fadeIn--v7-1-0{0%{opacity:0;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:1}}@keyframes ms-fadeOut--v7-1-0{0%{opacity:1;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:0}}@keyframes ms-rotate90--v7-1-0{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes ms-rotateN90--v7-1-0{0%{transform:rotate(90deg)}to{transform:rotate(0deg)}}.ms-Fabric--v7-1-0 .ms-slideRightIn10{animation-name:ms-fadeIn--v7-1-0,ms-slideRightIn10--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideRightIn20{animation-name:ms-fadeIn--v7-1-0,ms-slideRightIn20--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideRightIn40{animation-name:ms-fadeIn--v7-1-0,ms-slideRightIn40--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideRightIn400{animation-name:ms-fadeIn--v7-1-0,ms-slideRightIn400--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideRightOut40{animation-name:ms-fadeOut--v7-1-0,ms-slideRightOut40--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideRightOut400{animation-name:ms-fadeOut--v7-1-0,ms-slideRightOut400--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideLeftIn10{animation-name:ms-fadeIn--v7-1-0,ms-slideLeftIn10--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideLeftIn20{animation-name:ms-fadeIn--v7-1-0,ms-slideLeftIn20--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideLeftIn40{animation-name:ms-fadeIn--v7-1-0,ms-slideLeftIn40--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideLeftIn400{animation-name:ms-fadeIn--v7-1-0,ms-slideLeftIn400--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideLeftOut40{animation-name:ms-fadeOut--v7-1-0,ms-slideLeftOut40--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideLeftOut400{animation-name:ms-fadeOut--v7-1-0,ms-slideLeftOut400--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideUpIn10{animation-name:ms-fadeIn--v7-1-0,ms-slideUpIn10--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideUpIn20{animation-name:ms-fadeIn--v7-1-0,ms-slideUpIn20--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideDownIn10{animation-name:ms-fadeIn--v7-1-0,ms-slideDownIn10--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideDownIn20{animation-name:ms-fadeIn--v7-1-0,ms-slideDownIn20--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideUpOut10{animation-name:ms-fadeOut--v7-1-0,ms-slideUpOut10--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideUpOut20{animation-name:ms-fadeOut--v7-1-0,ms-slideUpOut20--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideDownOut10{animation-name:ms-fadeOut--v7-1-0,ms-slideDownOut10--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-slideDownOut20{animation-name:ms-fadeOut--v7-1-0,ms-slideDownOut20--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-scaleUpIn100{animation-name:ms-fadeIn--v7-1-0,ms-scaleUp100--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-scaleUpOut103{animation-name:ms-fadeOut--v7-1-0,ms-scaleUp103--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-scaleDownOut98{animation-name:ms-fadeOut--v7-1-0,ms-scaleDown98--v7-1-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-scaleDownIn100{animation-name:ms-fadeIn--v7-1-0,ms-scaleDown100--v7-1-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-fadeIn100{animation-duration:.167s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-fadeIn200{animation-duration:.267s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-fadeIn400{animation-duration:.367s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-fadeIn500{animation-duration:.467s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-fadeOut100{animation-duration:.1s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-fadeOut200{animation-duration:.167s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-fadeOut400{animation-duration:.367s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-fadeOut500{animation-duration:.467s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-expandCollapse100{transition:height .1s cubic-bezier(.1,.25,.75,.9)}.ms-Fabric--v7-1-0 .ms-expandCollapse200{transition:height .167s cubic-bezier(.1,.25,.75,.9)}.ms-Fabric--v7-1-0 .ms-expandCollapse400{transition:height .367s cubic-bezier(.1,.25,.75,.9)}.ms-Fabric--v7-1-0 .ms-delay100{animation-delay:.167s}.ms-Fabric--v7-1-0 .ms-delay200{animation-delay:.267s}.ms-Fabric--v7-1-0 .ms-rotate90deg{animation-name:ms-rotate90--v7-1-0;animation-duration:.1s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-rotateN90deg{animation-name:ms-rotateN90--v7-1-0;animation-duration:.1s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--icon16{background-size:100% 100%;width:16px;height:16px}.ms-Fabric--v7-1-0 .ms-BrandIcon--icon48{background-size:100% 100%;width:48px;height:48px}.ms-Fabric--v7-1-0 .ms-BrandIcon--icon96{background-size:100% 100%;width:96px;height:96px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1_5.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1_5.png)}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi){.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x2.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x2.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi){.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x3.png)}.ms-Fabric--v7-1-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x3.png)}}.ms-Fabric--v7-1-0 .ms-bgColor-themeDark,.ms-Fabric--v7-1-0 .ms-bgColor-themeDark--hover:hover{background-color:#005a9e}.ms-Fabric--v7-1-0 .ms-bgColor-themeDarkAlt,.ms-Fabric--v7-1-0 .ms-bgColor-themeDarkAlt--hover:hover{background-color:#106ebe}.ms-Fabric--v7-1-0 .ms-bgColor-themeDarker,.ms-Fabric--v7-1-0 .ms-bgColor-themeDarker--hover:hover{background-color:#004578}.ms-Fabric--v7-1-0 .ms-bgColor-themePrimary,.ms-Fabric--v7-1-0 .ms-bgColor-themePrimary--hover:hover{background-color:#0078d7}.ms-Fabric--v7-1-0 .ms-bgColor-themeSecondary,.ms-Fabric--v7-1-0 .ms-bgColor-themeSecondary--hover:hover{background-color:#2488d8}.ms-Fabric--v7-1-0 .ms-bgColor-themeTertiary,.ms-Fabric--v7-1-0 .ms-bgColor-themeTertiary--hover:hover{background-color:#69afe5}.ms-Fabric--v7-1-0 .ms-bgColor-themeLight,.ms-Fabric--v7-1-0 .ms-bgColor-themeLight--hover:hover{background-color:#c7e0f4}.ms-Fabric--v7-1-0 .ms-bgColor-themeLighter,.ms-Fabric--v7-1-0 .ms-bgColor-themeLighter--hover:hover{background-color:#deecf9}.ms-Fabric--v7-1-0 .ms-bgColor-themeLighterAlt,.ms-Fabric--v7-1-0 .ms-bgColor-themeLighterAlt--hover:hover{background-color:#eff6fc}.ms-Fabric--v7-1-0 .ms-bgColor-black,.ms-Fabric--v7-1-0 .ms-bgColor-black--hover:hover{background-color:#000}.ms-Fabric--v7-1-0 .ms-bgColor-neutralDark,.ms-Fabric--v7-1-0 .ms-bgColor-neutralDark--hover:hover{background-color:#212121}.ms-Fabric--v7-1-0 .ms-bgColor-neutralPrimary,.ms-Fabric--v7-1-0 .ms-bgColor-neutralPrimary--hover:hover{background-color:#333}.ms-Fabric--v7-1-0 .ms-bgColor-neutralPrimaryAlt,.ms-Fabric--v7-1-0 .ms-bgColor-neutralPrimaryAlt--hover:hover{background-color:#3c3c3c}.ms-Fabric--v7-1-0 .ms-bgColor-neutralSecondary,.ms-Fabric--v7-1-0 .ms-bgColor-neutralSecondary--hover:hover{background-color:#666}.ms-Fabric--v7-1-0 .ms-bgColor-neutralSecondaryAlt,.ms-Fabric--v7-1-0 .ms-bgColor-neutralSecondaryAlt--hover:hover{background-color:#767676}.ms-Fabric--v7-1-0 .ms-bgColor-neutralTertiary,.ms-Fabric--v7-1-0 .ms-bgColor-neutralTertiary--hover:hover{background-color:#a6a6a6}.ms-Fabric--v7-1-0 .ms-bgColor-neutralTertiaryAlt,.ms-Fabric--v7-1-0 .ms-bgColor-neutralTertiaryAlt--hover:hover{background-color:#c8c8c8}.ms-Fabric--v7-1-0 .ms-bgColor-neutralLight,.ms-Fabric--v7-1-0 .ms-bgColor-neutralLight--hover:hover{background-color:#eaeaea}.ms-Fabric--v7-1-0 .ms-bgColor-neutralLighter,.ms-Fabric--v7-1-0 .ms-bgColor-neutralLighter--hover:hover{background-color:#f4f4f4}.ms-Fabric--v7-1-0 .ms-bgColor-neutralLighterAlt,.ms-Fabric--v7-1-0 .ms-bgColor-neutralLighterAlt--hover:hover{background-color:#f8f8f8}.ms-Fabric--v7-1-0 .ms-bgColor-white,.ms-Fabric--v7-1-0 .ms-bgColor-white--hover:hover{background-color:#fff}.ms-Fabric--v7-1-0 .ms-bgColor-yellow{background-color:#ffb900}.ms-Fabric--v7-1-0 .ms-bgColor-yellowLight{background-color:#fff100}.ms-Fabric--v7-1-0 .ms-bgColor-orange{background-color:#d83b01}.ms-Fabric--v7-1-0 .ms-bgColor-orangeLight{background-color:#ea4300}.ms-Fabric--v7-1-0 .ms-bgColor-orangeLighter{background-color:#ff8c00}.ms-Fabric--v7-1-0 .ms-bgColor-redDark{background-color:#a80000}.ms-Fabric--v7-1-0 .ms-bgColor-red{background-color:#e81123}.ms-Fabric--v7-1-0 .ms-bgColor-magentaDark{background-color:#5c005c}.ms-Fabric--v7-1-0 .ms-bgColor-magenta{background-color:#b4009e}.ms-Fabric--v7-1-0 .ms-bgColor-magentaLight{background-color:#e3008c}.ms-Fabric--v7-1-0 .ms-bgColor-purpleDark{background-color:#32145a}.ms-Fabric--v7-1-0 .ms-bgColor-purple{background-color:#5c2d91}.ms-Fabric--v7-1-0 .ms-bgColor-purpleLight{background-color:#b4a0ff}.ms-Fabric--v7-1-0 .ms-bgColor-blueDark{background-color:#002050}.ms-Fabric--v7-1-0 .ms-bgColor-blueMid{background-color:#00188f}.ms-Fabric--v7-1-0 .ms-bgColor-blue{background-color:#0078d7}.ms-Fabric--v7-1-0 .ms-bgColor-blueLight{background-color:#00bcf2}.ms-Fabric--v7-1-0 .ms-bgColor-tealDark{background-color:#004b50}.ms-Fabric--v7-1-0 .ms-bgColor-teal{background-color:#008272}.ms-Fabric--v7-1-0 .ms-bgColor-tealLight{background-color:#00b294}.ms-Fabric--v7-1-0 .ms-bgColor-greenDark{background-color:#004b1c}.ms-Fabric--v7-1-0 .ms-bgColor-green{background-color:#107c10}.ms-Fabric--v7-1-0 .ms-bgColor-greenLight{background-color:#bad80a}.ms-Fabric--v7-1-0 .ms-bgColor-info{background-color:#f4f4f4}.ms-Fabric--v7-1-0 .ms-bgColor-success{background-color:#dff6dd}.ms-Fabric--v7-1-0 .ms-bgColor-severeWarning{background-color:#fed9cc}.ms-Fabric--v7-1-0 .ms-bgColor-warning{background-color:#fff4ce}.ms-Fabric--v7-1-0 .ms-bgColor-error{background-color:#fde7e9}.ms-Fabric--v7-1-0 .ms-borderColor-themeDark,.ms-Fabric--v7-1-0 .ms-borderColor-themeDark--hover:hover{border-color:#005a9e}.ms-Fabric--v7-1-0 .ms-borderColor-themeDarkAlt,.ms-Fabric--v7-1-0 .ms-borderColor-themeDarkAlt--hover:hover{border-color:#106ebe}.ms-Fabric--v7-1-0 .ms-borderColor-themeDarker,.ms-Fabric--v7-1-0 .ms-borderColor-themeDarker--hover:hover{border-color:#004578}.ms-Fabric--v7-1-0 .ms-borderColor-themePrimary,.ms-Fabric--v7-1-0 .ms-borderColor-themePrimary--hover:hover{border-color:#0078d7}.ms-Fabric--v7-1-0 .ms-borderColor-themeSecondary,.ms-Fabric--v7-1-0 .ms-borderColor-themeSecondary--hover:hover{border-color:#2488d8}.ms-Fabric--v7-1-0 .ms-borderColor-themeTertiary,.ms-Fabric--v7-1-0 .ms-borderColor-themeTertiary--hover:hover{border-color:#69afe5}.ms-Fabric--v7-1-0 .ms-borderColor-themeLight,.ms-Fabric--v7-1-0 .ms-borderColor-themeLight--hover:hover{border-color:#c7e0f4}.ms-Fabric--v7-1-0 .ms-borderColor-themeLighter,.ms-Fabric--v7-1-0 .ms-borderColor-themeLighter--hover:hover{border-color:#deecf9}.ms-Fabric--v7-1-0 .ms-borderColor-themeLighterAlt,.ms-Fabric--v7-1-0 .ms-borderColor-themeLighterAlt--hover:hover{border-color:#eff6fc}.ms-Fabric--v7-1-0 .ms-borderColor-black,.ms-Fabric--v7-1-0 .ms-borderColor-black--hover:hover{border-color:#000}.ms-Fabric--v7-1-0 .ms-borderColor-neutralDark,.ms-Fabric--v7-1-0 .ms-borderColor-neutralDark--hover:hover{border-color:#212121}.ms-Fabric--v7-1-0 .ms-borderColor-neutralPrimary,.ms-Fabric--v7-1-0 .ms-borderColor-neutralPrimary--hover:hover{border-color:#333}.ms-Fabric--v7-1-0 .ms-borderColor-neutralPrimaryAlt,.ms-Fabric--v7-1-0 .ms-borderColor-neutralPrimaryAlt--hover:hover{border-color:#3c3c3c}.ms-Fabric--v7-1-0 .ms-borderColor-neutralSecondary,.ms-Fabric--v7-1-0 .ms-borderColor-neutralSecondary--hover:hover{border-color:#666}.ms-Fabric--v7-1-0 .ms-borderColor-neutralSecondaryAlt,.ms-Fabric--v7-1-0 .ms-borderColor-neutralSecondaryAlt--hover:hover{border-color:#767676}.ms-Fabric--v7-1-0 .ms-borderColor-neutralTertiary,.ms-Fabric--v7-1-0 .ms-borderColor-neutralTertiary--hover:hover{border-color:#a6a6a6}.ms-Fabric--v7-1-0 .ms-borderColor-neutralTertiaryAlt,.ms-Fabric--v7-1-0 .ms-borderColor-neutralTertiaryAlt--hover:hover{border-color:#c8c8c8}.ms-Fabric--v7-1-0 .ms-borderColor-neutralLight,.ms-Fabric--v7-1-0 .ms-borderColor-neutralLight--hover:hover{border-color:#eaeaea}.ms-Fabric--v7-1-0 .ms-borderColor-neutralLighter,.ms-Fabric--v7-1-0 .ms-borderColor-neutralLighter--hover:hover{border-color:#f4f4f4}.ms-Fabric--v7-1-0 .ms-borderColor-neutralLighterAlt,.ms-Fabric--v7-1-0 .ms-borderColor-neutralLighterAlt--hover:hover{border-color:#f8f8f8}.ms-Fabric--v7-1-0 .ms-borderColor-white,.ms-Fabric--v7-1-0 .ms-borderColor-white--hover:hover{border-color:#fff}.ms-Fabric--v7-1-0 .ms-borderColor-yellow{border-color:#ffb900}.ms-Fabric--v7-1-0 .ms-borderColor-yellowLight{border-color:#fff100}.ms-Fabric--v7-1-0 .ms-borderColor-orange{border-color:#d83b01}.ms-Fabric--v7-1-0 .ms-borderColor-orangeLight{border-color:#ea4300}.ms-Fabric--v7-1-0 .ms-borderColor-orangeLighter{border-color:#ff8c00}.ms-Fabric--v7-1-0 .ms-borderColor-redDark{border-color:#a80000}.ms-Fabric--v7-1-0 .ms-borderColor-red{border-color:#e81123}.ms-Fabric--v7-1-0 .ms-borderColor-magentaDark{border-color:#5c005c}.ms-Fabric--v7-1-0 .ms-borderColor-magenta{border-color:#b4009e}.ms-Fabric--v7-1-0 .ms-borderColor-magentaLight{border-color:#e3008c}.ms-Fabric--v7-1-0 .ms-borderColor-purpleDark{border-color:#32145a}.ms-Fabric--v7-1-0 .ms-borderColor-purple{border-color:#5c2d91}.ms-Fabric--v7-1-0 .ms-borderColor-purpleLight{border-color:#b4a0ff}.ms-Fabric--v7-1-0 .ms-borderColor-blueDark{border-color:#002050}.ms-Fabric--v7-1-0 .ms-borderColor-blueMid{border-color:#00188f}.ms-Fabric--v7-1-0 .ms-borderColor-blue{border-color:#0078d7}.ms-Fabric--v7-1-0 .ms-borderColor-blueLight{border-color:#00bcf2}.ms-Fabric--v7-1-0 .ms-borderColor-tealDark{border-color:#004b50}.ms-Fabric--v7-1-0 .ms-borderColor-teal{border-color:#008272}.ms-Fabric--v7-1-0 .ms-borderColor-tealLight{border-color:#00b294}.ms-Fabric--v7-1-0 .ms-borderColor-greenDark{border-color:#004b1c}.ms-Fabric--v7-1-0 .ms-borderColor-green{border-color:#107c10}.ms-Fabric--v7-1-0 .ms-borderColor-greenLight{border-color:#bad80a}.ms-Fabric--v7-1-0 .ms-borderColorTop-themePrimary,.ms-Fabric--v7-1-0 .ms-borderColorTop-themePrimary--hover:hover{border-top-color:#0078d7}.ms-Fabric--v7-1-0 .ms-font-su{font-size:42px;font-weight:100}.ms-Fabric--v7-1-0 .ms-font-xxl{font-size:28px;font-weight:100}.ms-Fabric--v7-1-0 .ms-font-xl-plus{font-size:24px;font-weight:100}.ms-Fabric--v7-1-0 .ms-font-xl{font-size:21px;font-weight:100}.ms-Fabric--v7-1-0 .ms-font-l{font-size:17px;font-weight:300}.ms-Fabric--v7-1-0 .ms-font-m-plus{font-size:15px;font-weight:400}.ms-Fabric--v7-1-0 .ms-font-m{font-size:14px;font-weight:400}.ms-Fabric--v7-1-0 .ms-font-s-plus{font-size:13px;font-weight:400}.ms-Fabric--v7-1-0 .ms-font-s{font-size:12px;font-weight:400}.ms-Fabric--v7-1-0 .ms-font-xs{font-size:11px;font-weight:400}.ms-Fabric--v7-1-0 .ms-font-mi{font-size:10px;font-weight:600}.ms-Fabric--v7-1-0 .ms-fontWeight-light,.ms-Fabric--v7-1-0 .ms-fontWeight-light--hover:hover{font-weight:100}.ms-Fabric--v7-1-0 .ms-fontWeight-semilight,.ms-Fabric--v7-1-0 .ms-fontWeight-semilight--hover:hover{font-weight:300}.ms-Fabric--v7-1-0 .ms-fontWeight-regular,.ms-Fabric--v7-1-0 .ms-fontWeight-regular--hover:hover{font-weight:400}.ms-Fabric--v7-1-0 .ms-fontWeight-semibold,.ms-Fabric--v7-1-0 .ms-fontWeight-semibold--hover:hover{font-weight:600}.ms-Fabric--v7-1-0 .ms-fontSize-su{font-size:42px}.ms-Fabric--v7-1-0 .ms-fontSize-xxl{font-size:28px}.ms-Fabric--v7-1-0 .ms-fontSize-xlPlus{font-size:24px}.ms-Fabric--v7-1-0 .ms-fontSize-xl{font-size:21px}.ms-Fabric--v7-1-0 .ms-fontSize-l{font-size:17px}.ms-Fabric--v7-1-0 .ms-fontSize-mPlus{font-size:15px}.ms-Fabric--v7-1-0 .ms-fontSize-m{font-size:14px}.ms-Fabric--v7-1-0 .ms-fontSize-sPlus{font-size:13px}.ms-Fabric--v7-1-0 .ms-fontSize-s{font-size:12px}.ms-Fabric--v7-1-0 .ms-fontSize-xs{font-size:11px}.ms-Fabric--v7-1-0 .ms-fontSize-mi{font-size:10px}.ms-Fabric--v7-1-0 .ms-fontColor-themeDarker,.ms-Fabric--v7-1-0 .ms-fontColor-themeDarker--hover:hover{color:#004578}.ms-Fabric--v7-1-0 .ms-fontColor-themeDark,.ms-Fabric--v7-1-0 .ms-fontColor-themeDark--hover:hover{color:#005a9e}.ms-Fabric--v7-1-0 .ms-fontColor-themeDarkAlt,.ms-Fabric--v7-1-0 .ms-fontColor-themeDarkAlt--hover:hover{color:#106ebe}.ms-Fabric--v7-1-0 .ms-fontColor-themePrimary,.ms-Fabric--v7-1-0 .ms-fontColor-themePrimary--hover:hover{color:#0078d7}.ms-Fabric--v7-1-0 .ms-fontColor-themeSecondary,.ms-Fabric--v7-1-0 .ms-fontColor-themeSecondary--hover:hover{color:#2488d8}.ms-Fabric--v7-1-0 .ms-fontColor-themeTertiary,.ms-Fabric--v7-1-0 .ms-fontColor-themeTertiary--hover:hover{color:#69afe5}.ms-Fabric--v7-1-0 .ms-fontColor-themeLight,.ms-Fabric--v7-1-0 .ms-fontColor-themeLight--hover:hover{color:#c7e0f4}.ms-Fabric--v7-1-0 .ms-fontColor-themeLighter,.ms-Fabric--v7-1-0 .ms-fontColor-themeLighter--hover:hover{color:#deecf9}.ms-Fabric--v7-1-0 .ms-fontColor-themeLighterAlt,.ms-Fabric--v7-1-0 .ms-fontColor-themeLighterAlt--hover:hover{color:#eff6fc}.ms-Fabric--v7-1-0 .ms-fontColor-black,.ms-Fabric--v7-1-0 .ms-fontColor-black--hover:hover{color:#000}.ms-Fabric--v7-1-0 .ms-fontColor-neutralDark,.ms-Fabric--v7-1-0 .ms-fontColor-neutralDark--hover:hover{color:#212121}.ms-Fabric--v7-1-0 .ms-fontColor-neutralPrimary,.ms-Fabric--v7-1-0 .ms-fontColor-neutralPrimary--hover:hover{color:#333}.ms-Fabric--v7-1-0 .ms-fontColor-neutralPrimaryAlt,.ms-Fabric--v7-1-0 .ms-fontColor-neutralPrimaryAlt--hover:hover{color:#3c3c3c}.ms-Fabric--v7-1-0 .ms-fontColor-neutralSecondary,.ms-Fabric--v7-1-0 .ms-fontColor-neutralSecondary--hover:hover{color:#666}.ms-Fabric--v7-1-0 .ms-fontColor-neutralSecondaryAlt,.ms-Fabric--v7-1-0 .ms-fontColor-neutralSecondaryAlt--hover:hover{color:#767676}.ms-Fabric--v7-1-0 .ms-fontColor-neutralTertiary,.ms-Fabric--v7-1-0 .ms-fontColor-neutralTertiary--hover:hover{color:#a6a6a6}.ms-Fabric--v7-1-0 .ms-fontColor-neutralTertiaryAlt,.ms-Fabric--v7-1-0 .ms-fontColor-neutralTertiaryAlt--hover:hover{color:#c8c8c8}.ms-Fabric--v7-1-0 .ms-fontColor-neutralLight,.ms-Fabric--v7-1-0 .ms-fontColor-neutralLight--hover:hover{color:#eaeaea}.ms-Fabric--v7-1-0 .ms-fontColor-neutralLighter,.ms-Fabric--v7-1-0 .ms-fontColor-neutralLighter--hover:hover{color:#f4f4f4}.ms-Fabric--v7-1-0 .ms-fontColor-neutralLighterAlt,.ms-Fabric--v7-1-0 .ms-fontColor-neutralLighterAlt--hover:hover{color:#f8f8f8}.ms-Fabric--v7-1-0 .ms-fontColor-white,.ms-Fabric--v7-1-0 .ms-fontColor-white--hover:hover{color:#fff}.ms-Fabric--v7-1-0 .ms-fontColor-yellow,.ms-Fabric--v7-1-0 .ms-fontColor-yellow--hover:hover{color:#ffb900}.ms-Fabric--v7-1-0 .ms-fontColor-yellowLight,.ms-Fabric--v7-1-0 .ms-fontColor-yellowLight--hover:hover{color:#fff100}.ms-Fabric--v7-1-0 .ms-fontColor-orange,.ms-Fabric--v7-1-0 .ms-fontColor-orange--hover:hover{color:#d83b01}.ms-Fabric--v7-1-0 .ms-fontColor-orangeLight,.ms-Fabric--v7-1-0 .ms-fontColor-orangeLight--hover:hover{color:#ea4300}.ms-Fabric--v7-1-0 .ms-fontColor-orangeLighter,.ms-Fabric--v7-1-0 .ms-fontColor-orangeLighter--hover:hover{color:#ff8c00}.ms-Fabric--v7-1-0 .ms-fontColor-redDark,.ms-Fabric--v7-1-0 .ms-fontColor-redDark--hover:hover{color:#a80000}.ms-Fabric--v7-1-0 .ms-fontColor-red,.ms-Fabric--v7-1-0 .ms-fontColor-red--hover:hover{color:#e81123}.ms-Fabric--v7-1-0 .ms-fontColor-magentaDark,.ms-Fabric--v7-1-0 .ms-fontColor-magentaDark--hover:hover{color:#5c005c}.ms-Fabric--v7-1-0 .ms-fontColor-magenta,.ms-Fabric--v7-1-0 .ms-fontColor-magenta--hover:hover{color:#b4009e}.ms-Fabric--v7-1-0 .ms-fontColor-magentaLight,.ms-Fabric--v7-1-0 .ms-fontColor-magentaLight--hover:hover{color:#e3008c}.ms-Fabric--v7-1-0 .ms-fontColor-purpleDark,.ms-Fabric--v7-1-0 .ms-fontColor-purpleDark--hover:hover{color:#32145a}.ms-Fabric--v7-1-0 .ms-fontColor-purple,.ms-Fabric--v7-1-0 .ms-fontColor-purple--hover:hover{color:#5c2d91}.ms-Fabric--v7-1-0 .ms-fontColor-purpleLight,.ms-Fabric--v7-1-0 .ms-fontColor-purpleLight--hover:hover{color:#b4a0ff}.ms-Fabric--v7-1-0 .ms-fontColor-blueDark,.ms-Fabric--v7-1-0 .ms-fontColor-blueDark--hover:hover{color:#002050}.ms-Fabric--v7-1-0 .ms-fontColor-blueMid,.ms-Fabric--v7-1-0 .ms-fontColor-blueMid--hover:hover{color:#00188f}.ms-Fabric--v7-1-0 .ms-fontColor-blue,.ms-Fabric--v7-1-0 .ms-fontColor-blue--hover:hover{color:#0078d7}.ms-Fabric--v7-1-0 .ms-fontColor-blueLight,.ms-Fabric--v7-1-0 .ms-fontColor-blueLight--hover:hover{color:#00bcf2}.ms-Fabric--v7-1-0 .ms-fontColor-tealDark,.ms-Fabric--v7-1-0 .ms-fontColor-tealDark--hover:hover{color:#004b50}.ms-Fabric--v7-1-0 .ms-fontColor-teal,.ms-Fabric--v7-1-0 .ms-fontColor-teal--hover:hover{color:#008272}.ms-Fabric--v7-1-0 .ms-fontColor-tealLight,.ms-Fabric--v7-1-0 .ms-fontColor-tealLight--hover:hover{color:#00b294}.ms-Fabric--v7-1-0 .ms-fontColor-greenDark,.ms-Fabric--v7-1-0 .ms-fontColor-greenDark--hover:hover{color:#004b1c}.ms-Fabric--v7-1-0 .ms-fontColor-green,.ms-Fabric--v7-1-0 .ms-fontColor-green--hover:hover{color:#107c10}.ms-Fabric--v7-1-0 .ms-fontColor-greenLight,.ms-Fabric--v7-1-0 .ms-fontColor-greenLight--hover:hover{color:#bad80a}.ms-Fabric--v7-1-0 .ms-fontColor-info,.ms-Fabric--v7-1-0 .ms-fontColor-info--hover:hover{color:#767676}.ms-Fabric--v7-1-0 .ms-fontColor-success,.ms-Fabric--v7-1-0 .ms-fontColor-success--hover:hover{color:#107c10}.ms-Fabric--v7-1-0 .ms-fontColor-alert,.ms-Fabric--v7-1-0 .ms-fontColor-alert--hover:hover{color:#d83b01}.ms-Fabric--v7-1-0 .ms-fontColor-warning,.ms-Fabric--v7-1-0 .ms-fontColor-warning--hover:hover{color:#767676}.ms-Fabric--v7-1-0 .ms-fontColor-severeWarning,.ms-Fabric--v7-1-0 .ms-fontColor-severeWarning--hover:hover{color:#d83b01}.ms-Fabric--v7-1-0 .ms-fontColor-error,.ms-Fabric--v7-1-0 .ms-fontColor-error--hover:hover{color:#a80000}.ms-Fabric--v7-1-0 .ms-Grid{box-sizing:border-box;*zoom:1;padding:0 8px}.ms-Fabric--v7-1-0 .ms-Grid:after,.ms-Fabric--v7-1-0 .ms-Grid:before{display:table;content:"";line-height:0}.ms-Fabric--v7-1-0 .ms-Grid:after{clear:both}.ms-Fabric--v7-1-0 .ms-Grid-row{margin:0 -8px;box-sizing:border-box;*zoom:1}.ms-Fabric--v7-1-0 .ms-Grid-row:after,.ms-Fabric--v7-1-0 .ms-Grid-row:before{display:table;content:"";line-height:0}.ms-Fabric--v7-1-0 .ms-Grid-row:after{clear:both}.ms-Fabric--v7-1-0 .ms-Grid-col{position:relative;min-height:1px;padding-left:8px;padding-right:8px;box-sizing:border-box;float:left}.ms-Fabric--v7-1-0 .ms-Grid-col .ms-Grid{padding:0}.ms-Fabric--v7-1-0 .ms-Icon{display:inline-block;font-family:FabricMDL2Icons-7;font-style:normal;font-weight:400;speak:none}.ms-Fabric--v7-1-0 .ms-Icon--circle{position:relative;display:inline-block;font-size:1rem;width:1em;height:1em;margin:0 .5em 0 0;padding:0;text-align:left}.ms-Fabric--v7-1-0 .ms-Icon--circle:after,.ms-Fabric--v7-1-0 .ms-Icon--circle:before{line-height:1;font-size:inherit}.ms-Fabric--v7-1-0 .ms-Icon--circle:before{display:block;width:100%;height:100%;margin:0;padding:0;vertical-align:top;position:absolute}.ms-Fabric--v7-1-0 .ms-Icon--circle:after{content:"\e000";position:absolute;top:0;left:0;transform:scale(2);transform-origin:50% 50%;z-index:0}.ms-Fabric--v7-1-0 .ms-Icon--xs{font-size:10px}.ms-Fabric--v7-1-0 .ms-Icon--s{font-size:12px}.ms-Fabric--v7-1-0 .ms-Icon--m{font-size:16px}.ms-Fabric--v7-1-0 .ms-Icon--l{font-size:20px}.ms-Fabric--v7-1-0 .ms-Icon--AADLogo:before{content:"\ED68"}.ms-Fabric--v7-1-0 .ms-Icon--Accept:before{content:"\E8FB"}.ms-Fabric--v7-1-0 .ms-Icon--AccessLogo:before{content:"\ED69"}.ms-Fabric--v7-1-0 .ms-Icon--AccessLogoFill:before{content:"\F1DB"}.ms-Fabric--v7-1-0 .ms-Icon--Accounts:before{content:"\E910"}.ms-Fabric--v7-1-0 .ms-Icon--ActivityFeed:before{content:"\F056"}.ms-Fabric--v7-1-0 .ms-Icon--Add:before{content:"\E710"}.ms-Fabric--v7-1-0 .ms-Icon--AddEvent:before{content:"\EEB5"}.ms-Fabric--v7-1-0 .ms-Icon--AddFavorite:before{content:"\F0C8"}.ms-Fabric--v7-1-0 .ms-Icon--AddFavoriteFill:before{content:"\F0C9"}.ms-Fabric--v7-1-0 .ms-Icon--AddFriend:before{content:"\E8FA"}.ms-Fabric--v7-1-0 .ms-Icon--AddGroup:before{content:"\EE3D"}.ms-Fabric--v7-1-0 .ms-Icon--AddOnlineMeeting:before{content:"\ED8E"}.ms-Fabric--v7-1-0 .ms-Icon--AddPhone:before{content:"\ED96"}.ms-Fabric--v7-1-0 .ms-Icon--AddTo:before{content:"\ECC8"}.ms-Fabric--v7-1-0 .ms-Icon--Admin:before{content:"\E7EF"}.ms-Fabric--v7-1-0 .ms-Icon--AdminALogo:before{content:"\ED6A"}.ms-Fabric--v7-1-0 .ms-Icon--AdminCLogo:before{content:"\ED6B"}.ms-Fabric--v7-1-0 .ms-Icon--AdminDLogo:before{content:"\ED6C"}.ms-Fabric--v7-1-0 .ms-Icon--AdminELogo:before{content:"\ED6D"}.ms-Fabric--v7-1-0 .ms-Icon--AdminLLogo:before{content:"\ED6E"}.ms-Fabric--v7-1-0 .ms-Icon--AdminMLogo:before{content:"\ED6F"}.ms-Fabric--v7-1-0 .ms-Icon--AdminOLogo:before{content:"\ED70"}.ms-Fabric--v7-1-0 .ms-Icon--AdminPLogo:before{content:"\ED71"}.ms-Fabric--v7-1-0 .ms-Icon--AdminSLogo:before{content:"\ED72"}.ms-Fabric--v7-1-0 .ms-Icon--AdminYLogo:before{content:"\ED73"}.ms-Fabric--v7-1-0 .ms-Icon--Airplane:before{content:"\E709"}.ms-Fabric--v7-1-0 .ms-Icon--AirplaneSolid:before{content:"\EB4C"}.ms-Fabric--v7-1-0 .ms-Icon--AirTickets:before{content:"\EF7A"}.ms-Fabric--v7-1-0 .ms-Icon--AlarmClock:before{content:"\E919"}.ms-Fabric--v7-1-0 .ms-Icon--Album:before{content:"\E7AB"}.ms-Fabric--v7-1-0 .ms-Icon--AlbumRemove:before{content:"\EC62"}.ms-Fabric--v7-1-0 .ms-Icon--AlertSolid:before{content:"\F331"}.ms-Fabric--v7-1-0 .ms-Icon--AlignCenter:before{content:"\E8E3"}.ms-Fabric--v7-1-0 .ms-Icon--AlignLeft:before{content:"\E8E4"}.ms-Fabric--v7-1-0 .ms-Icon--AlignRight:before{content:"\E8E2"}.ms-Fabric--v7-1-0 .ms-Icon--AnalyticsLogo:before{content:"\F1DE"}.ms-Fabric--v7-1-0 .ms-Icon--AnalyticsQuery:before{content:"\F1DF"}.ms-Fabric--v7-1-0 .ms-Icon--AnalyticsReport:before{content:"\F1E1"}.ms-Fabric--v7-1-0 .ms-Icon--AndroidLogo:before{content:"\EF8B"}.ms-Fabric--v7-1-0 .ms-Icon--Annotation:before{content:"\E924"}.ms-Fabric--v7-1-0 .ms-Icon--AppIconDefault:before{content:"\ECAA"}.ms-Fabric--v7-1-0 .ms-Icon--Archive:before{content:"\F03F"}.ms-Fabric--v7-1-0 .ms-Icon--AreaChart:before{content:"\E9D2"}.ms-Fabric--v7-1-0 .ms-Icon--Arrivals:before{content:"\EB34"}.ms-Fabric--v7-1-0 .ms-Icon--ArrowDownRight8:before{content:"\EED5"}.ms-Fabric--v7-1-0 .ms-Icon--ArrowDownRightMirrored8:before{content:"\EEF0"}.ms-Fabric--v7-1-0 .ms-Icon--ArrowTallDownLeft:before{content:"\F2BF"}.ms-Fabric--v7-1-0 .ms-Icon--ArrowTallDownRight:before{content:"\F2C0"}.ms-Fabric--v7-1-0 .ms-Icon--ArrowTallUpLeft:before{content:"\F2BD"}.ms-Fabric--v7-1-0 .ms-Icon--ArrowTallUpRight:before{content:"\F2BE"}.ms-Fabric--v7-1-0 .ms-Icon--ArrowUpRight8:before{content:"\EED4"}.ms-Fabric--v7-1-0 .ms-Icon--ArrowUpRightMirrored8:before{content:"\EEEF"}.ms-Fabric--v7-1-0 .ms-Icon--Articles:before{content:"\EAC1"}.ms-Fabric--v7-1-0 .ms-Icon--Ascending:before{content:"\EDC0"}.ms-Fabric--v7-1-0 .ms-Icon--AssessmentGroup:before{content:"\F31A"}.ms-Fabric--v7-1-0 .ms-Icon--AssessmentGroupTemplate:before{content:"\F2B1"}.ms-Fabric--v7-1-0 .ms-Icon--AssetLibrary:before{content:"\EEB6"}.ms-Fabric--v7-1-0 .ms-Icon--Assign:before{content:"\E9D3"}.ms-Fabric--v7-1-0 .ms-Icon--Asterisk:before{content:"\EA38"}.ms-Fabric--v7-1-0 .ms-Icon--AsteriskSolid:before{content:"\F34D"}.ms-Fabric--v7-1-0 .ms-Icon--ATPLogo:before{content:"\EF85"}.ms-Fabric--v7-1-0 .ms-Icon--Attach:before{content:"\E723"}.ms-Fabric--v7-1-0 .ms-Icon--AustralianRules:before{content:"\EE70"}.ms-Fabric--v7-1-0 .ms-Icon--AutoEnhanceOff:before{content:"\E78E"}.ms-Fabric--v7-1-0 .ms-Icon--AutoEnhanceOn:before{content:"\E78D"}.ms-Fabric--v7-1-0 .ms-Icon--AutoFillTemplate:before{content:"\F313"}.ms-Fabric--v7-1-0 .ms-Icon--AutoRacing:before{content:"\EB24"}.ms-Fabric--v7-1-0 .ms-Icon--AwayStatus:before{content:"\EE6A"}.ms-Fabric--v7-1-0 .ms-Icon--AzureAPIManagement:before{content:"\F37F"}.ms-Fabric--v7-1-0 .ms-Icon--AzureKeyVault:before{content:"\F3B4"}.ms-Fabric--v7-1-0 .ms-Icon--AzureLogo:before{content:"\EB6A"}.ms-Fabric--v7-1-0 .ms-Icon--AzureServiceEndpoint:before{content:"\F380"}.ms-Fabric--v7-1-0 .ms-Icon--Back:before{content:"\E72B"}.ms-Fabric--v7-1-0 .ms-Icon--Backlog:before{content:"\F2AC"}.ms-Fabric--v7-1-0 .ms-Icon--BackToWindow:before{content:"\E73F"}.ms-Fabric--v7-1-0 .ms-Icon--Badge:before{content:"\EC1B"}.ms-Fabric--v7-1-0 .ms-Icon--Balloons:before{content:"\ED7E"}.ms-Fabric--v7-1-0 .ms-Icon--BankSolid:before{content:"\F34F"}.ms-Fabric--v7-1-0 .ms-Icon--BarChart4:before{content:"\EAE7"}.ms-Fabric--v7-1-0 .ms-Icon--BarChartHorizontal:before{content:"\E9EB"}.ms-Fabric--v7-1-0 .ms-Icon--BarChartVertical:before{content:"\E9EC"}.ms-Fabric--v7-1-0 .ms-Icon--Baseball:before{content:"\EB20"}.ms-Fabric--v7-1-0 .ms-Icon--BidiLtr:before{content:"\E9AA"}.ms-Fabric--v7-1-0 .ms-Icon--BidiRtl:before{content:"\E9AB"}.ms-Fabric--v7-1-0 .ms-Icon--BingLogo:before{content:"\EB6B"}.ms-Fabric--v7-1-0 .ms-Icon--BlockContact:before{content:"\E8F8"}.ms-Fabric--v7-1-0 .ms-Icon--Blocked:before{content:"\E733"}.ms-Fabric--v7-1-0 .ms-Icon--Blocked2:before{content:"\ECE4"}.ms-Fabric--v7-1-0 .ms-Icon--BlowingSnow:before{content:"\E9C9"}.ms-Fabric--v7-1-0 .ms-Icon--Blur:before{content:"\F28E"}.ms-Fabric--v7-1-0 .ms-Icon--Boards:before{content:"\EF68"}.ms-Fabric--v7-1-0 .ms-Icon--Bold:before{content:"\E8DD"}.ms-Fabric--v7-1-0 .ms-Icon--BookingsLogo:before{content:"\EDC7"}.ms-Fabric--v7-1-0 .ms-Icon--Bookmarks:before{content:"\E8A4"}.ms-Fabric--v7-1-0 .ms-Icon--BookmarksMirrored:before{content:"\EA41"}.ms-Fabric--v7-1-0 .ms-Icon--BoxAdditionSolid:before{content:"\F2D4"}.ms-Fabric--v7-1-0 .ms-Icon--BoxCheckmarkSolid:before{content:"\F2D7"}.ms-Fabric--v7-1-0 .ms-Icon--BoxLogo:before{content:"\ED75"}.ms-Fabric--v7-1-0 .ms-Icon--BoxMultiplySolid:before{content:"\F2D5"}.ms-Fabric--v7-1-0 .ms-Icon--BoxPlaySolid:before{content:"\F2D6"}.ms-Fabric--v7-1-0 .ms-Icon--BoxSubtractSolid:before{content:"\F2D3"}.ms-Fabric--v7-1-0 .ms-Icon--BranchCommit:before{content:"\F293"}.ms-Fabric--v7-1-0 .ms-Icon--BranchCompare:before{content:"\F294"}.ms-Fabric--v7-1-0 .ms-Icon--BranchFork:before{content:"\F173"}.ms-Fabric--v7-1-0 .ms-Icon--BranchFork2:before{content:"\F291"}.ms-Fabric--v7-1-0 .ms-Icon--BranchLocked:before{content:"\F292"}.ms-Fabric--v7-1-0 .ms-Icon--BranchMerge:before{content:"\F295"}.ms-Fabric--v7-1-0 .ms-Icon--BranchPullRequest:before{content:"\F296"}.ms-Fabric--v7-1-0 .ms-Icon--BranchSearch:before{content:"\F297"}.ms-Fabric--v7-1-0 .ms-Icon--BranchShelveset:before{content:"\F298"}.ms-Fabric--v7-1-0 .ms-Icon--Breadcrumb:before{content:"\EF8C"}.ms-Fabric--v7-1-0 .ms-Icon--Brightness:before{content:"\E706"}.ms-Fabric--v7-1-0 .ms-Icon--Broom:before{content:"\EA99"}.ms-Fabric--v7-1-0 .ms-Icon--BucketColor:before{content:"\F1B6"}.ms-Fabric--v7-1-0 .ms-Icon--BucketColorFill:before{content:"\F1B7"}.ms-Fabric--v7-1-0 .ms-Icon--BufferTimeAfter:before{content:"\F0D0"}.ms-Fabric--v7-1-0 .ms-Icon--BufferTimeBefore:before{content:"\F0CF"}.ms-Fabric--v7-1-0 .ms-Icon--BufferTimeBoth:before{content:"\F0D1"}.ms-Fabric--v7-1-0 .ms-Icon--BugSolid:before{content:"\F335"}.ms-Fabric--v7-1-0 .ms-Icon--Build:before{content:"\F28F"}.ms-Fabric--v7-1-0 .ms-Icon--BuildIssue:before{content:"\F319"}.ms-Fabric--v7-1-0 .ms-Icon--BuildQueue:before{content:"\F24F"}.ms-Fabric--v7-1-0 .ms-Icon--BuildQueueNew:before{content:"\F250"}.ms-Fabric--v7-1-0 .ms-Icon--BulletedList:before{content:"\E8FD"}.ms-Fabric--v7-1-0 .ms-Icon--BulletedList2:before{content:"\F2C7"}.ms-Fabric--v7-1-0 .ms-Icon--BulletedList2Mirrored:before{content:"\F2C8"}.ms-Fabric--v7-1-0 .ms-Icon--BulletedListMirrored:before{content:"\EA42"}.ms-Fabric--v7-1-0 .ms-Icon--BusinessHoursSign:before{content:"\F310"}.ms-Fabric--v7-1-0 .ms-Icon--BusSolid:before{content:"\EB47"}.ms-Fabric--v7-1-0 .ms-Icon--Cafe:before{content:"\EC32"}.ms-Fabric--v7-1-0 .ms-Icon--Cake:before{content:"\ECA4"}.ms-Fabric--v7-1-0 .ms-Icon--CalculatorAddition:before{content:"\E948"}.ms-Fabric--v7-1-0 .ms-Icon--CalculatorEqualTo:before{content:"\E94E"}.ms-Fabric--v7-1-0 .ms-Icon--CalculatorMultiply:before{content:"\E947"}.ms-Fabric--v7-1-0 .ms-Icon--CalculatorNotEqualTo:before{content:"\F2D2"}.ms-Fabric--v7-1-0 .ms-Icon--CalculatorSubtract:before{content:"\E949"}.ms-Fabric--v7-1-0 .ms-Icon--Calendar:before{content:"\E787"}.ms-Fabric--v7-1-0 .ms-Icon--CalendarAgenda:before{content:"\EE9A"}.ms-Fabric--v7-1-0 .ms-Icon--CalendarDay:before{content:"\E8BF"}.ms-Fabric--v7-1-0 .ms-Icon--CalendarMirrored:before{content:"\ED28"}.ms-Fabric--v7-1-0 .ms-Icon--CalendarReply:before{content:"\E8F5"}.ms-Fabric--v7-1-0 .ms-Icon--CalendarWeek:before{content:"\E8C0"}.ms-Fabric--v7-1-0 .ms-Icon--CalendarWorkWeek:before{content:"\EF51"}.ms-Fabric--v7-1-0 .ms-Icon--CaloriesAdd:before{content:"\F172"}.ms-Fabric--v7-1-0 .ms-Icon--Camera:before{content:"\E722"}.ms-Fabric--v7-1-0 .ms-Icon--Cancel:before{content:"\E711"}.ms-Fabric--v7-1-0 .ms-Icon--CannedChat:before{content:"\F0F2"}.ms-Fabric--v7-1-0 .ms-Icon--Car:before{content:"\E804"}.ms-Fabric--v7-1-0 .ms-Icon--CaretBottomLeftCenter8:before{content:"\F365"}.ms-Fabric--v7-1-0 .ms-Icon--CaretBottomLeftSolid8:before{content:"\F121"}.ms-Fabric--v7-1-0 .ms-Icon--CaretBottomRightCenter8:before{content:"\F364"}.ms-Fabric--v7-1-0 .ms-Icon--CaretBottomRightSolid8:before{content:"\F122"}.ms-Fabric--v7-1-0 .ms-Icon--CaretDown8:before{content:"\EDD8"}.ms-Fabric--v7-1-0 .ms-Icon--CaretDownSolid8:before{content:"\EDDC"}.ms-Fabric--v7-1-0 .ms-Icon--CaretHollow:before{content:"\E817"}.ms-Fabric--v7-1-0 .ms-Icon--CaretHollowMirrored:before{content:"\EA45"}.ms-Fabric--v7-1-0 .ms-Icon--CaretLeft8:before{content:"\EDD5"}.ms-Fabric--v7-1-0 .ms-Icon--CaretLeftSolid8:before{content:"\EDD9"}.ms-Fabric--v7-1-0 .ms-Icon--CaretRight:before{content:"\F06B"}.ms-Fabric--v7-1-0 .ms-Icon--CaretRight8:before{content:"\EDD6"}.ms-Fabric--v7-1-0 .ms-Icon--CaretRightSolid8:before{content:"\EDDA"}.ms-Fabric--v7-1-0 .ms-Icon--CaretSolid:before{content:"\E818"}.ms-Fabric--v7-1-0 .ms-Icon--CaretSolid16:before{content:"\EE62"}.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidDown:before{content:"\F08E"}.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidLeft:before{content:"\F08D"}.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidMirrored:before{content:"\EA46"}.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidRight:before{content:"\F08F"}.ms-Fabric--v7-1-0 .ms-Icon--CaretSolidUp:before{content:"\F090"}.ms-Fabric--v7-1-0 .ms-Icon--CaretTopLeftCenter8:before{content:"\F367"}.ms-Fabric--v7-1-0 .ms-Icon--CaretTopLeftSolid8:before{content:"\EF54"}.ms-Fabric--v7-1-0 .ms-Icon--CaretTopRightCenter8:before{content:"\F366"}.ms-Fabric--v7-1-0 .ms-Icon--CaretTopRightSolid8:before{content:"\EF55"}.ms-Fabric--v7-1-0 .ms-Icon--CaretUp8:before{content:"\EDD7"}.ms-Fabric--v7-1-0 .ms-Icon--CaretUpSolid8:before{content:"\EDDB"}.ms-Fabric--v7-1-0 .ms-Icon--Cat:before{content:"\ED7F"}.ms-Fabric--v7-1-0 .ms-Icon--CellPhone:before{content:"\E8EA"}.ms-Fabric--v7-1-0 .ms-Icon--Certificate:before{content:"\EB95"}.ms-Fabric--v7-1-0 .ms-Icon--Chart:before{content:"\E999"}.ms-Fabric--v7-1-0 .ms-Icon--Chat:before{content:"\E901"}.ms-Fabric--v7-1-0 .ms-Icon--ChatInviteFriend:before{content:"\ECFE"}.ms-Fabric--v7-1-0 .ms-Icon--ChatSolid:before{content:"\F344"}.ms-Fabric--v7-1-0 .ms-Icon--Checkbox:before{content:"\E739"}.ms-Fabric--v7-1-0 .ms-Icon--CheckboxComposite:before{content:"\E73A"}.ms-Fabric--v7-1-0 .ms-Icon--CheckboxCompositeReversed:before{content:"\E73D"}.ms-Fabric--v7-1-0 .ms-Icon--CheckboxIndeterminate:before{content:"\E73C"}.ms-Fabric--v7-1-0 .ms-Icon--CheckList:before{content:"\E9D5"}.ms-Fabric--v7-1-0 .ms-Icon--CheckMark:before{content:"\E73E"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronDown:before{content:"\E70D"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronDownEnd6:before{content:"\F36F"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronDownMed:before{content:"\E972"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronDownSmall:before{content:"\E96E"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronFold10:before{content:"\F36A"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronLeft:before{content:"\E76B"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronLeftEnd6:before{content:"\F371"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronLeftMed:before{content:"\E973"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronLeftSmall:before{content:"\E96F"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronRight:before{content:"\E76C"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronRightEnd6:before{content:"\F372"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronRightMed:before{content:"\E974"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronRightSmall:before{content:"\E970"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronUnfold10:before{content:"\F369"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronUp:before{content:"\E70E"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronUpEnd6:before{content:"\F370"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronUpMed:before{content:"\E971"}.ms-Fabric--v7-1-0 .ms-Icon--ChevronUpSmall:before{content:"\E96D"}.ms-Fabric--v7-1-0 .ms-Icon--ChromeBack:before{content:"\E830"}.ms-Fabric--v7-1-0 .ms-Icon--ChromeBackMirrored:before{content:"\EA47"}.ms-Fabric--v7-1-0 .ms-Icon--ChromeClose:before{content:"\E8BB"}.ms-Fabric--v7-1-0 .ms-Icon--ChromeMinimize:before{content:"\E921"}.ms-Fabric--v7-1-0 .ms-Icon--CircleAddition:before{content:"\F2E3"}.ms-Fabric--v7-1-0 .ms-Icon--CircleAdditionSolid:before{content:"\F2E4"}.ms-Fabric--v7-1-0 .ms-Icon--CircleFill:before{content:"\EA3B"}.ms-Fabric--v7-1-0 .ms-Icon--CircleHalfFull:before{content:"\ED9E"}.ms-Fabric--v7-1-0 .ms-Icon--CirclePause:before{content:"\F2D9"}.ms-Fabric--v7-1-0 .ms-Icon--CirclePauseSolid:before{content:"\F2D8"}.ms-Fabric--v7-1-0 .ms-Icon--CirclePlus:before{content:"\EAEE"}.ms-Fabric--v7-1-0 .ms-Icon--CircleRing:before{content:"\EA3A"}.ms-Fabric--v7-1-0 .ms-Icon--CircleStop:before{content:"\F2DC"}.ms-Fabric--v7-1-0 .ms-Icon--CircleStopSolid:before{content:"\F2DB"}.ms-Fabric--v7-1-0 .ms-Icon--CityNext:before{content:"\EC06"}.ms-Fabric--v7-1-0 .ms-Icon--ClassNotebookLogoInverse:before{content:"\EDC8"}.ms-Fabric--v7-1-0 .ms-Icon--ClassroomLogo:before{content:"\EF75"}.ms-Fabric--v7-1-0 .ms-Icon--Clear:before{content:"\E894"}.ms-Fabric--v7-1-0 .ms-Icon--ClearFilter:before{content:"\EF8F"}.ms-Fabric--v7-1-0 .ms-Icon--ClearFormatting:before{content:"\EDDD"}.ms-Fabric--v7-1-0 .ms-Icon--ClearNight:before{content:"\E9C2"}.ms-Fabric--v7-1-0 .ms-Icon--Clock:before{content:"\E917"}.ms-Fabric--v7-1-0 .ms-Icon--CloneToDesktop:before{content:"\F28C"}.ms-Fabric--v7-1-0 .ms-Icon--ClosedCaption:before{content:"\EF84"}.ms-Fabric--v7-1-0 .ms-Icon--ClosePane:before{content:"\E89F"}.ms-Fabric--v7-1-0 .ms-Icon--ClosePaneMirrored:before{content:"\EA49"}.ms-Fabric--v7-1-0 .ms-Icon--Cloud:before{content:"\E753"}.ms-Fabric--v7-1-0 .ms-Icon--CloudAdd:before{content:"\ECA9"}.ms-Fabric--v7-1-0 .ms-Icon--CloudDownload:before{content:"\EBD3"}.ms-Fabric--v7-1-0 .ms-Icon--CloudUpload:before{content:"\EC8E"}.ms-Fabric--v7-1-0 .ms-Icon--CloudWeather:before{content:"\E9BE"}.ms-Fabric--v7-1-0 .ms-Icon--Cloudy:before{content:"\E9BF"}.ms-Fabric--v7-1-0 .ms-Icon--Cocktails:before{content:"\EA9D"}.ms-Fabric--v7-1-0 .ms-Icon--Code:before{content:"\E943"}.ms-Fabric--v7-1-0 .ms-Icon--Coffee:before{content:"\EAEF"}.ms-Fabric--v7-1-0 .ms-Icon--CoffeeScript:before{content:"\F2FA"}.ms-Fabric--v7-1-0 .ms-Icon--CollapseContent:before{content:"\F165"}.ms-Fabric--v7-1-0 .ms-Icon--CollapseContentSingle:before{content:"\F166"}.ms-Fabric--v7-1-0 .ms-Icon--CollapseMenu:before{content:"\EF66"}.ms-Fabric--v7-1-0 .ms-Icon--CollegeFootball:before{content:"\EB26"}.ms-Fabric--v7-1-0 .ms-Icon--CollegeHoops:before{content:"\EB25"}.ms-Fabric--v7-1-0 .ms-Icon--Color:before{content:"\E790"}.ms-Fabric--v7-1-0 .ms-Icon--ColorSolid:before{content:"\F354"}.ms-Fabric--v7-1-0 .ms-Icon--ColumnLeftTwoThirds:before{content:"\F1D6"}.ms-Fabric--v7-1-0 .ms-Icon--ColumnLeftTwoThirdsEdit:before{content:"\F324"}.ms-Fabric--v7-1-0 .ms-Icon--ColumnOptions:before{content:"\F317"}.ms-Fabric--v7-1-0 .ms-Icon--ColumnRightTwoThirds:before{content:"\F1D7"}.ms-Fabric--v7-1-0 .ms-Icon--ColumnRightTwoThirdsEdit:before{content:"\F325"}.ms-Fabric--v7-1-0 .ms-Icon--Combine:before{content:"\EDBB"}.ms-Fabric--v7-1-0 .ms-Icon--CommandPrompt:before{content:"\E756"}.ms-Fabric--v7-1-0 .ms-Icon--Comment:before{content:"\E90A"}.ms-Fabric--v7-1-0 .ms-Icon--CommentAdd:before{content:"\F2B3"}.ms-Fabric--v7-1-0 .ms-Icon--CommentNext:before{content:"\F2B4"}.ms-Fabric--v7-1-0 .ms-Icon--CommentPrevious:before{content:"\F2B5"}.ms-Fabric--v7-1-0 .ms-Icon--CommentUrgent:before{content:"\F307"}.ms-Fabric--v7-1-0 .ms-Icon--Communications:before{content:"\E95A"}.ms-Fabric--v7-1-0 .ms-Icon--CompassNW:before{content:"\E942"}.ms-Fabric--v7-1-0 .ms-Icon--Completed:before{content:"\E930"}.ms-Fabric--v7-1-0 .ms-Icon--CompletedSolid:before{content:"\EC61"}.ms-Fabric--v7-1-0 .ms-Icon--ConfigurationSolid:before{content:"\F334"}.ms-Fabric--v7-1-0 .ms-Icon--ConstructionCone:before{content:"\E98F"}.ms-Fabric--v7-1-0 .ms-Icon--ConstructionConeSolid:before{content:"\F339"}.ms-Fabric--v7-1-0 .ms-Icon--Contact:before{content:"\E77B"}.ms-Fabric--v7-1-0 .ms-Icon--ContactCard:before{content:"\EEBD"}.ms-Fabric--v7-1-0 .ms-Icon--ContactInfo:before{content:"\E779"}.ms-Fabric--v7-1-0 .ms-Icon--Contrast:before{content:"\E7A1"}.ms-Fabric--v7-1-0 .ms-Icon--Copy:before{content:"\E8C8"}.ms-Fabric--v7-1-0 .ms-Icon--Cotton:before{content:"\EAF3"}.ms-Fabric--v7-1-0 .ms-Icon--CPlusPlus:before{content:"\F2F4"}.ms-Fabric--v7-1-0 .ms-Icon--CPlusPlusLanguage:before{content:"\F2F3"}.ms-Fabric--v7-1-0 .ms-Icon--Cricket:before{content:"\EB1E"}.ms-Fabric--v7-1-0 .ms-Icon--CRMReport:before{content:"\EFFE"}.ms-Fabric--v7-1-0 .ms-Icon--CrownSolid:before{content:"\F336"}.ms-Fabric--v7-1-0 .ms-Icon--CSharp:before{content:"\F2F0"}.ms-Fabric--v7-1-0 .ms-Icon--CSharpLanguage:before{content:"\F2EF"}.ms-Fabric--v7-1-0 .ms-Icon--CSS:before{content:"\EBEF"}.ms-Fabric--v7-1-0 .ms-Icon--CustomList:before{content:"\EEBE"}.ms-Fabric--v7-1-0 .ms-Icon--CustomListMirrored:before{content:"\EEBF"}.ms-Fabric--v7-1-0 .ms-Icon--Cut:before{content:"\E8C6"}.ms-Fabric--v7-1-0 .ms-Icon--Cycling:before{content:"\EAC7"}.ms-Fabric--v7-1-0 .ms-Icon--Database:before{content:"\EFC7"}.ms-Fabric--v7-1-0 .ms-Icon--DataConnectionLibrary:before{content:"\EEB7"}.ms-Fabric--v7-1-0 .ms-Icon--DateTime:before{content:"\EC92"}.ms-Fabric--v7-1-0 .ms-Icon--DateTime2:before{content:"\EA17"}.ms-Fabric--v7-1-0 .ms-Icon--DateTimeMirrored:before{content:"\EE93"}.ms-Fabric--v7-1-0 .ms-Icon--DecisionSolid:before{content:"\F350"}.ms-Fabric--v7-1-0 .ms-Icon--DecreaseIndentLegacy:before{content:"\E290"}.ms-Fabric--v7-1-0 .ms-Icon--Delete:before{content:"\E74D"}.ms-Fabric--v7-1-0 .ms-Icon--DelveAnalytics:before{content:"\EEEE"}.ms-Fabric--v7-1-0 .ms-Icon--DelveAnalyticsLogo:before{content:"\EDCA"}.ms-Fabric--v7-1-0 .ms-Icon--DelveLogo:before{content:"\F280"}.ms-Fabric--v7-1-0 .ms-Icon--DelveLogoFill:before{content:"\F281"}.ms-Fabric--v7-1-0 .ms-Icon--DelveLogoInverse:before{content:"\ED76"}.ms-Fabric--v7-1-0 .ms-Icon--Deploy:before{content:"\F29D"}.ms-Fabric--v7-1-0 .ms-Icon--Descending:before{content:"\EDC1"}.ms-Fabric--v7-1-0 .ms-Icon--Design:before{content:"\EB3C"}.ms-Fabric--v7-1-0 .ms-Icon--DeveloperTools:before{content:"\EC7A"}.ms-Fabric--v7-1-0 .ms-Icon--Devices3:before{content:"\EA6C"}.ms-Fabric--v7-1-0 .ms-Icon--Devices4:before{content:"\EB66"}.ms-Fabric--v7-1-0 .ms-Icon--Dialpad:before{content:"\E75F"}.ms-Fabric--v7-1-0 .ms-Icon--DiamondSolid:before{content:"\F34C"}.ms-Fabric--v7-1-0 .ms-Icon--Dictionary:before{content:"\E82D"}.ms-Fabric--v7-1-0 .ms-Icon--DietPlanNotebook:before{content:"\EAC8"}.ms-Fabric--v7-1-0 .ms-Icon--DiffInline:before{content:"\F309"}.ms-Fabric--v7-1-0 .ms-Icon--DiffSideBySide:before{content:"\F30A"}.ms-Fabric--v7-1-0 .ms-Icon--DisableUpdates:before{content:"\E8D8"}.ms-Fabric--v7-1-0 .ms-Icon--Dislike:before{content:"\E8E0"}.ms-Fabric--v7-1-0 .ms-Icon--DockLeft:before{content:"\E90C"}.ms-Fabric--v7-1-0 .ms-Icon--DockLeftMirrored:before{content:"\EA4C"}.ms-Fabric--v7-1-0 .ms-Icon--DockRight:before{content:"\E90D"}.ms-Fabric--v7-1-0 .ms-Icon--DocLibrary:before{content:"\EEB8"}.ms-Fabric--v7-1-0 .ms-Icon--DocsLogoInverse:before{content:"\EDCB"}.ms-Fabric--v7-1-0 .ms-Icon--Document:before{content:"\E8A5"}.ms-Fabric--v7-1-0 .ms-Icon--Documentation:before{content:"\EC17"}.ms-Fabric--v7-1-0 .ms-Icon--DocumentManagement:before{content:"\EFFC"}.ms-Fabric--v7-1-0 .ms-Icon--DocumentReply:before{content:"\EF57"}.ms-Fabric--v7-1-0 .ms-Icon--DocumentSearch:before{content:"\EF6C"}.ms-Fabric--v7-1-0 .ms-Icon--DocumentSet:before{content:"\EED6"}.ms-Fabric--v7-1-0 .ms-Icon--DonutChart:before{content:"\F368"}.ms-Fabric--v7-1-0 .ms-Icon--Door:before{content:"\EB75"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleBookmark:before{content:"\EB8F"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronDown:before{content:"\EE04"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronDown12:before{content:"\EE97"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronDown8:before{content:"\F36B"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeft:before{content:"\EDBE"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeft12:before{content:"\EE98"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeft8:before{content:"\F36D"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeftMed:before{content:"\E991"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronLeftMedMirrored:before{content:"\EA4D"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronRight:before{content:"\EDBF"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronRight12:before{content:"\EE99"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronRight8:before{content:"\F36E"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronUp:before{content:"\EDBD"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronUp12:before{content:"\EE96"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleChevronUp8:before{content:"\F36C"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleColumn:before{content:"\F1D4"}.ms-Fabric--v7-1-0 .ms-Icon--DoubleColumnEdit:before{content:"\F322"}.ms-Fabric--v7-1-0 .ms-Icon--Down:before{content:"\E74B"}.ms-Fabric--v7-1-0 .ms-Icon--Download:before{content:"\E896"}.ms-Fabric--v7-1-0 .ms-Icon--DRM:before{content:"\ECA8"}.ms-Fabric--v7-1-0 .ms-Icon--Drop:before{content:"\EB42"}.ms-Fabric--v7-1-0 .ms-Icon--DropboxLogo:before{content:"\ED77"}.ms-Fabric--v7-1-0 .ms-Icon--Dropdown:before{content:"\EDC5"}.ms-Fabric--v7-1-0 .ms-Icon--Duststorm:before{content:"\E9CD"}.ms-Fabric--v7-1-0 .ms-Icon--Dynamics365Logo:before{content:"\EDCC"}.ms-Fabric--v7-1-0 .ms-Icon--DynamicSMBLogo:before{content:"\EDCD"}.ms-Fabric--v7-1-0 .ms-Icon--EatDrink:before{content:"\E807"}.ms-Fabric--v7-1-0 .ms-Icon--EdgeLogo:before{content:"\EC60"}.ms-Fabric--v7-1-0 .ms-Icon--Edit:before{content:"\E70F"}.ms-Fabric--v7-1-0 .ms-Icon--EditMail:before{content:"\EF61"}.ms-Fabric--v7-1-0 .ms-Icon--EditMirrored:before{content:"\EB7E"}.ms-Fabric--v7-1-0 .ms-Icon--EditNote:before{content:"\ED9D"}.ms-Fabric--v7-1-0 .ms-Icon--EditPhoto:before{content:"\EF77"}.ms-Fabric--v7-1-0 .ms-Icon--EditStyle:before{content:"\EF60"}.ms-Fabric--v7-1-0 .ms-Icon--EgnyteLogo:before{content:"\F373"}.ms-Fabric--v7-1-0 .ms-Icon--Embed:before{content:"\ECCE"}.ms-Fabric--v7-1-0 .ms-Icon--EMI:before{content:"\E731"}.ms-Fabric--v7-1-0 .ms-Icon--Emoji:before{content:"\E899"}.ms-Fabric--v7-1-0 .ms-Icon--Emoji2:before{content:"\E76E"}.ms-Fabric--v7-1-0 .ms-Icon--EmojiDisappointed:before{content:"\EA88"}.ms-Fabric--v7-1-0 .ms-Icon--EmojiNeutral:before{content:"\EA87"}.ms-Fabric--v7-1-0 .ms-Icon--EmptyRecycleBin:before{content:"\EF88"}.ms-Fabric--v7-1-0 .ms-Icon--EngineeringGroup:before{content:"\F362"}.ms-Fabric--v7-1-0 .ms-Icon--Equalizer:before{content:"\E9E9"}.ms-Fabric--v7-1-0 .ms-Icon--EraseTool:before{content:"\E75C"}.ms-Fabric--v7-1-0 .ms-Icon--Error:before{content:"\E783"}.ms-Fabric--v7-1-0 .ms-Icon--ErrorBadge:before{content:"\EA39"}.ms-Fabric--v7-1-0 .ms-Icon--Event:before{content:"\ECA3"}.ms-Fabric--v7-1-0 .ms-Icon--EventDate:before{content:"\F059"}.ms-Fabric--v7-1-0 .ms-Icon--EventInfo:before{content:"\ED8B"}.ms-Fabric--v7-1-0 .ms-Icon--ExcelDocument:before{content:"\EF73"}.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogo:before{content:"\F1E5"}.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogo16:before{content:"\F397"}.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogoFill:before{content:"\F1E6"}.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogoFill16:before{content:"\F398"}.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogoInverse:before{content:"\EC28"}.ms-Fabric--v7-1-0 .ms-Icon--ExcelLogoInverse16:before{content:"\F396"}.ms-Fabric--v7-1-0 .ms-Icon--ExchangeLogo:before{content:"\F284"}.ms-Fabric--v7-1-0 .ms-Icon--ExchangeLogoFill:before{content:"\F285"}.ms-Fabric--v7-1-0 .ms-Icon--ExchangeLogoInverse:before{content:"\ED78"}.ms-Fabric--v7-1-0 .ms-Icon--ExpandMenu:before{content:"\EF67"}.ms-Fabric--v7-1-0 .ms-Icon--ExploreContent:before{content:"\ECCD"}.ms-Fabric--v7-1-0 .ms-Icon--ExploreContentSingle:before{content:"\F164"}.ms-Fabric--v7-1-0 .ms-Icon--Export:before{content:"\EDE1"}.ms-Fabric--v7-1-0 .ms-Icon--ExportMirrored:before{content:"\EDE2"}.ms-Fabric--v7-1-0 .ms-Icon--FabricAssetLibrary:before{content:"\F09C"}.ms-Fabric--v7-1-0 .ms-Icon--FabricDataConnectionLibrary:before{content:"\F09D"}.ms-Fabric--v7-1-0 .ms-Icon--FabricDocLibrary:before{content:"\F09E"}.ms-Fabric--v7-1-0 .ms-Icon--FabricFolder:before{content:"\F0A9"}.ms-Fabric--v7-1-0 .ms-Icon--FabricFolderFill:before{content:"\F0AA"}.ms-Fabric--v7-1-0 .ms-Icon--FabricFolderSearch:before{content:"\F0A4"}.ms-Fabric--v7-1-0 .ms-Icon--FabricFormLibrary:before{content:"\F09F"}.ms-Fabric--v7-1-0 .ms-Icon--FabricFormLibraryMirrored:before{content:"\F0A0"}.ms-Fabric--v7-1-0 .ms-Icon--FabricMovetoFolder:before{content:"\F0A5"}.ms-Fabric--v7-1-0 .ms-Icon--FabricNewFolder:before{content:"\F0AB"}.ms-Fabric--v7-1-0 .ms-Icon--FabricOpenFolderHorizontal:before{content:"\F0A8"}.ms-Fabric--v7-1-0 .ms-Icon--FabricPictureLibrary:before{content:"\F0AC"}.ms-Fabric--v7-1-0 .ms-Icon--FabricPublicFolder:before{content:"\F0A3"}.ms-Fabric--v7-1-0 .ms-Icon--FabricReportLibrary:before{content:"\F0A1"}.ms-Fabric--v7-1-0 .ms-Icon--FabricReportLibraryMirrored:before{content:"\F0A2"}.ms-Fabric--v7-1-0 .ms-Icon--FabricSyncFolder:before{content:"\F0A7"}.ms-Fabric--v7-1-0 .ms-Icon--FabricUnsyncFolder:before{content:"\F0A6"}.ms-Fabric--v7-1-0 .ms-Icon--FacebookLogo:before{content:"\ECB3"}.ms-Fabric--v7-1-0 .ms-Icon--Family:before{content:"\EBDA"}.ms-Fabric--v7-1-0 .ms-Icon--FangBody:before{content:"\ECEB"}.ms-Fabric--v7-1-0 .ms-Icon--FastForward:before{content:"\EB9D"}.ms-Fabric--v7-1-0 .ms-Icon--Favicon:before{content:"\E737"}.ms-Fabric--v7-1-0 .ms-Icon--FavoriteList:before{content:"\E728"}.ms-Fabric--v7-1-0 .ms-Icon--FavoriteStar:before{content:"\E734"}.ms-Fabric--v7-1-0 .ms-Icon--FavoriteStarFill:before{content:"\E735"}.ms-Fabric--v7-1-0 .ms-Icon--Fax:before{content:"\EF5C"}.ms-Fabric--v7-1-0 .ms-Icon--Feedback:before{content:"\ED15"}.ms-Fabric--v7-1-0 .ms-Icon--FeedbackRequestMirroredSolid:before{content:"\F35A"}.ms-Fabric--v7-1-0 .ms-Icon--FeedbackRequestSolid:before{content:"\F359"}.ms-Fabric--v7-1-0 .ms-Icon--FeedbackResponseSolid:before{content:"\F35B"}.ms-Fabric--v7-1-0 .ms-Icon--Ferry:before{content:"\E7E3"}.ms-Fabric--v7-1-0 .ms-Icon--FerrySolid:before{content:"\EB48"}.ms-Fabric--v7-1-0 .ms-Icon--FieldChanged:before{content:"\F2C3"}.ms-Fabric--v7-1-0 .ms-Icon--FieldEmpty:before{content:"\F2C1"}.ms-Fabric--v7-1-0 .ms-Icon--FieldFilled:before{content:"\F2C2"}.ms-Fabric--v7-1-0 .ms-Icon--FieldNotChanged:before{content:"\F2C4"}.ms-Fabric--v7-1-0 .ms-Icon--FileASPX:before{content:"\F2E9"}.ms-Fabric--v7-1-0 .ms-Icon--FileBug:before{content:"\F30D"}.ms-Fabric--v7-1-0 .ms-Icon--FileCode:before{content:"\F30E"}.ms-Fabric--v7-1-0 .ms-Icon--FileComment:before{content:"\F30F"}.ms-Fabric--v7-1-0 .ms-Icon--FileCSS:before{content:"\F2EA"}.ms-Fabric--v7-1-0 .ms-Icon--FileHTML:before{content:"\F2ED"}.ms-Fabric--v7-1-0 .ms-Icon--FileImage:before{content:"\F311"}.ms-Fabric--v7-1-0 .ms-Icon--FileJAVA:before{content:"\F2E8"}.ms-Fabric--v7-1-0 .ms-Icon--FileLess:before{content:"\F2EC"}.ms-Fabric--v7-1-0 .ms-Icon--FilePDB:before{content:"\F2E5"}.ms-Fabric--v7-1-0 .ms-Icon--FileSass:before{content:"\F2EB"}.ms-Fabric--v7-1-0 .ms-Icon--FileSQL:before{content:"\F2E7"}.ms-Fabric--v7-1-0 .ms-Icon--FileSymlink:before{content:"\F312"}.ms-Fabric--v7-1-0 .ms-Icon--FileTemplate:before{content:"\F2E6"}.ms-Fabric--v7-1-0 .ms-Icon--FileTypeSolution:before{content:"\F387"}.ms-Fabric--v7-1-0 .ms-Icon--Filter:before{content:"\E71C"}.ms-Fabric--v7-1-0 .ms-Icon--Filters:before{content:"\E795"}.ms-Fabric--v7-1-0 .ms-Icon--FiltersSolid:before{content:"\F353"}.ms-Fabric--v7-1-0 .ms-Icon--Financial:before{content:"\E7BB"}.ms-Fabric--v7-1-0 .ms-Icon--FinancialMirroredSolid:before{content:"\F347"}.ms-Fabric--v7-1-0 .ms-Icon--FinancialSolid:before{content:"\F346"}.ms-Fabric--v7-1-0 .ms-Icon--Fingerprint:before{content:"\E928"}.ms-Fabric--v7-1-0 .ms-Icon--FiveTileGrid:before{content:"\F274"}.ms-Fabric--v7-1-0 .ms-Icon--Flag:before{content:"\E7C1"}.ms-Fabric--v7-1-0 .ms-Icon--FlameSolid:before{content:"\F1F3"}.ms-Fabric--v7-1-0 .ms-Icon--FlickDown:before{content:"\E935"}.ms-Fabric--v7-1-0 .ms-Icon--FlickLeft:before{content:"\E937"}.ms-Fabric--v7-1-0 .ms-Icon--FlickRight:before{content:"\E938"}.ms-Fabric--v7-1-0 .ms-Icon--FlickUp:before{content:"\E936"}.ms-Fabric--v7-1-0 .ms-Icon--Flow:before{content:"\EF90"}.ms-Fabric--v7-1-0 .ms-Icon--FocalPoint:before{content:"\F277"}.ms-Fabric--v7-1-0 .ms-Icon--Fog:before{content:"\E9CB"}.ms-Fabric--v7-1-0 .ms-Icon--Folder:before{content:"\E8B7"}.ms-Fabric--v7-1-0 .ms-Icon--FolderFill:before{content:"\E8D5"}.ms-Fabric--v7-1-0 .ms-Icon--FolderHorizontal:before{content:"\F12B"}.ms-Fabric--v7-1-0 .ms-Icon--FolderList:before{content:"\F2CE"}.ms-Fabric--v7-1-0 .ms-Icon--FolderListMirrored:before{content:"\F2CF"}.ms-Fabric--v7-1-0 .ms-Icon--FolderOpen:before{content:"\E838"}.ms-Fabric--v7-1-0 .ms-Icon--FolderQuery:before{content:"\F2CD"}.ms-Fabric--v7-1-0 .ms-Icon--FolderSearch:before{content:"\EF65"}.ms-Fabric--v7-1-0 .ms-Icon--Font:before{content:"\E8D2"}.ms-Fabric--v7-1-0 .ms-Icon--FontColor:before{content:"\E8D3"}.ms-Fabric--v7-1-0 .ms-Icon--FontDecrease:before{content:"\E8E7"}.ms-Fabric--v7-1-0 .ms-Icon--FontIncrease:before{content:"\E8E8"}.ms-Fabric--v7-1-0 .ms-Icon--FontSize:before{content:"\E8E9"}.ms-Fabric--v7-1-0 .ms-Icon--FormLibrary:before{content:"\EEB9"}.ms-Fabric--v7-1-0 .ms-Icon--FormLibraryMirrored:before{content:"\EEBA"}.ms-Fabric--v7-1-0 .ms-Icon--Forward:before{content:"\E72A"}.ms-Fabric--v7-1-0 .ms-Icon--ForwardEvent:before{content:"\ED8C"}.ms-Fabric--v7-1-0 .ms-Icon--Freezing:before{content:"\E9EF"}.ms-Fabric--v7-1-0 .ms-Icon--Frigid:before{content:"\E9CA"}.ms-Fabric--v7-1-0 .ms-Icon--FSharp:before{content:"\F2F6"}.ms-Fabric--v7-1-0 .ms-Icon--FSharpLanguage:before{content:"\F2F5"}.ms-Fabric--v7-1-0 .ms-Icon--FullCircleMask:before{content:"\E91F"}.ms-Fabric--v7-1-0 .ms-Icon--FullHistory:before{content:"\F31C"}.ms-Fabric--v7-1-0 .ms-Icon--FullScreen:before{content:"\E740"}.ms-Fabric--v7-1-0 .ms-Icon--FullWidth:before{content:"\F2FE"}.ms-Fabric--v7-1-0 .ms-Icon--FullWidthEdit:before{content:"\F2FF"}.ms-Fabric--v7-1-0 .ms-Icon--Generate:before{content:"\E9DA"}.ms-Fabric--v7-1-0 .ms-Icon--Giftbox:before{content:"\EC1F"}.ms-Fabric--v7-1-0 .ms-Icon--GiftboxOpen:before{content:"\F133"}.ms-Fabric--v7-1-0 .ms-Icon--GiftBoxSolid:before{content:"\F341"}.ms-Fabric--v7-1-0 .ms-Icon--GiftCard:before{content:"\EB8E"}.ms-Fabric--v7-1-0 .ms-Icon--GitGraph:before{content:"\F2CA"}.ms-Fabric--v7-1-0 .ms-Icon--Glasses:before{content:"\EA16"}.ms-Fabric--v7-1-0 .ms-Icon--Glimmer:before{content:"\ECF4"}.ms-Fabric--v7-1-0 .ms-Icon--GlobalNavButton:before{content:"\E700"}.ms-Fabric--v7-1-0 .ms-Icon--Globe:before{content:"\E774"}.ms-Fabric--v7-1-0 .ms-Icon--GlobeFavorite:before{content:"\EF53"}.ms-Fabric--v7-1-0 .ms-Icon--Golf:before{content:"\EB1F"}.ms-Fabric--v7-1-0 .ms-Icon--GoogleDriveLogo:before{content:"\EE0B"}.ms-Fabric--v7-1-0 .ms-Icon--GoogleDriveLogoBottomBlue:before{content:"\F375"}.ms-Fabric--v7-1-0 .ms-Icon--GoogleDriveLogoLeftGreen:before{content:"\F374"}.ms-Fabric--v7-1-0 .ms-Icon--GoogleDriveLogoRightYellow:before{content:"\F376"}.ms-Fabric--v7-1-0 .ms-Icon--GotoToday:before{content:"\E8D1"}.ms-Fabric--v7-1-0 .ms-Icon--GripperBarVertical:before{content:"\E784"}.ms-Fabric--v7-1-0 .ms-Icon--GripperTool:before{content:"\E75E"}.ms-Fabric--v7-1-0 .ms-Icon--Group:before{content:"\E902"}.ms-Fabric--v7-1-0 .ms-Icon--GroupedAscending:before{content:"\EE67"}.ms-Fabric--v7-1-0 .ms-Icon--GroupedDescending:before{content:"\EE66"}.ms-Fabric--v7-1-0 .ms-Icon--GroupedList:before{content:"\EF74"}.ms-Fabric--v7-1-0 .ms-Icon--HailDay:before{content:"\EA00"}.ms-Fabric--v7-1-0 .ms-Icon--HailNight:before{content:"\EA13"}.ms-Fabric--v7-1-0 .ms-Icon--HalfAlpha:before{content:"\E97E"}.ms-Fabric--v7-1-0 .ms-Icon--Handwriting:before{content:"\E929"}.ms-Fabric--v7-1-0 .ms-Icon--HardDriveGroup:before{content:"\F18F"}.ms-Fabric--v7-1-0 .ms-Icon--Header1:before{content:"\EA19"}.ms-Fabric--v7-1-0 .ms-Icon--Header2:before{content:"\EF36"}.ms-Fabric--v7-1-0 .ms-Icon--Header3:before{content:"\EF37"}.ms-Fabric--v7-1-0 .ms-Icon--Header4:before{content:"\EF38"}.ms-Fabric--v7-1-0 .ms-Icon--Headset:before{content:"\E95B"}.ms-Fabric--v7-1-0 .ms-Icon--HeadsetSolid:before{content:"\F348"}.ms-Fabric--v7-1-0 .ms-Icon--Health:before{content:"\E95E"}.ms-Fabric--v7-1-0 .ms-Icon--HealthSolid:before{content:"\F33F"}.ms-Fabric--v7-1-0 .ms-Icon--Heart:before{content:"\EB51"}.ms-Fabric--v7-1-0 .ms-Icon--HeartFill:before{content:"\EB52"}.ms-Fabric--v7-1-0 .ms-Icon--Help:before{content:"\E897"}.ms-Fabric--v7-1-0 .ms-Icon--HelpMirrored:before{content:"\EA51"}.ms-Fabric--v7-1-0 .ms-Icon--Hide:before{content:"\ED1A"}.ms-Fabric--v7-1-0 .ms-Icon--Hide2:before{content:"\EF89"}.ms-Fabric--v7-1-0 .ms-Icon--Highlight:before{content:"\E7E6"}.ms-Fabric--v7-1-0 .ms-Icon--HighlightMappedShapes:before{content:"\F2A1"}.ms-Fabric--v7-1-0 .ms-Icon--History:before{content:"\E81C"}.ms-Fabric--v7-1-0 .ms-Icon--Home:before{content:"\E80F"}.ms-Fabric--v7-1-0 .ms-Icon--HomeSolid:before{content:"\EA8A"}.ms-Fabric--v7-1-0 .ms-Icon--Hospital:before{content:"\E91D"}.ms-Fabric--v7-1-0 .ms-Icon--Hotel:before{content:"\E824"}.ms-Fabric--v7-1-0 .ms-Icon--IconSetsFlag:before{content:"\F2A4"}.ms-Fabric--v7-1-0 .ms-Icon--ImageCrosshair:before{content:"\F2C9"}.ms-Fabric--v7-1-0 .ms-Icon--ImageDiff:before{content:"\F30B"}.ms-Fabric--v7-1-0 .ms-Icon--ImagePixel:before{content:"\F30C"}.ms-Fabric--v7-1-0 .ms-Icon--Import:before{content:"\E8B5"}.ms-Fabric--v7-1-0 .ms-Icon--Important:before{content:"\E8C9"}.ms-Fabric--v7-1-0 .ms-Icon--ImportMirrored:before{content:"\EA52"}.ms-Fabric--v7-1-0 .ms-Icon--InboxCheck:before{content:"\EF64"}.ms-Fabric--v7-1-0 .ms-Icon--IncidentTriangle:before{content:"\E814"}.ms-Fabric--v7-1-0 .ms-Icon--IncreaseIndentLegacy:before{content:"\E291"}.ms-Fabric--v7-1-0 .ms-Icon--Info:before{content:"\E946"}.ms-Fabric--v7-1-0 .ms-Icon--Info2:before{content:"\EA1F"}.ms-Fabric--v7-1-0 .ms-Icon--InfoSolid:before{content:"\F167"}.ms-Fabric--v7-1-0 .ms-Icon--InsertTextBox:before{content:"\EC7D"}.ms-Fabric--v7-1-0 .ms-Icon--InstallToDrive:before{content:"\F28D"}.ms-Fabric--v7-1-0 .ms-Icon--InternetSharing:before{content:"\E704"}.ms-Fabric--v7-1-0 .ms-Icon--iOSAppStoreLogo:before{content:"\EF8A"}.ms-Fabric--v7-1-0 .ms-Icon--IssueTracking:before{content:"\EEC0"}.ms-Fabric--v7-1-0 .ms-Icon--IssueTrackingMirrored:before{content:"\EEC1"}.ms-Fabric--v7-1-0 .ms-Icon--Italic:before{content:"\E8DB"}.ms-Fabric--v7-1-0 .ms-Icon--JavaScriptLanguage:before{content:"\F2EE"}.ms-Fabric--v7-1-0 .ms-Icon--JoinOnlineMeeting:before{content:"\ED8F"}.ms-Fabric--v7-1-0 .ms-Icon--JS:before{content:"\EBF0"}.ms-Fabric--v7-1-0 .ms-Icon--Label:before{content:"\E932"}.ms-Fabric--v7-1-0 .ms-Icon--LandscapeOrientation:before{content:"\EF6B"}.ms-Fabric--v7-1-0 .ms-Icon--LaptopSelected:before{content:"\EC76"}.ms-Fabric--v7-1-0 .ms-Icon--LargeGrid:before{content:"\EECB"}.ms-Fabric--v7-1-0 .ms-Icon--Library:before{content:"\E8F1"}.ms-Fabric--v7-1-0 .ms-Icon--Lifesaver:before{content:"\EF62"}.ms-Fabric--v7-1-0 .ms-Icon--LifesaverLock:before{content:"\EF63"}.ms-Fabric--v7-1-0 .ms-Icon--Light:before{content:"\E793"}.ms-Fabric--v7-1-0 .ms-Icon--Lightbulb:before{content:"\EA80"}.ms-Fabric--v7-1-0 .ms-Icon--LightningBolt:before{content:"\E945"}.ms-Fabric--v7-1-0 .ms-Icon--Like:before{content:"\E8E1"}.ms-Fabric--v7-1-0 .ms-Icon--LineChart:before{content:"\E9E6"}.ms-Fabric--v7-1-0 .ms-Icon--Link:before{content:"\E71B"}.ms-Fabric--v7-1-0 .ms-Icon--LinkedInLogo:before{content:"\F20A"}.ms-Fabric--v7-1-0 .ms-Icon--List:before{content:"\EA37"}.ms-Fabric--v7-1-0 .ms-Icon--ListMirrored:before{content:"\EA55"}.ms-Fabric--v7-1-0 .ms-Icon--LocaleLanguage:before{content:"\F2B7"}.ms-Fabric--v7-1-0 .ms-Icon--Location:before{content:"\E81D"}.ms-Fabric--v7-1-0 .ms-Icon--LocationCircle:before{content:"\E80E"}.ms-Fabric--v7-1-0 .ms-Icon--LocationDot:before{content:"\E827"}.ms-Fabric--v7-1-0 .ms-Icon--LocationFill:before{content:"\E920"}.ms-Fabric--v7-1-0 .ms-Icon--LocationOutline:before{content:"\F2D0"}.ms-Fabric--v7-1-0 .ms-Icon--Lock:before{content:"\E72E"}.ms-Fabric--v7-1-0 .ms-Icon--LockSolid:before{content:"\E9A2"}.ms-Fabric--v7-1-0 .ms-Icon--LogRemove:before{content:"\F316"}.ms-Fabric--v7-1-0 .ms-Icon--LowerBrightness:before{content:"\EC8A"}.ms-Fabric--v7-1-0 .ms-Icon--LyncLogo:before{content:"\ED79"}.ms-Fabric--v7-1-0 .ms-Icon--Mail:before{content:"\E715"}.ms-Fabric--v7-1-0 .ms-Icon--MailAlert:before{content:"\ED80"}.ms-Fabric--v7-1-0 .ms-Icon--MailCheck:before{content:"\ED81"}.ms-Fabric--v7-1-0 .ms-Icon--MailFill:before{content:"\E8A8"}.ms-Fabric--v7-1-0 .ms-Icon--MailForward:before{content:"\E89C"}.ms-Fabric--v7-1-0 .ms-Icon--MailForwardMirrored:before{content:"\EA56"}.ms-Fabric--v7-1-0 .ms-Icon--MailLowImportance:before{content:"\ED82"}.ms-Fabric--v7-1-0 .ms-Icon--MailPause:before{content:"\ED83"}.ms-Fabric--v7-1-0 .ms-Icon--MailRepeat:before{content:"\ED84"}.ms-Fabric--v7-1-0 .ms-Icon--MailReply:before{content:"\E8CA"}.ms-Fabric--v7-1-0 .ms-Icon--MailReplyAll:before{content:"\E8C2"}.ms-Fabric--v7-1-0 .ms-Icon--MailReplyAllMirrored:before{content:"\EA58"}.ms-Fabric--v7-1-0 .ms-Icon--MailReplyMirrored:before{content:"\EA57"}.ms-Fabric--v7-1-0 .ms-Icon--MailSolid:before{content:"\F343"}.ms-Fabric--v7-1-0 .ms-Icon--MapDirections:before{content:"\E816"}.ms-Fabric--v7-1-0 .ms-Icon--MapPin:before{content:"\E707"}.ms-Fabric--v7-1-0 .ms-Icon--MarkDownLanguage:before{content:"\F2FB"}.ms-Fabric--v7-1-0 .ms-Icon--Market:before{content:"\EAFC"}.ms-Fabric--v7-1-0 .ms-Icon--MarketDown:before{content:"\EF42"}.ms-Fabric--v7-1-0 .ms-Icon--Medical:before{content:"\EAD4"}.ms-Fabric--v7-1-0 .ms-Icon--Megaphone:before{content:"\E789"}.ms-Fabric--v7-1-0 .ms-Icon--MegaphoneSolid:before{content:"\F332"}.ms-Fabric--v7-1-0 .ms-Icon--Memo:before{content:"\E77C"}.ms-Fabric--v7-1-0 .ms-Icon--Merge:before{content:"\E7D5"}.ms-Fabric--v7-1-0 .ms-Icon--MergeDuplicate:before{content:"\F29A"}.ms-Fabric--v7-1-0 .ms-Icon--Message:before{content:"\E8BD"}.ms-Fabric--v7-1-0 .ms-Icon--MessageFill:before{content:"\EC70"}.ms-Fabric--v7-1-0 .ms-Icon--Microphone:before{content:"\E720"}.ms-Fabric--v7-1-0 .ms-Icon--MicrosoftStaffhubLogo:before{content:"\F130"}.ms-Fabric--v7-1-0 .ms-Icon--MiniLink:before{content:"\E732"}.ms-Fabric--v7-1-0 .ms-Icon--MobileSelected:before{content:"\EC75"}.ms-Fabric--v7-1-0 .ms-Icon--Money:before{content:"\EAFD"}.ms-Fabric--v7-1-0 .ms-Icon--More:before{content:"\E712"}.ms-Fabric--v7-1-0 .ms-Icon--MoreSports:before{content:"\EB22"}.ms-Fabric--v7-1-0 .ms-Icon--MoreVertical:before{content:"\F2BC"}.ms-Fabric--v7-1-0 .ms-Icon--Move:before{content:"\E7C2"}.ms-Fabric--v7-1-0 .ms-Icon--MoveToFolder:before{content:"\E8DE"}.ms-Fabric--v7-1-0 .ms-Icon--MSNLogo:before{content:"\EB6C"}.ms-Fabric--v7-1-0 .ms-Icon--MSNVideos:before{content:"\EB1C"}.ms-Fabric--v7-1-0 .ms-Icon--MSNVideosSolid:before{content:"\F2DA"}.ms-Fabric--v7-1-0 .ms-Icon--MultiSelect:before{content:"\E762"}.ms-Fabric--v7-1-0 .ms-Icon--MultiSelectMirrored:before{content:"\EA98"}.ms-Fabric--v7-1-0 .ms-Icon--MusicInCollection:before{content:"\E940"}.ms-Fabric--v7-1-0 .ms-Icon--MusicInCollectionFill:before{content:"\EA36"}.ms-Fabric--v7-1-0 .ms-Icon--MusicNote:before{content:"\EC4F"}.ms-Fabric--v7-1-0 .ms-Icon--Nav2DMapView:before{content:"\E800"}.ms-Fabric--v7-1-0 .ms-Icon--NavigateBack:before{content:"\F2DD"}.ms-Fabric--v7-1-0 .ms-Icon--NavigateBackMirrored:before{content:"\F2DE"}.ms-Fabric--v7-1-0 .ms-Icon--NavigateExternalInline:before{content:"\F35F"}.ms-Fabric--v7-1-0 .ms-Icon--NavigateForward:before{content:"\F2DF"}.ms-Fabric--v7-1-0 .ms-Icon--NavigateForwardMirrored:before{content:"\F2E0"}.ms-Fabric--v7-1-0 .ms-Icon--NetworkTower:before{content:"\EC05"}.ms-Fabric--v7-1-0 .ms-Icon--NewAnalyticsQuery:before{content:"\F1E0"}.ms-Fabric--v7-1-0 .ms-Icon--NewFolder:before{content:"\E8F4"}.ms-Fabric--v7-1-0 .ms-Icon--News:before{content:"\E900"}.ms-Fabric--v7-1-0 .ms-Icon--NewTeamProject:before{content:"\F2B2"}.ms-Fabric--v7-1-0 .ms-Icon--Next:before{content:"\E893"}.ms-Fabric--v7-1-0 .ms-Icon--NoteForward:before{content:"\ED99"}.ms-Fabric--v7-1-0 .ms-Icon--NotePinned:before{content:"\ED9A"}.ms-Fabric--v7-1-0 .ms-Icon--NoteReply:before{content:"\ED98"}.ms-Fabric--v7-1-0 .ms-Icon--NumberedList:before{content:"\EA1C"}.ms-Fabric--v7-1-0 .ms-Icon--NumberField:before{content:"\EDC4"}.ms-Fabric--v7-1-0 .ms-Icon--OfficeAddinsLogo:before{content:"\EEC7"}.ms-Fabric--v7-1-0 .ms-Icon--OfficeAssistantLogo:before{content:"\EDCE"}.ms-Fabric--v7-1-0 .ms-Icon--OfficeFormLogo:before{content:"\EF86"}.ms-Fabric--v7-1-0 .ms-Icon--OfficeLogo:before{content:"\EB6E"}.ms-Fabric--v7-1-0 .ms-Icon--OfficeStoreLogo:before{content:"\EDCF"}.ms-Fabric--v7-1-0 .ms-Icon--OfficeVideoLogo:before{content:"\F282"}.ms-Fabric--v7-1-0 .ms-Icon--OfficeVideoLogoFill:before{content:"\F283"}.ms-Fabric--v7-1-0 .ms-Icon--OfficeVideoLogoInverse:before{content:"\ED7A"}.ms-Fabric--v7-1-0 .ms-Icon--OfflineOneDriveParachute:before{content:"\EEC8"}.ms-Fabric--v7-1-0 .ms-Icon--OfflineOneDriveParachuteDisabled:before{content:"\EEC9"}.ms-Fabric--v7-1-0 .ms-Icon--OfflineStorageSolid:before{content:"\F34E"}.ms-Fabric--v7-1-0 .ms-Icon--OneDrive:before{content:"\E941"}.ms-Fabric--v7-1-0 .ms-Icon--OneDriveAdd:before{content:"\EF32"}.ms-Fabric--v7-1-0 .ms-Icon--OneNoteEduLogoInverse:before{content:"\EDD0"}.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogo:before{content:"\F1E7"}.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogo16:before{content:"\F39A"}.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogoFill:before{content:"\F1E8"}.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogoFill16:before{content:"\F39B"}.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogoInverse:before{content:"\EC0D"}.ms-Fabric--v7-1-0 .ms-Icon--OneNoteLogoInverse16:before{content:"\F399"}.ms-Fabric--v7-1-0 .ms-Icon--OpenFile:before{content:"\E8E5"}.ms-Fabric--v7-1-0 .ms-Icon--OpenFolderHorizontal:before{content:"\ED25"}.ms-Fabric--v7-1-0 .ms-Icon--OpenInNewWindow:before{content:"\E8A7"}.ms-Fabric--v7-1-0 .ms-Icon--OpenPane:before{content:"\E8A0"}.ms-Fabric--v7-1-0 .ms-Icon--OpenPaneMirrored:before{content:"\EA5B"}.ms-Fabric--v7-1-0 .ms-Icon--OpenSource:before{content:"\EBC2"}.ms-Fabric--v7-1-0 .ms-Icon--Org:before{content:"\ECA6"}.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogo:before{content:"\F1E9"}.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogo16:before{content:"\F39D"}.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogoFill:before{content:"\F1EA"}.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogoFill16:before{content:"\F39E"}.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogoInverse:before{content:"\EB6D"}.ms-Fabric--v7-1-0 .ms-Icon--OutlookLogoInverse16:before{content:"\F39C"}.ms-Fabric--v7-1-0 .ms-Icon--OutOfOffice:before{content:"\ED34"}.ms-Fabric--v7-1-0 .ms-Icon--Package:before{content:"\E7B8"}.ms-Fabric--v7-1-0 .ms-Icon--Packages:before{content:"\F318"}.ms-Fabric--v7-1-0 .ms-Icon--Page:before{content:"\E7C3"}.ms-Fabric--v7-1-0 .ms-Icon--PageAdd:before{content:"\EA1A"}.ms-Fabric--v7-1-0 .ms-Icon--PageCheckedin:before{content:"\F104"}.ms-Fabric--v7-1-0 .ms-Icon--PageCheckedOut:before{content:"\F02C"}.ms-Fabric--v7-1-0 .ms-Icon--PageEdit:before{content:"\EFB6"}.ms-Fabric--v7-1-0 .ms-Icon--PageLeft:before{content:"\E760"}.ms-Fabric--v7-1-0 .ms-Icon--PageListMirroredSolid:before{content:"\F33B"}.ms-Fabric--v7-1-0 .ms-Icon--PageListSolid:before{content:"\F33A"}.ms-Fabric--v7-1-0 .ms-Icon--PageRight:before{content:"\E761"}.ms-Fabric--v7-1-0 .ms-Icon--PageSolid:before{content:"\E729"}.ms-Fabric--v7-1-0 .ms-Icon--PanoIndicator:before{content:"\E7B0"}.ms-Fabric--v7-1-0 .ms-Icon--Parachute:before{content:"\F351"}.ms-Fabric--v7-1-0 .ms-Icon--ParachuteSolid:before{content:"\F352"}.ms-Fabric--v7-1-0 .ms-Icon--Parameter:before{content:"\F306"}.ms-Fabric--v7-1-0 .ms-Icon--ParatureLogo:before{content:"\ED7B"}.ms-Fabric--v7-1-0 .ms-Icon--ParkingLocation:before{content:"\E811"}.ms-Fabric--v7-1-0 .ms-Icon--ParkingLocationMirrored:before{content:"\EA5E"}.ms-Fabric--v7-1-0 .ms-Icon--ParkingMirroredSolid:before{content:"\F34B"}.ms-Fabric--v7-1-0 .ms-Icon--ParkingSolid:before{content:"\F34A"}.ms-Fabric--v7-1-0 .ms-Icon--PartlyCloudyDay:before{content:"\E9C0"}.ms-Fabric--v7-1-0 .ms-Icon--PartlyCloudyNight:before{content:"\E9C1"}.ms-Fabric--v7-1-0 .ms-Icon--PartyLeader:before{content:"\ECA7"}.ms-Fabric--v7-1-0 .ms-Icon--Paste:before{content:"\E77F"}.ms-Fabric--v7-1-0 .ms-Icon--Pause:before{content:"\E769"}.ms-Fabric--v7-1-0 .ms-Icon--PaymentCard:before{content:"\E8C7"}.ms-Fabric--v7-1-0 .ms-Icon--PC1:before{content:"\E977"}.ms-Fabric--v7-1-0 .ms-Icon--PDF:before{content:"\EA90"}.ms-Fabric--v7-1-0 .ms-Icon--PencilReply:before{content:"\EF7B"}.ms-Fabric--v7-1-0 .ms-Icon--People:before{content:"\E716"}.ms-Fabric--v7-1-0 .ms-Icon--PeopleAdd:before{content:"\EA15"}.ms-Fabric--v7-1-0 .ms-Icon--PeopleAlert:before{content:"\ED93"}.ms-Fabric--v7-1-0 .ms-Icon--PeopleBlock:before{content:"\ED91"}.ms-Fabric--v7-1-0 .ms-Icon--PeoplePause:before{content:"\ED94"}.ms-Fabric--v7-1-0 .ms-Icon--PeopleRepeat:before{content:"\ED92"}.ms-Fabric--v7-1-0 .ms-Icon--Permissions:before{content:"\E8D7"}.ms-Fabric--v7-1-0 .ms-Icon--PermissionsSolid:before{content:"\F349"}.ms-Fabric--v7-1-0 .ms-Icon--Personalize:before{content:"\E771"}.ms-Fabric--v7-1-0 .ms-Icon--Phone:before{content:"\E717"}.ms-Fabric--v7-1-0 .ms-Icon--Photo2:before{content:"\EB9F"}.ms-Fabric--v7-1-0 .ms-Icon--Photo2Add:before{content:"\ECAB"}.ms-Fabric--v7-1-0 .ms-Icon--Photo2Remove:before{content:"\ECAC"}.ms-Fabric--v7-1-0 .ms-Icon--PhotoCollection:before{content:"\E7AA"}.ms-Fabric--v7-1-0 .ms-Icon--Picture:before{content:"\E8B9"}.ms-Fabric--v7-1-0 .ms-Icon--PictureLibrary:before{content:"\EEC2"}.ms-Fabric--v7-1-0 .ms-Icon--PieDouble:before{content:"\EB04"}.ms-Fabric--v7-1-0 .ms-Icon--PieSingle:before{content:"\EB05"}.ms-Fabric--v7-1-0 .ms-Icon--Pill:before{content:"\EACB"}.ms-Fabric--v7-1-0 .ms-Icon--Pin:before{content:"\E718"}.ms-Fabric--v7-1-0 .ms-Icon--Pinned:before{content:"\E840"}.ms-Fabric--v7-1-0 .ms-Icon--PinnedFill:before{content:"\E842"}.ms-Fabric--v7-1-0 .ms-Icon--PivotChart:before{content:"\F24C"}.ms-Fabric--v7-1-0 .ms-Icon--PlannerLogo:before{content:"\EDD1"}.ms-Fabric--v7-1-0 .ms-Icon--PlanView:before{content:"\F360"}.ms-Fabric--v7-1-0 .ms-Icon--Play:before{content:"\E768"}.ms-Fabric--v7-1-0 .ms-Icon--PlayerSettings:before{content:"\EF58"}.ms-Fabric--v7-1-0 .ms-Icon--PlayResume:before{content:"\F2C6"}.ms-Fabric--v7-1-0 .ms-Icon--Plug:before{content:"\F300"}.ms-Fabric--v7-1-0 .ms-Icon--PlugConnected:before{content:"\F302"}.ms-Fabric--v7-1-0 .ms-Icon--PlugDisconnected:before{content:"\F303"}.ms-Fabric--v7-1-0 .ms-Icon--PlugSolid:before{content:"\F301"}.ms-Fabric--v7-1-0 .ms-Icon--POI:before{content:"\ECAF"}.ms-Fabric--v7-1-0 .ms-Icon--POISolid:before{content:"\F2D1"}.ms-Fabric--v7-1-0 .ms-Icon--PostUpdate:before{content:"\E8F3"}.ms-Fabric--v7-1-0 .ms-Icon--PowerApps:before{content:"\EDD2"}.ms-Fabric--v7-1-0 .ms-Icon--PowerApps2Logo:before{content:"\F092"}.ms-Fabric--v7-1-0 .ms-Icon--PowerAppsLogo:before{content:"\F091"}.ms-Fabric--v7-1-0 .ms-Icon--PowerBILogo:before{content:"\EA1E"}.ms-Fabric--v7-1-0 .ms-Icon--PowerPointDocument:before{content:"\EF72"}.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogo:before{content:"\F1EB"}.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogo16:before{content:"\F394"}.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogoFill:before{content:"\F1EC"}.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogoFill16:before{content:"\F395"}.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogoInverse:before{content:"\EC2A"}.ms-Fabric--v7-1-0 .ms-Icon--PowerPointLogoInverse16:before{content:"\F393"}.ms-Fabric--v7-1-0 .ms-Icon--Precipitation:before{content:"\E9CF"}.ms-Fabric--v7-1-0 .ms-Icon--PresenceChickletVideo:before{content:"\E979"}.ms-Fabric--v7-1-0 .ms-Icon--Preview:before{content:"\E8FF"}.ms-Fabric--v7-1-0 .ms-Icon--PreviewLink:before{content:"\E8A1"}.ms-Fabric--v7-1-0 .ms-Icon--Previous:before{content:"\E892"}.ms-Fabric--v7-1-0 .ms-Icon--Print:before{content:"\E749"}.ms-Fabric--v7-1-0 .ms-Icon--PrintfaxPrinterFile:before{content:"\E956"}.ms-Fabric--v7-1-0 .ms-Icon--Processing:before{content:"\E9F5"}.ms-Fabric--v7-1-0 .ms-Icon--ProcessMetaTask:before{content:"\F290"}.ms-Fabric--v7-1-0 .ms-Icon--Product:before{content:"\ECDC"}.ms-Fabric--v7-1-0 .ms-Icon--ProFootball:before{content:"\EB27"}.ms-Fabric--v7-1-0 .ms-Icon--ProgressLoopInner:before{content:"\ECDE"}.ms-Fabric--v7-1-0 .ms-Icon--ProgressLoopOuter:before{content:"\ECDF"}.ms-Fabric--v7-1-0 .ms-Icon--ProgressRingDots:before{content:"\F16A"}.ms-Fabric--v7-1-0 .ms-Icon--ProHockey:before{content:"\EB28"}.ms-Fabric--v7-1-0 .ms-Icon--ProjectCollection:before{content:"\F363"}.ms-Fabric--v7-1-0 .ms-Icon--ProjectLogoInverse:before{content:"\EDD4"}.ms-Fabric--v7-1-0 .ms-Icon--ProtectedDocument:before{content:"\E8A6"}.ms-Fabric--v7-1-0 .ms-Icon--ProtectRestrict:before{content:"\F22A"}.ms-Fabric--v7-1-0 .ms-Icon--PublicCalendar:before{content:"\EF6D"}.ms-Fabric--v7-1-0 .ms-Icon--PublicContactCard:before{content:"\EF6E"}.ms-Fabric--v7-1-0 .ms-Icon--PublicEmail:before{content:"\EF6F"}.ms-Fabric--v7-1-0 .ms-Icon--PublicFolder:before{content:"\EF70"}.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogo:before{content:"\F1ED"}.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogo16:before{content:"\F3A0"}.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogoFill:before{content:"\F1EE"}.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogoFill16:before{content:"\F3A1"}.ms-Fabric--v7-1-0 .ms-Icon--PublisherLogoInverse16:before{content:"\F39F"}.ms-Fabric--v7-1-0 .ms-Icon--Puzzle:before{content:"\EA86"}.ms-Fabric--v7-1-0 .ms-Icon--PY:before{content:"\F2F9"}.ms-Fabric--v7-1-0 .ms-Icon--PythonLanguage:before{content:"\F2F8"}.ms-Fabric--v7-1-0 .ms-Icon--QueryList:before{content:"\F2B8"}.ms-Fabric--v7-1-0 .ms-Icon--Questionnaire:before{content:"\EE19"}.ms-Fabric--v7-1-0 .ms-Icon--QuestionnaireMirrored:before{content:"\EE4B"}.ms-Fabric--v7-1-0 .ms-Icon--QuickNote:before{content:"\E70B"}.ms-Fabric--v7-1-0 .ms-Icon--QuickNoteSolid:before{content:"\F338"}.ms-Fabric--v7-1-0 .ms-Icon--RadioBtnOff:before{content:"\ECCA"}.ms-Fabric--v7-1-0 .ms-Icon--RadioBtnOn:before{content:"\ECCB"}.ms-Fabric--v7-1-0 .ms-Icon--RadioBullet:before{content:"\E915"}.ms-Fabric--v7-1-0 .ms-Icon--Rain:before{content:"\E9C4"}.ms-Fabric--v7-1-0 .ms-Icon--RainShowersDay:before{content:"\E9C3"}.ms-Fabric--v7-1-0 .ms-Icon--RainShowersNight:before{content:"\EA0F"}.ms-Fabric--v7-1-0 .ms-Icon--RainSnow:before{content:"\E9C7"}.ms-Fabric--v7-1-0 .ms-Icon--RawSource:before{content:"\F299"}.ms-Fabric--v7-1-0 .ms-Icon--Read:before{content:"\E8C3"}.ms-Fabric--v7-1-0 .ms-Icon--ReadingMode:before{content:"\E736"}.ms-Fabric--v7-1-0 .ms-Icon--ReadingModeSolid:before{content:"\F33D"}.ms-Fabric--v7-1-0 .ms-Icon--ReceiptCheck:before{content:"\EF5B"}.ms-Fabric--v7-1-0 .ms-Icon--ReceiptForward:before{content:"\EF59"}.ms-Fabric--v7-1-0 .ms-Icon--ReceiptReply:before{content:"\EF5A"}.ms-Fabric--v7-1-0 .ms-Icon--Recent:before{content:"\E823"}.ms-Fabric--v7-1-0 .ms-Icon--Record2:before{content:"\EA3F"}.ms-Fabric--v7-1-0 .ms-Icon--RecurringEvent:before{content:"\EF5D"}.ms-Fabric--v7-1-0 .ms-Icon--RecurringTask:before{content:"\EDB2"}.ms-Fabric--v7-1-0 .ms-Icon--RecycleBin:before{content:"\EF87"}.ms-Fabric--v7-1-0 .ms-Icon--Redeploy:before{content:"\F29E"}.ms-Fabric--v7-1-0 .ms-Icon--RedEye:before{content:"\E7B3"}.ms-Fabric--v7-1-0 .ms-Icon--Redo:before{content:"\E7A6"}.ms-Fabric--v7-1-0 .ms-Icon--Refresh:before{content:"\E72C"}.ms-Fabric--v7-1-0 .ms-Icon--ReminderGroup:before{content:"\EBF8"}.ms-Fabric--v7-1-0 .ms-Icon--Remove:before{content:"\E738"}.ms-Fabric--v7-1-0 .ms-Icon--RemoveEvent:before{content:"\ED8A"}.ms-Fabric--v7-1-0 .ms-Icon--RemoveFilter:before{content:"\EB08"}.ms-Fabric--v7-1-0 .ms-Icon--RemoveLink:before{content:"\ED90"}.ms-Fabric--v7-1-0 .ms-Icon--RemoveOccurrence:before{content:"\ED9B"}.ms-Fabric--v7-1-0 .ms-Icon--Rename:before{content:"\E8AC"}.ms-Fabric--v7-1-0 .ms-Icon--ReopenPages:before{content:"\ED50"}.ms-Fabric--v7-1-0 .ms-Icon--Repair:before{content:"\E90F"}.ms-Fabric--v7-1-0 .ms-Icon--Reply:before{content:"\E97A"}.ms-Fabric--v7-1-0 .ms-Icon--ReplyAll:before{content:"\EE0A"}.ms-Fabric--v7-1-0 .ms-Icon--ReplyAllAlt:before{content:"\EF5F"}.ms-Fabric--v7-1-0 .ms-Icon--ReplyAllMirrored:before{content:"\EE36"}.ms-Fabric--v7-1-0 .ms-Icon--ReplyAlt:before{content:"\EF5E"}.ms-Fabric--v7-1-0 .ms-Icon--ReplyMirrored:before{content:"\EE35"}.ms-Fabric--v7-1-0 .ms-Icon--Repo:before{content:"\F2CB"}.ms-Fabric--v7-1-0 .ms-Icon--ReportLibrary:before{content:"\EEBB"}.ms-Fabric--v7-1-0 .ms-Icon--ReportLibraryMirrored:before{content:"\EEBC"}.ms-Fabric--v7-1-0 .ms-Icon--RepoSolid:before{content:"\F2CC"}.ms-Fabric--v7-1-0 .ms-Icon--ReturnToSession:before{content:"\ED24"}.ms-Fabric--v7-1-0 .ms-Icon--ReviewRequestMirroredSolid:before{content:"\F357"}.ms-Fabric--v7-1-0 .ms-Icon--ReviewRequestSolid:before{content:"\F356"}.ms-Fabric--v7-1-0 .ms-Icon--ReviewResponseSolid:before{content:"\F358"}.ms-Fabric--v7-1-0 .ms-Icon--ReviewSolid:before{content:"\F355"}.ms-Fabric--v7-1-0 .ms-Icon--RevToggleKey:before{content:"\E845"}.ms-Fabric--v7-1-0 .ms-Icon--Rewind:before{content:"\EB9E"}.ms-Fabric--v7-1-0 .ms-Icon--Ribbon:before{content:"\E9D1"}.ms-Fabric--v7-1-0 .ms-Icon--RibbonSolid:before{content:"\F345"}.ms-Fabric--v7-1-0 .ms-Icon--RightDoubleQuote:before{content:"\E9B1"}.ms-Fabric--v7-1-0 .ms-Icon--Ringer:before{content:"\EA8F"}.ms-Fabric--v7-1-0 .ms-Icon--RingerOff:before{content:"\F2C5"}.ms-Fabric--v7-1-0 .ms-Icon--Robot:before{content:"\E99A"}.ms-Fabric--v7-1-0 .ms-Icon--Rocket:before{content:"\F3B3"}.ms-Fabric--v7-1-0 .ms-Icon--Room:before{content:"\ED9F"}.ms-Fabric--v7-1-0 .ms-Icon--Rotate:before{content:"\E7AD"}.ms-Fabric--v7-1-0 .ms-Icon--RowsChild:before{content:"\F29C"}.ms-Fabric--v7-1-0 .ms-Icon--RowsGroup:before{content:"\F29B"}.ms-Fabric--v7-1-0 .ms-Icon--Rugby:before{content:"\EB2D"}.ms-Fabric--v7-1-0 .ms-Icon--Running:before{content:"\EADA"}.ms-Fabric--v7-1-0 .ms-Icon--Sad:before{content:"\E757"}.ms-Fabric--v7-1-0 .ms-Icon--SadSolid:before{content:"\F33E"}.ms-Fabric--v7-1-0 .ms-Icon--Save:before{content:"\E74E"}.ms-Fabric--v7-1-0 .ms-Icon--SaveAll:before{content:"\F203"}.ms-Fabric--v7-1-0 .ms-Icon--SaveAndClose:before{content:"\F038"}.ms-Fabric--v7-1-0 .ms-Icon--SaveAs:before{content:"\E792"}.ms-Fabric--v7-1-0 .ms-Icon--Savings:before{content:"\EB0B"}.ms-Fabric--v7-1-0 .ms-Icon--ScheduleEventAction:before{content:"\F1EF"}.ms-Fabric--v7-1-0 .ms-Icon--ScopeTemplate:before{content:"\F2B0"}.ms-Fabric--v7-1-0 .ms-Icon--Script:before{content:"\F03A"}.ms-Fabric--v7-1-0 .ms-Icon--ScrollUpDown:before{content:"\EC8F"}.ms-Fabric--v7-1-0 .ms-Icon--Search:before{content:"\E721"}.ms-Fabric--v7-1-0 .ms-Icon--SearchAndApps:before{content:"\E773"}.ms-Fabric--v7-1-0 .ms-Icon--Section:before{content:"\EC0C"}.ms-Fabric--v7-1-0 .ms-Icon--Sections:before{content:"\EF76"}.ms-Fabric--v7-1-0 .ms-Icon--SecurityGroup:before{content:"\ED85"}.ms-Fabric--v7-1-0 .ms-Icon--Send:before{content:"\E724"}.ms-Fabric--v7-1-0 .ms-Icon--SendMirrored:before{content:"\EA63"}.ms-Fabric--v7-1-0 .ms-Icon--Separator:before{content:"\F35E"}.ms-Fabric--v7-1-0 .ms-Icon--Server:before{content:"\F201"}.ms-Fabric--v7-1-0 .ms-Icon--ServerEnviroment:before{content:"\F29F"}.ms-Fabric--v7-1-0 .ms-Icon--ServerProcesses:before{content:"\F1FE"}.ms-Fabric--v7-1-0 .ms-Icon--SetAction:before{content:"\F071"}.ms-Fabric--v7-1-0 .ms-Icon--Settings:before{content:"\E713"}.ms-Fabric--v7-1-0 .ms-Icon--Share:before{content:"\E72D"}.ms-Fabric--v7-1-0 .ms-Icon--ShareiOS:before{content:"\EF79"}.ms-Fabric--v7-1-0 .ms-Icon--SharepointLogo:before{content:"\F27E"}.ms-Fabric--v7-1-0 .ms-Icon--SharepointLogoFill:before{content:"\F27F"}.ms-Fabric--v7-1-0 .ms-Icon--SharepointLogoInverse:before{content:"\ED18"}.ms-Fabric--v7-1-0 .ms-Icon--Shield:before{content:"\EA18"}.ms-Fabric--v7-1-0 .ms-Icon--ShieldSolid:before{content:"\F340"}.ms-Fabric--v7-1-0 .ms-Icon--Shop:before{content:"\E719"}.ms-Fabric--v7-1-0 .ms-Icon--ShoppingCart:before{content:"\E7BF"}.ms-Fabric--v7-1-0 .ms-Icon--ShoppingCartSolid:before{content:"\F342"}.ms-Fabric--v7-1-0 .ms-Icon--ShopServer:before{content:"\F2B6"}.ms-Fabric--v7-1-0 .ms-Icon--ShowResults:before{content:"\E8BC"}.ms-Fabric--v7-1-0 .ms-Icon--ShowResultsMirrored:before{content:"\EA65"}.ms-Fabric--v7-1-0 .ms-Icon--SidePanel:before{content:"\EF52"}.ms-Fabric--v7-1-0 .ms-Icon--SidePanelMirrored:before{content:"\F221"}.ms-Fabric--v7-1-0 .ms-Icon--SignOut:before{content:"\F3B1"}.ms-Fabric--v7-1-0 .ms-Icon--SingleBookmark:before{content:"\EDFF"}.ms-Fabric--v7-1-0 .ms-Icon--SingleColumn:before{content:"\F1D3"}.ms-Fabric--v7-1-0 .ms-Icon--SingleColumnEdit:before{content:"\F321"}.ms-Fabric--v7-1-0 .ms-Icon--SIPMove:before{content:"\E759"}.ms-Fabric--v7-1-0 .ms-Icon--SkypeCheck:before{content:"\EF80"}.ms-Fabric--v7-1-0 .ms-Icon--SkypeCircleCheck:before{content:"\EF7D"}.ms-Fabric--v7-1-0 .ms-Icon--SkypeCircleClock:before{content:"\EF7E"}.ms-Fabric--v7-1-0 .ms-Icon--SkypeCircleMinus:before{content:"\EF7F"}.ms-Fabric--v7-1-0 .ms-Icon--SkypeClock:before{content:"\EF81"}.ms-Fabric--v7-1-0 .ms-Icon--SkypeForBusinessLogoFill:before{content:"\F27D"}.ms-Fabric--v7-1-0 .ms-Icon--SkypeLogo:before{content:"\EB6F"}.ms-Fabric--v7-1-0 .ms-Icon--SkypeMessage:before{content:"\EF83"}.ms-Fabric--v7-1-0 .ms-Icon--SkypeMinus:before{content:"\EF82"}.ms-Fabric--v7-1-0 .ms-Icon--SliderThumb:before{content:"\EC13"}.ms-Fabric--v7-1-0 .ms-Icon--Snow:before{content:"\E9C8"}.ms-Fabric--v7-1-0 .ms-Icon--Snowflake:before{content:"\EB46"}.ms-Fabric--v7-1-0 .ms-Icon--SnowShowerDay:before{content:"\E9FD"}.ms-Fabric--v7-1-0 .ms-Icon--SnowShowerNight:before{content:"\EA11"}.ms-Fabric--v7-1-0 .ms-Icon--Soccer:before{content:"\EB21"}.ms-Fabric--v7-1-0 .ms-Icon--SocialListeningLogo:before{content:"\ED7C"}.ms-Fabric--v7-1-0 .ms-Icon--Sort:before{content:"\E8CB"}.ms-Fabric--v7-1-0 .ms-Icon--SortDown:before{content:"\EE69"}.ms-Fabric--v7-1-0 .ms-Icon--SortLines:before{content:"\E9D0"}.ms-Fabric--v7-1-0 .ms-Icon--SortUp:before{content:"\EE68"}.ms-Fabric--v7-1-0 .ms-Icon--Speakers:before{content:"\E7F5"}.ms-Fabric--v7-1-0 .ms-Icon--SpeedHigh:before{content:"\EC4A"}.ms-Fabric--v7-1-0 .ms-Icon--Split:before{content:"\EDBC"}.ms-Fabric--v7-1-0 .ms-Icon--Sprint:before{content:"\F3B0"}.ms-Fabric--v7-1-0 .ms-Icon--Squalls:before{content:"\E9CC"}.ms-Fabric--v7-1-0 .ms-Icon--StackedBarChart:before{content:"\F24D"}.ms-Fabric--v7-1-0 .ms-Icon--StackedLineChart:before{content:"\F24E"}.ms-Fabric--v7-1-0 .ms-Icon--StackIndicator:before{content:"\E7FF"}.ms-Fabric--v7-1-0 .ms-Icon--Starburst:before{content:"\EF78"}.ms-Fabric--v7-1-0 .ms-Icon--StarburstSolid:before{content:"\F33C"}.ms-Fabric--v7-1-0 .ms-Icon--StatusErrorFull:before{content:"\EB90"}.ms-Fabric--v7-1-0 .ms-Icon--StatusTriangle:before{content:"\EA82"}.ms-Fabric--v7-1-0 .ms-Icon--Step:before{content:"\F241"}.ms-Fabric--v7-1-0 .ms-Icon--StepInsert:before{content:"\F242"}.ms-Fabric--v7-1-0 .ms-Icon--StepShared:before{content:"\F243"}.ms-Fabric--v7-1-0 .ms-Icon--StepSharedAdd:before{content:"\F244"}.ms-Fabric--v7-1-0 .ms-Icon--StepSharedInsert:before{content:"\F245"}.ms-Fabric--v7-1-0 .ms-Icon--StockDown:before{content:"\EB0F"}.ms-Fabric--v7-1-0 .ms-Icon--StockUp:before{content:"\EB11"}.ms-Fabric--v7-1-0 .ms-Icon--Stop:before{content:"\E71A"}.ms-Fabric--v7-1-0 .ms-Icon--StopSolid:before{content:"\EE95"}.ms-Fabric--v7-1-0 .ms-Icon--Stopwatch:before{content:"\E916"}.ms-Fabric--v7-1-0 .ms-Icon--StoreLogo:before{content:"\EA96"}.ms-Fabric--v7-1-0 .ms-Icon--StoreLogoMed:before{content:"\EA04"}.ms-Fabric--v7-1-0 .ms-Icon--Storyboard:before{content:"\F308"}.ms-Fabric--v7-1-0 .ms-Icon--Streaming:before{content:"\E93E"}.ms-Fabric--v7-1-0 .ms-Icon--StreamingOff:before{content:"\F2BB"}.ms-Fabric--v7-1-0 .ms-Icon--StreamLogo:before{content:"\F329"}.ms-Fabric--v7-1-0 .ms-Icon--Strikethrough:before{content:"\EDE0"}.ms-Fabric--v7-1-0 .ms-Icon--Subscribe:before{content:"\EDA1"}.ms-Fabric--v7-1-0 .ms-Icon--Subscript:before{content:"\EDDF"}.ms-Fabric--v7-1-0 .ms-Icon--Suitcase:before{content:"\EDD3"}.ms-Fabric--v7-1-0 .ms-Icon--SunAdd:before{content:"\EF69"}.ms-Fabric--v7-1-0 .ms-Icon--Sunny:before{content:"\E9BD"}.ms-Fabric--v7-1-0 .ms-Icon--SunQuestionMark:before{content:"\EF6A"}.ms-Fabric--v7-1-0 .ms-Icon--Superscript:before{content:"\EDDE"}.ms-Fabric--v7-1-0 .ms-Icon--SwayLogoInverse:before{content:"\ED29"}.ms-Fabric--v7-1-0 .ms-Icon--Switch:before{content:"\E8AB"}.ms-Fabric--v7-1-0 .ms-Icon--SwitcherStartEnd:before{content:"\E810"}.ms-Fabric--v7-1-0 .ms-Icon--Sync:before{content:"\E895"}.ms-Fabric--v7-1-0 .ms-Icon--SyncFolder:before{content:"\E8F7"}.ms-Fabric--v7-1-0 .ms-Icon--SyncToPC:before{content:"\EE6E"}.ms-Fabric--v7-1-0 .ms-Icon--System:before{content:"\E770"}.ms-Fabric--v7-1-0 .ms-Icon--Tab:before{content:"\E7E9"}.ms-Fabric--v7-1-0 .ms-Icon--Table:before{content:"\ED86"}.ms-Fabric--v7-1-0 .ms-Icon--Tablet:before{content:"\E70A"}.ms-Fabric--v7-1-0 .ms-Icon--TabletSelected:before{content:"\EC74"}.ms-Fabric--v7-1-0 .ms-Icon--Tag:before{content:"\E8EC"}.ms-Fabric--v7-1-0 .ms-Icon--Taskboard:before{content:"\F1C2"}.ms-Fabric--v7-1-0 .ms-Icon--TaskGroup:before{content:"\F2AE"}.ms-Fabric--v7-1-0 .ms-Icon--TaskGroupMirrored:before{content:"\F2AF"}.ms-Fabric--v7-1-0 .ms-Icon--TaskManager:before{content:"\EDB7"}.ms-Fabric--v7-1-0 .ms-Icon--TaskManagerMirrored:before{content:"\EDB8"}.ms-Fabric--v7-1-0 .ms-Icon--TaskSolid:before{content:"\F333"}.ms-Fabric--v7-1-0 .ms-Icon--TeamFavorite:before{content:"\F2AD"}.ms-Fabric--v7-1-0 .ms-Icon--TeamsLogo:before{content:"\F27B"}.ms-Fabric--v7-1-0 .ms-Icon--TeamsLogoFill:before{content:"\F27C"}.ms-Fabric--v7-1-0 .ms-Icon--TeamsLogoInverse:before{content:"\F27A"}.ms-Fabric--v7-1-0 .ms-Icon--Teamwork:before{content:"\EA12"}.ms-Fabric--v7-1-0 .ms-Icon--TemporaryUser:before{content:"\EE58"}.ms-Fabric--v7-1-0 .ms-Icon--Tennis:before{content:"\EB33"}.ms-Fabric--v7-1-0 .ms-Icon--TestAutoSolid:before{content:"\F3A8"}.ms-Fabric--v7-1-0 .ms-Icon--TestBeaker:before{content:"\F3A5"}.ms-Fabric--v7-1-0 .ms-Icon--TestBeakerSolid:before{content:"\F3A6"}.ms-Fabric--v7-1-0 .ms-Icon--TestCase:before{content:"\F3AF"}.ms-Fabric--v7-1-0 .ms-Icon--TestExploreSolid:before{content:"\F3A7"}.ms-Fabric--v7-1-0 .ms-Icon--TestImpactSolid:before{content:"\F3AA"}.ms-Fabric--v7-1-0 .ms-Icon--TestParameter:before{content:"\F3AD"}.ms-Fabric--v7-1-0 .ms-Icon--TestPlan:before{content:"\F3AB"}.ms-Fabric--v7-1-0 .ms-Icon--TestStep:before{content:"\F3AC"}.ms-Fabric--v7-1-0 .ms-Icon--TestSuite:before{content:"\F3AE"}.ms-Fabric--v7-1-0 .ms-Icon--TestUserSolid:before{content:"\F3A9"}.ms-Fabric--v7-1-0 .ms-Icon--TextBox:before{content:"\EDC2"}.ms-Fabric--v7-1-0 .ms-Icon--TextCallout:before{content:"\F2A2"}.ms-Fabric--v7-1-0 .ms-Icon--TextDocument:before{content:"\F029"}.ms-Fabric--v7-1-0 .ms-Icon--TextField:before{content:"\EDC3"}.ms-Fabric--v7-1-0 .ms-Icon--ThumbnailView:before{content:"\E7B6"}.ms-Fabric--v7-1-0 .ms-Icon--ThumbnailViewMirrored:before{content:"\EA67"}.ms-Fabric--v7-1-0 .ms-Icon--Thunderstorms:before{content:"\E9C6"}.ms-Fabric--v7-1-0 .ms-Icon--Ticket:before{content:"\EB54"}.ms-Fabric--v7-1-0 .ms-Icon--Tiles:before{content:"\ECA5"}.ms-Fabric--v7-1-0 .ms-Icon--Tiles2:before{content:"\EF7C"}.ms-Fabric--v7-1-0 .ms-Icon--Timeline:before{content:"\ED9C"}.ms-Fabric--v7-1-0 .ms-Icon--TimelineDelivery:before{content:"\F2AB"}.ms-Fabric--v7-1-0 .ms-Icon--TimelineMatrixView:before{content:"\F361"}.ms-Fabric--v7-1-0 .ms-Icon--TimelineProgress:before{content:"\F2AA"}.ms-Fabric--v7-1-0 .ms-Icon--Timer:before{content:"\E91E"}.ms-Fabric--v7-1-0 .ms-Icon--ToggleBorder:before{content:"\EC12"}.ms-Fabric--v7-1-0 .ms-Icon--ToggleFilled:before{content:"\EC11"}.ms-Fabric--v7-1-0 .ms-Icon--ToggleThumb:before{content:"\EC14"}.ms-Fabric--v7-1-0 .ms-Icon--Touch:before{content:"\E815"}.ms-Fabric--v7-1-0 .ms-Icon--TouchPointer:before{content:"\E7C9"}.ms-Fabric--v7-1-0 .ms-Icon--Train:before{content:"\E7C0"}.ms-Fabric--v7-1-0 .ms-Icon--TrainSolid:before{content:"\EB4D"}.ms-Fabric--v7-1-0 .ms-Icon--TransferCall:before{content:"\ED95"}.ms-Fabric--v7-1-0 .ms-Icon--TriangleDown12:before{content:"\EED1"}.ms-Fabric--v7-1-0 .ms-Icon--TriangleLeft12:before{content:"\EED2"}.ms-Fabric--v7-1-0 .ms-Icon--TriangleRight12:before{content:"\EED3"}.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolid:before{content:"\EA08"}.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolidDown12:before{content:"\EECD"}.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolidLeft12:before{content:"\EECE"}.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolidRight12:before{content:"\EECF"}.ms-Fabric--v7-1-0 .ms-Icon--TriangleSolidUp12:before{content:"\EECC"}.ms-Fabric--v7-1-0 .ms-Icon--TriangleUp12:before{content:"\EED0"}.ms-Fabric--v7-1-0 .ms-Icon--TriggerApproval:before{content:"\F3B2"}.ms-Fabric--v7-1-0 .ms-Icon--TriggerAuto:before{content:"\F24A"}.ms-Fabric--v7-1-0 .ms-Icon--TriggerUser:before{content:"\F24B"}.ms-Fabric--v7-1-0 .ms-Icon--TripleColumn:before{content:"\F1D5"}.ms-Fabric--v7-1-0 .ms-Icon--TripleColumnEdit:before{content:"\F323"}.ms-Fabric--v7-1-0 .ms-Icon--Trophy:before{content:"\ED3F"}.ms-Fabric--v7-1-0 .ms-Icon--Trophy2Solid:before{content:"\F337"}.ms-Fabric--v7-1-0 .ms-Icon--TurnRight:before{content:"\E7DB"}.ms-Fabric--v7-1-0 .ms-Icon--TVMonitor:before{content:"\E7F4"}.ms-Fabric--v7-1-0 .ms-Icon--TVMonitorSelected:before{content:"\EC77"}.ms-Fabric--v7-1-0 .ms-Icon--TypeScriptLanguage:before{content:"\F2F7"}.ms-Fabric--v7-1-0 .ms-Icon--Umbrella:before{content:"\EC04"}.ms-Fabric--v7-1-0 .ms-Icon--Underline:before{content:"\E8DC"}.ms-Fabric--v7-1-0 .ms-Icon--Undo:before{content:"\E7A7"}.ms-Fabric--v7-1-0 .ms-Icon--Unfavorite:before{content:"\E8D9"}.ms-Fabric--v7-1-0 .ms-Icon--Unknown:before{content:"\E9CE"}.ms-Fabric--v7-1-0 .ms-Icon--UnknownCall:before{content:"\ED97"}.ms-Fabric--v7-1-0 .ms-Icon--UnknownMirroredSolid:before{content:"\F2E2"}.ms-Fabric--v7-1-0 .ms-Icon--UnknownSolid:before{content:"\F2E1"}.ms-Fabric--v7-1-0 .ms-Icon--Unlock:before{content:"\E785"}.ms-Fabric--v7-1-0 .ms-Icon--UnlockSolid:before{content:"\F304"}.ms-Fabric--v7-1-0 .ms-Icon--Unpin:before{content:"\E77A"}.ms-Fabric--v7-1-0 .ms-Icon--Unsubscribe:before{content:"\EDA0"}.ms-Fabric--v7-1-0 .ms-Icon--UnsyncFolder:before{content:"\E8F6"}.ms-Fabric--v7-1-0 .ms-Icon--Up:before{content:"\E74A"}.ms-Fabric--v7-1-0 .ms-Icon--Upload:before{content:"\E898"}.ms-Fabric--v7-1-0 .ms-Icon--UserFollowed:before{content:"\F25C"}.ms-Fabric--v7-1-0 .ms-Icon--UserPause:before{content:"\F2BA"}.ms-Fabric--v7-1-0 .ms-Icon--UserSync:before{content:"\F2B9"}.ms-Fabric--v7-1-0 .ms-Icon--Variable:before{content:"\F305"}.ms-Fabric--v7-1-0 .ms-Icon--VariableGroup:before{content:"\F31B"}.ms-Fabric--v7-1-0 .ms-Icon--VB:before{content:"\F2F2"}.ms-Fabric--v7-1-0 .ms-Icon--VennDiagram:before{content:"\F273"}.ms-Fabric--v7-1-0 .ms-Icon--Video:before{content:"\E714"}.ms-Fabric--v7-1-0 .ms-Icon--VideoSolid:before{content:"\EA0C"}.ms-Fabric--v7-1-0 .ms-Icon--View:before{content:"\E890"}.ms-Fabric--v7-1-0 .ms-Icon--ViewAll:before{content:"\E8A9"}.ms-Fabric--v7-1-0 .ms-Icon--ViewAll2:before{content:"\EF56"}.ms-Fabric--v7-1-0 .ms-Icon--ViewDashboard:before{content:"\F246"}.ms-Fabric--v7-1-0 .ms-Icon--ViewList:before{content:"\F247"}.ms-Fabric--v7-1-0 .ms-Icon--ViewListGroup:before{content:"\F248"}.ms-Fabric--v7-1-0 .ms-Icon--ViewListTree:before{content:"\F249"}.ms-Fabric--v7-1-0 .ms-Icon--VisioDiagram:before{content:"\F2A0"}.ms-Fabric--v7-1-0 .ms-Icon--VisioDocument:before{content:"\F2A9"}.ms-Fabric--v7-1-0 .ms-Icon--VisioLogo:before{content:"\F2A7"}.ms-Fabric--v7-1-0 .ms-Icon--VisioLogo16:before{content:"\F3A3"}.ms-Fabric--v7-1-0 .ms-Icon--VisioLogoFill:before{content:"\F2A8"}.ms-Fabric--v7-1-0 .ms-Icon--VisioLogoFill16:before{content:"\F3A4"}.ms-Fabric--v7-1-0 .ms-Icon--VisioLogoInverse:before{content:"\ED7D"}.ms-Fabric--v7-1-0 .ms-Icon--VisioLogoInverse16:before{content:"\F3A2"}.ms-Fabric--v7-1-0 .ms-Icon--VisualBasicLanguage:before{content:"\F2F1"}.ms-Fabric--v7-1-0 .ms-Icon--VisualStudioLogo:before{content:"\EC22"}.ms-Fabric--v7-1-0 .ms-Icon--VoicemailForward:before{content:"\ED87"}.ms-Fabric--v7-1-0 .ms-Icon--VoicemailReply:before{content:"\ED88"}.ms-Fabric--v7-1-0 .ms-Icon--Volume0:before{content:"\E992"}.ms-Fabric--v7-1-0 .ms-Icon--Volume1:before{content:"\E993"}.ms-Fabric--v7-1-0 .ms-Icon--Volume2:before{content:"\E994"}.ms-Fabric--v7-1-0 .ms-Icon--Volume3:before{content:"\E995"}.ms-Fabric--v7-1-0 .ms-Icon--VolumeDisabled:before{content:"\EA85"}.ms-Fabric--v7-1-0 .ms-Icon--VSTSAltLogo1:before{content:"\F382"}.ms-Fabric--v7-1-0 .ms-Icon--VSTSAltLogo2:before{content:"\F383"}.ms-Fabric--v7-1-0 .ms-Icon--VSTSLogo:before{content:"\F381"}.ms-Fabric--v7-1-0 .ms-Icon--Waffle:before{content:"\ED89"}.ms-Fabric--v7-1-0 .ms-Icon--Warning:before{content:"\E7BA"}.ms-Fabric--v7-1-0 .ms-Icon--Website:before{content:"\EB41"}.ms-Fabric--v7-1-0 .ms-Icon--Weights:before{content:"\EADB"}.ms-Fabric--v7-1-0 .ms-Icon--WifiEthernet:before{content:"\EE77"}.ms-Fabric--v7-1-0 .ms-Icon--WindDirection:before{content:"\EBE6"}.ms-Fabric--v7-1-0 .ms-Icon--WindowsLogo:before{content:"\E782"}.ms-Fabric--v7-1-0 .ms-Icon--WipePhone:before{content:"\ED8D"}.ms-Fabric--v7-1-0 .ms-Icon--WordDocument:before{content:"\EF71"}.ms-Fabric--v7-1-0 .ms-Icon--WordLogo:before{content:"\F1E3"}.ms-Fabric--v7-1-0 .ms-Icon--WordLogo16:before{content:"\F391"}.ms-Fabric--v7-1-0 .ms-Icon--WordLogoFill:before{content:"\F1E4"}.ms-Fabric--v7-1-0 .ms-Icon--WordLogoFill16:before{content:"\F392"}.ms-Fabric--v7-1-0 .ms-Icon--WordLogoInverse:before{content:"\EC29"}.ms-Fabric--v7-1-0 .ms-Icon--WordLogoInverse16:before{content:"\F390"}.ms-Fabric--v7-1-0 .ms-Icon--Work:before{content:"\E821"}.ms-Fabric--v7-1-0 .ms-Icon--WorkFlow:before{content:"\EA01"}.ms-Fabric--v7-1-0 .ms-Icon--WorkItem:before{content:"\F314"}.ms-Fabric--v7-1-0 .ms-Icon--WorkItemBar:before{content:"\F35C"}.ms-Fabric--v7-1-0 .ms-Icon--WorkItemBarSolid:before{content:"\F35D"}.ms-Fabric--v7-1-0 .ms-Icon--WorkItemBug:before{content:"\F315"}.ms-Fabric--v7-1-0 .ms-Icon--World:before{content:"\E909"}.ms-Fabric--v7-1-0 .ms-Icon--WorldClock:before{content:"\E918"}.ms-Fabric--v7-1-0 .ms-Icon--YammerLogo:before{content:"\ED19"}.ms-Fabric--v7-1-0 .ms-Icon--ZipFolder:before{content:"\F012"}.ms-Fabric--v7-1-0 .ms-Icon--Zoom:before{content:"\E71E"}.ms-Fabric--v7-1-0 .ms-Icon--ZoomIn:before{content:"\E8A3"}.ms-Fabric--v7-1-0 .ms-Icon--ZoomOut:before{content:"\E71F"}.ms-Fabric--v7-1-0 .ms-Icon--SwayLogo:before{content:"\ED29"}.ms-Fabric--v7-1-0 .ms-Icon--ClassNotebookLogo:before{content:"\EDC8"}.ms-Fabric--v7-1-0 .ms-Icon--DocsLogo:before{content:"\EDCB"}.ms-Fabric--v7-1-0 .ms-Icon--OneNoteEduLogo:before{content:"\EDD0"}.ms-Fabric--v7-1-0 .ms-Icon--ProjectLogo:before{content:"\EDD4"}@media (max-width:479px){.ms-Fabric--v7-1-0 .ms-hiddenLgDown,.ms-Fabric--v7-1-0 .ms-hiddenMdDown,.ms-Fabric--v7-1-0 .ms-hiddenSm,.ms-Fabric--v7-1-0 .ms-hiddenXlDown,.ms-Fabric--v7-1-0 .ms-hiddenXxlDown{display:none!important}}@media (min-width:480px) and (max-width:639px){.ms-Fabric--v7-1-0 .ms-hiddenLgDown,.ms-Fabric--v7-1-0 .ms-hiddenMd,.ms-Fabric--v7-1-0 .ms-hiddenMdDown,.ms-Fabric--v7-1-0 .ms-hiddenMdUp,.ms-Fabric--v7-1-0 .ms-hiddenXlDown,.ms-Fabric--v7-1-0 .ms-hiddenXxlDown{display:none!important}}@media (min-width:640px) and (max-width:1023px){.ms-Fabric--v7-1-0 .ms-hiddenLg,.ms-Fabric--v7-1-0 .ms-hiddenLgDown,.ms-Fabric--v7-1-0 .ms-hiddenLgUp,.ms-Fabric--v7-1-0 .ms-hiddenMdUp,.ms-Fabric--v7-1-0 .ms-hiddenXlDown,.ms-Fabric--v7-1-0 .ms-hiddenXxlDown{display:none!important}}@media (min-width:1024px) and (max-width:1365px){.ms-Fabric--v7-1-0 .ms-hiddenLgUp,.ms-Fabric--v7-1-0 .ms-hiddenMdUp,.ms-Fabric--v7-1-0 .ms-hiddenXl,.ms-Fabric--v7-1-0 .ms-hiddenXlDown,.ms-Fabric--v7-1-0 .ms-hiddenXlUp,.ms-Fabric--v7-1-0 .ms-hiddenXxlDown{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.ms-Fabric--v7-1-0 .ms-hiddenLgUp,.ms-Fabric--v7-1-0 .ms-hiddenMdUp,.ms-Fabric--v7-1-0 .ms-hiddenXlUp,.ms-Fabric--v7-1-0 .ms-hiddenXxl,.ms-Fabric--v7-1-0 .ms-hiddenXxlDown,.ms-Fabric--v7-1-0 .ms-hiddenXxlUp{display:none!important}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-hiddenLgUp,.ms-Fabric--v7-1-0 .ms-hiddenMdUp,.ms-Fabric--v7-1-0 .ms-hiddenXlUp,.ms-Fabric--v7-1-0 .ms-hiddenXxlUp,.ms-Fabric--v7-1-0 .ms-hiddenXxxl{display:none!important}}.ms-Fabric--v7-1-0 .ms-sm12{width:100%}.ms-Fabric--v7-1-0 .ms-sm11{width:91.66666666666666%}.ms-Fabric--v7-1-0 .ms-sm10{width:83.33333333333334%}.ms-Fabric--v7-1-0 .ms-sm9{width:75%}.ms-Fabric--v7-1-0 .ms-sm8{width:66.66666666666666%}.ms-Fabric--v7-1-0 .ms-sm7{width:58.333333333333336%}.ms-Fabric--v7-1-0 .ms-sm6{width:50%}.ms-Fabric--v7-1-0 .ms-sm5{width:41.66666666666667%}.ms-Fabric--v7-1-0 .ms-sm4{width:33.33333333333333%}.ms-Fabric--v7-1-0 .ms-sm3{width:25%}.ms-Fabric--v7-1-0 .ms-sm2{width:16.666666666666664%}.ms-Fabric--v7-1-0 .ms-sm1{width:8.333333333333332%}.ms-Fabric--v7-1-0 .ms-smPull12{right:100%}.ms-Fabric--v7-1-0 .ms-smPull11{right:91.66666666666666%}.ms-Fabric--v7-1-0 .ms-smPull10{right:83.33333333333334%}.ms-Fabric--v7-1-0 .ms-smPull9{right:75%}.ms-Fabric--v7-1-0 .ms-smPull8{right:66.66666666666666%}.ms-Fabric--v7-1-0 .ms-smPull7{right:58.333333333333336%}.ms-Fabric--v7-1-0 .ms-smPull6{right:50%}.ms-Fabric--v7-1-0 .ms-smPull5{right:41.66666666666667%}.ms-Fabric--v7-1-0 .ms-smPull4{right:33.33333333333333%}.ms-Fabric--v7-1-0 .ms-smPull3{right:25%}.ms-Fabric--v7-1-0 .ms-smPull2{right:16.666666666666664%}.ms-Fabric--v7-1-0 .ms-smPull1{right:8.333333333333332%}.ms-Fabric--v7-1-0 .ms-smPull0{right:auto}.ms-Fabric--v7-1-0 .ms-smPush12{left:100%}.ms-Fabric--v7-1-0 .ms-smPush11{left:91.66666666666666%}.ms-Fabric--v7-1-0 .ms-smPush10{left:83.33333333333334%}.ms-Fabric--v7-1-0 .ms-smPush9{left:75%}.ms-Fabric--v7-1-0 .ms-smPush8{left:66.66666666666666%}.ms-Fabric--v7-1-0 .ms-smPush7{left:58.333333333333336%}.ms-Fabric--v7-1-0 .ms-smPush6{left:50%}.ms-Fabric--v7-1-0 .ms-smPush5{left:41.66666666666667%}.ms-Fabric--v7-1-0 .ms-smPush4{left:33.33333333333333%}.ms-Fabric--v7-1-0 .ms-smPush3{left:25%}.ms-Fabric--v7-1-0 .ms-smPush2{left:16.666666666666664%}.ms-Fabric--v7-1-0 .ms-smPush1{left:8.333333333333332%}.ms-Fabric--v7-1-0 .ms-smPush0{left:auto}.ms-Fabric--v7-1-0 .ms-smOffset11{margin-left:91.66666666666666%}.ms-Fabric--v7-1-0 .ms-smOffset10{margin-left:83.33333333333334%}.ms-Fabric--v7-1-0 .ms-smOffset9{margin-left:75%}.ms-Fabric--v7-1-0 .ms-smOffset8{margin-left:66.66666666666666%}.ms-Fabric--v7-1-0 .ms-smOffset7{margin-left:58.333333333333336%}.ms-Fabric--v7-1-0 .ms-smOffset6{margin-left:50%}.ms-Fabric--v7-1-0 .ms-smOffset5{margin-left:41.66666666666667%}.ms-Fabric--v7-1-0 .ms-smOffset4{margin-left:33.33333333333333%}.ms-Fabric--v7-1-0 .ms-smOffset3{margin-left:25%}.ms-Fabric--v7-1-0 .ms-smOffset2{margin-left:16.666666666666664%}.ms-Fabric--v7-1-0 .ms-smOffset1{margin-left:8.333333333333332%}.ms-Fabric--v7-1-0 .ms-smOffset0{margin-left:0}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md12{width:100%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md11{width:91.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md10{width:83.33333333333334%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md9{width:75%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md8{width:66.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md7{width:58.333333333333336%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md6{width:50%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md5{width:41.66666666666667%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md4{width:33.33333333333333%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md3{width:25%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md2{width:16.666666666666664%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-md1{width:8.333333333333332%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull12{right:100%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull11{right:91.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull10{right:83.33333333333334%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull9{right:75%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull8{right:66.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull7{right:58.333333333333336%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull6{right:50%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull5{right:41.66666666666667%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull4{right:33.33333333333333%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull3{right:25%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull2{right:16.666666666666664%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull1{right:8.333333333333332%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPull0{right:auto}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush12{left:100%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush11{left:91.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush10{left:83.33333333333334%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush9{left:75%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush8{left:66.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush7{left:58.333333333333336%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush6{left:50%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush5{left:41.66666666666667%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush4{left:33.33333333333333%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush3{left:25%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush2{left:16.666666666666664%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush1{left:8.333333333333332%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdPush0{left:auto}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset11{margin-left:91.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset10{margin-left:83.33333333333334%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset9{margin-left:75%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset8{margin-left:66.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset7{margin-left:58.333333333333336%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset6{margin-left:50%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset5{margin-left:41.66666666666667%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset4{margin-left:33.33333333333333%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset3{margin-left:25%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset2{margin-left:16.666666666666664%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset1{margin-left:8.333333333333332%}}@media (min-width:480px){.ms-Fabric--v7-1-0 .ms-mdOffset0{margin-left:0}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg12{width:100%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg11{width:91.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg10{width:83.33333333333334%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg9{width:75%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg8{width:66.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg7{width:58.333333333333336%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg6{width:50%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg5{width:41.66666666666667%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg4{width:33.33333333333333%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg3{width:25%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg2{width:16.666666666666664%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lg1{width:8.333333333333332%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull12{right:100%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull11{right:91.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull10{right:83.33333333333334%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull9{right:75%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull8{right:66.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull7{right:58.333333333333336%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull6{right:50%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull5{right:41.66666666666667%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull4{right:33.33333333333333%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull3{right:25%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull2{right:16.666666666666664%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull1{right:8.333333333333332%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPull0{right:auto}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush12{left:100%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush11{left:91.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush10{left:83.33333333333334%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush9{left:75%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush8{left:66.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush7{left:58.333333333333336%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush6{left:50%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush5{left:41.66666666666667%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush4{left:33.33333333333333%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush3{left:25%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush2{left:16.666666666666664%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush1{left:8.333333333333332%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgPush0{left:auto}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset11{margin-left:91.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset10{margin-left:83.33333333333334%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset9{margin-left:75%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset8{margin-left:66.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset7{margin-left:58.333333333333336%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset6{margin-left:50%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset5{margin-left:41.66666666666667%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset4{margin-left:33.33333333333333%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset3{margin-left:25%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset2{margin-left:16.666666666666664%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset1{margin-left:8.333333333333332%}}@media (min-width:640px){.ms-Fabric--v7-1-0 .ms-lgOffset0{margin-left:0}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl12{width:100%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl11{width:91.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl10{width:83.33333333333334%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl9{width:75%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl8{width:66.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl7{width:58.333333333333336%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl6{width:50%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl5{width:41.66666666666667%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl4{width:33.33333333333333%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl3{width:25%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl2{width:16.666666666666664%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xl1{width:8.333333333333332%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull12{right:100%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull11{right:91.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull10{right:83.33333333333334%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull9{right:75%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull8{right:66.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull7{right:58.333333333333336%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull6{right:50%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull5{right:41.66666666666667%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull4{right:33.33333333333333%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull3{right:25%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull2{right:16.666666666666664%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull1{right:8.333333333333332%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPull0{right:auto}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush12{left:100%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush11{left:91.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush10{left:83.33333333333334%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush9{left:75%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush8{left:66.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush7{left:58.333333333333336%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush6{left:50%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush5{left:41.66666666666667%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush4{left:33.33333333333333%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush3{left:25%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush2{left:16.666666666666664%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush1{left:8.333333333333332%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlPush0{left:auto}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset11{margin-left:91.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset10{margin-left:83.33333333333334%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset9{margin-left:75%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset8{margin-left:66.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset7{margin-left:58.333333333333336%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset6{margin-left:50%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset5{margin-left:41.66666666666667%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset4{margin-left:33.33333333333333%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset3{margin-left:25%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset2{margin-left:16.666666666666664%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset1{margin-left:8.333333333333332%}}@media (min-width:1024px){.ms-Fabric--v7-1-0 .ms-xlOffset0{margin-left:0}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl12{width:100%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl11{width:91.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl10{width:83.33333333333334%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl9{width:75%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl8{width:66.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl7{width:58.333333333333336%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl6{width:50%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl5{width:41.66666666666667%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl4{width:33.33333333333333%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl3{width:25%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl2{width:16.666666666666664%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxl1{width:8.333333333333332%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull12{right:100%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull11{right:91.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull10{right:83.33333333333334%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull9{right:75%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull8{right:66.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull7{right:58.333333333333336%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull6{right:50%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull5{right:41.66666666666667%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull4{right:33.33333333333333%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull3{right:25%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull2{right:16.666666666666664%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull1{right:8.333333333333332%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPull0{right:auto}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush12{left:100%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush11{left:91.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush10{left:83.33333333333334%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush9{left:75%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush8{left:66.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush7{left:58.333333333333336%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush6{left:50%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush5{left:41.66666666666667%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush4{left:33.33333333333333%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush3{left:25%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush2{left:16.666666666666664%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush1{left:8.333333333333332%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlPush0{left:auto}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset11{margin-left:91.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset10{margin-left:83.33333333333334%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset9{margin-left:75%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset8{margin-left:66.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset7{margin-left:58.333333333333336%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset6{margin-left:50%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset5{margin-left:41.66666666666667%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset4{margin-left:33.33333333333333%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset3{margin-left:25%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset2{margin-left:16.666666666666664%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset1{margin-left:8.333333333333332%}}@media (min-width:1366px){.ms-Fabric--v7-1-0 .ms-xxlOffset0{margin-left:0}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl12{width:100%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl11{width:91.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl10{width:83.33333333333334%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl9{width:75%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl8{width:66.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl7{width:58.333333333333336%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl6{width:50%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl5{width:41.66666666666667%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl4{width:33.33333333333333%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl3{width:25%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl2{width:16.666666666666664%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxl1{width:8.333333333333332%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull12{right:100%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull11{right:91.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull10{right:83.33333333333334%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull9{right:75%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull8{right:66.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull7{right:58.333333333333336%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull6{right:50%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull5{right:41.66666666666667%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull4{right:33.33333333333333%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull3{right:25%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull2{right:16.666666666666664%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull1{right:8.333333333333332%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPull0{right:auto}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush12{left:100%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush11{left:91.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush10{left:83.33333333333334%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush9{left:75%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush8{left:66.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush7{left:58.333333333333336%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush6{left:50%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush5{left:41.66666666666667%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush4{left:33.33333333333333%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush3{left:25%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush2{left:16.666666666666664%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush1{left:8.333333333333332%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlPush0{left:auto}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset11{margin-left:91.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset10{margin-left:83.33333333333334%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset9{margin-left:75%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset8{margin-left:66.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset7{margin-left:58.333333333333336%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset6{margin-left:50%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset5{margin-left:41.66666666666667%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset4{margin-left:33.33333333333333%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset3{margin-left:25%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset2{margin-left:16.666666666666664%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset1{margin-left:8.333333333333332%}}@media (min-width:1920px){.ms-Fabric--v7-1-0 .ms-xxxlOffset0{margin-left:0}}.ms-Fabric--v7-1-0 .ms-borderBox,.ms-Fabric--v7-1-0 .ms-borderBox:after,.ms-Fabric--v7-1-0 .ms-borderBox:before{box-sizing:border-box}.ms-Fabric--v7-1-0 .ms-borderBase{border:1px solid}.ms-Fabric--v7-1-0 .ms-clearfix{*zoom:1}.ms-Fabric--v7-1-0 .ms-clearfix:after,.ms-Fabric--v7-1-0 .ms-clearfix:before{display:table;content:"";line-height:0}.ms-Fabric--v7-1-0 .ms-clearfix:after{clear:both}.ms-Fabric--v7-1-0 .ms-normalize{box-sizing:border-box;box-shadow:none;margin:0;padding:0}.ms-Fabric--v7-1-0 .ms-textAlignLeft{text-align:left}.ms-Fabric--v7-1-0 .ms-textAlignCenter{text-align:center}.ms-Fabric--v7-1-0 .ms-textAlignRight{text-align:right}.ms-Fabric--v7-1-0 .ms-screenReaderOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ms-Fabric--v7-1-0 .ms-textTruncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.ms-Fabric--v7-1-0 .ms-noWrap{white-space:nowrap}.ms-Fabric--v7-1-0 .ms-Fabric{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#333;font-family:"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;font-size:14px}.ms-Fabric--v7-1-0 .ms-Fabric button,.ms-Fabric--v7-1-0 .ms-Fabric input{font-family:inherit}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=ar],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=ar],.ms-Fabric--v7-1-0 [lang^=ar] .ms-Fabric{font-family:Segoe UI Web\ (Arabic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=bg],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=bg],.ms-Fabric--v7-1-0 [lang^=bg] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=cs],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=cs],.ms-Fabric--v7-1-0 [lang^=cs] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=el],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=el],.ms-Fabric--v7-1-0 [lang^=el] .ms-Fabric{font-family:Segoe UI Web\ (Greek),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=et],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=et],.ms-Fabric--v7-1-0 [lang^=et] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=he],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=he],.ms-Fabric--v7-1-0 [lang^=he] .ms-Fabric{font-family:Segoe UI Web\ (Hebrew),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=hi],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=hi],.ms-Fabric--v7-1-0 [lang^=hi] .ms-Fabric{font-family:Nirmala UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=hr],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=hr],.ms-Fabric--v7-1-0 .ms-Fabric[lang^=hu],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=hu],.ms-Fabric--v7-1-0 [lang^=hr] .ms-Fabric,.ms-Fabric--v7-1-0 [lang^=hu] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=ja],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=ja],.ms-Fabric--v7-1-0 [lang^=ja] .ms-Fabric{font-family:Yu Gothic,Meiryo UI,Meiryo,MS Pgothic,Osaka,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=kk],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=kk],.ms-Fabric--v7-1-0 [lang^=kk] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=ko],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=ko],.ms-Fabric--v7-1-0 [lang^=ko] .ms-Fabric{font-family:Malgun Gothic,Gulim,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=lo],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=lo],.ms-Fabric--v7-1-0 [lang^=lo] .ms-Fabric{font-family:Leelawadee UI Web,Lao UI,DokChampa,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=lt],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=lt],.ms-Fabric--v7-1-0 .ms-Fabric[lang^=lv],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=lv],.ms-Fabric--v7-1-0 .ms-Fabric[lang^=pl],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=pl],.ms-Fabric--v7-1-0 [lang^=lt] .ms-Fabric,.ms-Fabric--v7-1-0 [lang^=lv] .ms-Fabric,.ms-Fabric--v7-1-0 [lang^=pl] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=ru],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=ru],.ms-Fabric--v7-1-0 [lang^=ru] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=sk],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=sk],.ms-Fabric--v7-1-0 .ms-Fabric[lang^=sr-latn],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=sr-latn],.ms-Fabric--v7-1-0 [lang^=sk] .ms-Fabric,.ms-Fabric--v7-1-0 [lang^=sr-latn] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=th],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=th],.ms-Fabric--v7-1-0 [lang^=th] .ms-Fabric{font-family:Leelawadee UI Web,Kmer UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=tr],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=tr],.ms-Fabric--v7-1-0 [lang^=tr] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=uk],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=uk],.ms-Fabric--v7-1-0 [lang^=uk] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=vi],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=vi],.ms-Fabric--v7-1-0 [lang^=vi] .ms-Fabric{font-family:Segoe UI Web\ (Vietnamese),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=zh-hans],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=zh-hans],.ms-Fabric--v7-1-0 [lang^=zh-hans] .ms-Fabric{font-family:Microsoft Yahei,Verdana,Simsun,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric[lang^=zh-hant],.ms-Fabric--v7-1-0 .ms-Fabric [lang^=zh-hant],.ms-Fabric--v7-1-0 [lang^=zh-hant] .ms-Fabric{font-family:Microsoft Jhenghei,Pmingliu,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-1-0 .ms-Fabric--selawik{font-family:Selawik Web,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:FabricMDL2Icons-7;src:url(https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-7-2.30.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-7-2.30.woff) format("woff"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-7-2.30.ttf) format("truetype");font-weight:400;font-style:normal} \ No newline at end of file diff --git a/dist/css/fabric.css b/dist/css/fabric.css new file mode 100644 index 000000000..78b2fa79f --- /dev/null +++ b/dist/css/fabric.css @@ -0,0 +1,9882 @@ +/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */ +/** + * Office UI Fabric Core 7.1.0 + * The front-end framework for building experiences for Office 365. + **/ +/* + Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license +*/ +@keyframes ms-slideRightIn10 { + from { + transform: translate3d(-10px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightIn20 { + from { + transform: translate3d(-20px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightIn40 { + from { + transform: translate3d(-40px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightIn400 { + from { + transform: translate3d(-400px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightOut40 { + from { + transform: translate3d(0px, 0px, 0px); + } + + to { + transform: translate3d(40px, 0px, 0px); + } +} + +@keyframes ms-slideRightOut400 { + from { + transform: translate3d(0, 0px, 0px); + } + + to { + transform: translate3d(400px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn10 { + from { + transform: translate3d(10px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn20 { + from { + transform: translate3d(20px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn40 { + from { + transform: translate3d(40px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn400 { + from { + transform: translate3d(400px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftOut40 { + from { + transform: translate3d(0, 0px, 0px); + } + + to { + transform: translate3d(-40px, 0px, 0px); + } +} + +@keyframes ms-slideLeftOut400 { + from { + transform: translate3d(0, 0px, 0px); + } + + to { + transform: translate3d(-400px, 0px, 0px); + } +} + +@keyframes ms-slideUpIn10 { + from { + transform: translate3d(0px, 10px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideUpIn20 { + from { + transform: translate3d(0px, 20px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideDownIn10 { + from { + transform: translate3d(0px, -10px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideDownIn20 { + from { + transform: translate3d(0px, -20px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideUpOut10 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, -10px, 0px); + } +} + +@keyframes ms-slideUpOut20 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, -20px, 0px); + } +} + +@keyframes ms-slideDownOut10 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, 10px, 0px); + } +} + +@keyframes ms-slideDownOut20 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, 20px, 0px); + } +} + +@keyframes ms-scaleUp100 { + from { + transform: scale3d(0.98, 0.98, 1); + } + + to { + transform: scale3d(1, 1, 1); + } +} + +@keyframes ms-scaleUp103 { + from { + transform: scale3d(1, 1, 1); + } + + to { + transform: scale3d(1.03, 1.03, 1); + } +} + +@keyframes ms-scaleDown98 { + from { + transform: scale3d(1, 1, 1); + } + + to { + transform: scale3d(0.98, 0.98, 1); + } +} + +@keyframes ms-scaleDown100 { + from { + transform: scale3d(1.03, 1.03, 1); + } + + to { + transform: scale3d(1, 1, 1); + } +} + +@keyframes ms-fadeIn { + from { + opacity: 0; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + } + + to { + opacity: 1; + } +} + +@keyframes ms-fadeOut { + from { + opacity: 1; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + } + + to { + opacity: 0; + } +} + +@keyframes ms-rotate90 { + from { + transform: rotateZ(0deg); + } + + to { + transform: rotateZ(90deg); + } +} + +@keyframes ms-rotateN90 { + from { + transform: rotateZ(90deg); + } + + to { + transform: rotateZ(0deg); + } +} + +.ms-slideRightIn10 { + animation-name: ms-fadeIn, ms-slideRightIn10; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightIn20 { + animation-name: ms-fadeIn, ms-slideRightIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightIn40 { + animation-name: ms-fadeIn, ms-slideRightIn40; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightIn400 { + animation-name: ms-fadeIn, ms-slideRightIn400; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightOut40 { + animation-name: ms-fadeOut, ms-slideRightOut40; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideRightOut400 { + animation-name: ms-fadeOut, ms-slideRightOut400; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideLeftIn10 { + animation-name: ms-fadeIn, ms-slideLeftIn10; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftIn20 { + animation-name: ms-fadeIn, ms-slideLeftIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftIn40 { + animation-name: ms-fadeIn, ms-slideLeftIn40; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftIn400 { + animation-name: ms-fadeIn, ms-slideLeftIn400; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftOut40 { + animation-name: ms-fadeOut, ms-slideLeftOut40; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideLeftOut400 { + animation-name: ms-fadeOut, ms-slideLeftOut400; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideUpIn10 { + animation-name: ms-fadeIn, ms-slideUpIn10; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideUpIn20 { + animation-name: ms-fadeIn, ms-slideUpIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideDownIn10 { + animation-name: ms-fadeIn, ms-slideDownIn10; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideDownIn20 { + animation-name: ms-fadeIn, ms-slideDownIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideUpOut10 { + animation-name: ms-fadeOut, ms-slideUpOut10; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideUpOut20 { + animation-name: ms-fadeOut, ms-slideUpOut20; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideDownOut10 { + animation-name: ms-fadeOut, ms-slideDownOut10; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideDownOut20 { + animation-name: ms-fadeOut, ms-slideDownOut20; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-scaleUpIn100 { + animation-name: ms-fadeIn, ms-scaleUp100; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-scaleUpOut103 { + animation-name: ms-fadeOut, ms-scaleUp103; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-scaleDownOut98 { + animation-name: ms-fadeOut, ms-scaleDown98; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-scaleDownIn100 { + animation-name: ms-fadeIn, ms-scaleDown100; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-fadeIn100 { + animation-duration: 0.167s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-fadeIn200 { + animation-duration: 0.267s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-fadeIn400 { + animation-duration: 0.367s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-fadeIn500 { + animation-duration: 0.467s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-fadeOut100 { + animation-duration: 0.1s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-fadeOut200 { + animation-duration: 0.167s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-fadeOut400 { + animation-duration: 0.367s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-fadeOut500 { + animation-duration: 0.467s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-expandCollapse100 { + transition: height 0.1s cubic-bezier(0.1, 0.25, 0.75, 0.9); +} + +.ms-expandCollapse200 { + transition: height 0.167s cubic-bezier(0.1, 0.25, 0.75, 0.9); +} + +.ms-expandCollapse400 { + transition: height 0.367s cubic-bezier(0.1, 0.25, 0.75, 0.9); +} + +.ms-delay100 { + animation-delay: 0.167s; +} + +.ms-delay200 { + animation-delay: 0.267s; +} + +.ms-rotate90deg { + animation-name: ms-rotate90; + animation-duration: 0.1s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-rotateN90deg { + animation-name: ms-rotateN90; + animation-duration: 0.1s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1.png); +} + +.ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1.png); +} + +.ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1.png); +} + +.ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1.png); +} + +.ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1.png); +} + +.ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1.png); +} + +.ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1.png); +} + +.ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1.png); +} + +.ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1.png); +} + +.ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1.png); +} + +.ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1.png); +} + +.ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1.png); +} + +.ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png); +} + +.ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png); +} + +.ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png); +} + +.ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1.png); +} + +.ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1.png); +} + +.ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1.png); +} + +.ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1.png); +} + +.ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1.png); +} + +.ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1.png); +} + +.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png); +} + +.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png); +} + +.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png); +} + +.ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1.png); +} + +.ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1.png); +} + +.ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1.png); +} + +.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png); +} + +.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png); +} + +.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png); +} + +.ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1.png); +} + +.ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1.png); +} + +.ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1.png); +} + +.ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1.png); +} + +.ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1.png); +} + +.ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1.png); +} + +.ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1.png); +} + +.ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1.png); +} + +.ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1.png); +} + +.ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1.png); +} + +.ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1.png); +} + +.ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1.png); +} + +.ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1.png); +} + +.ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1.png); +} + +.ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1.png); +} + +.ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1.png); +} + +.ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1.png); +} + +.ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1.png); +} + +.ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1.png); +} + +.ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1.png); +} + +.ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1.png); +} + +.ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1.png); +} + +.ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1.png); +} + +.ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1.png); +} + +.ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1.png); +} + +.ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1.png); +} + +.ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1.png); +} + +.ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1.png); +} + +.ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1.png); +} + +.ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1.png); +} + +.ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1.png); +} + +.ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1.png); +} + +.ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1.png); +} + +.ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1.png); +} + +.ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1.png); +} + +.ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1.png); +} + +.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1.png); +} + +.ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1.png); +} + +.ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1.png); +} + +.ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1.png); +} + +.ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1.png); +} + +.ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1.png); +} + +.ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1.png); +} + +.ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1.png); +} + +.ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1.png); +} + +.ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1.png); +} + +.ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1.png); +} + +.ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1.png); +} + +.ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1.png); +} + +.ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1.png); +} + +.ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1.png); +} + +.ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1.png); +} + +.ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1.png); +} + +.ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1.png); +} + +.ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1.png); +} + +.ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1.png); +} + +.ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1.png); +} + +.ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1.png); +} + +.ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1.png); +} + +.ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1.png); +} + +.ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1.png); +} + +.ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1.png); +} + +.ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1.png); +} + +.ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1.png); +} + +.ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1.png); +} + +.ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1.png); +} + +.ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1.png); +} + +.ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1.png); +} + +.ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1.png); +} + +.ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1.png); +} + +.ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1.png); +} + +.ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1.png); +} + +.ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1.png); +} + +.ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1.png); +} + +.ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1.png); +} + +.ms-BrandIcon--icon16 { + background-size: 100% 100%; + width: 16px; + height: 16px; +} + +.ms-BrandIcon--icon48 { + background-size: 100% 100%; + width: 48px; + height: 48px; +} + +.ms-BrandIcon--icon96 { + background-size: 100% 100%; + width: 96px; + height: 96px; +} + +@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { + .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1_5.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1_5.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1_5.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1_5.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1_5.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1_5.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1_5.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1_5.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1_5.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1_5.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1_5.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1_5.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1_5.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1_5.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1_5.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1_5.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1_5.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1_5.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1_5.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1_5.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1_5.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1_5.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1_5.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1_5.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1_5.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1_5.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1_5.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1_5.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1_5.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1_5.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1_5.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1_5.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1_5.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1_5.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1_5.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1_5.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1_5.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1_5.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1_5.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1_5.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1_5.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1_5.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1_5.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1_5.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1_5.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1_5.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1_5.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1_5.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1_5.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1_5.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1_5.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1_5.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1_5.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1_5.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1_5.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1_5.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1_5.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1_5.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1_5.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1_5.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1_5.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1_5.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1_5.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1_5.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1_5.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1_5.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1_5.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1_5.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1_5.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1_5.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1_5.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1_5.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1_5.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1_5.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1_5.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1_5.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1_5.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1_5.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1_5.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1_5.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1_5.png); + } +} + +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) { + .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x2.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x2.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x2.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x2.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x2.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x2.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x2.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x2.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x2.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x2.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x2.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x2.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x2.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x2.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x2.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x2.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x2.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x2.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x2.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x2.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x2.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x2.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x2.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x2.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x2.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x2.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x2.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x2.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x2.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x2.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x2.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x2.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x2.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x2.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x2.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x2.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x2.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x2.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x2.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x2.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x2.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x2.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x2.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x2.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x2.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x2.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x2.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x2.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x2.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x2.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x2.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x2.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x2.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x2.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x2.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x2.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x2.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x2.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x2.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x2.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x2.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x2.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x2.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x2.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x2.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x2.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x2.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x2.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x2.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x2.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x2.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x2.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x2.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x2.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x2.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x2.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x2.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x2.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x2.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x2.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x2.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x2.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x2.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x2.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x2.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x2.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x2.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x2.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x2.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x2.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x2.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x2.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x2.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x2.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x2.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x2.png); + } +} + +@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) { + .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x3.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x3.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x3.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x3.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x3.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x3.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x3.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x3.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x3.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x3.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x3.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x3.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x3.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x3.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x3.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x3.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x3.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x3.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x3.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x3.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x3.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x3.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x3.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x3.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x3.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x3.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x3.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x3.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x3.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x3.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x3.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x3.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x3.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x3.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x3.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x3.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x3.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x3.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x3.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x3.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x3.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x3.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x3.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x3.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x3.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x3.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x3.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x3.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x3.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x3.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x3.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x3.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x3.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x3.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x3.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x3.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x3.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x3.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x3.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x3.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x3.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x3.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x3.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x3.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x3.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x3.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x3.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x3.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x3.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x3.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x3.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x3.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x3.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x3.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x3.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x3.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x3.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x3.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x3.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x3.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x3.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x3.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x3.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x3.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x3.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x3.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x3.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x3.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x3.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x3.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x3.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x3.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x3.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x3.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x3.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x3.png); + } +} + +.ms-bgColor-themeDark, +.ms-bgColor-themeDark--hover:hover { + background-color: #005a9e; +} + +.ms-bgColor-themeDarkAlt, +.ms-bgColor-themeDarkAlt--hover:hover { + background-color: #106ebe; +} + +.ms-bgColor-themeDarker, +.ms-bgColor-themeDarker--hover:hover { + background-color: #004578; +} + +.ms-bgColor-themePrimary, +.ms-bgColor-themePrimary--hover:hover { + background-color: #0078d7; +} + +.ms-bgColor-themeSecondary, +.ms-bgColor-themeSecondary--hover:hover { + background-color: #2488d8; +} + +.ms-bgColor-themeTertiary, +.ms-bgColor-themeTertiary--hover:hover { + background-color: #69afe5; +} + +.ms-bgColor-themeLight, +.ms-bgColor-themeLight--hover:hover { + background-color: #c7e0f4; +} + +.ms-bgColor-themeLighter, +.ms-bgColor-themeLighter--hover:hover { + background-color: #deecf9; +} + +.ms-bgColor-themeLighterAlt, +.ms-bgColor-themeLighterAlt--hover:hover { + background-color: #eff6fc; +} + +.ms-bgColor-black, +.ms-bgColor-black--hover:hover { + background-color: #000000; +} + +.ms-bgColor-neutralDark, +.ms-bgColor-neutralDark--hover:hover { + background-color: #212121; +} + +.ms-bgColor-neutralPrimary, +.ms-bgColor-neutralPrimary--hover:hover { + background-color: #333333; +} + +.ms-bgColor-neutralPrimaryAlt, +.ms-bgColor-neutralPrimaryAlt--hover:hover { + background-color: #3c3c3c; +} + +.ms-bgColor-neutralSecondary, +.ms-bgColor-neutralSecondary--hover:hover { + background-color: #666666; +} + +.ms-bgColor-neutralSecondaryAlt, +.ms-bgColor-neutralSecondaryAlt--hover:hover { + background-color: #767676; +} + +.ms-bgColor-neutralTertiary, +.ms-bgColor-neutralTertiary--hover:hover { + background-color: #a6a6a6; +} + +.ms-bgColor-neutralTertiaryAlt, +.ms-bgColor-neutralTertiaryAlt--hover:hover { + background-color: #c8c8c8; +} + +.ms-bgColor-neutralLight, +.ms-bgColor-neutralLight--hover:hover { + background-color: #eaeaea; +} + +.ms-bgColor-neutralLighter, +.ms-bgColor-neutralLighter--hover:hover { + background-color: #f4f4f4; +} + +.ms-bgColor-neutralLighterAlt, +.ms-bgColor-neutralLighterAlt--hover:hover { + background-color: #f8f8f8; +} + +.ms-bgColor-white, +.ms-bgColor-white--hover:hover { + background-color: #ffffff; +} + +.ms-bgColor-yellow { + background-color: #ffb900; +} + +.ms-bgColor-yellowLight { + background-color: #fff100; +} + +.ms-bgColor-orange { + background-color: #d83b01; +} + +.ms-bgColor-orangeLight { + background-color: #ea4300; +} + +.ms-bgColor-orangeLighter { + background-color: #ff8c00; +} + +.ms-bgColor-redDark { + background-color: #a80000; +} + +.ms-bgColor-red { + background-color: #e81123; +} + +.ms-bgColor-magentaDark { + background-color: #5c005c; +} + +.ms-bgColor-magenta { + background-color: #b4009e; +} + +.ms-bgColor-magentaLight { + background-color: #e3008c; +} + +.ms-bgColor-purpleDark { + background-color: #32145a; +} + +.ms-bgColor-purple { + background-color: #5c2d91; +} + +.ms-bgColor-purpleLight { + background-color: #b4a0ff; +} + +.ms-bgColor-blueDark { + background-color: #002050; +} + +.ms-bgColor-blueMid { + background-color: #00188f; +} + +.ms-bgColor-blue { + background-color: #0078d7; +} + +.ms-bgColor-blueLight { + background-color: #00bcf2; +} + +.ms-bgColor-tealDark { + background-color: #004b50; +} + +.ms-bgColor-teal { + background-color: #008272; +} + +.ms-bgColor-tealLight { + background-color: #00b294; +} + +.ms-bgColor-greenDark { + background-color: #004b1c; +} + +.ms-bgColor-green { + background-color: #107c10; +} + +.ms-bgColor-greenLight { + background-color: #bad80a; +} + +.ms-bgColor-info { + background-color: #f4f4f4; +} + +.ms-bgColor-success { + background-color: #dff6dd; +} + +.ms-bgColor-severeWarning { + background-color: #fed9cc; +} + +.ms-bgColor-warning { + background-color: #fff4ce; +} + +.ms-bgColor-error { + background-color: #fde7e9; +} + +.ms-borderColor-themeDark, +.ms-borderColor-themeDark--hover:hover { + border-color: #005a9e; +} + +.ms-borderColor-themeDarkAlt, +.ms-borderColor-themeDarkAlt--hover:hover { + border-color: #106ebe; +} + +.ms-borderColor-themeDarker, +.ms-borderColor-themeDarker--hover:hover { + border-color: #004578; +} + +.ms-borderColor-themePrimary, +.ms-borderColor-themePrimary--hover:hover { + border-color: #0078d7; +} + +.ms-borderColor-themeSecondary, +.ms-borderColor-themeSecondary--hover:hover { + border-color: #2488d8; +} + +.ms-borderColor-themeTertiary, +.ms-borderColor-themeTertiary--hover:hover { + border-color: #69afe5; +} + +.ms-borderColor-themeLight, +.ms-borderColor-themeLight--hover:hover { + border-color: #c7e0f4; +} + +.ms-borderColor-themeLighter, +.ms-borderColor-themeLighter--hover:hover { + border-color: #deecf9; +} + +.ms-borderColor-themeLighterAlt, +.ms-borderColor-themeLighterAlt--hover:hover { + border-color: #eff6fc; +} + +.ms-borderColor-black, +.ms-borderColor-black--hover:hover { + border-color: #000000; +} + +.ms-borderColor-neutralDark, +.ms-borderColor-neutralDark--hover:hover { + border-color: #212121; +} + +.ms-borderColor-neutralPrimary, +.ms-borderColor-neutralPrimary--hover:hover { + border-color: #333333; +} + +.ms-borderColor-neutralPrimaryAlt, +.ms-borderColor-neutralPrimaryAlt--hover:hover { + border-color: #3c3c3c; +} + +.ms-borderColor-neutralSecondary, +.ms-borderColor-neutralSecondary--hover:hover { + border-color: #666666; +} + +.ms-borderColor-neutralSecondaryAlt, +.ms-borderColor-neutralSecondaryAlt--hover:hover { + border-color: #767676; +} + +.ms-borderColor-neutralTertiary, +.ms-borderColor-neutralTertiary--hover:hover { + border-color: #a6a6a6; +} + +.ms-borderColor-neutralTertiaryAlt, +.ms-borderColor-neutralTertiaryAlt--hover:hover { + border-color: #c8c8c8; +} + +.ms-borderColor-neutralLight, +.ms-borderColor-neutralLight--hover:hover { + border-color: #eaeaea; +} + +.ms-borderColor-neutralLighter, +.ms-borderColor-neutralLighter--hover:hover { + border-color: #f4f4f4; +} + +.ms-borderColor-neutralLighterAlt, +.ms-borderColor-neutralLighterAlt--hover:hover { + border-color: #f8f8f8; +} + +.ms-borderColor-white, +.ms-borderColor-white--hover:hover { + border-color: #ffffff; +} + +.ms-borderColor-yellow { + border-color: #ffb900; +} + +.ms-borderColor-yellowLight { + border-color: #fff100; +} + +.ms-borderColor-orange { + border-color: #d83b01; +} + +.ms-borderColor-orangeLight { + border-color: #ea4300; +} + +.ms-borderColor-orangeLighter { + border-color: #ff8c00; +} + +.ms-borderColor-redDark { + border-color: #a80000; +} + +.ms-borderColor-red { + border-color: #e81123; +} + +.ms-borderColor-magentaDark { + border-color: #5c005c; +} + +.ms-borderColor-magenta { + border-color: #b4009e; +} + +.ms-borderColor-magentaLight { + border-color: #e3008c; +} + +.ms-borderColor-purpleDark { + border-color: #32145a; +} + +.ms-borderColor-purple { + border-color: #5c2d91; +} + +.ms-borderColor-purpleLight { + border-color: #b4a0ff; +} + +.ms-borderColor-blueDark { + border-color: #002050; +} + +.ms-borderColor-blueMid { + border-color: #00188f; +} + +.ms-borderColor-blue { + border-color: #0078d7; +} + +.ms-borderColor-blueLight { + border-color: #00bcf2; +} + +.ms-borderColor-tealDark { + border-color: #004b50; +} + +.ms-borderColor-teal { + border-color: #008272; +} + +.ms-borderColor-tealLight { + border-color: #00b294; +} + +.ms-borderColor-greenDark { + border-color: #004b1c; +} + +.ms-borderColor-green { + border-color: #107c10; +} + +.ms-borderColor-greenLight { + border-color: #bad80a; +} + +.ms-borderColorTop-themePrimary, +.ms-borderColorTop-themePrimary--hover:hover { + border-top-color: #0078d7; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +.ms-font-su { + font-size: 42px; + font-weight: 100; +} + +.ms-font-xxl { + font-size: 28px; + font-weight: 100; +} + +.ms-font-xl-plus { + font-size: 24px; + font-weight: 100; +} + +.ms-font-xl { + font-size: 21px; + font-weight: 100; +} + +.ms-font-l { + font-size: 17px; + font-weight: 300; +} + +.ms-font-m-plus { + font-size: 15px; + font-weight: 400; +} + +.ms-font-m { + font-size: 14px; + font-weight: 400; +} + +.ms-font-s-plus { + font-size: 13px; + font-weight: 400; +} + +.ms-font-s { + font-size: 12px; + font-weight: 400; +} + +.ms-font-xs { + font-size: 11px; + font-weight: 400; +} + +.ms-font-mi { + font-size: 10px; + font-weight: 600; +} + +.ms-fontWeight-light, +.ms-fontWeight-light--hover:hover { + font-weight: 100; +} + +.ms-fontWeight-semilight, +.ms-fontWeight-semilight--hover:hover { + font-weight: 300; +} + +.ms-fontWeight-regular, +.ms-fontWeight-regular--hover:hover { + font-weight: 400; +} + +.ms-fontWeight-semibold, +.ms-fontWeight-semibold--hover:hover { + font-weight: 600; +} + +.ms-fontSize-su { + font-size: 42px; +} + +.ms-fontSize-xxl { + font-size: 28px; +} + +.ms-fontSize-xlPlus { + font-size: 24px; +} + +.ms-fontSize-xl { + font-size: 21px; +} + +.ms-fontSize-l { + font-size: 17px; +} + +.ms-fontSize-mPlus { + font-size: 15px; +} + +.ms-fontSize-m { + font-size: 14px; +} + +.ms-fontSize-sPlus { + font-size: 13px; +} + +.ms-fontSize-s { + font-size: 12px; +} + +.ms-fontSize-xs { + font-size: 11px; +} + +.ms-fontSize-mi { + font-size: 10px; +} + +.ms-fontColor-themeDarker, +.ms-fontColor-themeDarker--hover:hover { + color: #004578; +} + +.ms-fontColor-themeDark, +.ms-fontColor-themeDark--hover:hover { + color: #005a9e; +} + +.ms-fontColor-themeDarkAlt, +.ms-fontColor-themeDarkAlt--hover:hover { + color: #106ebe; +} + +.ms-fontColor-themePrimary, +.ms-fontColor-themePrimary--hover:hover { + color: #0078d7; +} + +.ms-fontColor-themeSecondary, +.ms-fontColor-themeSecondary--hover:hover { + color: #2488d8; +} + +.ms-fontColor-themeTertiary, +.ms-fontColor-themeTertiary--hover:hover { + color: #69afe5; +} + +.ms-fontColor-themeLight, +.ms-fontColor-themeLight--hover:hover { + color: #c7e0f4; +} + +.ms-fontColor-themeLighter, +.ms-fontColor-themeLighter--hover:hover { + color: #deecf9; +} + +.ms-fontColor-themeLighterAlt, +.ms-fontColor-themeLighterAlt--hover:hover { + color: #eff6fc; +} + +.ms-fontColor-black, +.ms-fontColor-black--hover:hover { + color: #000000; +} + +.ms-fontColor-neutralDark, +.ms-fontColor-neutralDark--hover:hover { + color: #212121; +} + +.ms-fontColor-neutralPrimary, +.ms-fontColor-neutralPrimary--hover:hover { + color: #333333; +} + +.ms-fontColor-neutralPrimaryAlt, +.ms-fontColor-neutralPrimaryAlt--hover:hover { + color: #3c3c3c; +} + +.ms-fontColor-neutralSecondary, +.ms-fontColor-neutralSecondary--hover:hover { + color: #666666; +} + +.ms-fontColor-neutralSecondaryAlt, +.ms-fontColor-neutralSecondaryAlt--hover:hover { + color: #767676; +} + +.ms-fontColor-neutralTertiary, +.ms-fontColor-neutralTertiary--hover:hover { + color: #a6a6a6; +} + +.ms-fontColor-neutralTertiaryAlt, +.ms-fontColor-neutralTertiaryAlt--hover:hover { + color: #c8c8c8; +} + +.ms-fontColor-neutralLight, +.ms-fontColor-neutralLight--hover:hover { + color: #eaeaea; +} + +.ms-fontColor-neutralLighter, +.ms-fontColor-neutralLighter--hover:hover { + color: #f4f4f4; +} + +.ms-fontColor-neutralLighterAlt, +.ms-fontColor-neutralLighterAlt--hover:hover { + color: #f8f8f8; +} + +.ms-fontColor-white, +.ms-fontColor-white--hover:hover { + color: #ffffff; +} + +.ms-fontColor-yellow, +.ms-fontColor-yellow--hover:hover { + color: #ffb900; +} + +.ms-fontColor-yellowLight, +.ms-fontColor-yellowLight--hover:hover { + color: #fff100; +} + +.ms-fontColor-orange, +.ms-fontColor-orange--hover:hover { + color: #d83b01; +} + +.ms-fontColor-orangeLight, +.ms-fontColor-orangeLight--hover:hover { + color: #ea4300; +} + +.ms-fontColor-orangeLighter, +.ms-fontColor-orangeLighter--hover:hover { + color: #ff8c00; +} + +.ms-fontColor-redDark, +.ms-fontColor-redDark--hover:hover { + color: #a80000; +} + +.ms-fontColor-red, +.ms-fontColor-red--hover:hover { + color: #e81123; +} + +.ms-fontColor-magentaDark, +.ms-fontColor-magentaDark--hover:hover { + color: #5c005c; +} + +.ms-fontColor-magenta, +.ms-fontColor-magenta--hover:hover { + color: #b4009e; +} + +.ms-fontColor-magentaLight, +.ms-fontColor-magentaLight--hover:hover { + color: #e3008c; +} + +.ms-fontColor-purpleDark, +.ms-fontColor-purpleDark--hover:hover { + color: #32145a; +} + +.ms-fontColor-purple, +.ms-fontColor-purple--hover:hover { + color: #5c2d91; +} + +.ms-fontColor-purpleLight, +.ms-fontColor-purpleLight--hover:hover { + color: #b4a0ff; +} + +.ms-fontColor-blueDark, +.ms-fontColor-blueDark--hover:hover { + color: #002050; +} + +.ms-fontColor-blueMid, +.ms-fontColor-blueMid--hover:hover { + color: #00188f; +} + +.ms-fontColor-blue, +.ms-fontColor-blue--hover:hover { + color: #0078d7; +} + +.ms-fontColor-blueLight, +.ms-fontColor-blueLight--hover:hover { + color: #00bcf2; +} + +.ms-fontColor-tealDark, +.ms-fontColor-tealDark--hover:hover { + color: #004b50; +} + +.ms-fontColor-teal, +.ms-fontColor-teal--hover:hover { + color: #008272; +} + +.ms-fontColor-tealLight, +.ms-fontColor-tealLight--hover:hover { + color: #00b294; +} + +.ms-fontColor-greenDark, +.ms-fontColor-greenDark--hover:hover { + color: #004b1c; +} + +.ms-fontColor-green, +.ms-fontColor-green--hover:hover { + color: #107c10; +} + +.ms-fontColor-greenLight, +.ms-fontColor-greenLight--hover:hover { + color: #bad80a; +} + +.ms-fontColor-info, +.ms-fontColor-info--hover:hover { + color: #767676; +} + +.ms-fontColor-success, +.ms-fontColor-success--hover:hover { + color: #107c10; +} + +.ms-fontColor-alert, +.ms-fontColor-alert--hover:hover { + color: #d83b01; +} + +.ms-fontColor-warning, +.ms-fontColor-warning--hover:hover { + color: #767676; +} + +.ms-fontColor-severeWarning, +.ms-fontColor-severeWarning--hover:hover { + color: #d83b01; +} + +.ms-fontColor-error, +.ms-fontColor-error--hover:hover { + color: #a80000; +} + +.ms-Grid { + box-sizing: border-box; + *zoom: 1; + padding: 0 8px; +} + +.ms-Grid::before, +.ms-Grid::after { + display: table; + content: ''; + line-height: 0; +} + +.ms-Grid::after { + clear: both; +} + +.ms-Grid-row { + margin: 0 -8px; + box-sizing: border-box; + *zoom: 1; +} + +.ms-Grid-row::before, +.ms-Grid-row::after { + display: table; + content: ''; + line-height: 0; +} + +.ms-Grid-row::after { + clear: both; +} + +.ms-Grid-col { + position: relative; + min-height: 1px; + padding-left: 8px; + padding-right: 8px; + box-sizing: border-box; + float: left; +} + +.ms-Grid-col .ms-Grid { + padding: 0; +} + +/* + Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license +*/ +@font-face { + font-family: 'FabricMDL2Icons'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.woff') format('woff'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +.ms-Icon { + display: inline-block; + font-family: 'FabricMDL2Icons'; + font-style: normal; + font-weight: normal; + speak: none; +} + +.ms-Icon--circle { + position: relative; + display: inline-block; + font-size: 1rem; + width: 1em; + height: 1em; + margin: 0 0.5em 0 0; + padding: 0; + text-align: left; +} + +.ms-Icon--circle::before, +.ms-Icon--circle::after { + line-height: 1; + font-size: inherit; +} + +.ms-Icon--circle::before { + display: block; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + vertical-align: top; + position: absolute; +} + +.ms-Icon--circle::after { + content: '\e000'; + position: absolute; + top: 0; + left: 0; + -ms-transform: scale(2); + transform: scale(2); + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; + z-index: 0; +} + +.ms-Icon--xs { + font-size: 10px; +} + +.ms-Icon--s { + font-size: 12px; +} + +.ms-Icon--m { + font-size: 16px; +} + +.ms-Icon--l { + font-size: 20px; +} + +.ms-Icon--AADLogo::before { + content: '\ED68'; +} + +.ms-Icon--Accept::before { + content: '\E8FB'; +} + +.ms-Icon--AccessLogo::before { + content: '\ED69'; +} + +.ms-Icon--AccessLogoFill::before { + content: '\F1DB'; +} + +.ms-Icon--Accounts::before { + content: '\E910'; +} + +.ms-Icon--ActivityFeed::before { + content: '\F056'; +} + +.ms-Icon--Add::before { + content: '\E710'; +} + +.ms-Icon--AddEvent::before { + content: '\EEB5'; +} + +.ms-Icon--AddFavorite::before { + content: '\F0C8'; +} + +.ms-Icon--AddFavoriteFill::before { + content: '\F0C9'; +} + +.ms-Icon--AddFriend::before { + content: '\E8FA'; +} + +.ms-Icon--AddGroup::before { + content: '\EE3D'; +} + +.ms-Icon--AddOnlineMeeting::before { + content: '\ED8E'; +} + +.ms-Icon--AddPhone::before { + content: '\ED96'; +} + +.ms-Icon--AddTo::before { + content: '\ECC8'; +} + +.ms-Icon--Admin::before { + content: '\E7EF'; +} + +.ms-Icon--AdminALogo::before { + content: '\ED6A'; +} + +.ms-Icon--AdminCLogo::before { + content: '\ED6B'; +} + +.ms-Icon--AdminDLogo::before { + content: '\ED6C'; +} + +.ms-Icon--AdminELogo::before { + content: '\ED6D'; +} + +.ms-Icon--AdminLLogo::before { + content: '\ED6E'; +} + +.ms-Icon--AdminMLogo::before { + content: '\ED6F'; +} + +.ms-Icon--AdminOLogo::before { + content: '\ED70'; +} + +.ms-Icon--AdminPLogo::before { + content: '\ED71'; +} + +.ms-Icon--AdminSLogo::before { + content: '\ED72'; +} + +.ms-Icon--AdminYLogo::before { + content: '\ED73'; +} + +.ms-Icon--Airplane::before { + content: '\E709'; +} + +.ms-Icon--AirplaneSolid::before { + content: '\EB4C'; +} + +.ms-Icon--AirTickets::before { + content: '\EF7A'; +} + +.ms-Icon--AlarmClock::before { + content: '\E919'; +} + +.ms-Icon--Album::before { + content: '\E7AB'; +} + +.ms-Icon--AlbumRemove::before { + content: '\EC62'; +} + +.ms-Icon--AlertSolid::before { + content: '\F331'; +} + +.ms-Icon--AlignCenter::before { + content: '\E8E3'; +} + +.ms-Icon--AlignLeft::before { + content: '\E8E4'; +} + +.ms-Icon--AlignRight::before { + content: '\E8E2'; +} + +.ms-Icon--AnalyticsLogo::before { + content: '\F1DE'; +} + +.ms-Icon--AnalyticsQuery::before { + content: '\F1DF'; +} + +.ms-Icon--AnalyticsReport::before { + content: '\F1E1'; +} + +.ms-Icon--AndroidLogo::before { + content: '\EF8B'; +} + +.ms-Icon--Annotation::before { + content: '\E924'; +} + +.ms-Icon--AppIconDefault::before { + content: '\ECAA'; +} + +.ms-Icon--Archive::before { + content: '\F03F'; +} + +.ms-Icon--AreaChart::before { + content: '\E9D2'; +} + +.ms-Icon--Arrivals::before { + content: '\EB34'; +} + +.ms-Icon--ArrowDownRight8::before { + content: '\EED5'; +} + +.ms-Icon--ArrowDownRightMirrored8::before { + content: '\EEF0'; +} + +.ms-Icon--ArrowTallDownLeft::before { + content: '\F2BF'; +} + +.ms-Icon--ArrowTallDownRight::before { + content: '\F2C0'; +} + +.ms-Icon--ArrowTallUpLeft::before { + content: '\F2BD'; +} + +.ms-Icon--ArrowTallUpRight::before { + content: '\F2BE'; +} + +.ms-Icon--ArrowUpRight8::before { + content: '\EED4'; +} + +.ms-Icon--ArrowUpRightMirrored8::before { + content: '\EEEF'; +} + +.ms-Icon--Articles::before { + content: '\EAC1'; +} + +.ms-Icon--Ascending::before { + content: '\EDC0'; +} + +.ms-Icon--AssessmentGroup::before { + content: '\F31A'; +} + +.ms-Icon--AssessmentGroupTemplate::before { + content: '\F2B1'; +} + +.ms-Icon--AssetLibrary::before { + content: '\EEB6'; +} + +.ms-Icon--Assign::before { + content: '\E9D3'; +} + +.ms-Icon--Asterisk::before { + content: '\EA38'; +} + +.ms-Icon--AsteriskSolid::before { + content: '\F34D'; +} + +.ms-Icon--ATPLogo::before { + content: '\EF85'; +} + +.ms-Icon--Attach::before { + content: '\E723'; +} + +.ms-Icon--AustralianRules::before { + content: '\EE70'; +} + +.ms-Icon--AutoEnhanceOff::before { + content: '\E78E'; +} + +.ms-Icon--AutoEnhanceOn::before { + content: '\E78D'; +} + +.ms-Icon--AutoFillTemplate::before { + content: '\F313'; +} + +.ms-Icon--AutoRacing::before { + content: '\EB24'; +} + +.ms-Icon--AwayStatus::before { + content: '\EE6A'; +} + +.ms-Icon--AzureAPIManagement::before { + content: '\F37F'; +} + +.ms-Icon--AzureKeyVault::before { + content: '\F3B4'; +} + +.ms-Icon--AzureLogo::before { + content: '\EB6A'; +} + +.ms-Icon--AzureServiceEndpoint::before { + content: '\F380'; +} + +.ms-Icon--Back::before { + content: '\E72B'; +} + +.ms-Icon--Backlog::before { + content: '\F2AC'; +} + +.ms-Icon--BackToWindow::before { + content: '\E73F'; +} + +.ms-Icon--Badge::before { + content: '\EC1B'; +} + +.ms-Icon--Balloons::before { + content: '\ED7E'; +} + +.ms-Icon--BankSolid::before { + content: '\F34F'; +} + +.ms-Icon--BarChart4::before { + content: '\EAE7'; +} + +.ms-Icon--BarChartHorizontal::before { + content: '\E9EB'; +} + +.ms-Icon--BarChartVertical::before { + content: '\E9EC'; +} + +.ms-Icon--Baseball::before { + content: '\EB20'; +} + +.ms-Icon--BidiLtr::before { + content: '\E9AA'; +} + +.ms-Icon--BidiRtl::before { + content: '\E9AB'; +} + +.ms-Icon--BingLogo::before { + content: '\EB6B'; +} + +.ms-Icon--BlockContact::before { + content: '\E8F8'; +} + +.ms-Icon--Blocked::before { + content: '\E733'; +} + +.ms-Icon--Blocked2::before { + content: '\ECE4'; +} + +.ms-Icon--BlowingSnow::before { + content: '\E9C9'; +} + +.ms-Icon--Blur::before { + content: '\F28E'; +} + +.ms-Icon--Boards::before { + content: '\EF68'; +} + +.ms-Icon--Bold::before { + content: '\E8DD'; +} + +.ms-Icon--BookingsLogo::before { + content: '\EDC7'; +} + +.ms-Icon--Bookmarks::before { + content: '\E8A4'; +} + +.ms-Icon--BookmarksMirrored::before { + content: '\EA41'; +} + +.ms-Icon--BoxAdditionSolid::before { + content: '\F2D4'; +} + +.ms-Icon--BoxCheckmarkSolid::before { + content: '\F2D7'; +} + +.ms-Icon--BoxLogo::before { + content: '\ED75'; +} + +.ms-Icon--BoxMultiplySolid::before { + content: '\F2D5'; +} + +.ms-Icon--BoxPlaySolid::before { + content: '\F2D6'; +} + +.ms-Icon--BoxSubtractSolid::before { + content: '\F2D3'; +} + +.ms-Icon--BranchCommit::before { + content: '\F293'; +} + +.ms-Icon--BranchCompare::before { + content: '\F294'; +} + +.ms-Icon--BranchFork::before { + content: '\F173'; +} + +.ms-Icon--BranchFork2::before { + content: '\F291'; +} + +.ms-Icon--BranchLocked::before { + content: '\F292'; +} + +.ms-Icon--BranchMerge::before { + content: '\F295'; +} + +.ms-Icon--BranchPullRequest::before { + content: '\F296'; +} + +.ms-Icon--BranchSearch::before { + content: '\F297'; +} + +.ms-Icon--BranchShelveset::before { + content: '\F298'; +} + +.ms-Icon--Breadcrumb::before { + content: '\EF8C'; +} + +.ms-Icon--Brightness::before { + content: '\E706'; +} + +.ms-Icon--Broom::before { + content: '\EA99'; +} + +.ms-Icon--BucketColor::before { + content: '\F1B6'; +} + +.ms-Icon--BucketColorFill::before { + content: '\F1B7'; +} + +.ms-Icon--BufferTimeAfter::before { + content: '\F0D0'; +} + +.ms-Icon--BufferTimeBefore::before { + content: '\F0CF'; +} + +.ms-Icon--BufferTimeBoth::before { + content: '\F0D1'; +} + +.ms-Icon--BugSolid::before { + content: '\F335'; +} + +.ms-Icon--Build::before { + content: '\F28F'; +} + +.ms-Icon--BuildIssue::before { + content: '\F319'; +} + +.ms-Icon--BuildQueue::before { + content: '\F24F'; +} + +.ms-Icon--BuildQueueNew::before { + content: '\F250'; +} + +.ms-Icon--BulletedList::before { + content: '\E8FD'; +} + +.ms-Icon--BulletedList2::before { + content: '\F2C7'; +} + +.ms-Icon--BulletedList2Mirrored::before { + content: '\F2C8'; +} + +.ms-Icon--BulletedListMirrored::before { + content: '\EA42'; +} + +.ms-Icon--BusinessHoursSign::before { + content: '\F310'; +} + +.ms-Icon--BusSolid::before { + content: '\EB47'; +} + +.ms-Icon--Cafe::before { + content: '\EC32'; +} + +.ms-Icon--Cake::before { + content: '\ECA4'; +} + +.ms-Icon--CalculatorAddition::before { + content: '\E948'; +} + +.ms-Icon--CalculatorEqualTo::before { + content: '\E94E'; +} + +.ms-Icon--CalculatorMultiply::before { + content: '\E947'; +} + +.ms-Icon--CalculatorNotEqualTo::before { + content: '\F2D2'; +} + +.ms-Icon--CalculatorSubtract::before { + content: '\E949'; +} + +.ms-Icon--Calendar::before { + content: '\E787'; +} + +.ms-Icon--CalendarAgenda::before { + content: '\EE9A'; +} + +.ms-Icon--CalendarDay::before { + content: '\E8BF'; +} + +.ms-Icon--CalendarMirrored::before { + content: '\ED28'; +} + +.ms-Icon--CalendarReply::before { + content: '\E8F5'; +} + +.ms-Icon--CalendarWeek::before { + content: '\E8C0'; +} + +.ms-Icon--CalendarWorkWeek::before { + content: '\EF51'; +} + +.ms-Icon--CaloriesAdd::before { + content: '\F172'; +} + +.ms-Icon--Camera::before { + content: '\E722'; +} + +.ms-Icon--Cancel::before { + content: '\E711'; +} + +.ms-Icon--CannedChat::before { + content: '\F0F2'; +} + +.ms-Icon--Car::before { + content: '\E804'; +} + +.ms-Icon--CaretBottomLeftCenter8::before { + content: '\F365'; +} + +.ms-Icon--CaretBottomLeftSolid8::before { + content: '\F121'; +} + +.ms-Icon--CaretBottomRightCenter8::before { + content: '\F364'; +} + +.ms-Icon--CaretBottomRightSolid8::before { + content: '\F122'; +} + +.ms-Icon--CaretDown8::before { + content: '\EDD8'; +} + +.ms-Icon--CaretDownSolid8::before { + content: '\EDDC'; +} + +.ms-Icon--CaretHollow::before { + content: '\E817'; +} + +.ms-Icon--CaretHollowMirrored::before { + content: '\EA45'; +} + +.ms-Icon--CaretLeft8::before { + content: '\EDD5'; +} + +.ms-Icon--CaretLeftSolid8::before { + content: '\EDD9'; +} + +.ms-Icon--CaretRight::before { + content: '\F06B'; +} + +.ms-Icon--CaretRight8::before { + content: '\EDD6'; +} + +.ms-Icon--CaretRightSolid8::before { + content: '\EDDA'; +} + +.ms-Icon--CaretSolid::before { + content: '\E818'; +} + +.ms-Icon--CaretSolid16::before { + content: '\EE62'; +} + +.ms-Icon--CaretSolidDown::before { + content: '\F08E'; +} + +.ms-Icon--CaretSolidLeft::before { + content: '\F08D'; +} + +.ms-Icon--CaretSolidMirrored::before { + content: '\EA46'; +} + +.ms-Icon--CaretSolidRight::before { + content: '\F08F'; +} + +.ms-Icon--CaretSolidUp::before { + content: '\F090'; +} + +.ms-Icon--CaretTopLeftCenter8::before { + content: '\F367'; +} + +.ms-Icon--CaretTopLeftSolid8::before { + content: '\EF54'; +} + +.ms-Icon--CaretTopRightCenter8::before { + content: '\F366'; +} + +.ms-Icon--CaretTopRightSolid8::before { + content: '\EF55'; +} + +.ms-Icon--CaretUp8::before { + content: '\EDD7'; +} + +.ms-Icon--CaretUpSolid8::before { + content: '\EDDB'; +} + +.ms-Icon--Cat::before { + content: '\ED7F'; +} + +.ms-Icon--CellPhone::before { + content: '\E8EA'; +} + +.ms-Icon--Certificate::before { + content: '\EB95'; +} + +.ms-Icon--Chart::before { + content: '\E999'; +} + +.ms-Icon--Chat::before { + content: '\E901'; +} + +.ms-Icon--ChatInviteFriend::before { + content: '\ECFE'; +} + +.ms-Icon--ChatSolid::before { + content: '\F344'; +} + +.ms-Icon--Checkbox::before { + content: '\E739'; +} + +.ms-Icon--CheckboxComposite::before { + content: '\E73A'; +} + +.ms-Icon--CheckboxCompositeReversed::before { + content: '\E73D'; +} + +.ms-Icon--CheckboxIndeterminate::before { + content: '\E73C'; +} + +.ms-Icon--CheckList::before { + content: '\E9D5'; +} + +.ms-Icon--CheckMark::before { + content: '\E73E'; +} + +.ms-Icon--ChevronDown::before { + content: '\E70D'; +} + +.ms-Icon--ChevronDownEnd6::before { + content: '\F36F'; +} + +.ms-Icon--ChevronDownMed::before { + content: '\E972'; +} + +.ms-Icon--ChevronDownSmall::before { + content: '\E96E'; +} + +.ms-Icon--ChevronFold10::before { + content: '\F36A'; +} + +.ms-Icon--ChevronLeft::before { + content: '\E76B'; +} + +.ms-Icon--ChevronLeftEnd6::before { + content: '\F371'; +} + +.ms-Icon--ChevronLeftMed::before { + content: '\E973'; +} + +.ms-Icon--ChevronLeftSmall::before { + content: '\E96F'; +} + +.ms-Icon--ChevronRight::before { + content: '\E76C'; +} + +.ms-Icon--ChevronRightEnd6::before { + content: '\F372'; +} + +.ms-Icon--ChevronRightMed::before { + content: '\E974'; +} + +.ms-Icon--ChevronRightSmall::before { + content: '\E970'; +} + +.ms-Icon--ChevronUnfold10::before { + content: '\F369'; +} + +.ms-Icon--ChevronUp::before { + content: '\E70E'; +} + +.ms-Icon--ChevronUpEnd6::before { + content: '\F370'; +} + +.ms-Icon--ChevronUpMed::before { + content: '\E971'; +} + +.ms-Icon--ChevronUpSmall::before { + content: '\E96D'; +} + +.ms-Icon--ChromeBack::before { + content: '\E830'; +} + +.ms-Icon--ChromeBackMirrored::before { + content: '\EA47'; +} + +.ms-Icon--ChromeClose::before { + content: '\E8BB'; +} + +.ms-Icon--ChromeMinimize::before { + content: '\E921'; +} + +.ms-Icon--CircleAddition::before { + content: '\F2E3'; +} + +.ms-Icon--CircleAdditionSolid::before { + content: '\F2E4'; +} + +.ms-Icon--CircleFill::before { + content: '\EA3B'; +} + +.ms-Icon--CircleHalfFull::before { + content: '\ED9E'; +} + +.ms-Icon--CirclePause::before { + content: '\F2D9'; +} + +.ms-Icon--CirclePauseSolid::before { + content: '\F2D8'; +} + +.ms-Icon--CirclePlus::before { + content: '\EAEE'; +} + +.ms-Icon--CircleRing::before { + content: '\EA3A'; +} + +.ms-Icon--CircleStop::before { + content: '\F2DC'; +} + +.ms-Icon--CircleStopSolid::before { + content: '\F2DB'; +} + +.ms-Icon--CityNext::before { + content: '\EC06'; +} + +.ms-Icon--ClassNotebookLogoInverse::before { + content: '\EDC8'; +} + +.ms-Icon--ClassroomLogo::before { + content: '\EF75'; +} + +.ms-Icon--Clear::before { + content: '\E894'; +} + +.ms-Icon--ClearFilter::before { + content: '\EF8F'; +} + +.ms-Icon--ClearFormatting::before { + content: '\EDDD'; +} + +.ms-Icon--ClearNight::before { + content: '\E9C2'; +} + +.ms-Icon--Clock::before { + content: '\E917'; +} + +.ms-Icon--CloneToDesktop::before { + content: '\F28C'; +} + +.ms-Icon--ClosedCaption::before { + content: '\EF84'; +} + +.ms-Icon--ClosePane::before { + content: '\E89F'; +} + +.ms-Icon--ClosePaneMirrored::before { + content: '\EA49'; +} + +.ms-Icon--Cloud::before { + content: '\E753'; +} + +.ms-Icon--CloudAdd::before { + content: '\ECA9'; +} + +.ms-Icon--CloudDownload::before { + content: '\EBD3'; +} + +.ms-Icon--CloudUpload::before { + content: '\EC8E'; +} + +.ms-Icon--CloudWeather::before { + content: '\E9BE'; +} + +.ms-Icon--Cloudy::before { + content: '\E9BF'; +} + +.ms-Icon--Cocktails::before { + content: '\EA9D'; +} + +.ms-Icon--Code::before { + content: '\E943'; +} + +.ms-Icon--Coffee::before { + content: '\EAEF'; +} + +.ms-Icon--CoffeeScript::before { + content: '\F2FA'; +} + +.ms-Icon--CollapseContent::before { + content: '\F165'; +} + +.ms-Icon--CollapseContentSingle::before { + content: '\F166'; +} + +.ms-Icon--CollapseMenu::before { + content: '\EF66'; +} + +.ms-Icon--CollegeFootball::before { + content: '\EB26'; +} + +.ms-Icon--CollegeHoops::before { + content: '\EB25'; +} + +.ms-Icon--Color::before { + content: '\E790'; +} + +.ms-Icon--ColorSolid::before { + content: '\F354'; +} + +.ms-Icon--ColumnLeftTwoThirds::before { + content: '\F1D6'; +} + +.ms-Icon--ColumnLeftTwoThirdsEdit::before { + content: '\F324'; +} + +.ms-Icon--ColumnOptions::before { + content: '\F317'; +} + +.ms-Icon--ColumnRightTwoThirds::before { + content: '\F1D7'; +} + +.ms-Icon--ColumnRightTwoThirdsEdit::before { + content: '\F325'; +} + +.ms-Icon--Combine::before { + content: '\EDBB'; +} + +.ms-Icon--CommandPrompt::before { + content: '\E756'; +} + +.ms-Icon--Comment::before { + content: '\E90A'; +} + +.ms-Icon--CommentAdd::before { + content: '\F2B3'; +} + +.ms-Icon--CommentNext::before { + content: '\F2B4'; +} + +.ms-Icon--CommentPrevious::before { + content: '\F2B5'; +} + +.ms-Icon--CommentUrgent::before { + content: '\F307'; +} + +.ms-Icon--Communications::before { + content: '\E95A'; +} + +.ms-Icon--CompassNW::before { + content: '\E942'; +} + +.ms-Icon--Completed::before { + content: '\E930'; +} + +.ms-Icon--CompletedSolid::before { + content: '\EC61'; +} + +.ms-Icon--ConfigurationSolid::before { + content: '\F334'; +} + +.ms-Icon--ConstructionCone::before { + content: '\E98F'; +} + +.ms-Icon--ConstructionConeSolid::before { + content: '\F339'; +} + +.ms-Icon--Contact::before { + content: '\E77B'; +} + +.ms-Icon--ContactCard::before { + content: '\EEBD'; +} + +.ms-Icon--ContactInfo::before { + content: '\E779'; +} + +.ms-Icon--Contrast::before { + content: '\E7A1'; +} + +.ms-Icon--Copy::before { + content: '\E8C8'; +} + +.ms-Icon--Cotton::before { + content: '\EAF3'; +} + +.ms-Icon--CPlusPlus::before { + content: '\F2F4'; +} + +.ms-Icon--CPlusPlusLanguage::before { + content: '\F2F3'; +} + +.ms-Icon--Cricket::before { + content: '\EB1E'; +} + +.ms-Icon--CRMReport::before { + content: '\EFFE'; +} + +.ms-Icon--CrownSolid::before { + content: '\F336'; +} + +.ms-Icon--CSharp::before { + content: '\F2F0'; +} + +.ms-Icon--CSharpLanguage::before { + content: '\F2EF'; +} + +.ms-Icon--CSS::before { + content: '\EBEF'; +} + +.ms-Icon--CustomList::before { + content: '\EEBE'; +} + +.ms-Icon--CustomListMirrored::before { + content: '\EEBF'; +} + +.ms-Icon--Cut::before { + content: '\E8C6'; +} + +.ms-Icon--Cycling::before { + content: '\EAC7'; +} + +.ms-Icon--Database::before { + content: '\EFC7'; +} + +.ms-Icon--DataConnectionLibrary::before { + content: '\EEB7'; +} + +.ms-Icon--DateTime::before { + content: '\EC92'; +} + +.ms-Icon--DateTime2::before { + content: '\EA17'; +} + +.ms-Icon--DateTimeMirrored::before { + content: '\EE93'; +} + +.ms-Icon--DecisionSolid::before { + content: '\F350'; +} + +.ms-Icon--DecreaseIndentLegacy::before { + content: '\E290'; +} + +.ms-Icon--Delete::before { + content: '\E74D'; +} + +.ms-Icon--DelveAnalytics::before { + content: '\EEEE'; +} + +.ms-Icon--DelveAnalyticsLogo::before { + content: '\EDCA'; +} + +.ms-Icon--DelveLogo::before { + content: '\F280'; +} + +.ms-Icon--DelveLogoFill::before { + content: '\F281'; +} + +.ms-Icon--DelveLogoInverse::before { + content: '\ED76'; +} + +.ms-Icon--Deploy::before { + content: '\F29D'; +} + +.ms-Icon--Descending::before { + content: '\EDC1'; +} + +.ms-Icon--Design::before { + content: '\EB3C'; +} + +.ms-Icon--DeveloperTools::before { + content: '\EC7A'; +} + +.ms-Icon--Devices3::before { + content: '\EA6C'; +} + +.ms-Icon--Devices4::before { + content: '\EB66'; +} + +.ms-Icon--Dialpad::before { + content: '\E75F'; +} + +.ms-Icon--DiamondSolid::before { + content: '\F34C'; +} + +.ms-Icon--Dictionary::before { + content: '\E82D'; +} + +.ms-Icon--DietPlanNotebook::before { + content: '\EAC8'; +} + +.ms-Icon--DiffInline::before { + content: '\F309'; +} + +.ms-Icon--DiffSideBySide::before { + content: '\F30A'; +} + +.ms-Icon--DisableUpdates::before { + content: '\E8D8'; +} + +.ms-Icon--Dislike::before { + content: '\E8E0'; +} + +.ms-Icon--DockLeft::before { + content: '\E90C'; +} + +.ms-Icon--DockLeftMirrored::before { + content: '\EA4C'; +} + +.ms-Icon--DockRight::before { + content: '\E90D'; +} + +.ms-Icon--DocLibrary::before { + content: '\EEB8'; +} + +.ms-Icon--DocsLogoInverse::before { + content: '\EDCB'; +} + +.ms-Icon--Document::before { + content: '\E8A5'; +} + +.ms-Icon--Documentation::before { + content: '\EC17'; +} + +.ms-Icon--DocumentManagement::before { + content: '\EFFC'; +} + +.ms-Icon--DocumentReply::before { + content: '\EF57'; +} + +.ms-Icon--DocumentSearch::before { + content: '\EF6C'; +} + +.ms-Icon--DocumentSet::before { + content: '\EED6'; +} + +.ms-Icon--DonutChart::before { + content: '\F368'; +} + +.ms-Icon--Door::before { + content: '\EB75'; +} + +.ms-Icon--DoubleBookmark::before { + content: '\EB8F'; +} + +.ms-Icon--DoubleChevronDown::before { + content: '\EE04'; +} + +.ms-Icon--DoubleChevronDown12::before { + content: '\EE97'; +} + +.ms-Icon--DoubleChevronDown8::before { + content: '\F36B'; +} + +.ms-Icon--DoubleChevronLeft::before { + content: '\EDBE'; +} + +.ms-Icon--DoubleChevronLeft12::before { + content: '\EE98'; +} + +.ms-Icon--DoubleChevronLeft8::before { + content: '\F36D'; +} + +.ms-Icon--DoubleChevronLeftMed::before { + content: '\E991'; +} + +.ms-Icon--DoubleChevronLeftMedMirrored::before { + content: '\EA4D'; +} + +.ms-Icon--DoubleChevronRight::before { + content: '\EDBF'; +} + +.ms-Icon--DoubleChevronRight12::before { + content: '\EE99'; +} + +.ms-Icon--DoubleChevronRight8::before { + content: '\F36E'; +} + +.ms-Icon--DoubleChevronUp::before { + content: '\EDBD'; +} + +.ms-Icon--DoubleChevronUp12::before { + content: '\EE96'; +} + +.ms-Icon--DoubleChevronUp8::before { + content: '\F36C'; +} + +.ms-Icon--DoubleColumn::before { + content: '\F1D4'; +} + +.ms-Icon--DoubleColumnEdit::before { + content: '\F322'; +} + +.ms-Icon--Down::before { + content: '\E74B'; +} + +.ms-Icon--Download::before { + content: '\E896'; +} + +.ms-Icon--DRM::before { + content: '\ECA8'; +} + +.ms-Icon--Drop::before { + content: '\EB42'; +} + +.ms-Icon--DropboxLogo::before { + content: '\ED77'; +} + +.ms-Icon--Dropdown::before { + content: '\EDC5'; +} + +.ms-Icon--Duststorm::before { + content: '\E9CD'; +} + +.ms-Icon--Dynamics365Logo::before { + content: '\EDCC'; +} + +.ms-Icon--DynamicSMBLogo::before { + content: '\EDCD'; +} + +.ms-Icon--EatDrink::before { + content: '\E807'; +} + +.ms-Icon--EdgeLogo::before { + content: '\EC60'; +} + +.ms-Icon--Edit::before { + content: '\E70F'; +} + +.ms-Icon--EditMail::before { + content: '\EF61'; +} + +.ms-Icon--EditMirrored::before { + content: '\EB7E'; +} + +.ms-Icon--EditNote::before { + content: '\ED9D'; +} + +.ms-Icon--EditPhoto::before { + content: '\EF77'; +} + +.ms-Icon--EditStyle::before { + content: '\EF60'; +} + +.ms-Icon--EgnyteLogo::before { + content: '\F373'; +} + +.ms-Icon--Embed::before { + content: '\ECCE'; +} + +.ms-Icon--EMI::before { + content: '\E731'; +} + +.ms-Icon--Emoji::before { + content: '\E899'; +} + +.ms-Icon--Emoji2::before { + content: '\E76E'; +} + +.ms-Icon--EmojiDisappointed::before { + content: '\EA88'; +} + +.ms-Icon--EmojiNeutral::before { + content: '\EA87'; +} + +.ms-Icon--EmptyRecycleBin::before { + content: '\EF88'; +} + +.ms-Icon--EngineeringGroup::before { + content: '\F362'; +} + +.ms-Icon--Equalizer::before { + content: '\E9E9'; +} + +.ms-Icon--EraseTool::before { + content: '\E75C'; +} + +.ms-Icon--Error::before { + content: '\E783'; +} + +.ms-Icon--ErrorBadge::before { + content: '\EA39'; +} + +.ms-Icon--Event::before { + content: '\ECA3'; +} + +.ms-Icon--EventDate::before { + content: '\F059'; +} + +.ms-Icon--EventInfo::before { + content: '\ED8B'; +} + +.ms-Icon--ExcelDocument::before { + content: '\EF73'; +} + +.ms-Icon--ExcelLogo::before { + content: '\F1E5'; +} + +.ms-Icon--ExcelLogo16::before { + content: '\F397'; +} + +.ms-Icon--ExcelLogoFill::before { + content: '\F1E6'; +} + +.ms-Icon--ExcelLogoFill16::before { + content: '\F398'; +} + +.ms-Icon--ExcelLogoInverse::before { + content: '\EC28'; +} + +.ms-Icon--ExcelLogoInverse16::before { + content: '\F396'; +} + +.ms-Icon--ExchangeLogo::before { + content: '\F284'; +} + +.ms-Icon--ExchangeLogoFill::before { + content: '\F285'; +} + +.ms-Icon--ExchangeLogoInverse::before { + content: '\ED78'; +} + +.ms-Icon--ExpandMenu::before { + content: '\EF67'; +} + +.ms-Icon--ExploreContent::before { + content: '\ECCD'; +} + +.ms-Icon--ExploreContentSingle::before { + content: '\F164'; +} + +.ms-Icon--Export::before { + content: '\EDE1'; +} + +.ms-Icon--ExportMirrored::before { + content: '\EDE2'; +} + +.ms-Icon--FabricAssetLibrary::before { + content: '\F09C'; +} + +.ms-Icon--FabricDataConnectionLibrary::before { + content: '\F09D'; +} + +.ms-Icon--FabricDocLibrary::before { + content: '\F09E'; +} + +.ms-Icon--FabricFolder::before { + content: '\F0A9'; +} + +.ms-Icon--FabricFolderFill::before { + content: '\F0AA'; +} + +.ms-Icon--FabricFolderSearch::before { + content: '\F0A4'; +} + +.ms-Icon--FabricFormLibrary::before { + content: '\F09F'; +} + +.ms-Icon--FabricFormLibraryMirrored::before { + content: '\F0A0'; +} + +.ms-Icon--FabricMovetoFolder::before { + content: '\F0A5'; +} + +.ms-Icon--FabricNewFolder::before { + content: '\F0AB'; +} + +.ms-Icon--FabricOpenFolderHorizontal::before { + content: '\F0A8'; +} + +.ms-Icon--FabricPictureLibrary::before { + content: '\F0AC'; +} + +.ms-Icon--FabricPublicFolder::before { + content: '\F0A3'; +} + +.ms-Icon--FabricReportLibrary::before { + content: '\F0A1'; +} + +.ms-Icon--FabricReportLibraryMirrored::before { + content: '\F0A2'; +} + +.ms-Icon--FabricSyncFolder::before { + content: '\F0A7'; +} + +.ms-Icon--FabricUnsyncFolder::before { + content: '\F0A6'; +} + +.ms-Icon--FacebookLogo::before { + content: '\ECB3'; +} + +.ms-Icon--Family::before { + content: '\EBDA'; +} + +.ms-Icon--FangBody::before { + content: '\ECEB'; +} + +.ms-Icon--FastForward::before { + content: '\EB9D'; +} + +.ms-Icon--Favicon::before { + content: '\E737'; +} + +.ms-Icon--FavoriteList::before { + content: '\E728'; +} + +.ms-Icon--FavoriteStar::before { + content: '\E734'; +} + +.ms-Icon--FavoriteStarFill::before { + content: '\E735'; +} + +.ms-Icon--Fax::before { + content: '\EF5C'; +} + +.ms-Icon--Feedback::before { + content: '\ED15'; +} + +.ms-Icon--FeedbackRequestMirroredSolid::before { + content: '\F35A'; +} + +.ms-Icon--FeedbackRequestSolid::before { + content: '\F359'; +} + +.ms-Icon--FeedbackResponseSolid::before { + content: '\F35B'; +} + +.ms-Icon--Ferry::before { + content: '\E7E3'; +} + +.ms-Icon--FerrySolid::before { + content: '\EB48'; +} + +.ms-Icon--FieldChanged::before { + content: '\F2C3'; +} + +.ms-Icon--FieldEmpty::before { + content: '\F2C1'; +} + +.ms-Icon--FieldFilled::before { + content: '\F2C2'; +} + +.ms-Icon--FieldNotChanged::before { + content: '\F2C4'; +} + +.ms-Icon--FileASPX::before { + content: '\F2E9'; +} + +.ms-Icon--FileBug::before { + content: '\F30D'; +} + +.ms-Icon--FileCode::before { + content: '\F30E'; +} + +.ms-Icon--FileComment::before { + content: '\F30F'; +} + +.ms-Icon--FileCSS::before { + content: '\F2EA'; +} + +.ms-Icon--FileHTML::before { + content: '\F2ED'; +} + +.ms-Icon--FileImage::before { + content: '\F311'; +} + +.ms-Icon--FileJAVA::before { + content: '\F2E8'; +} + +.ms-Icon--FileLess::before { + content: '\F2EC'; +} + +.ms-Icon--FilePDB::before { + content: '\F2E5'; +} + +.ms-Icon--FileSass::before { + content: '\F2EB'; +} + +.ms-Icon--FileSQL::before { + content: '\F2E7'; +} + +.ms-Icon--FileSymlink::before { + content: '\F312'; +} + +.ms-Icon--FileTemplate::before { + content: '\F2E6'; +} + +.ms-Icon--FileTypeSolution::before { + content: '\F387'; +} + +.ms-Icon--Filter::before { + content: '\E71C'; +} + +.ms-Icon--Filters::before { + content: '\E795'; +} + +.ms-Icon--FiltersSolid::before { + content: '\F353'; +} + +.ms-Icon--Financial::before { + content: '\E7BB'; +} + +.ms-Icon--FinancialMirroredSolid::before { + content: '\F347'; +} + +.ms-Icon--FinancialSolid::before { + content: '\F346'; +} + +.ms-Icon--Fingerprint::before { + content: '\E928'; +} + +.ms-Icon--FiveTileGrid::before { + content: '\F274'; +} + +.ms-Icon--Flag::before { + content: '\E7C1'; +} + +.ms-Icon--FlameSolid::before { + content: '\F1F3'; +} + +.ms-Icon--FlickDown::before { + content: '\E935'; +} + +.ms-Icon--FlickLeft::before { + content: '\E937'; +} + +.ms-Icon--FlickRight::before { + content: '\E938'; +} + +.ms-Icon--FlickUp::before { + content: '\E936'; +} + +.ms-Icon--Flow::before { + content: '\EF90'; +} + +.ms-Icon--FocalPoint::before { + content: '\F277'; +} + +.ms-Icon--Fog::before { + content: '\E9CB'; +} + +.ms-Icon--Folder::before { + content: '\E8B7'; +} + +.ms-Icon--FolderFill::before { + content: '\E8D5'; +} + +.ms-Icon--FolderHorizontal::before { + content: '\F12B'; +} + +.ms-Icon--FolderList::before { + content: '\F2CE'; +} + +.ms-Icon--FolderListMirrored::before { + content: '\F2CF'; +} + +.ms-Icon--FolderOpen::before { + content: '\E838'; +} + +.ms-Icon--FolderQuery::before { + content: '\F2CD'; +} + +.ms-Icon--FolderSearch::before { + content: '\EF65'; +} + +.ms-Icon--Font::before { + content: '\E8D2'; +} + +.ms-Icon--FontColor::before { + content: '\E8D3'; +} + +.ms-Icon--FontDecrease::before { + content: '\E8E7'; +} + +.ms-Icon--FontIncrease::before { + content: '\E8E8'; +} + +.ms-Icon--FontSize::before { + content: '\E8E9'; +} + +.ms-Icon--FormLibrary::before { + content: '\EEB9'; +} + +.ms-Icon--FormLibraryMirrored::before { + content: '\EEBA'; +} + +.ms-Icon--Forward::before { + content: '\E72A'; +} + +.ms-Icon--ForwardEvent::before { + content: '\ED8C'; +} + +.ms-Icon--Freezing::before { + content: '\E9EF'; +} + +.ms-Icon--Frigid::before { + content: '\E9CA'; +} + +.ms-Icon--FSharp::before { + content: '\F2F6'; +} + +.ms-Icon--FSharpLanguage::before { + content: '\F2F5'; +} + +.ms-Icon--FullCircleMask::before { + content: '\E91F'; +} + +.ms-Icon--FullHistory::before { + content: '\F31C'; +} + +.ms-Icon--FullScreen::before { + content: '\E740'; +} + +.ms-Icon--FullWidth::before { + content: '\F2FE'; +} + +.ms-Icon--FullWidthEdit::before { + content: '\F2FF'; +} + +.ms-Icon--Generate::before { + content: '\E9DA'; +} + +.ms-Icon--Giftbox::before { + content: '\EC1F'; +} + +.ms-Icon--GiftboxOpen::before { + content: '\F133'; +} + +.ms-Icon--GiftBoxSolid::before { + content: '\F341'; +} + +.ms-Icon--GiftCard::before { + content: '\EB8E'; +} + +.ms-Icon--GitGraph::before { + content: '\F2CA'; +} + +.ms-Icon--Glasses::before { + content: '\EA16'; +} + +.ms-Icon--Glimmer::before { + content: '\ECF4'; +} + +.ms-Icon--GlobalNavButton::before { + content: '\E700'; +} + +.ms-Icon--Globe::before { + content: '\E774'; +} + +.ms-Icon--GlobeFavorite::before { + content: '\EF53'; +} + +.ms-Icon--Golf::before { + content: '\EB1F'; +} + +.ms-Icon--GoogleDriveLogo::before { + content: '\EE0B'; +} + +.ms-Icon--GoogleDriveLogoBottomBlue::before { + content: '\F375'; +} + +.ms-Icon--GoogleDriveLogoLeftGreen::before { + content: '\F374'; +} + +.ms-Icon--GoogleDriveLogoRightYellow::before { + content: '\F376'; +} + +.ms-Icon--GotoToday::before { + content: '\E8D1'; +} + +.ms-Icon--GripperBarVertical::before { + content: '\E784'; +} + +.ms-Icon--GripperTool::before { + content: '\E75E'; +} + +.ms-Icon--Group::before { + content: '\E902'; +} + +.ms-Icon--GroupedAscending::before { + content: '\EE67'; +} + +.ms-Icon--GroupedDescending::before { + content: '\EE66'; +} + +.ms-Icon--GroupedList::before { + content: '\EF74'; +} + +.ms-Icon--HailDay::before { + content: '\EA00'; +} + +.ms-Icon--HailNight::before { + content: '\EA13'; +} + +.ms-Icon--HalfAlpha::before { + content: '\E97E'; +} + +.ms-Icon--Handwriting::before { + content: '\E929'; +} + +.ms-Icon--HardDriveGroup::before { + content: '\F18F'; +} + +.ms-Icon--Header1::before { + content: '\EA19'; +} + +.ms-Icon--Header2::before { + content: '\EF36'; +} + +.ms-Icon--Header3::before { + content: '\EF37'; +} + +.ms-Icon--Header4::before { + content: '\EF38'; +} + +.ms-Icon--Headset::before { + content: '\E95B'; +} + +.ms-Icon--HeadsetSolid::before { + content: '\F348'; +} + +.ms-Icon--Health::before { + content: '\E95E'; +} + +.ms-Icon--HealthSolid::before { + content: '\F33F'; +} + +.ms-Icon--Heart::before { + content: '\EB51'; +} + +.ms-Icon--HeartFill::before { + content: '\EB52'; +} + +.ms-Icon--Help::before { + content: '\E897'; +} + +.ms-Icon--HelpMirrored::before { + content: '\EA51'; +} + +.ms-Icon--Hide::before { + content: '\ED1A'; +} + +.ms-Icon--Hide2::before { + content: '\EF89'; +} + +.ms-Icon--Highlight::before { + content: '\E7E6'; +} + +.ms-Icon--HighlightMappedShapes::before { + content: '\F2A1'; +} + +.ms-Icon--History::before { + content: '\E81C'; +} + +.ms-Icon--Home::before { + content: '\E80F'; +} + +.ms-Icon--HomeSolid::before { + content: '\EA8A'; +} + +.ms-Icon--Hospital::before { + content: '\E91D'; +} + +.ms-Icon--Hotel::before { + content: '\E824'; +} + +.ms-Icon--IconSetsFlag::before { + content: '\F2A4'; +} + +.ms-Icon--ImageCrosshair::before { + content: '\F2C9'; +} + +.ms-Icon--ImageDiff::before { + content: '\F30B'; +} + +.ms-Icon--ImagePixel::before { + content: '\F30C'; +} + +.ms-Icon--Import::before { + content: '\E8B5'; +} + +.ms-Icon--Important::before { + content: '\E8C9'; +} + +.ms-Icon--ImportMirrored::before { + content: '\EA52'; +} + +.ms-Icon--InboxCheck::before { + content: '\EF64'; +} + +.ms-Icon--IncidentTriangle::before { + content: '\E814'; +} + +.ms-Icon--IncreaseIndentLegacy::before { + content: '\E291'; +} + +.ms-Icon--Info::before { + content: '\E946'; +} + +.ms-Icon--Info2::before { + content: '\EA1F'; +} + +.ms-Icon--InfoSolid::before { + content: '\F167'; +} + +.ms-Icon--InsertTextBox::before { + content: '\EC7D'; +} + +.ms-Icon--InstallToDrive::before { + content: '\F28D'; +} + +.ms-Icon--InternetSharing::before { + content: '\E704'; +} + +.ms-Icon--iOSAppStoreLogo::before { + content: '\EF8A'; +} + +.ms-Icon--IssueTracking::before { + content: '\EEC0'; +} + +.ms-Icon--IssueTrackingMirrored::before { + content: '\EEC1'; +} + +.ms-Icon--Italic::before { + content: '\E8DB'; +} + +.ms-Icon--JavaScriptLanguage::before { + content: '\F2EE'; +} + +.ms-Icon--JoinOnlineMeeting::before { + content: '\ED8F'; +} + +.ms-Icon--JS::before { + content: '\EBF0'; +} + +.ms-Icon--Label::before { + content: '\E932'; +} + +.ms-Icon--LandscapeOrientation::before { + content: '\EF6B'; +} + +.ms-Icon--LaptopSelected::before { + content: '\EC76'; +} + +.ms-Icon--LargeGrid::before { + content: '\EECB'; +} + +.ms-Icon--Library::before { + content: '\E8F1'; +} + +.ms-Icon--Lifesaver::before { + content: '\EF62'; +} + +.ms-Icon--LifesaverLock::before { + content: '\EF63'; +} + +.ms-Icon--Light::before { + content: '\E793'; +} + +.ms-Icon--Lightbulb::before { + content: '\EA80'; +} + +.ms-Icon--LightningBolt::before { + content: '\E945'; +} + +.ms-Icon--Like::before { + content: '\E8E1'; +} + +.ms-Icon--LineChart::before { + content: '\E9E6'; +} + +.ms-Icon--Link::before { + content: '\E71B'; +} + +.ms-Icon--LinkedInLogo::before { + content: '\F20A'; +} + +.ms-Icon--List::before { + content: '\EA37'; +} + +.ms-Icon--ListMirrored::before { + content: '\EA55'; +} + +.ms-Icon--LocaleLanguage::before { + content: '\F2B7'; +} + +.ms-Icon--Location::before { + content: '\E81D'; +} + +.ms-Icon--LocationCircle::before { + content: '\E80E'; +} + +.ms-Icon--LocationDot::before { + content: '\E827'; +} + +.ms-Icon--LocationFill::before { + content: '\E920'; +} + +.ms-Icon--LocationOutline::before { + content: '\F2D0'; +} + +.ms-Icon--Lock::before { + content: '\E72E'; +} + +.ms-Icon--LockSolid::before { + content: '\E9A2'; +} + +.ms-Icon--LogRemove::before { + content: '\F316'; +} + +.ms-Icon--LowerBrightness::before { + content: '\EC8A'; +} + +.ms-Icon--LyncLogo::before { + content: '\ED79'; +} + +.ms-Icon--Mail::before { + content: '\E715'; +} + +.ms-Icon--MailAlert::before { + content: '\ED80'; +} + +.ms-Icon--MailCheck::before { + content: '\ED81'; +} + +.ms-Icon--MailFill::before { + content: '\E8A8'; +} + +.ms-Icon--MailForward::before { + content: '\E89C'; +} + +.ms-Icon--MailForwardMirrored::before { + content: '\EA56'; +} + +.ms-Icon--MailLowImportance::before { + content: '\ED82'; +} + +.ms-Icon--MailPause::before { + content: '\ED83'; +} + +.ms-Icon--MailRepeat::before { + content: '\ED84'; +} + +.ms-Icon--MailReply::before { + content: '\E8CA'; +} + +.ms-Icon--MailReplyAll::before { + content: '\E8C2'; +} + +.ms-Icon--MailReplyAllMirrored::before { + content: '\EA58'; +} + +.ms-Icon--MailReplyMirrored::before { + content: '\EA57'; +} + +.ms-Icon--MailSolid::before { + content: '\F343'; +} + +.ms-Icon--MapDirections::before { + content: '\E816'; +} + +.ms-Icon--MapPin::before { + content: '\E707'; +} + +.ms-Icon--MarkDownLanguage::before { + content: '\F2FB'; +} + +.ms-Icon--Market::before { + content: '\EAFC'; +} + +.ms-Icon--MarketDown::before { + content: '\EF42'; +} + +.ms-Icon--Medical::before { + content: '\EAD4'; +} + +.ms-Icon--Megaphone::before { + content: '\E789'; +} + +.ms-Icon--MegaphoneSolid::before { + content: '\F332'; +} + +.ms-Icon--Memo::before { + content: '\E77C'; +} + +.ms-Icon--Merge::before { + content: '\E7D5'; +} + +.ms-Icon--MergeDuplicate::before { + content: '\F29A'; +} + +.ms-Icon--Message::before { + content: '\E8BD'; +} + +.ms-Icon--MessageFill::before { + content: '\EC70'; +} + +.ms-Icon--Microphone::before { + content: '\E720'; +} + +.ms-Icon--MicrosoftStaffhubLogo::before { + content: '\F130'; +} + +.ms-Icon--MiniLink::before { + content: '\E732'; +} + +.ms-Icon--MobileSelected::before { + content: '\EC75'; +} + +.ms-Icon--Money::before { + content: '\EAFD'; +} + +.ms-Icon--More::before { + content: '\E712'; +} + +.ms-Icon--MoreSports::before { + content: '\EB22'; +} + +.ms-Icon--MoreVertical::before { + content: '\F2BC'; +} + +.ms-Icon--Move::before { + content: '\E7C2'; +} + +.ms-Icon--MoveToFolder::before { + content: '\E8DE'; +} + +.ms-Icon--MSNLogo::before { + content: '\EB6C'; +} + +.ms-Icon--MSNVideos::before { + content: '\EB1C'; +} + +.ms-Icon--MSNVideosSolid::before { + content: '\F2DA'; +} + +.ms-Icon--MultiSelect::before { + content: '\E762'; +} + +.ms-Icon--MultiSelectMirrored::before { + content: '\EA98'; +} + +.ms-Icon--MusicInCollection::before { + content: '\E940'; +} + +.ms-Icon--MusicInCollectionFill::before { + content: '\EA36'; +} + +.ms-Icon--MusicNote::before { + content: '\EC4F'; +} + +.ms-Icon--Nav2DMapView::before { + content: '\E800'; +} + +.ms-Icon--NavigateBack::before { + content: '\F2DD'; +} + +.ms-Icon--NavigateBackMirrored::before { + content: '\F2DE'; +} + +.ms-Icon--NavigateExternalInline::before { + content: '\F35F'; +} + +.ms-Icon--NavigateForward::before { + content: '\F2DF'; +} + +.ms-Icon--NavigateForwardMirrored::before { + content: '\F2E0'; +} + +.ms-Icon--NetworkTower::before { + content: '\EC05'; +} + +.ms-Icon--NewAnalyticsQuery::before { + content: '\F1E0'; +} + +.ms-Icon--NewFolder::before { + content: '\E8F4'; +} + +.ms-Icon--News::before { + content: '\E900'; +} + +.ms-Icon--NewTeamProject::before { + content: '\F2B2'; +} + +.ms-Icon--Next::before { + content: '\E893'; +} + +.ms-Icon--NoteForward::before { + content: '\ED99'; +} + +.ms-Icon--NotePinned::before { + content: '\ED9A'; +} + +.ms-Icon--NoteReply::before { + content: '\ED98'; +} + +.ms-Icon--NumberedList::before { + content: '\EA1C'; +} + +.ms-Icon--NumberField::before { + content: '\EDC4'; +} + +.ms-Icon--OfficeAddinsLogo::before { + content: '\EEC7'; +} + +.ms-Icon--OfficeAssistantLogo::before { + content: '\EDCE'; +} + +.ms-Icon--OfficeFormLogo::before { + content: '\EF86'; +} + +.ms-Icon--OfficeLogo::before { + content: '\EB6E'; +} + +.ms-Icon--OfficeStoreLogo::before { + content: '\EDCF'; +} + +.ms-Icon--OfficeVideoLogo::before { + content: '\F282'; +} + +.ms-Icon--OfficeVideoLogoFill::before { + content: '\F283'; +} + +.ms-Icon--OfficeVideoLogoInverse::before { + content: '\ED7A'; +} + +.ms-Icon--OfflineOneDriveParachute::before { + content: '\EEC8'; +} + +.ms-Icon--OfflineOneDriveParachuteDisabled::before { + content: '\EEC9'; +} + +.ms-Icon--OfflineStorageSolid::before { + content: '\F34E'; +} + +.ms-Icon--OneDrive::before { + content: '\E941'; +} + +.ms-Icon--OneDriveAdd::before { + content: '\EF32'; +} + +.ms-Icon--OneNoteEduLogoInverse::before { + content: '\EDD0'; +} + +.ms-Icon--OneNoteLogo::before { + content: '\F1E7'; +} + +.ms-Icon--OneNoteLogo16::before { + content: '\F39A'; +} + +.ms-Icon--OneNoteLogoFill::before { + content: '\F1E8'; +} + +.ms-Icon--OneNoteLogoFill16::before { + content: '\F39B'; +} + +.ms-Icon--OneNoteLogoInverse::before { + content: '\EC0D'; +} + +.ms-Icon--OneNoteLogoInverse16::before { + content: '\F399'; +} + +.ms-Icon--OpenFile::before { + content: '\E8E5'; +} + +.ms-Icon--OpenFolderHorizontal::before { + content: '\ED25'; +} + +.ms-Icon--OpenInNewWindow::before { + content: '\E8A7'; +} + +.ms-Icon--OpenPane::before { + content: '\E8A0'; +} + +.ms-Icon--OpenPaneMirrored::before { + content: '\EA5B'; +} + +.ms-Icon--OpenSource::before { + content: '\EBC2'; +} + +.ms-Icon--Org::before { + content: '\ECA6'; +} + +.ms-Icon--OutlookLogo::before { + content: '\F1E9'; +} + +.ms-Icon--OutlookLogo16::before { + content: '\F39D'; +} + +.ms-Icon--OutlookLogoFill::before { + content: '\F1EA'; +} + +.ms-Icon--OutlookLogoFill16::before { + content: '\F39E'; +} + +.ms-Icon--OutlookLogoInverse::before { + content: '\EB6D'; +} + +.ms-Icon--OutlookLogoInverse16::before { + content: '\F39C'; +} + +.ms-Icon--OutOfOffice::before { + content: '\ED34'; +} + +.ms-Icon--Package::before { + content: '\E7B8'; +} + +.ms-Icon--Packages::before { + content: '\F318'; +} + +.ms-Icon--Page::before { + content: '\E7C3'; +} + +.ms-Icon--PageAdd::before { + content: '\EA1A'; +} + +.ms-Icon--PageCheckedin::before { + content: '\F104'; +} + +.ms-Icon--PageCheckedOut::before { + content: '\F02C'; +} + +.ms-Icon--PageEdit::before { + content: '\EFB6'; +} + +.ms-Icon--PageLeft::before { + content: '\E760'; +} + +.ms-Icon--PageListMirroredSolid::before { + content: '\F33B'; +} + +.ms-Icon--PageListSolid::before { + content: '\F33A'; +} + +.ms-Icon--PageRight::before { + content: '\E761'; +} + +.ms-Icon--PageSolid::before { + content: '\E729'; +} + +.ms-Icon--PanoIndicator::before { + content: '\E7B0'; +} + +.ms-Icon--Parachute::before { + content: '\F351'; +} + +.ms-Icon--ParachuteSolid::before { + content: '\F352'; +} + +.ms-Icon--Parameter::before { + content: '\F306'; +} + +.ms-Icon--ParatureLogo::before { + content: '\ED7B'; +} + +.ms-Icon--ParkingLocation::before { + content: '\E811'; +} + +.ms-Icon--ParkingLocationMirrored::before { + content: '\EA5E'; +} + +.ms-Icon--ParkingMirroredSolid::before { + content: '\F34B'; +} + +.ms-Icon--ParkingSolid::before { + content: '\F34A'; +} + +.ms-Icon--PartlyCloudyDay::before { + content: '\E9C0'; +} + +.ms-Icon--PartlyCloudyNight::before { + content: '\E9C1'; +} + +.ms-Icon--PartyLeader::before { + content: '\ECA7'; +} + +.ms-Icon--Paste::before { + content: '\E77F'; +} + +.ms-Icon--Pause::before { + content: '\E769'; +} + +.ms-Icon--PaymentCard::before { + content: '\E8C7'; +} + +.ms-Icon--PC1::before { + content: '\E977'; +} + +.ms-Icon--PDF::before { + content: '\EA90'; +} + +.ms-Icon--PencilReply::before { + content: '\EF7B'; +} + +.ms-Icon--People::before { + content: '\E716'; +} + +.ms-Icon--PeopleAdd::before { + content: '\EA15'; +} + +.ms-Icon--PeopleAlert::before { + content: '\ED93'; +} + +.ms-Icon--PeopleBlock::before { + content: '\ED91'; +} + +.ms-Icon--PeoplePause::before { + content: '\ED94'; +} + +.ms-Icon--PeopleRepeat::before { + content: '\ED92'; +} + +.ms-Icon--Permissions::before { + content: '\E8D7'; +} + +.ms-Icon--PermissionsSolid::before { + content: '\F349'; +} + +.ms-Icon--Personalize::before { + content: '\E771'; +} + +.ms-Icon--Phone::before { + content: '\E717'; +} + +.ms-Icon--Photo2::before { + content: '\EB9F'; +} + +.ms-Icon--Photo2Add::before { + content: '\ECAB'; +} + +.ms-Icon--Photo2Remove::before { + content: '\ECAC'; +} + +.ms-Icon--PhotoCollection::before { + content: '\E7AA'; +} + +.ms-Icon--Picture::before { + content: '\E8B9'; +} + +.ms-Icon--PictureLibrary::before { + content: '\EEC2'; +} + +.ms-Icon--PieDouble::before { + content: '\EB04'; +} + +.ms-Icon--PieSingle::before { + content: '\EB05'; +} + +.ms-Icon--Pill::before { + content: '\EACB'; +} + +.ms-Icon--Pin::before { + content: '\E718'; +} + +.ms-Icon--Pinned::before { + content: '\E840'; +} + +.ms-Icon--PinnedFill::before { + content: '\E842'; +} + +.ms-Icon--PivotChart::before { + content: '\F24C'; +} + +.ms-Icon--PlannerLogo::before { + content: '\EDD1'; +} + +.ms-Icon--PlanView::before { + content: '\F360'; +} + +.ms-Icon--Play::before { + content: '\E768'; +} + +.ms-Icon--PlayerSettings::before { + content: '\EF58'; +} + +.ms-Icon--PlayResume::before { + content: '\F2C6'; +} + +.ms-Icon--Plug::before { + content: '\F300'; +} + +.ms-Icon--PlugConnected::before { + content: '\F302'; +} + +.ms-Icon--PlugDisconnected::before { + content: '\F303'; +} + +.ms-Icon--PlugSolid::before { + content: '\F301'; +} + +.ms-Icon--POI::before { + content: '\ECAF'; +} + +.ms-Icon--POISolid::before { + content: '\F2D1'; +} + +.ms-Icon--PostUpdate::before { + content: '\E8F3'; +} + +.ms-Icon--PowerApps::before { + content: '\EDD2'; +} + +.ms-Icon--PowerApps2Logo::before { + content: '\F092'; +} + +.ms-Icon--PowerAppsLogo::before { + content: '\F091'; +} + +.ms-Icon--PowerBILogo::before { + content: '\EA1E'; +} + +.ms-Icon--PowerPointDocument::before { + content: '\EF72'; +} + +.ms-Icon--PowerPointLogo::before { + content: '\F1EB'; +} + +.ms-Icon--PowerPointLogo16::before { + content: '\F394'; +} + +.ms-Icon--PowerPointLogoFill::before { + content: '\F1EC'; +} + +.ms-Icon--PowerPointLogoFill16::before { + content: '\F395'; +} + +.ms-Icon--PowerPointLogoInverse::before { + content: '\EC2A'; +} + +.ms-Icon--PowerPointLogoInverse16::before { + content: '\F393'; +} + +.ms-Icon--Precipitation::before { + content: '\E9CF'; +} + +.ms-Icon--PresenceChickletVideo::before { + content: '\E979'; +} + +.ms-Icon--Preview::before { + content: '\E8FF'; +} + +.ms-Icon--PreviewLink::before { + content: '\E8A1'; +} + +.ms-Icon--Previous::before { + content: '\E892'; +} + +.ms-Icon--Print::before { + content: '\E749'; +} + +.ms-Icon--PrintfaxPrinterFile::before { + content: '\E956'; +} + +.ms-Icon--Processing::before { + content: '\E9F5'; +} + +.ms-Icon--ProcessMetaTask::before { + content: '\F290'; +} + +.ms-Icon--Product::before { + content: '\ECDC'; +} + +.ms-Icon--ProFootball::before { + content: '\EB27'; +} + +.ms-Icon--ProgressLoopInner::before { + content: '\ECDE'; +} + +.ms-Icon--ProgressLoopOuter::before { + content: '\ECDF'; +} + +.ms-Icon--ProgressRingDots::before { + content: '\F16A'; +} + +.ms-Icon--ProHockey::before { + content: '\EB28'; +} + +.ms-Icon--ProjectCollection::before { + content: '\F363'; +} + +.ms-Icon--ProjectLogoInverse::before { + content: '\EDD4'; +} + +.ms-Icon--ProtectedDocument::before { + content: '\E8A6'; +} + +.ms-Icon--ProtectRestrict::before { + content: '\F22A'; +} + +.ms-Icon--PublicCalendar::before { + content: '\EF6D'; +} + +.ms-Icon--PublicContactCard::before { + content: '\EF6E'; +} + +.ms-Icon--PublicEmail::before { + content: '\EF6F'; +} + +.ms-Icon--PublicFolder::before { + content: '\EF70'; +} + +.ms-Icon--PublisherLogo::before { + content: '\F1ED'; +} + +.ms-Icon--PublisherLogo16::before { + content: '\F3A0'; +} + +.ms-Icon--PublisherLogoFill::before { + content: '\F1EE'; +} + +.ms-Icon--PublisherLogoFill16::before { + content: '\F3A1'; +} + +.ms-Icon--PublisherLogoInverse16::before { + content: '\F39F'; +} + +.ms-Icon--Puzzle::before { + content: '\EA86'; +} + +.ms-Icon--PY::before { + content: '\F2F9'; +} + +.ms-Icon--PythonLanguage::before { + content: '\F2F8'; +} + +.ms-Icon--QueryList::before { + content: '\F2B8'; +} + +.ms-Icon--Questionnaire::before { + content: '\EE19'; +} + +.ms-Icon--QuestionnaireMirrored::before { + content: '\EE4B'; +} + +.ms-Icon--QuickNote::before { + content: '\E70B'; +} + +.ms-Icon--QuickNoteSolid::before { + content: '\F338'; +} + +.ms-Icon--RadioBtnOff::before { + content: '\ECCA'; +} + +.ms-Icon--RadioBtnOn::before { + content: '\ECCB'; +} + +.ms-Icon--RadioBullet::before { + content: '\E915'; +} + +.ms-Icon--Rain::before { + content: '\E9C4'; +} + +.ms-Icon--RainShowersDay::before { + content: '\E9C3'; +} + +.ms-Icon--RainShowersNight::before { + content: '\EA0F'; +} + +.ms-Icon--RainSnow::before { + content: '\E9C7'; +} + +.ms-Icon--RawSource::before { + content: '\F299'; +} + +.ms-Icon--Read::before { + content: '\E8C3'; +} + +.ms-Icon--ReadingMode::before { + content: '\E736'; +} + +.ms-Icon--ReadingModeSolid::before { + content: '\F33D'; +} + +.ms-Icon--ReceiptCheck::before { + content: '\EF5B'; +} + +.ms-Icon--ReceiptForward::before { + content: '\EF59'; +} + +.ms-Icon--ReceiptReply::before { + content: '\EF5A'; +} + +.ms-Icon--Recent::before { + content: '\E823'; +} + +.ms-Icon--Record2::before { + content: '\EA3F'; +} + +.ms-Icon--RecurringEvent::before { + content: '\EF5D'; +} + +.ms-Icon--RecurringTask::before { + content: '\EDB2'; +} + +.ms-Icon--RecycleBin::before { + content: '\EF87'; +} + +.ms-Icon--Redeploy::before { + content: '\F29E'; +} + +.ms-Icon--RedEye::before { + content: '\E7B3'; +} + +.ms-Icon--Redo::before { + content: '\E7A6'; +} + +.ms-Icon--Refresh::before { + content: '\E72C'; +} + +.ms-Icon--ReminderGroup::before { + content: '\EBF8'; +} + +.ms-Icon--Remove::before { + content: '\E738'; +} + +.ms-Icon--RemoveEvent::before { + content: '\ED8A'; +} + +.ms-Icon--RemoveFilter::before { + content: '\EB08'; +} + +.ms-Icon--RemoveLink::before { + content: '\ED90'; +} + +.ms-Icon--RemoveOccurrence::before { + content: '\ED9B'; +} + +.ms-Icon--Rename::before { + content: '\E8AC'; +} + +.ms-Icon--ReopenPages::before { + content: '\ED50'; +} + +.ms-Icon--Repair::before { + content: '\E90F'; +} + +.ms-Icon--Reply::before { + content: '\E97A'; +} + +.ms-Icon--ReplyAll::before { + content: '\EE0A'; +} + +.ms-Icon--ReplyAllAlt::before { + content: '\EF5F'; +} + +.ms-Icon--ReplyAllMirrored::before { + content: '\EE36'; +} + +.ms-Icon--ReplyAlt::before { + content: '\EF5E'; +} + +.ms-Icon--ReplyMirrored::before { + content: '\EE35'; +} + +.ms-Icon--Repo::before { + content: '\F2CB'; +} + +.ms-Icon--ReportLibrary::before { + content: '\EEBB'; +} + +.ms-Icon--ReportLibraryMirrored::before { + content: '\EEBC'; +} + +.ms-Icon--RepoSolid::before { + content: '\F2CC'; +} + +.ms-Icon--ReturnToSession::before { + content: '\ED24'; +} + +.ms-Icon--ReviewRequestMirroredSolid::before { + content: '\F357'; +} + +.ms-Icon--ReviewRequestSolid::before { + content: '\F356'; +} + +.ms-Icon--ReviewResponseSolid::before { + content: '\F358'; +} + +.ms-Icon--ReviewSolid::before { + content: '\F355'; +} + +.ms-Icon--RevToggleKey::before { + content: '\E845'; +} + +.ms-Icon--Rewind::before { + content: '\EB9E'; +} + +.ms-Icon--Ribbon::before { + content: '\E9D1'; +} + +.ms-Icon--RibbonSolid::before { + content: '\F345'; +} + +.ms-Icon--RightDoubleQuote::before { + content: '\E9B1'; +} + +.ms-Icon--Ringer::before { + content: '\EA8F'; +} + +.ms-Icon--RingerOff::before { + content: '\F2C5'; +} + +.ms-Icon--Robot::before { + content: '\E99A'; +} + +.ms-Icon--Rocket::before { + content: '\F3B3'; +} + +.ms-Icon--Room::before { + content: '\ED9F'; +} + +.ms-Icon--Rotate::before { + content: '\E7AD'; +} + +.ms-Icon--RowsChild::before { + content: '\F29C'; +} + +.ms-Icon--RowsGroup::before { + content: '\F29B'; +} + +.ms-Icon--Rugby::before { + content: '\EB2D'; +} + +.ms-Icon--Running::before { + content: '\EADA'; +} + +.ms-Icon--Sad::before { + content: '\E757'; +} + +.ms-Icon--SadSolid::before { + content: '\F33E'; +} + +.ms-Icon--Save::before { + content: '\E74E'; +} + +.ms-Icon--SaveAll::before { + content: '\F203'; +} + +.ms-Icon--SaveAndClose::before { + content: '\F038'; +} + +.ms-Icon--SaveAs::before { + content: '\E792'; +} + +.ms-Icon--Savings::before { + content: '\EB0B'; +} + +.ms-Icon--ScheduleEventAction::before { + content: '\F1EF'; +} + +.ms-Icon--ScopeTemplate::before { + content: '\F2B0'; +} + +.ms-Icon--Script::before { + content: '\F03A'; +} + +.ms-Icon--ScrollUpDown::before { + content: '\EC8F'; +} + +.ms-Icon--Search::before { + content: '\E721'; +} + +.ms-Icon--SearchAndApps::before { + content: '\E773'; +} + +.ms-Icon--Section::before { + content: '\EC0C'; +} + +.ms-Icon--Sections::before { + content: '\EF76'; +} + +.ms-Icon--SecurityGroup::before { + content: '\ED85'; +} + +.ms-Icon--Send::before { + content: '\E724'; +} + +.ms-Icon--SendMirrored::before { + content: '\EA63'; +} + +.ms-Icon--Separator::before { + content: '\F35E'; +} + +.ms-Icon--Server::before { + content: '\F201'; +} + +.ms-Icon--ServerEnviroment::before { + content: '\F29F'; +} + +.ms-Icon--ServerProcesses::before { + content: '\F1FE'; +} + +.ms-Icon--SetAction::before { + content: '\F071'; +} + +.ms-Icon--Settings::before { + content: '\E713'; +} + +.ms-Icon--Share::before { + content: '\E72D'; +} + +.ms-Icon--ShareiOS::before { + content: '\EF79'; +} + +.ms-Icon--SharepointLogo::before { + content: '\F27E'; +} + +.ms-Icon--SharepointLogoFill::before { + content: '\F27F'; +} + +.ms-Icon--SharepointLogoInverse::before { + content: '\ED18'; +} + +.ms-Icon--Shield::before { + content: '\EA18'; +} + +.ms-Icon--ShieldSolid::before { + content: '\F340'; +} + +.ms-Icon--Shop::before { + content: '\E719'; +} + +.ms-Icon--ShoppingCart::before { + content: '\E7BF'; +} + +.ms-Icon--ShoppingCartSolid::before { + content: '\F342'; +} + +.ms-Icon--ShopServer::before { + content: '\F2B6'; +} + +.ms-Icon--ShowResults::before { + content: '\E8BC'; +} + +.ms-Icon--ShowResultsMirrored::before { + content: '\EA65'; +} + +.ms-Icon--SidePanel::before { + content: '\EF52'; +} + +.ms-Icon--SidePanelMirrored::before { + content: '\F221'; +} + +.ms-Icon--SignOut::before { + content: '\F3B1'; +} + +.ms-Icon--SingleBookmark::before { + content: '\EDFF'; +} + +.ms-Icon--SingleColumn::before { + content: '\F1D3'; +} + +.ms-Icon--SingleColumnEdit::before { + content: '\F321'; +} + +.ms-Icon--SIPMove::before { + content: '\E759'; +} + +.ms-Icon--SkypeCheck::before { + content: '\EF80'; +} + +.ms-Icon--SkypeCircleCheck::before { + content: '\EF7D'; +} + +.ms-Icon--SkypeCircleClock::before { + content: '\EF7E'; +} + +.ms-Icon--SkypeCircleMinus::before { + content: '\EF7F'; +} + +.ms-Icon--SkypeClock::before { + content: '\EF81'; +} + +.ms-Icon--SkypeForBusinessLogoFill::before { + content: '\F27D'; +} + +.ms-Icon--SkypeLogo::before { + content: '\EB6F'; +} + +.ms-Icon--SkypeMessage::before { + content: '\EF83'; +} + +.ms-Icon--SkypeMinus::before { + content: '\EF82'; +} + +.ms-Icon--SliderThumb::before { + content: '\EC13'; +} + +.ms-Icon--Snow::before { + content: '\E9C8'; +} + +.ms-Icon--Snowflake::before { + content: '\EB46'; +} + +.ms-Icon--SnowShowerDay::before { + content: '\E9FD'; +} + +.ms-Icon--SnowShowerNight::before { + content: '\EA11'; +} + +.ms-Icon--Soccer::before { + content: '\EB21'; +} + +.ms-Icon--SocialListeningLogo::before { + content: '\ED7C'; +} + +.ms-Icon--Sort::before { + content: '\E8CB'; +} + +.ms-Icon--SortDown::before { + content: '\EE69'; +} + +.ms-Icon--SortLines::before { + content: '\E9D0'; +} + +.ms-Icon--SortUp::before { + content: '\EE68'; +} + +.ms-Icon--Speakers::before { + content: '\E7F5'; +} + +.ms-Icon--SpeedHigh::before { + content: '\EC4A'; +} + +.ms-Icon--Split::before { + content: '\EDBC'; +} + +.ms-Icon--Sprint::before { + content: '\F3B0'; +} + +.ms-Icon--Squalls::before { + content: '\E9CC'; +} + +.ms-Icon--StackedBarChart::before { + content: '\F24D'; +} + +.ms-Icon--StackedLineChart::before { + content: '\F24E'; +} + +.ms-Icon--StackIndicator::before { + content: '\E7FF'; +} + +.ms-Icon--Starburst::before { + content: '\EF78'; +} + +.ms-Icon--StarburstSolid::before { + content: '\F33C'; +} + +.ms-Icon--StatusErrorFull::before { + content: '\EB90'; +} + +.ms-Icon--StatusTriangle::before { + content: '\EA82'; +} + +.ms-Icon--Step::before { + content: '\F241'; +} + +.ms-Icon--StepInsert::before { + content: '\F242'; +} + +.ms-Icon--StepShared::before { + content: '\F243'; +} + +.ms-Icon--StepSharedAdd::before { + content: '\F244'; +} + +.ms-Icon--StepSharedInsert::before { + content: '\F245'; +} + +.ms-Icon--StockDown::before { + content: '\EB0F'; +} + +.ms-Icon--StockUp::before { + content: '\EB11'; +} + +.ms-Icon--Stop::before { + content: '\E71A'; +} + +.ms-Icon--StopSolid::before { + content: '\EE95'; +} + +.ms-Icon--Stopwatch::before { + content: '\E916'; +} + +.ms-Icon--StoreLogo::before { + content: '\EA96'; +} + +.ms-Icon--StoreLogoMed::before { + content: '\EA04'; +} + +.ms-Icon--Storyboard::before { + content: '\F308'; +} + +.ms-Icon--Streaming::before { + content: '\E93E'; +} + +.ms-Icon--StreamingOff::before { + content: '\F2BB'; +} + +.ms-Icon--StreamLogo::before { + content: '\F329'; +} + +.ms-Icon--Strikethrough::before { + content: '\EDE0'; +} + +.ms-Icon--Subscribe::before { + content: '\EDA1'; +} + +.ms-Icon--Subscript::before { + content: '\EDDF'; +} + +.ms-Icon--Suitcase::before { + content: '\EDD3'; +} + +.ms-Icon--SunAdd::before { + content: '\EF69'; +} + +.ms-Icon--Sunny::before { + content: '\E9BD'; +} + +.ms-Icon--SunQuestionMark::before { + content: '\EF6A'; +} + +.ms-Icon--Superscript::before { + content: '\EDDE'; +} + +.ms-Icon--SwayLogoInverse::before { + content: '\ED29'; +} + +.ms-Icon--Switch::before { + content: '\E8AB'; +} + +.ms-Icon--SwitcherStartEnd::before { + content: '\E810'; +} + +.ms-Icon--Sync::before { + content: '\E895'; +} + +.ms-Icon--SyncFolder::before { + content: '\E8F7'; +} + +.ms-Icon--SyncToPC::before { + content: '\EE6E'; +} + +.ms-Icon--System::before { + content: '\E770'; +} + +.ms-Icon--Tab::before { + content: '\E7E9'; +} + +.ms-Icon--Table::before { + content: '\ED86'; +} + +.ms-Icon--Tablet::before { + content: '\E70A'; +} + +.ms-Icon--TabletSelected::before { + content: '\EC74'; +} + +.ms-Icon--Tag::before { + content: '\E8EC'; +} + +.ms-Icon--Taskboard::before { + content: '\F1C2'; +} + +.ms-Icon--TaskGroup::before { + content: '\F2AE'; +} + +.ms-Icon--TaskGroupMirrored::before { + content: '\F2AF'; +} + +.ms-Icon--TaskManager::before { + content: '\EDB7'; +} + +.ms-Icon--TaskManagerMirrored::before { + content: '\EDB8'; +} + +.ms-Icon--TaskSolid::before { + content: '\F333'; +} + +.ms-Icon--TeamFavorite::before { + content: '\F2AD'; +} + +.ms-Icon--TeamsLogo::before { + content: '\F27B'; +} + +.ms-Icon--TeamsLogoFill::before { + content: '\F27C'; +} + +.ms-Icon--TeamsLogoInverse::before { + content: '\F27A'; +} + +.ms-Icon--Teamwork::before { + content: '\EA12'; +} + +.ms-Icon--TemporaryUser::before { + content: '\EE58'; +} + +.ms-Icon--Tennis::before { + content: '\EB33'; +} + +.ms-Icon--TestAutoSolid::before { + content: '\F3A8'; +} + +.ms-Icon--TestBeaker::before { + content: '\F3A5'; +} + +.ms-Icon--TestBeakerSolid::before { + content: '\F3A6'; +} + +.ms-Icon--TestCase::before { + content: '\F3AF'; +} + +.ms-Icon--TestExploreSolid::before { + content: '\F3A7'; +} + +.ms-Icon--TestImpactSolid::before { + content: '\F3AA'; +} + +.ms-Icon--TestParameter::before { + content: '\F3AD'; +} + +.ms-Icon--TestPlan::before { + content: '\F3AB'; +} + +.ms-Icon--TestStep::before { + content: '\F3AC'; +} + +.ms-Icon--TestSuite::before { + content: '\F3AE'; +} + +.ms-Icon--TestUserSolid::before { + content: '\F3A9'; +} + +.ms-Icon--TextBox::before { + content: '\EDC2'; +} + +.ms-Icon--TextCallout::before { + content: '\F2A2'; +} + +.ms-Icon--TextDocument::before { + content: '\F029'; +} + +.ms-Icon--TextField::before { + content: '\EDC3'; +} + +.ms-Icon--ThumbnailView::before { + content: '\E7B6'; +} + +.ms-Icon--ThumbnailViewMirrored::before { + content: '\EA67'; +} + +.ms-Icon--Thunderstorms::before { + content: '\E9C6'; +} + +.ms-Icon--Ticket::before { + content: '\EB54'; +} + +.ms-Icon--Tiles::before { + content: '\ECA5'; +} + +.ms-Icon--Tiles2::before { + content: '\EF7C'; +} + +.ms-Icon--Timeline::before { + content: '\ED9C'; +} + +.ms-Icon--TimelineDelivery::before { + content: '\F2AB'; +} + +.ms-Icon--TimelineMatrixView::before { + content: '\F361'; +} + +.ms-Icon--TimelineProgress::before { + content: '\F2AA'; +} + +.ms-Icon--Timer::before { + content: '\E91E'; +} + +.ms-Icon--ToggleBorder::before { + content: '\EC12'; +} + +.ms-Icon--ToggleFilled::before { + content: '\EC11'; +} + +.ms-Icon--ToggleThumb::before { + content: '\EC14'; +} + +.ms-Icon--Touch::before { + content: '\E815'; +} + +.ms-Icon--TouchPointer::before { + content: '\E7C9'; +} + +.ms-Icon--Train::before { + content: '\E7C0'; +} + +.ms-Icon--TrainSolid::before { + content: '\EB4D'; +} + +.ms-Icon--TransferCall::before { + content: '\ED95'; +} + +.ms-Icon--TriangleDown12::before { + content: '\EED1'; +} + +.ms-Icon--TriangleLeft12::before { + content: '\EED2'; +} + +.ms-Icon--TriangleRight12::before { + content: '\EED3'; +} + +.ms-Icon--TriangleSolid::before { + content: '\EA08'; +} + +.ms-Icon--TriangleSolidDown12::before { + content: '\EECD'; +} + +.ms-Icon--TriangleSolidLeft12::before { + content: '\EECE'; +} + +.ms-Icon--TriangleSolidRight12::before { + content: '\EECF'; +} + +.ms-Icon--TriangleSolidUp12::before { + content: '\EECC'; +} + +.ms-Icon--TriangleUp12::before { + content: '\EED0'; +} + +.ms-Icon--TriggerApproval::before { + content: '\F3B2'; +} + +.ms-Icon--TriggerAuto::before { + content: '\F24A'; +} + +.ms-Icon--TriggerUser::before { + content: '\F24B'; +} + +.ms-Icon--TripleColumn::before { + content: '\F1D5'; +} + +.ms-Icon--TripleColumnEdit::before { + content: '\F323'; +} + +.ms-Icon--Trophy::before { + content: '\ED3F'; +} + +.ms-Icon--Trophy2Solid::before { + content: '\F337'; +} + +.ms-Icon--TurnRight::before { + content: '\E7DB'; +} + +.ms-Icon--TVMonitor::before { + content: '\E7F4'; +} + +.ms-Icon--TVMonitorSelected::before { + content: '\EC77'; +} + +.ms-Icon--TypeScriptLanguage::before { + content: '\F2F7'; +} + +.ms-Icon--Umbrella::before { + content: '\EC04'; +} + +.ms-Icon--Underline::before { + content: '\E8DC'; +} + +.ms-Icon--Undo::before { + content: '\E7A7'; +} + +.ms-Icon--Unfavorite::before { + content: '\E8D9'; +} + +.ms-Icon--Unknown::before { + content: '\E9CE'; +} + +.ms-Icon--UnknownCall::before { + content: '\ED97'; +} + +.ms-Icon--UnknownMirroredSolid::before { + content: '\F2E2'; +} + +.ms-Icon--UnknownSolid::before { + content: '\F2E1'; +} + +.ms-Icon--Unlock::before { + content: '\E785'; +} + +.ms-Icon--UnlockSolid::before { + content: '\F304'; +} + +.ms-Icon--Unpin::before { + content: '\E77A'; +} + +.ms-Icon--Unsubscribe::before { + content: '\EDA0'; +} + +.ms-Icon--UnsyncFolder::before { + content: '\E8F6'; +} + +.ms-Icon--Up::before { + content: '\E74A'; +} + +.ms-Icon--Upload::before { + content: '\E898'; +} + +.ms-Icon--UserFollowed::before { + content: '\F25C'; +} + +.ms-Icon--UserPause::before { + content: '\F2BA'; +} + +.ms-Icon--UserSync::before { + content: '\F2B9'; +} + +.ms-Icon--Variable::before { + content: '\F305'; +} + +.ms-Icon--VariableGroup::before { + content: '\F31B'; +} + +.ms-Icon--VB::before { + content: '\F2F2'; +} + +.ms-Icon--VennDiagram::before { + content: '\F273'; +} + +.ms-Icon--Video::before { + content: '\E714'; +} + +.ms-Icon--VideoSolid::before { + content: '\EA0C'; +} + +.ms-Icon--View::before { + content: '\E890'; +} + +.ms-Icon--ViewAll::before { + content: '\E8A9'; +} + +.ms-Icon--ViewAll2::before { + content: '\EF56'; +} + +.ms-Icon--ViewDashboard::before { + content: '\F246'; +} + +.ms-Icon--ViewList::before { + content: '\F247'; +} + +.ms-Icon--ViewListGroup::before { + content: '\F248'; +} + +.ms-Icon--ViewListTree::before { + content: '\F249'; +} + +.ms-Icon--VisioDiagram::before { + content: '\F2A0'; +} + +.ms-Icon--VisioDocument::before { + content: '\F2A9'; +} + +.ms-Icon--VisioLogo::before { + content: '\F2A7'; +} + +.ms-Icon--VisioLogo16::before { + content: '\F3A3'; +} + +.ms-Icon--VisioLogoFill::before { + content: '\F2A8'; +} + +.ms-Icon--VisioLogoFill16::before { + content: '\F3A4'; +} + +.ms-Icon--VisioLogoInverse::before { + content: '\ED7D'; +} + +.ms-Icon--VisioLogoInverse16::before { + content: '\F3A2'; +} + +.ms-Icon--VisualBasicLanguage::before { + content: '\F2F1'; +} + +.ms-Icon--VisualStudioLogo::before { + content: '\EC22'; +} + +.ms-Icon--VoicemailForward::before { + content: '\ED87'; +} + +.ms-Icon--VoicemailReply::before { + content: '\ED88'; +} + +.ms-Icon--Volume0::before { + content: '\E992'; +} + +.ms-Icon--Volume1::before { + content: '\E993'; +} + +.ms-Icon--Volume2::before { + content: '\E994'; +} + +.ms-Icon--Volume3::before { + content: '\E995'; +} + +.ms-Icon--VolumeDisabled::before { + content: '\EA85'; +} + +.ms-Icon--VSTSAltLogo1::before { + content: '\F382'; +} + +.ms-Icon--VSTSAltLogo2::before { + content: '\F383'; +} + +.ms-Icon--VSTSLogo::before { + content: '\F381'; +} + +.ms-Icon--Waffle::before { + content: '\ED89'; +} + +.ms-Icon--Warning::before { + content: '\E7BA'; +} + +.ms-Icon--Website::before { + content: '\EB41'; +} + +.ms-Icon--Weights::before { + content: '\EADB'; +} + +.ms-Icon--WifiEthernet::before { + content: '\EE77'; +} + +.ms-Icon--WindDirection::before { + content: '\EBE6'; +} + +.ms-Icon--WindowsLogo::before { + content: '\E782'; +} + +.ms-Icon--WipePhone::before { + content: '\ED8D'; +} + +.ms-Icon--WordDocument::before { + content: '\EF71'; +} + +.ms-Icon--WordLogo::before { + content: '\F1E3'; +} + +.ms-Icon--WordLogo16::before { + content: '\F391'; +} + +.ms-Icon--WordLogoFill::before { + content: '\F1E4'; +} + +.ms-Icon--WordLogoFill16::before { + content: '\F392'; +} + +.ms-Icon--WordLogoInverse::before { + content: '\EC29'; +} + +.ms-Icon--WordLogoInverse16::before { + content: '\F390'; +} + +.ms-Icon--Work::before { + content: '\E821'; +} + +.ms-Icon--WorkFlow::before { + content: '\EA01'; +} + +.ms-Icon--WorkItem::before { + content: '\F314'; +} + +.ms-Icon--WorkItemBar::before { + content: '\F35C'; +} + +.ms-Icon--WorkItemBarSolid::before { + content: '\F35D'; +} + +.ms-Icon--WorkItemBug::before { + content: '\F315'; +} + +.ms-Icon--World::before { + content: '\E909'; +} + +.ms-Icon--WorldClock::before { + content: '\E918'; +} + +.ms-Icon--YammerLogo::before { + content: '\ED19'; +} + +.ms-Icon--ZipFolder::before { + content: '\F012'; +} + +.ms-Icon--Zoom::before { + content: '\E71E'; +} + +.ms-Icon--ZoomIn::before { + content: '\E8A3'; +} + +.ms-Icon--ZoomOut::before { + content: '\E71F'; +} + +.ms-Icon--SwayLogo::before { + content: '\ED29'; +} + +.ms-Icon--ClassNotebookLogo::before { + content: '\EDC8'; +} + +.ms-Icon--DocsLogo::before { + content: '\EDCB'; +} + +.ms-Icon--OneNoteEduLogo::before { + content: '\EDD0'; +} + +.ms-Icon--ProjectLogo::before { + content: '\EDD4'; +} + +@media (max-width: 479px) { + .ms-hiddenSm, + .ms-hiddenMdDown, + .ms-hiddenLgDown, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 480px) and (max-width: 639px) { + .ms-hiddenMd, + .ms-hiddenMdUp, + .ms-hiddenMdDown, + .ms-hiddenLgDown, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 640px) and (max-width: 1023px) { + .ms-hiddenMdUp, + .ms-hiddenLg, + .ms-hiddenLgUp, + .ms-hiddenLgDown, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 1024px) and (max-width: 1365px) { + .ms-hiddenMdUp, + .ms-hiddenLgUp, + .ms-hiddenXl, + .ms-hiddenXlUp, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 1366px) and (max-width: 1919px) { + .ms-hiddenMdUp, + .ms-hiddenLgUp, + .ms-hiddenXlUp, + .ms-hiddenXxl, + .ms-hiddenXxlUp, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 1920px) { + .ms-hiddenMdUp, + .ms-hiddenLgUp, + .ms-hiddenXlUp, + .ms-hiddenXxlUp, + .ms-hiddenXxxl { + display: none !important; + } +} + +.ms-sm12 { + width: 100%; +} + +.ms-sm11 { + width: 91.66666666666666%; +} + +.ms-sm10 { + width: 83.33333333333334%; +} + +.ms-sm9 { + width: 75%; +} + +.ms-sm8 { + width: 66.66666666666666%; +} + +.ms-sm7 { + width: 58.333333333333336%; +} + +.ms-sm6 { + width: 50%; +} + +.ms-sm5 { + width: 41.66666666666667%; +} + +.ms-sm4 { + width: 33.33333333333333%; +} + +.ms-sm3 { + width: 25%; +} + +.ms-sm2 { + width: 16.666666666666664%; +} + +.ms-sm1 { + width: 8.333333333333332%; +} + +.ms-smPull12 { + right: 100%; +} + +.ms-smPull11 { + right: 91.66666666666666%; +} + +.ms-smPull10 { + right: 83.33333333333334%; +} + +.ms-smPull9 { + right: 75%; +} + +.ms-smPull8 { + right: 66.66666666666666%; +} + +.ms-smPull7 { + right: 58.333333333333336%; +} + +.ms-smPull6 { + right: 50%; +} + +.ms-smPull5 { + right: 41.66666666666667%; +} + +.ms-smPull4 { + right: 33.33333333333333%; +} + +.ms-smPull3 { + right: 25%; +} + +.ms-smPull2 { + right: 16.666666666666664%; +} + +.ms-smPull1 { + right: 8.333333333333332%; +} + +.ms-smPull0 { + right: auto; +} + +.ms-smPush12 { + left: 100%; +} + +.ms-smPush11 { + left: 91.66666666666666%; +} + +.ms-smPush10 { + left: 83.33333333333334%; +} + +.ms-smPush9 { + left: 75%; +} + +.ms-smPush8 { + left: 66.66666666666666%; +} + +.ms-smPush7 { + left: 58.333333333333336%; +} + +.ms-smPush6 { + left: 50%; +} + +.ms-smPush5 { + left: 41.66666666666667%; +} + +.ms-smPush4 { + left: 33.33333333333333%; +} + +.ms-smPush3 { + left: 25%; +} + +.ms-smPush2 { + left: 16.666666666666664%; +} + +.ms-smPush1 { + left: 8.333333333333332%; +} + +.ms-smPush0 { + left: auto; +} + +.ms-smOffset11 { + margin-left: 91.66666666666666%; +} + +.ms-smOffset10 { + margin-left: 83.33333333333334%; +} + +.ms-smOffset9 { + margin-left: 75%; +} + +.ms-smOffset8 { + margin-left: 66.66666666666666%; +} + +.ms-smOffset7 { + margin-left: 58.333333333333336%; +} + +.ms-smOffset6 { + margin-left: 50%; +} + +.ms-smOffset5 { + margin-left: 41.66666666666667%; +} + +.ms-smOffset4 { + margin-left: 33.33333333333333%; +} + +.ms-smOffset3 { + margin-left: 25%; +} + +.ms-smOffset2 { + margin-left: 16.666666666666664%; +} + +.ms-smOffset1 { + margin-left: 8.333333333333332%; +} + +.ms-smOffset0 { + margin-left: 0; +} + +@media (min-width: 480px) { + .ms-md12 { + width: 100%; + } +} + +@media (min-width: 480px) { + .ms-md11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-md10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-md9 { + width: 75%; + } +} + +@media (min-width: 480px) { + .ms-md8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-md7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-md6 { + width: 50%; + } +} + +@media (min-width: 480px) { + .ms-md5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-md4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-md3 { + width: 25%; + } +} + +@media (min-width: 480px) { + .ms-md2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-md1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-mdPull12 { + right: 100%; + } +} + +@media (min-width: 480px) { + .ms-mdPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-mdPull9 { + right: 75%; + } +} + +@media (min-width: 480px) { + .ms-mdPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-mdPull6 { + right: 50%; + } +} + +@media (min-width: 480px) { + .ms-mdPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-mdPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-mdPull3 { + right: 25%; + } +} + +@media (min-width: 480px) { + .ms-mdPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-mdPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-mdPull0 { + right: auto; + } +} + +@media (min-width: 480px) { + .ms-mdPush12 { + left: 100%; + } +} + +@media (min-width: 480px) { + .ms-mdPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-mdPush9 { + left: 75%; + } +} + +@media (min-width: 480px) { + .ms-mdPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-mdPush6 { + left: 50%; + } +} + +@media (min-width: 480px) { + .ms-mdPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-mdPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-mdPush3 { + left: 25%; + } +} + +@media (min-width: 480px) { + .ms-mdPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-mdPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-mdPush0 { + left: auto; + } +} + +@media (min-width: 480px) { + .ms-mdOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset0 { + margin-left: 0; + } +} + +@media (min-width: 640px) { + .ms-lg12 { + width: 100%; + } +} + +@media (min-width: 640px) { + .ms-lg11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lg10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-lg9 { + width: 75%; + } +} + +@media (min-width: 640px) { + .ms-lg8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lg7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-lg6 { + width: 50%; + } +} + +@media (min-width: 640px) { + .ms-lg5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-lg4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-lg3 { + width: 25%; + } +} + +@media (min-width: 640px) { + .ms-lg2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-lg1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-lgPull12 { + right: 100%; + } +} + +@media (min-width: 640px) { + .ms-lgPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-lgPull9 { + right: 75%; + } +} + +@media (min-width: 640px) { + .ms-lgPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-lgPull6 { + right: 50%; + } +} + +@media (min-width: 640px) { + .ms-lgPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-lgPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-lgPull3 { + right: 25%; + } +} + +@media (min-width: 640px) { + .ms-lgPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-lgPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-lgPull0 { + right: auto; + } +} + +@media (min-width: 640px) { + .ms-lgPush12 { + left: 100%; + } +} + +@media (min-width: 640px) { + .ms-lgPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-lgPush9 { + left: 75%; + } +} + +@media (min-width: 640px) { + .ms-lgPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-lgPush6 { + left: 50%; + } +} + +@media (min-width: 640px) { + .ms-lgPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-lgPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-lgPush3 { + left: 25%; + } +} + +@media (min-width: 640px) { + .ms-lgPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-lgPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-lgPush0 { + left: auto; + } +} + +@media (min-width: 640px) { + .ms-lgOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset0 { + margin-left: 0; + } +} + +@media (min-width: 1024px) { + .ms-xl12 { + width: 100%; + } +} + +@media (min-width: 1024px) { + .ms-xl11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xl10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-xl9 { + width: 75%; + } +} + +@media (min-width: 1024px) { + .ms-xl8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xl7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-xl6 { + width: 50%; + } +} + +@media (min-width: 1024px) { + .ms-xl5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-xl4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-xl3 { + width: 25%; + } +} + +@media (min-width: 1024px) { + .ms-xl2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-xl1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull12 { + right: 100%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull9 { + right: 75%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull6 { + right: 50%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull3 { + right: 25%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull0 { + right: auto; + } +} + +@media (min-width: 1024px) { + .ms-xlPush12 { + left: 100%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush9 { + left: 75%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush6 { + left: 50%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush3 { + left: 25%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush0 { + left: auto; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset0 { + margin-left: 0; + } +} + +@media (min-width: 1366px) { + .ms-xxl12 { + width: 100%; + } +} + +@media (min-width: 1366px) { + .ms-xxl11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxl10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-xxl9 { + width: 75%; + } +} + +@media (min-width: 1366px) { + .ms-xxl8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxl7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-xxl6 { + width: 50%; + } +} + +@media (min-width: 1366px) { + .ms-xxl5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-xxl4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-xxl3 { + width: 25%; + } +} + +@media (min-width: 1366px) { + .ms-xxl2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-xxl1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull12 { + right: 100%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull9 { + right: 75%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull6 { + right: 50%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull3 { + right: 25%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull0 { + right: auto; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush12 { + left: 100%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush9 { + left: 75%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush6 { + left: 50%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush3 { + left: 25%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush0 { + left: auto; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset0 { + margin-left: 0; + } +} + +@media (min-width: 1920px) { + .ms-xxxl12 { + width: 100%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl9 { + width: 75%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl6 { + width: 50%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl3 { + width: 25%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull12 { + right: 100%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull9 { + right: 75%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull6 { + right: 50%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull3 { + right: 25%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull0 { + right: auto; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush12 { + left: 100%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush9 { + left: 75%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush6 { + left: 50%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush3 { + left: 25%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush0 { + left: auto; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset11 { + margin-left: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset10 { + margin-left: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset9 { + margin-left: 75%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset8 { + margin-left: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset7 { + margin-left: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset6 { + margin-left: 50%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset5 { + margin-left: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset4 { + margin-left: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset3 { + margin-left: 25%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset2 { + margin-left: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset1 { + margin-left: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset0 { + margin-left: 0; + } +} + +.ms-borderBox, +.ms-borderBox::before, +.ms-borderBox::after { + box-sizing: border-box; +} + +.ms-borderBase { + border: 1px solid; +} + +.ms-clearfix { + *zoom: 1; +} + +.ms-clearfix::before, +.ms-clearfix::after { + display: table; + content: ''; + line-height: 0; +} + +.ms-clearfix::after { + clear: both; +} + +.ms-normalize { + box-sizing: border-box; + box-shadow: none; + margin: 0; + padding: 0; +} + +.ms-textAlignLeft { + text-align: left; +} + +.ms-textAlignCenter { + text-align: center; +} + +.ms-textAlignRight { + text-align: right; +} + +.ms-screenReaderOnly { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} + +.ms-textTruncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + word-wrap: normal; +} + +.ms-noWrap { + white-space: nowrap; +} + +.ms-Fabric { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + color: #333333; + font-family: 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; + font-size: 14px; +} + +.ms-Fabric button, +.ms-Fabric input { + font-family: inherit; +} + +*[lang^='ar'] .ms-Fabric, +.ms-Fabric *[lang^='ar'], +.ms-Fabric[lang^='ar'] { + font-family: 'Segoe UI Web (Arabic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='bg'] .ms-Fabric, +.ms-Fabric *[lang^='bg'], +.ms-Fabric[lang^='bg'] { + font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='cs'] .ms-Fabric, +.ms-Fabric *[lang^='cs'], +.ms-Fabric[lang^='cs'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='el'] .ms-Fabric, +.ms-Fabric *[lang^='el'], +.ms-Fabric[lang^='el'] { + font-family: 'Segoe UI Web (Greek)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='et'] .ms-Fabric, +.ms-Fabric *[lang^='et'], +.ms-Fabric[lang^='et'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='he'] .ms-Fabric, +.ms-Fabric *[lang^='he'], +.ms-Fabric[lang^='he'] { + font-family: 'Segoe UI Web (Hebrew)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='hi'] .ms-Fabric, +.ms-Fabric *[lang^='hi'], +.ms-Fabric[lang^='hi'] { + font-family: 'Nirmala UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='hr'] .ms-Fabric, +.ms-Fabric *[lang^='hr'], +.ms-Fabric[lang^='hr'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='hu'] .ms-Fabric, +.ms-Fabric *[lang^='hu'], +.ms-Fabric[lang^='hu'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='ja'] .ms-Fabric, +.ms-Fabric *[lang^='ja'], +.ms-Fabric[lang^='ja'] { + font-family: 'Yu Gothic', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='kk'] .ms-Fabric, +.ms-Fabric *[lang^='kk'], +.ms-Fabric[lang^='kk'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='ko'] .ms-Fabric, +.ms-Fabric *[lang^='ko'], +.ms-Fabric[lang^='ko'] { + font-family: 'Malgun Gothic', Gulim, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='lo'] .ms-Fabric, +.ms-Fabric *[lang^='lo'], +.ms-Fabric[lang^='lo'] { + font-family: 'Leelawadee UI Web', 'Lao UI', DokChampa, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='lt'] .ms-Fabric, +.ms-Fabric *[lang^='lt'], +.ms-Fabric[lang^='lt'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='lv'] .ms-Fabric, +.ms-Fabric *[lang^='lv'], +.ms-Fabric[lang^='lv'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='pl'] .ms-Fabric, +.ms-Fabric *[lang^='pl'], +.ms-Fabric[lang^='pl'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='ru'] .ms-Fabric, +.ms-Fabric *[lang^='ru'], +.ms-Fabric[lang^='ru'] { + font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='sk'] .ms-Fabric, +.ms-Fabric *[lang^='sk'], +.ms-Fabric[lang^='sk'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='sr-latn'] .ms-Fabric, +.ms-Fabric *[lang^='sr-latn'], +.ms-Fabric[lang^='sr-latn'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='th'] .ms-Fabric, +.ms-Fabric *[lang^='th'], +.ms-Fabric[lang^='th'] { + font-family: 'Leelawadee UI Web', 'Kmer UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='tr'] .ms-Fabric, +.ms-Fabric *[lang^='tr'], +.ms-Fabric[lang^='tr'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='uk'] .ms-Fabric, +.ms-Fabric *[lang^='uk'], +.ms-Fabric[lang^='uk'] { + font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='vi'] .ms-Fabric, +.ms-Fabric *[lang^='vi'], +.ms-Fabric[lang^='vi'] { + font-family: 'Segoe UI Web (Vietnamese)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='zh-hans'] .ms-Fabric, +.ms-Fabric *[lang^='zh-hans'], +.ms-Fabric[lang^='zh-hans'] { + font-family: 'Microsoft Yahei', Verdana, Simsun, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='zh-hant'] .ms-Fabric, +.ms-Fabric *[lang^='zh-hant'], +.ms-Fabric[lang^='zh-hant'] { + font-family: 'Microsoft Jhenghei', Pmingliu, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--selawik { + font-family: 'Selawik Web', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} diff --git a/dist/css/fabric.min.css b/dist/css/fabric.min.css new file mode 100644 index 000000000..4acd25c2c --- /dev/null +++ b/dist/css/fabric.min.css @@ -0,0 +1,6 @@ +/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */ +/** + * Office UI Fabric Core 7.1.0 + * The front-end framework for building experiences for Office 365. + **/ +@keyframes ms-slideRightIn10{0%{transform:translate3d(-10px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn20{0%{transform:translate3d(-20px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn40{0%{transform:translate3d(-40px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn400{0%{transform:translate3d(-400px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightOut40{0%{transform:translateZ(0)}to{transform:translate3d(40px,0,0)}}@keyframes ms-slideRightOut400{0%{transform:translateZ(0)}to{transform:translate3d(400px,0,0)}}@keyframes ms-slideLeftIn10{0%{transform:translate3d(10px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn20{0%{transform:translate3d(20px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn40{0%{transform:translate3d(40px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn400{0%{transform:translate3d(400px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftOut40{0%{transform:translateZ(0)}to{transform:translate3d(-40px,0,0)}}@keyframes ms-slideLeftOut400{0%{transform:translateZ(0)}to{transform:translate3d(-400px,0,0)}}@keyframes ms-slideUpIn10{0%{transform:translate3d(0,10px,0)}to{transform:translateZ(0)}}@keyframes ms-slideUpIn20{0%{transform:translate3d(0,20px,0)}to{transform:translateZ(0)}}@keyframes ms-slideDownIn10{0%{transform:translate3d(0,-10px,0)}to{transform:translateZ(0)}}@keyframes ms-slideDownIn20{0%{transform:translate3d(0,-20px,0)}to{transform:translateZ(0)}}@keyframes ms-slideUpOut10{0%{transform:translateZ(0)}to{transform:translate3d(0,-10px,0)}}@keyframes ms-slideUpOut20{0%{transform:translateZ(0)}to{transform:translate3d(0,-20px,0)}}@keyframes ms-slideDownOut10{0%{transform:translateZ(0)}to{transform:translate3d(0,10px,0)}}@keyframes ms-slideDownOut20{0%{transform:translateZ(0)}to{transform:translate3d(0,20px,0)}}@keyframes ms-scaleUp100{0%{transform:scale3d(.98,.98,1)}to{transform:scaleX(1)}}@keyframes ms-scaleUp103{0%{transform:scaleX(1)}to{transform:scale3d(1.03,1.03,1)}}@keyframes ms-scaleDown98{0%{transform:scaleX(1)}to{transform:scale3d(.98,.98,1)}}@keyframes ms-scaleDown100{0%{transform:scale3d(1.03,1.03,1)}to{transform:scaleX(1)}}@keyframes ms-fadeIn{0%{opacity:0;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:1}}@keyframes ms-fadeOut{0%{opacity:1;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:0}}@keyframes ms-rotate90{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes ms-rotateN90{0%{transform:rotate(90deg)}to{transform:rotate(0deg)}}.ms-slideRightIn10{animation-name:ms-fadeIn,ms-slideRightIn10;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideRightIn20{animation-name:ms-fadeIn,ms-slideRightIn20;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideRightIn40{animation-name:ms-fadeIn,ms-slideRightIn40;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideRightIn400{animation-name:ms-fadeIn,ms-slideRightIn400;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideRightOut40{animation-name:ms-fadeOut,ms-slideRightOut40;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideRightOut400{animation-name:ms-fadeOut,ms-slideRightOut400;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideLeftIn10{animation-name:ms-fadeIn,ms-slideLeftIn10;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideLeftIn20{animation-name:ms-fadeIn,ms-slideLeftIn20;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideLeftIn40{animation-name:ms-fadeIn,ms-slideLeftIn40;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideLeftIn400{animation-name:ms-fadeIn,ms-slideLeftIn400;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideLeftOut40{animation-name:ms-fadeOut,ms-slideLeftOut40;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideLeftOut400{animation-name:ms-fadeOut,ms-slideLeftOut400;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideUpIn10{animation-name:ms-fadeIn,ms-slideUpIn10;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideUpIn20{animation-name:ms-fadeIn,ms-slideUpIn20;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideDownIn10{animation-name:ms-fadeIn,ms-slideDownIn10;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideDownIn20{animation-name:ms-fadeIn,ms-slideDownIn20;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideUpOut10{animation-name:ms-fadeOut,ms-slideUpOut10;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideUpOut20{animation-name:ms-fadeOut,ms-slideUpOut20;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideDownOut10{animation-name:ms-fadeOut,ms-slideDownOut10;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideDownOut20{animation-name:ms-fadeOut,ms-slideDownOut20;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-scaleUpIn100{animation-name:ms-fadeIn,ms-scaleUp100;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-scaleUpOut103{animation-name:ms-fadeOut,ms-scaleUp103;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-scaleDownOut98{animation-name:ms-fadeOut,ms-scaleDown98;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-scaleDownIn100{animation-name:ms-fadeIn,ms-scaleDown100;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-fadeIn100{animation-duration:.167s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-fadeIn200{animation-duration:.267s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-fadeIn400{animation-duration:.367s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-fadeIn500{animation-duration:.467s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-fadeOut100{animation-duration:.1s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-fadeOut200{animation-duration:.167s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-fadeOut400{animation-duration:.367s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-fadeOut500{animation-duration:.467s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-expandCollapse100{transition:height .1s cubic-bezier(.1,.25,.75,.9)}.ms-expandCollapse200{transition:height .167s cubic-bezier(.1,.25,.75,.9)}.ms-expandCollapse400{transition:height .367s cubic-bezier(.1,.25,.75,.9)}.ms-delay100{animation-delay:.167s}.ms-delay200{animation-delay:.267s}.ms-rotate90deg{animation-name:ms-rotate90;animation-duration:.1s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-rotateN90deg{animation-name:ms-rotateN90;animation-duration:.1s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1.png)}.ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1.png)}.ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1.png)}.ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1.png)}.ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1.png)}.ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png)}.ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1.png)}.ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1.png)}.ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1.png)}.ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1.png)}.ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1.png)}.ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1.png)}.ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1.png)}.ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1.png)}.ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1.png)}.ms-BrandIcon--icon16{background-size:100% 100%;width:16px;height:16px}.ms-BrandIcon--icon48{background-size:100% 100%;width:48px;height:48px}.ms-BrandIcon--icon96{background-size:100% 100%;width:96px;height:96px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1_5.png)}.ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1_5.png)}.ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1_5.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png)}.ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1_5.png)}.ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1_5.png)}.ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1_5.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png)}.ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1_5.png)}.ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1_5.png)}.ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1_5.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png)}.ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1_5.png)}.ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1_5.png)}.ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1_5.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1_5.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1_5.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1_5.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1_5.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1_5.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1_5.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1_5.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1_5.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1_5.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1_5.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1_5.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1_5.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1_5.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1_5.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1_5.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1_5.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1_5.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1_5.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1_5.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1_5.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1_5.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1_5.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1_5.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1_5.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1_5.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1_5.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1_5.png)}.ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1_5.png)}.ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1_5.png)}.ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1_5.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1_5.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1_5.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1_5.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1_5.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1_5.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1_5.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1_5.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1_5.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1_5.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1_5.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1_5.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1_5.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1_5.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1_5.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1_5.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1_5.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1_5.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1_5.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1_5.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1_5.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1_5.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1_5.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1_5.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1_5.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1_5.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1_5.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1_5.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1_5.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1_5.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1_5.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1_5.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1_5.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1_5.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1_5.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1_5.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1_5.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1_5.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1_5.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1_5.png)}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi){.ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x2.png)}.ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x2.png)}.ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x2.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x2.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x2.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x2.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x2.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x2.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x2.png)}.ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x2.png)}.ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x2.png)}.ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x2.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x2.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x2.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x2.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x2.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x2.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x2.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png)}.ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x2.png)}.ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x2.png)}.ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x2.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x2.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x2.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x2.png)}.ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x2.png)}.ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x2.png)}.ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x2.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x2.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x2.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x2.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x2.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x2.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x2.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x2.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x2.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x2.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x2.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x2.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x2.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x2.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x2.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x2.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x2.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x2.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x2.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x2.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x2.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x2.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x2.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x2.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x2.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x2.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x2.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x2.png)}.ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x2.png)}.ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x2.png)}.ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x2.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x2.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x2.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x2.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x2.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x2.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x2.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x2.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x2.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x2.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x2.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x2.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x2.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x2.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x2.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x2.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x2.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x2.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x2.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x2.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x2.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x2.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x2.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x2.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x2.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x2.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x2.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x2.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x2.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x2.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x2.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x2.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x2.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x2.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x2.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x2.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x2.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x2.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x2.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x2.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi){.ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x3.png)}.ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x3.png)}.ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x3.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x3.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x3.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x3.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x3.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x3.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x3.png)}.ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x3.png)}.ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x3.png)}.ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x3.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x3.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x3.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x3.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x3.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x3.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x3.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png)}.ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x3.png)}.ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x3.png)}.ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x3.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x3.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x3.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x3.png)}.ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x3.png)}.ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x3.png)}.ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x3.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x3.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x3.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x3.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x3.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x3.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x3.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x3.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x3.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x3.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x3.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x3.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x3.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x3.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x3.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x3.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x3.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x3.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x3.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x3.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x3.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x3.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x3.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x3.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x3.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x3.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x3.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x3.png)}.ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x3.png)}.ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x3.png)}.ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x3.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x3.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x3.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x3.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x3.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x3.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x3.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x3.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x3.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x3.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x3.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x3.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x3.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x3.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x3.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x3.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x3.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x3.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x3.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x3.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x3.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x3.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x3.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x3.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x3.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x3.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x3.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x3.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x3.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x3.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x3.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x3.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x3.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x3.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x3.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x3.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x3.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x3.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x3.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x3.png)}}.ms-bgColor-themeDark,.ms-bgColor-themeDark--hover:hover{background-color:#005a9e}.ms-bgColor-themeDarkAlt,.ms-bgColor-themeDarkAlt--hover:hover{background-color:#106ebe}.ms-bgColor-themeDarker,.ms-bgColor-themeDarker--hover:hover{background-color:#004578}.ms-bgColor-themePrimary,.ms-bgColor-themePrimary--hover:hover{background-color:#0078d7}.ms-bgColor-themeSecondary,.ms-bgColor-themeSecondary--hover:hover{background-color:#2488d8}.ms-bgColor-themeTertiary,.ms-bgColor-themeTertiary--hover:hover{background-color:#69afe5}.ms-bgColor-themeLight,.ms-bgColor-themeLight--hover:hover{background-color:#c7e0f4}.ms-bgColor-themeLighter,.ms-bgColor-themeLighter--hover:hover{background-color:#deecf9}.ms-bgColor-themeLighterAlt,.ms-bgColor-themeLighterAlt--hover:hover{background-color:#eff6fc}.ms-bgColor-black,.ms-bgColor-black--hover:hover{background-color:#000}.ms-bgColor-neutralDark,.ms-bgColor-neutralDark--hover:hover{background-color:#212121}.ms-bgColor-neutralPrimary,.ms-bgColor-neutralPrimary--hover:hover{background-color:#333}.ms-bgColor-neutralPrimaryAlt,.ms-bgColor-neutralPrimaryAlt--hover:hover{background-color:#3c3c3c}.ms-bgColor-neutralSecondary,.ms-bgColor-neutralSecondary--hover:hover{background-color:#666}.ms-bgColor-neutralSecondaryAlt,.ms-bgColor-neutralSecondaryAlt--hover:hover{background-color:#767676}.ms-bgColor-neutralTertiary,.ms-bgColor-neutralTertiary--hover:hover{background-color:#a6a6a6}.ms-bgColor-neutralTertiaryAlt,.ms-bgColor-neutralTertiaryAlt--hover:hover{background-color:#c8c8c8}.ms-bgColor-neutralLight,.ms-bgColor-neutralLight--hover:hover{background-color:#eaeaea}.ms-bgColor-neutralLighter,.ms-bgColor-neutralLighter--hover:hover{background-color:#f4f4f4}.ms-bgColor-neutralLighterAlt,.ms-bgColor-neutralLighterAlt--hover:hover{background-color:#f8f8f8}.ms-bgColor-white,.ms-bgColor-white--hover:hover{background-color:#fff}.ms-bgColor-yellow{background-color:#ffb900}.ms-bgColor-yellowLight{background-color:#fff100}.ms-bgColor-orange{background-color:#d83b01}.ms-bgColor-orangeLight{background-color:#ea4300}.ms-bgColor-orangeLighter{background-color:#ff8c00}.ms-bgColor-redDark{background-color:#a80000}.ms-bgColor-red{background-color:#e81123}.ms-bgColor-magentaDark{background-color:#5c005c}.ms-bgColor-magenta{background-color:#b4009e}.ms-bgColor-magentaLight{background-color:#e3008c}.ms-bgColor-purpleDark{background-color:#32145a}.ms-bgColor-purple{background-color:#5c2d91}.ms-bgColor-purpleLight{background-color:#b4a0ff}.ms-bgColor-blueDark{background-color:#002050}.ms-bgColor-blueMid{background-color:#00188f}.ms-bgColor-blue{background-color:#0078d7}.ms-bgColor-blueLight{background-color:#00bcf2}.ms-bgColor-tealDark{background-color:#004b50}.ms-bgColor-teal{background-color:#008272}.ms-bgColor-tealLight{background-color:#00b294}.ms-bgColor-greenDark{background-color:#004b1c}.ms-bgColor-green{background-color:#107c10}.ms-bgColor-greenLight{background-color:#bad80a}.ms-bgColor-info{background-color:#f4f4f4}.ms-bgColor-success{background-color:#dff6dd}.ms-bgColor-severeWarning{background-color:#fed9cc}.ms-bgColor-warning{background-color:#fff4ce}.ms-bgColor-error{background-color:#fde7e9}.ms-borderColor-themeDark,.ms-borderColor-themeDark--hover:hover{border-color:#005a9e}.ms-borderColor-themeDarkAlt,.ms-borderColor-themeDarkAlt--hover:hover{border-color:#106ebe}.ms-borderColor-themeDarker,.ms-borderColor-themeDarker--hover:hover{border-color:#004578}.ms-borderColor-themePrimary,.ms-borderColor-themePrimary--hover:hover{border-color:#0078d7}.ms-borderColor-themeSecondary,.ms-borderColor-themeSecondary--hover:hover{border-color:#2488d8}.ms-borderColor-themeTertiary,.ms-borderColor-themeTertiary--hover:hover{border-color:#69afe5}.ms-borderColor-themeLight,.ms-borderColor-themeLight--hover:hover{border-color:#c7e0f4}.ms-borderColor-themeLighter,.ms-borderColor-themeLighter--hover:hover{border-color:#deecf9}.ms-borderColor-themeLighterAlt,.ms-borderColor-themeLighterAlt--hover:hover{border-color:#eff6fc}.ms-borderColor-black,.ms-borderColor-black--hover:hover{border-color:#000}.ms-borderColor-neutralDark,.ms-borderColor-neutralDark--hover:hover{border-color:#212121}.ms-borderColor-neutralPrimary,.ms-borderColor-neutralPrimary--hover:hover{border-color:#333}.ms-borderColor-neutralPrimaryAlt,.ms-borderColor-neutralPrimaryAlt--hover:hover{border-color:#3c3c3c}.ms-borderColor-neutralSecondary,.ms-borderColor-neutralSecondary--hover:hover{border-color:#666}.ms-borderColor-neutralSecondaryAlt,.ms-borderColor-neutralSecondaryAlt--hover:hover{border-color:#767676}.ms-borderColor-neutralTertiary,.ms-borderColor-neutralTertiary--hover:hover{border-color:#a6a6a6}.ms-borderColor-neutralTertiaryAlt,.ms-borderColor-neutralTertiaryAlt--hover:hover{border-color:#c8c8c8}.ms-borderColor-neutralLight,.ms-borderColor-neutralLight--hover:hover{border-color:#eaeaea}.ms-borderColor-neutralLighter,.ms-borderColor-neutralLighter--hover:hover{border-color:#f4f4f4}.ms-borderColor-neutralLighterAlt,.ms-borderColor-neutralLighterAlt--hover:hover{border-color:#f8f8f8}.ms-borderColor-white,.ms-borderColor-white--hover:hover{border-color:#fff}.ms-borderColor-yellow{border-color:#ffb900}.ms-borderColor-yellowLight{border-color:#fff100}.ms-borderColor-orange{border-color:#d83b01}.ms-borderColor-orangeLight{border-color:#ea4300}.ms-borderColor-orangeLighter{border-color:#ff8c00}.ms-borderColor-redDark{border-color:#a80000}.ms-borderColor-red{border-color:#e81123}.ms-borderColor-magentaDark{border-color:#5c005c}.ms-borderColor-magenta{border-color:#b4009e}.ms-borderColor-magentaLight{border-color:#e3008c}.ms-borderColor-purpleDark{border-color:#32145a}.ms-borderColor-purple{border-color:#5c2d91}.ms-borderColor-purpleLight{border-color:#b4a0ff}.ms-borderColor-blueDark{border-color:#002050}.ms-borderColor-blueMid{border-color:#00188f}.ms-borderColor-blue{border-color:#0078d7}.ms-borderColor-blueLight{border-color:#00bcf2}.ms-borderColor-tealDark{border-color:#004b50}.ms-borderColor-teal{border-color:#008272}.ms-borderColor-tealLight{border-color:#00b294}.ms-borderColor-greenDark{border-color:#004b1c}.ms-borderColor-green{border-color:#107c10}.ms-borderColor-greenLight{border-color:#bad80a}.ms-borderColorTop-themePrimary,.ms-borderColorTop-themePrimary--hover:hover{border-top-color:#0078d7}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff) format("woff");font-weight:600;font-style:normal}.ms-font-su{font-size:42px;font-weight:100}.ms-font-xxl{font-size:28px;font-weight:100}.ms-font-xl-plus{font-size:24px;font-weight:100}.ms-font-xl{font-size:21px;font-weight:100}.ms-font-l{font-size:17px;font-weight:300}.ms-font-m-plus{font-size:15px;font-weight:400}.ms-font-m{font-size:14px;font-weight:400}.ms-font-s-plus{font-size:13px;font-weight:400}.ms-font-s{font-size:12px;font-weight:400}.ms-font-xs{font-size:11px;font-weight:400}.ms-font-mi{font-size:10px;font-weight:600}.ms-fontWeight-light,.ms-fontWeight-light--hover:hover{font-weight:100}.ms-fontWeight-semilight,.ms-fontWeight-semilight--hover:hover{font-weight:300}.ms-fontWeight-regular,.ms-fontWeight-regular--hover:hover{font-weight:400}.ms-fontWeight-semibold,.ms-fontWeight-semibold--hover:hover{font-weight:600}.ms-fontSize-su{font-size:42px}.ms-fontSize-xxl{font-size:28px}.ms-fontSize-xlPlus{font-size:24px}.ms-fontSize-xl{font-size:21px}.ms-fontSize-l{font-size:17px}.ms-fontSize-mPlus{font-size:15px}.ms-fontSize-m{font-size:14px}.ms-fontSize-sPlus{font-size:13px}.ms-fontSize-s{font-size:12px}.ms-fontSize-xs{font-size:11px}.ms-fontSize-mi{font-size:10px}.ms-fontColor-themeDarker,.ms-fontColor-themeDarker--hover:hover{color:#004578}.ms-fontColor-themeDark,.ms-fontColor-themeDark--hover:hover{color:#005a9e}.ms-fontColor-themeDarkAlt,.ms-fontColor-themeDarkAlt--hover:hover{color:#106ebe}.ms-fontColor-themePrimary,.ms-fontColor-themePrimary--hover:hover{color:#0078d7}.ms-fontColor-themeSecondary,.ms-fontColor-themeSecondary--hover:hover{color:#2488d8}.ms-fontColor-themeTertiary,.ms-fontColor-themeTertiary--hover:hover{color:#69afe5}.ms-fontColor-themeLight,.ms-fontColor-themeLight--hover:hover{color:#c7e0f4}.ms-fontColor-themeLighter,.ms-fontColor-themeLighter--hover:hover{color:#deecf9}.ms-fontColor-themeLighterAlt,.ms-fontColor-themeLighterAlt--hover:hover{color:#eff6fc}.ms-fontColor-black,.ms-fontColor-black--hover:hover{color:#000}.ms-fontColor-neutralDark,.ms-fontColor-neutralDark--hover:hover{color:#212121}.ms-fontColor-neutralPrimary,.ms-fontColor-neutralPrimary--hover:hover{color:#333}.ms-fontColor-neutralPrimaryAlt,.ms-fontColor-neutralPrimaryAlt--hover:hover{color:#3c3c3c}.ms-fontColor-neutralSecondary,.ms-fontColor-neutralSecondary--hover:hover{color:#666}.ms-fontColor-neutralSecondaryAlt,.ms-fontColor-neutralSecondaryAlt--hover:hover{color:#767676}.ms-fontColor-neutralTertiary,.ms-fontColor-neutralTertiary--hover:hover{color:#a6a6a6}.ms-fontColor-neutralTertiaryAlt,.ms-fontColor-neutralTertiaryAlt--hover:hover{color:#c8c8c8}.ms-fontColor-neutralLight,.ms-fontColor-neutralLight--hover:hover{color:#eaeaea}.ms-fontColor-neutralLighter,.ms-fontColor-neutralLighter--hover:hover{color:#f4f4f4}.ms-fontColor-neutralLighterAlt,.ms-fontColor-neutralLighterAlt--hover:hover{color:#f8f8f8}.ms-fontColor-white,.ms-fontColor-white--hover:hover{color:#fff}.ms-fontColor-yellow,.ms-fontColor-yellow--hover:hover{color:#ffb900}.ms-fontColor-yellowLight,.ms-fontColor-yellowLight--hover:hover{color:#fff100}.ms-fontColor-orange,.ms-fontColor-orange--hover:hover{color:#d83b01}.ms-fontColor-orangeLight,.ms-fontColor-orangeLight--hover:hover{color:#ea4300}.ms-fontColor-orangeLighter,.ms-fontColor-orangeLighter--hover:hover{color:#ff8c00}.ms-fontColor-redDark,.ms-fontColor-redDark--hover:hover{color:#a80000}.ms-fontColor-red,.ms-fontColor-red--hover:hover{color:#e81123}.ms-fontColor-magentaDark,.ms-fontColor-magentaDark--hover:hover{color:#5c005c}.ms-fontColor-magenta,.ms-fontColor-magenta--hover:hover{color:#b4009e}.ms-fontColor-magentaLight,.ms-fontColor-magentaLight--hover:hover{color:#e3008c}.ms-fontColor-purpleDark,.ms-fontColor-purpleDark--hover:hover{color:#32145a}.ms-fontColor-purple,.ms-fontColor-purple--hover:hover{color:#5c2d91}.ms-fontColor-purpleLight,.ms-fontColor-purpleLight--hover:hover{color:#b4a0ff}.ms-fontColor-blueDark,.ms-fontColor-blueDark--hover:hover{color:#002050}.ms-fontColor-blueMid,.ms-fontColor-blueMid--hover:hover{color:#00188f}.ms-fontColor-blue,.ms-fontColor-blue--hover:hover{color:#0078d7}.ms-fontColor-blueLight,.ms-fontColor-blueLight--hover:hover{color:#00bcf2}.ms-fontColor-tealDark,.ms-fontColor-tealDark--hover:hover{color:#004b50}.ms-fontColor-teal,.ms-fontColor-teal--hover:hover{color:#008272}.ms-fontColor-tealLight,.ms-fontColor-tealLight--hover:hover{color:#00b294}.ms-fontColor-greenDark,.ms-fontColor-greenDark--hover:hover{color:#004b1c}.ms-fontColor-green,.ms-fontColor-green--hover:hover{color:#107c10}.ms-fontColor-greenLight,.ms-fontColor-greenLight--hover:hover{color:#bad80a}.ms-fontColor-info,.ms-fontColor-info--hover:hover{color:#767676}.ms-fontColor-success,.ms-fontColor-success--hover:hover{color:#107c10}.ms-fontColor-alert,.ms-fontColor-alert--hover:hover{color:#d83b01}.ms-fontColor-warning,.ms-fontColor-warning--hover:hover{color:#767676}.ms-fontColor-severeWarning,.ms-fontColor-severeWarning--hover:hover{color:#d83b01}.ms-fontColor-error,.ms-fontColor-error--hover:hover{color:#a80000}.ms-Grid{box-sizing:border-box;*zoom:1;padding:0 8px}.ms-Grid:after,.ms-Grid:before{display:table;content:"";line-height:0}.ms-Grid:after{clear:both}.ms-Grid-row{margin:0 -8px;box-sizing:border-box;*zoom:1}.ms-Grid-row:after,.ms-Grid-row:before{display:table;content:"";line-height:0}.ms-Grid-row:after{clear:both}.ms-Grid-col{position:relative;min-height:1px;padding-left:8px;padding-right:8px;box-sizing:border-box;float:left}.ms-Grid-col .ms-Grid{padding:0}@font-face{font-family:FabricMDL2Icons;src:url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.woff) format("woff"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.ttf) format("truetype");font-weight:400;font-style:normal}.ms-Icon{display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;speak:none}.ms-Icon--circle{position:relative;display:inline-block;font-size:1rem;width:1em;height:1em;margin:0 .5em 0 0;padding:0;text-align:left}.ms-Icon--circle:after,.ms-Icon--circle:before{line-height:1;font-size:inherit}.ms-Icon--circle:before{display:block;width:100%;height:100%;margin:0;padding:0;vertical-align:top;position:absolute}.ms-Icon--circle:after{content:"\e000";position:absolute;top:0;left:0;transform:scale(2);transform-origin:50% 50%;z-index:0}.ms-Icon--xs{font-size:10px}.ms-Icon--s{font-size:12px}.ms-Icon--m{font-size:16px}.ms-Icon--l{font-size:20px}.ms-Icon--AADLogo:before{content:"\ED68"}.ms-Icon--Accept:before{content:"\E8FB"}.ms-Icon--AccessLogo:before{content:"\ED69"}.ms-Icon--AccessLogoFill:before{content:"\F1DB"}.ms-Icon--Accounts:before{content:"\E910"}.ms-Icon--ActivityFeed:before{content:"\F056"}.ms-Icon--Add:before{content:"\E710"}.ms-Icon--AddEvent:before{content:"\EEB5"}.ms-Icon--AddFavorite:before{content:"\F0C8"}.ms-Icon--AddFavoriteFill:before{content:"\F0C9"}.ms-Icon--AddFriend:before{content:"\E8FA"}.ms-Icon--AddGroup:before{content:"\EE3D"}.ms-Icon--AddOnlineMeeting:before{content:"\ED8E"}.ms-Icon--AddPhone:before{content:"\ED96"}.ms-Icon--AddTo:before{content:"\ECC8"}.ms-Icon--Admin:before{content:"\E7EF"}.ms-Icon--AdminALogo:before{content:"\ED6A"}.ms-Icon--AdminCLogo:before{content:"\ED6B"}.ms-Icon--AdminDLogo:before{content:"\ED6C"}.ms-Icon--AdminELogo:before{content:"\ED6D"}.ms-Icon--AdminLLogo:before{content:"\ED6E"}.ms-Icon--AdminMLogo:before{content:"\ED6F"}.ms-Icon--AdminOLogo:before{content:"\ED70"}.ms-Icon--AdminPLogo:before{content:"\ED71"}.ms-Icon--AdminSLogo:before{content:"\ED72"}.ms-Icon--AdminYLogo:before{content:"\ED73"}.ms-Icon--Airplane:before{content:"\E709"}.ms-Icon--AirplaneSolid:before{content:"\EB4C"}.ms-Icon--AirTickets:before{content:"\EF7A"}.ms-Icon--AlarmClock:before{content:"\E919"}.ms-Icon--Album:before{content:"\E7AB"}.ms-Icon--AlbumRemove:before{content:"\EC62"}.ms-Icon--AlertSolid:before{content:"\F331"}.ms-Icon--AlignCenter:before{content:"\E8E3"}.ms-Icon--AlignLeft:before{content:"\E8E4"}.ms-Icon--AlignRight:before{content:"\E8E2"}.ms-Icon--AnalyticsLogo:before{content:"\F1DE"}.ms-Icon--AnalyticsQuery:before{content:"\F1DF"}.ms-Icon--AnalyticsReport:before{content:"\F1E1"}.ms-Icon--AndroidLogo:before{content:"\EF8B"}.ms-Icon--Annotation:before{content:"\E924"}.ms-Icon--AppIconDefault:before{content:"\ECAA"}.ms-Icon--Archive:before{content:"\F03F"}.ms-Icon--AreaChart:before{content:"\E9D2"}.ms-Icon--Arrivals:before{content:"\EB34"}.ms-Icon--ArrowDownRight8:before{content:"\EED5"}.ms-Icon--ArrowDownRightMirrored8:before{content:"\EEF0"}.ms-Icon--ArrowTallDownLeft:before{content:"\F2BF"}.ms-Icon--ArrowTallDownRight:before{content:"\F2C0"}.ms-Icon--ArrowTallUpLeft:before{content:"\F2BD"}.ms-Icon--ArrowTallUpRight:before{content:"\F2BE"}.ms-Icon--ArrowUpRight8:before{content:"\EED4"}.ms-Icon--ArrowUpRightMirrored8:before{content:"\EEEF"}.ms-Icon--Articles:before{content:"\EAC1"}.ms-Icon--Ascending:before{content:"\EDC0"}.ms-Icon--AssessmentGroup:before{content:"\F31A"}.ms-Icon--AssessmentGroupTemplate:before{content:"\F2B1"}.ms-Icon--AssetLibrary:before{content:"\EEB6"}.ms-Icon--Assign:before{content:"\E9D3"}.ms-Icon--Asterisk:before{content:"\EA38"}.ms-Icon--AsteriskSolid:before{content:"\F34D"}.ms-Icon--ATPLogo:before{content:"\EF85"}.ms-Icon--Attach:before{content:"\E723"}.ms-Icon--AustralianRules:before{content:"\EE70"}.ms-Icon--AutoEnhanceOff:before{content:"\E78E"}.ms-Icon--AutoEnhanceOn:before{content:"\E78D"}.ms-Icon--AutoFillTemplate:before{content:"\F313"}.ms-Icon--AutoRacing:before{content:"\EB24"}.ms-Icon--AwayStatus:before{content:"\EE6A"}.ms-Icon--AzureAPIManagement:before{content:"\F37F"}.ms-Icon--AzureKeyVault:before{content:"\F3B4"}.ms-Icon--AzureLogo:before{content:"\EB6A"}.ms-Icon--AzureServiceEndpoint:before{content:"\F380"}.ms-Icon--Back:before{content:"\E72B"}.ms-Icon--Backlog:before{content:"\F2AC"}.ms-Icon--BackToWindow:before{content:"\E73F"}.ms-Icon--Badge:before{content:"\EC1B"}.ms-Icon--Balloons:before{content:"\ED7E"}.ms-Icon--BankSolid:before{content:"\F34F"}.ms-Icon--BarChart4:before{content:"\EAE7"}.ms-Icon--BarChartHorizontal:before{content:"\E9EB"}.ms-Icon--BarChartVertical:before{content:"\E9EC"}.ms-Icon--Baseball:before{content:"\EB20"}.ms-Icon--BidiLtr:before{content:"\E9AA"}.ms-Icon--BidiRtl:before{content:"\E9AB"}.ms-Icon--BingLogo:before{content:"\EB6B"}.ms-Icon--BlockContact:before{content:"\E8F8"}.ms-Icon--Blocked:before{content:"\E733"}.ms-Icon--Blocked2:before{content:"\ECE4"}.ms-Icon--BlowingSnow:before{content:"\E9C9"}.ms-Icon--Blur:before{content:"\F28E"}.ms-Icon--Boards:before{content:"\EF68"}.ms-Icon--Bold:before{content:"\E8DD"}.ms-Icon--BookingsLogo:before{content:"\EDC7"}.ms-Icon--Bookmarks:before{content:"\E8A4"}.ms-Icon--BookmarksMirrored:before{content:"\EA41"}.ms-Icon--BoxAdditionSolid:before{content:"\F2D4"}.ms-Icon--BoxCheckmarkSolid:before{content:"\F2D7"}.ms-Icon--BoxLogo:before{content:"\ED75"}.ms-Icon--BoxMultiplySolid:before{content:"\F2D5"}.ms-Icon--BoxPlaySolid:before{content:"\F2D6"}.ms-Icon--BoxSubtractSolid:before{content:"\F2D3"}.ms-Icon--BranchCommit:before{content:"\F293"}.ms-Icon--BranchCompare:before{content:"\F294"}.ms-Icon--BranchFork:before{content:"\F173"}.ms-Icon--BranchFork2:before{content:"\F291"}.ms-Icon--BranchLocked:before{content:"\F292"}.ms-Icon--BranchMerge:before{content:"\F295"}.ms-Icon--BranchPullRequest:before{content:"\F296"}.ms-Icon--BranchSearch:before{content:"\F297"}.ms-Icon--BranchShelveset:before{content:"\F298"}.ms-Icon--Breadcrumb:before{content:"\EF8C"}.ms-Icon--Brightness:before{content:"\E706"}.ms-Icon--Broom:before{content:"\EA99"}.ms-Icon--BucketColor:before{content:"\F1B6"}.ms-Icon--BucketColorFill:before{content:"\F1B7"}.ms-Icon--BufferTimeAfter:before{content:"\F0D0"}.ms-Icon--BufferTimeBefore:before{content:"\F0CF"}.ms-Icon--BufferTimeBoth:before{content:"\F0D1"}.ms-Icon--BugSolid:before{content:"\F335"}.ms-Icon--Build:before{content:"\F28F"}.ms-Icon--BuildIssue:before{content:"\F319"}.ms-Icon--BuildQueue:before{content:"\F24F"}.ms-Icon--BuildQueueNew:before{content:"\F250"}.ms-Icon--BulletedList:before{content:"\E8FD"}.ms-Icon--BulletedList2:before{content:"\F2C7"}.ms-Icon--BulletedList2Mirrored:before{content:"\F2C8"}.ms-Icon--BulletedListMirrored:before{content:"\EA42"}.ms-Icon--BusinessHoursSign:before{content:"\F310"}.ms-Icon--BusSolid:before{content:"\EB47"}.ms-Icon--Cafe:before{content:"\EC32"}.ms-Icon--Cake:before{content:"\ECA4"}.ms-Icon--CalculatorAddition:before{content:"\E948"}.ms-Icon--CalculatorEqualTo:before{content:"\E94E"}.ms-Icon--CalculatorMultiply:before{content:"\E947"}.ms-Icon--CalculatorNotEqualTo:before{content:"\F2D2"}.ms-Icon--CalculatorSubtract:before{content:"\E949"}.ms-Icon--Calendar:before{content:"\E787"}.ms-Icon--CalendarAgenda:before{content:"\EE9A"}.ms-Icon--CalendarDay:before{content:"\E8BF"}.ms-Icon--CalendarMirrored:before{content:"\ED28"}.ms-Icon--CalendarReply:before{content:"\E8F5"}.ms-Icon--CalendarWeek:before{content:"\E8C0"}.ms-Icon--CalendarWorkWeek:before{content:"\EF51"}.ms-Icon--CaloriesAdd:before{content:"\F172"}.ms-Icon--Camera:before{content:"\E722"}.ms-Icon--Cancel:before{content:"\E711"}.ms-Icon--CannedChat:before{content:"\F0F2"}.ms-Icon--Car:before{content:"\E804"}.ms-Icon--CaretBottomLeftCenter8:before{content:"\F365"}.ms-Icon--CaretBottomLeftSolid8:before{content:"\F121"}.ms-Icon--CaretBottomRightCenter8:before{content:"\F364"}.ms-Icon--CaretBottomRightSolid8:before{content:"\F122"}.ms-Icon--CaretDown8:before{content:"\EDD8"}.ms-Icon--CaretDownSolid8:before{content:"\EDDC"}.ms-Icon--CaretHollow:before{content:"\E817"}.ms-Icon--CaretHollowMirrored:before{content:"\EA45"}.ms-Icon--CaretLeft8:before{content:"\EDD5"}.ms-Icon--CaretLeftSolid8:before{content:"\EDD9"}.ms-Icon--CaretRight:before{content:"\F06B"}.ms-Icon--CaretRight8:before{content:"\EDD6"}.ms-Icon--CaretRightSolid8:before{content:"\EDDA"}.ms-Icon--CaretSolid:before{content:"\E818"}.ms-Icon--CaretSolid16:before{content:"\EE62"}.ms-Icon--CaretSolidDown:before{content:"\F08E"}.ms-Icon--CaretSolidLeft:before{content:"\F08D"}.ms-Icon--CaretSolidMirrored:before{content:"\EA46"}.ms-Icon--CaretSolidRight:before{content:"\F08F"}.ms-Icon--CaretSolidUp:before{content:"\F090"}.ms-Icon--CaretTopLeftCenter8:before{content:"\F367"}.ms-Icon--CaretTopLeftSolid8:before{content:"\EF54"}.ms-Icon--CaretTopRightCenter8:before{content:"\F366"}.ms-Icon--CaretTopRightSolid8:before{content:"\EF55"}.ms-Icon--CaretUp8:before{content:"\EDD7"}.ms-Icon--CaretUpSolid8:before{content:"\EDDB"}.ms-Icon--Cat:before{content:"\ED7F"}.ms-Icon--CellPhone:before{content:"\E8EA"}.ms-Icon--Certificate:before{content:"\EB95"}.ms-Icon--Chart:before{content:"\E999"}.ms-Icon--Chat:before{content:"\E901"}.ms-Icon--ChatInviteFriend:before{content:"\ECFE"}.ms-Icon--ChatSolid:before{content:"\F344"}.ms-Icon--Checkbox:before{content:"\E739"}.ms-Icon--CheckboxComposite:before{content:"\E73A"}.ms-Icon--CheckboxCompositeReversed:before{content:"\E73D"}.ms-Icon--CheckboxIndeterminate:before{content:"\E73C"}.ms-Icon--CheckList:before{content:"\E9D5"}.ms-Icon--CheckMark:before{content:"\E73E"}.ms-Icon--ChevronDown:before{content:"\E70D"}.ms-Icon--ChevronDownEnd6:before{content:"\F36F"}.ms-Icon--ChevronDownMed:before{content:"\E972"}.ms-Icon--ChevronDownSmall:before{content:"\E96E"}.ms-Icon--ChevronFold10:before{content:"\F36A"}.ms-Icon--ChevronLeft:before{content:"\E76B"}.ms-Icon--ChevronLeftEnd6:before{content:"\F371"}.ms-Icon--ChevronLeftMed:before{content:"\E973"}.ms-Icon--ChevronLeftSmall:before{content:"\E96F"}.ms-Icon--ChevronRight:before{content:"\E76C"}.ms-Icon--ChevronRightEnd6:before{content:"\F372"}.ms-Icon--ChevronRightMed:before{content:"\E974"}.ms-Icon--ChevronRightSmall:before{content:"\E970"}.ms-Icon--ChevronUnfold10:before{content:"\F369"}.ms-Icon--ChevronUp:before{content:"\E70E"}.ms-Icon--ChevronUpEnd6:before{content:"\F370"}.ms-Icon--ChevronUpMed:before{content:"\E971"}.ms-Icon--ChevronUpSmall:before{content:"\E96D"}.ms-Icon--ChromeBack:before{content:"\E830"}.ms-Icon--ChromeBackMirrored:before{content:"\EA47"}.ms-Icon--ChromeClose:before{content:"\E8BB"}.ms-Icon--ChromeMinimize:before{content:"\E921"}.ms-Icon--CircleAddition:before{content:"\F2E3"}.ms-Icon--CircleAdditionSolid:before{content:"\F2E4"}.ms-Icon--CircleFill:before{content:"\EA3B"}.ms-Icon--CircleHalfFull:before{content:"\ED9E"}.ms-Icon--CirclePause:before{content:"\F2D9"}.ms-Icon--CirclePauseSolid:before{content:"\F2D8"}.ms-Icon--CirclePlus:before{content:"\EAEE"}.ms-Icon--CircleRing:before{content:"\EA3A"}.ms-Icon--CircleStop:before{content:"\F2DC"}.ms-Icon--CircleStopSolid:before{content:"\F2DB"}.ms-Icon--CityNext:before{content:"\EC06"}.ms-Icon--ClassNotebookLogoInverse:before{content:"\EDC8"}.ms-Icon--ClassroomLogo:before{content:"\EF75"}.ms-Icon--Clear:before{content:"\E894"}.ms-Icon--ClearFilter:before{content:"\EF8F"}.ms-Icon--ClearFormatting:before{content:"\EDDD"}.ms-Icon--ClearNight:before{content:"\E9C2"}.ms-Icon--Clock:before{content:"\E917"}.ms-Icon--CloneToDesktop:before{content:"\F28C"}.ms-Icon--ClosedCaption:before{content:"\EF84"}.ms-Icon--ClosePane:before{content:"\E89F"}.ms-Icon--ClosePaneMirrored:before{content:"\EA49"}.ms-Icon--Cloud:before{content:"\E753"}.ms-Icon--CloudAdd:before{content:"\ECA9"}.ms-Icon--CloudDownload:before{content:"\EBD3"}.ms-Icon--CloudUpload:before{content:"\EC8E"}.ms-Icon--CloudWeather:before{content:"\E9BE"}.ms-Icon--Cloudy:before{content:"\E9BF"}.ms-Icon--Cocktails:before{content:"\EA9D"}.ms-Icon--Code:before{content:"\E943"}.ms-Icon--Coffee:before{content:"\EAEF"}.ms-Icon--CoffeeScript:before{content:"\F2FA"}.ms-Icon--CollapseContent:before{content:"\F165"}.ms-Icon--CollapseContentSingle:before{content:"\F166"}.ms-Icon--CollapseMenu:before{content:"\EF66"}.ms-Icon--CollegeFootball:before{content:"\EB26"}.ms-Icon--CollegeHoops:before{content:"\EB25"}.ms-Icon--Color:before{content:"\E790"}.ms-Icon--ColorSolid:before{content:"\F354"}.ms-Icon--ColumnLeftTwoThirds:before{content:"\F1D6"}.ms-Icon--ColumnLeftTwoThirdsEdit:before{content:"\F324"}.ms-Icon--ColumnOptions:before{content:"\F317"}.ms-Icon--ColumnRightTwoThirds:before{content:"\F1D7"}.ms-Icon--ColumnRightTwoThirdsEdit:before{content:"\F325"}.ms-Icon--Combine:before{content:"\EDBB"}.ms-Icon--CommandPrompt:before{content:"\E756"}.ms-Icon--Comment:before{content:"\E90A"}.ms-Icon--CommentAdd:before{content:"\F2B3"}.ms-Icon--CommentNext:before{content:"\F2B4"}.ms-Icon--CommentPrevious:before{content:"\F2B5"}.ms-Icon--CommentUrgent:before{content:"\F307"}.ms-Icon--Communications:before{content:"\E95A"}.ms-Icon--CompassNW:before{content:"\E942"}.ms-Icon--Completed:before{content:"\E930"}.ms-Icon--CompletedSolid:before{content:"\EC61"}.ms-Icon--ConfigurationSolid:before{content:"\F334"}.ms-Icon--ConstructionCone:before{content:"\E98F"}.ms-Icon--ConstructionConeSolid:before{content:"\F339"}.ms-Icon--Contact:before{content:"\E77B"}.ms-Icon--ContactCard:before{content:"\EEBD"}.ms-Icon--ContactInfo:before{content:"\E779"}.ms-Icon--Contrast:before{content:"\E7A1"}.ms-Icon--Copy:before{content:"\E8C8"}.ms-Icon--Cotton:before{content:"\EAF3"}.ms-Icon--CPlusPlus:before{content:"\F2F4"}.ms-Icon--CPlusPlusLanguage:before{content:"\F2F3"}.ms-Icon--Cricket:before{content:"\EB1E"}.ms-Icon--CRMReport:before{content:"\EFFE"}.ms-Icon--CrownSolid:before{content:"\F336"}.ms-Icon--CSharp:before{content:"\F2F0"}.ms-Icon--CSharpLanguage:before{content:"\F2EF"}.ms-Icon--CSS:before{content:"\EBEF"}.ms-Icon--CustomList:before{content:"\EEBE"}.ms-Icon--CustomListMirrored:before{content:"\EEBF"}.ms-Icon--Cut:before{content:"\E8C6"}.ms-Icon--Cycling:before{content:"\EAC7"}.ms-Icon--Database:before{content:"\EFC7"}.ms-Icon--DataConnectionLibrary:before{content:"\EEB7"}.ms-Icon--DateTime:before{content:"\EC92"}.ms-Icon--DateTime2:before{content:"\EA17"}.ms-Icon--DateTimeMirrored:before{content:"\EE93"}.ms-Icon--DecisionSolid:before{content:"\F350"}.ms-Icon--DecreaseIndentLegacy:before{content:"\E290"}.ms-Icon--Delete:before{content:"\E74D"}.ms-Icon--DelveAnalytics:before{content:"\EEEE"}.ms-Icon--DelveAnalyticsLogo:before{content:"\EDCA"}.ms-Icon--DelveLogo:before{content:"\F280"}.ms-Icon--DelveLogoFill:before{content:"\F281"}.ms-Icon--DelveLogoInverse:before{content:"\ED76"}.ms-Icon--Deploy:before{content:"\F29D"}.ms-Icon--Descending:before{content:"\EDC1"}.ms-Icon--Design:before{content:"\EB3C"}.ms-Icon--DeveloperTools:before{content:"\EC7A"}.ms-Icon--Devices3:before{content:"\EA6C"}.ms-Icon--Devices4:before{content:"\EB66"}.ms-Icon--Dialpad:before{content:"\E75F"}.ms-Icon--DiamondSolid:before{content:"\F34C"}.ms-Icon--Dictionary:before{content:"\E82D"}.ms-Icon--DietPlanNotebook:before{content:"\EAC8"}.ms-Icon--DiffInline:before{content:"\F309"}.ms-Icon--DiffSideBySide:before{content:"\F30A"}.ms-Icon--DisableUpdates:before{content:"\E8D8"}.ms-Icon--Dislike:before{content:"\E8E0"}.ms-Icon--DockLeft:before{content:"\E90C"}.ms-Icon--DockLeftMirrored:before{content:"\EA4C"}.ms-Icon--DockRight:before{content:"\E90D"}.ms-Icon--DocLibrary:before{content:"\EEB8"}.ms-Icon--DocsLogoInverse:before{content:"\EDCB"}.ms-Icon--Document:before{content:"\E8A5"}.ms-Icon--Documentation:before{content:"\EC17"}.ms-Icon--DocumentManagement:before{content:"\EFFC"}.ms-Icon--DocumentReply:before{content:"\EF57"}.ms-Icon--DocumentSearch:before{content:"\EF6C"}.ms-Icon--DocumentSet:before{content:"\EED6"}.ms-Icon--DonutChart:before{content:"\F368"}.ms-Icon--Door:before{content:"\EB75"}.ms-Icon--DoubleBookmark:before{content:"\EB8F"}.ms-Icon--DoubleChevronDown:before{content:"\EE04"}.ms-Icon--DoubleChevronDown12:before{content:"\EE97"}.ms-Icon--DoubleChevronDown8:before{content:"\F36B"}.ms-Icon--DoubleChevronLeft:before{content:"\EDBE"}.ms-Icon--DoubleChevronLeft12:before{content:"\EE98"}.ms-Icon--DoubleChevronLeft8:before{content:"\F36D"}.ms-Icon--DoubleChevronLeftMed:before{content:"\E991"}.ms-Icon--DoubleChevronLeftMedMirrored:before{content:"\EA4D"}.ms-Icon--DoubleChevronRight:before{content:"\EDBF"}.ms-Icon--DoubleChevronRight12:before{content:"\EE99"}.ms-Icon--DoubleChevronRight8:before{content:"\F36E"}.ms-Icon--DoubleChevronUp:before{content:"\EDBD"}.ms-Icon--DoubleChevronUp12:before{content:"\EE96"}.ms-Icon--DoubleChevronUp8:before{content:"\F36C"}.ms-Icon--DoubleColumn:before{content:"\F1D4"}.ms-Icon--DoubleColumnEdit:before{content:"\F322"}.ms-Icon--Down:before{content:"\E74B"}.ms-Icon--Download:before{content:"\E896"}.ms-Icon--DRM:before{content:"\ECA8"}.ms-Icon--Drop:before{content:"\EB42"}.ms-Icon--DropboxLogo:before{content:"\ED77"}.ms-Icon--Dropdown:before{content:"\EDC5"}.ms-Icon--Duststorm:before{content:"\E9CD"}.ms-Icon--Dynamics365Logo:before{content:"\EDCC"}.ms-Icon--DynamicSMBLogo:before{content:"\EDCD"}.ms-Icon--EatDrink:before{content:"\E807"}.ms-Icon--EdgeLogo:before{content:"\EC60"}.ms-Icon--Edit:before{content:"\E70F"}.ms-Icon--EditMail:before{content:"\EF61"}.ms-Icon--EditMirrored:before{content:"\EB7E"}.ms-Icon--EditNote:before{content:"\ED9D"}.ms-Icon--EditPhoto:before{content:"\EF77"}.ms-Icon--EditStyle:before{content:"\EF60"}.ms-Icon--EgnyteLogo:before{content:"\F373"}.ms-Icon--Embed:before{content:"\ECCE"}.ms-Icon--EMI:before{content:"\E731"}.ms-Icon--Emoji:before{content:"\E899"}.ms-Icon--Emoji2:before{content:"\E76E"}.ms-Icon--EmojiDisappointed:before{content:"\EA88"}.ms-Icon--EmojiNeutral:before{content:"\EA87"}.ms-Icon--EmptyRecycleBin:before{content:"\EF88"}.ms-Icon--EngineeringGroup:before{content:"\F362"}.ms-Icon--Equalizer:before{content:"\E9E9"}.ms-Icon--EraseTool:before{content:"\E75C"}.ms-Icon--Error:before{content:"\E783"}.ms-Icon--ErrorBadge:before{content:"\EA39"}.ms-Icon--Event:before{content:"\ECA3"}.ms-Icon--EventDate:before{content:"\F059"}.ms-Icon--EventInfo:before{content:"\ED8B"}.ms-Icon--ExcelDocument:before{content:"\EF73"}.ms-Icon--ExcelLogo:before{content:"\F1E5"}.ms-Icon--ExcelLogo16:before{content:"\F397"}.ms-Icon--ExcelLogoFill:before{content:"\F1E6"}.ms-Icon--ExcelLogoFill16:before{content:"\F398"}.ms-Icon--ExcelLogoInverse:before{content:"\EC28"}.ms-Icon--ExcelLogoInverse16:before{content:"\F396"}.ms-Icon--ExchangeLogo:before{content:"\F284"}.ms-Icon--ExchangeLogoFill:before{content:"\F285"}.ms-Icon--ExchangeLogoInverse:before{content:"\ED78"}.ms-Icon--ExpandMenu:before{content:"\EF67"}.ms-Icon--ExploreContent:before{content:"\ECCD"}.ms-Icon--ExploreContentSingle:before{content:"\F164"}.ms-Icon--Export:before{content:"\EDE1"}.ms-Icon--ExportMirrored:before{content:"\EDE2"}.ms-Icon--FabricAssetLibrary:before{content:"\F09C"}.ms-Icon--FabricDataConnectionLibrary:before{content:"\F09D"}.ms-Icon--FabricDocLibrary:before{content:"\F09E"}.ms-Icon--FabricFolder:before{content:"\F0A9"}.ms-Icon--FabricFolderFill:before{content:"\F0AA"}.ms-Icon--FabricFolderSearch:before{content:"\F0A4"}.ms-Icon--FabricFormLibrary:before{content:"\F09F"}.ms-Icon--FabricFormLibraryMirrored:before{content:"\F0A0"}.ms-Icon--FabricMovetoFolder:before{content:"\F0A5"}.ms-Icon--FabricNewFolder:before{content:"\F0AB"}.ms-Icon--FabricOpenFolderHorizontal:before{content:"\F0A8"}.ms-Icon--FabricPictureLibrary:before{content:"\F0AC"}.ms-Icon--FabricPublicFolder:before{content:"\F0A3"}.ms-Icon--FabricReportLibrary:before{content:"\F0A1"}.ms-Icon--FabricReportLibraryMirrored:before{content:"\F0A2"}.ms-Icon--FabricSyncFolder:before{content:"\F0A7"}.ms-Icon--FabricUnsyncFolder:before{content:"\F0A6"}.ms-Icon--FacebookLogo:before{content:"\ECB3"}.ms-Icon--Family:before{content:"\EBDA"}.ms-Icon--FangBody:before{content:"\ECEB"}.ms-Icon--FastForward:before{content:"\EB9D"}.ms-Icon--Favicon:before{content:"\E737"}.ms-Icon--FavoriteList:before{content:"\E728"}.ms-Icon--FavoriteStar:before{content:"\E734"}.ms-Icon--FavoriteStarFill:before{content:"\E735"}.ms-Icon--Fax:before{content:"\EF5C"}.ms-Icon--Feedback:before{content:"\ED15"}.ms-Icon--FeedbackRequestMirroredSolid:before{content:"\F35A"}.ms-Icon--FeedbackRequestSolid:before{content:"\F359"}.ms-Icon--FeedbackResponseSolid:before{content:"\F35B"}.ms-Icon--Ferry:before{content:"\E7E3"}.ms-Icon--FerrySolid:before{content:"\EB48"}.ms-Icon--FieldChanged:before{content:"\F2C3"}.ms-Icon--FieldEmpty:before{content:"\F2C1"}.ms-Icon--FieldFilled:before{content:"\F2C2"}.ms-Icon--FieldNotChanged:before{content:"\F2C4"}.ms-Icon--FileASPX:before{content:"\F2E9"}.ms-Icon--FileBug:before{content:"\F30D"}.ms-Icon--FileCode:before{content:"\F30E"}.ms-Icon--FileComment:before{content:"\F30F"}.ms-Icon--FileCSS:before{content:"\F2EA"}.ms-Icon--FileHTML:before{content:"\F2ED"}.ms-Icon--FileImage:before{content:"\F311"}.ms-Icon--FileJAVA:before{content:"\F2E8"}.ms-Icon--FileLess:before{content:"\F2EC"}.ms-Icon--FilePDB:before{content:"\F2E5"}.ms-Icon--FileSass:before{content:"\F2EB"}.ms-Icon--FileSQL:before{content:"\F2E7"}.ms-Icon--FileSymlink:before{content:"\F312"}.ms-Icon--FileTemplate:before{content:"\F2E6"}.ms-Icon--FileTypeSolution:before{content:"\F387"}.ms-Icon--Filter:before{content:"\E71C"}.ms-Icon--Filters:before{content:"\E795"}.ms-Icon--FiltersSolid:before{content:"\F353"}.ms-Icon--Financial:before{content:"\E7BB"}.ms-Icon--FinancialMirroredSolid:before{content:"\F347"}.ms-Icon--FinancialSolid:before{content:"\F346"}.ms-Icon--Fingerprint:before{content:"\E928"}.ms-Icon--FiveTileGrid:before{content:"\F274"}.ms-Icon--Flag:before{content:"\E7C1"}.ms-Icon--FlameSolid:before{content:"\F1F3"}.ms-Icon--FlickDown:before{content:"\E935"}.ms-Icon--FlickLeft:before{content:"\E937"}.ms-Icon--FlickRight:before{content:"\E938"}.ms-Icon--FlickUp:before{content:"\E936"}.ms-Icon--Flow:before{content:"\EF90"}.ms-Icon--FocalPoint:before{content:"\F277"}.ms-Icon--Fog:before{content:"\E9CB"}.ms-Icon--Folder:before{content:"\E8B7"}.ms-Icon--FolderFill:before{content:"\E8D5"}.ms-Icon--FolderHorizontal:before{content:"\F12B"}.ms-Icon--FolderList:before{content:"\F2CE"}.ms-Icon--FolderListMirrored:before{content:"\F2CF"}.ms-Icon--FolderOpen:before{content:"\E838"}.ms-Icon--FolderQuery:before{content:"\F2CD"}.ms-Icon--FolderSearch:before{content:"\EF65"}.ms-Icon--Font:before{content:"\E8D2"}.ms-Icon--FontColor:before{content:"\E8D3"}.ms-Icon--FontDecrease:before{content:"\E8E7"}.ms-Icon--FontIncrease:before{content:"\E8E8"}.ms-Icon--FontSize:before{content:"\E8E9"}.ms-Icon--FormLibrary:before{content:"\EEB9"}.ms-Icon--FormLibraryMirrored:before{content:"\EEBA"}.ms-Icon--Forward:before{content:"\E72A"}.ms-Icon--ForwardEvent:before{content:"\ED8C"}.ms-Icon--Freezing:before{content:"\E9EF"}.ms-Icon--Frigid:before{content:"\E9CA"}.ms-Icon--FSharp:before{content:"\F2F6"}.ms-Icon--FSharpLanguage:before{content:"\F2F5"}.ms-Icon--FullCircleMask:before{content:"\E91F"}.ms-Icon--FullHistory:before{content:"\F31C"}.ms-Icon--FullScreen:before{content:"\E740"}.ms-Icon--FullWidth:before{content:"\F2FE"}.ms-Icon--FullWidthEdit:before{content:"\F2FF"}.ms-Icon--Generate:before{content:"\E9DA"}.ms-Icon--Giftbox:before{content:"\EC1F"}.ms-Icon--GiftboxOpen:before{content:"\F133"}.ms-Icon--GiftBoxSolid:before{content:"\F341"}.ms-Icon--GiftCard:before{content:"\EB8E"}.ms-Icon--GitGraph:before{content:"\F2CA"}.ms-Icon--Glasses:before{content:"\EA16"}.ms-Icon--Glimmer:before{content:"\ECF4"}.ms-Icon--GlobalNavButton:before{content:"\E700"}.ms-Icon--Globe:before{content:"\E774"}.ms-Icon--GlobeFavorite:before{content:"\EF53"}.ms-Icon--Golf:before{content:"\EB1F"}.ms-Icon--GoogleDriveLogo:before{content:"\EE0B"}.ms-Icon--GoogleDriveLogoBottomBlue:before{content:"\F375"}.ms-Icon--GoogleDriveLogoLeftGreen:before{content:"\F374"}.ms-Icon--GoogleDriveLogoRightYellow:before{content:"\F376"}.ms-Icon--GotoToday:before{content:"\E8D1"}.ms-Icon--GripperBarVertical:before{content:"\E784"}.ms-Icon--GripperTool:before{content:"\E75E"}.ms-Icon--Group:before{content:"\E902"}.ms-Icon--GroupedAscending:before{content:"\EE67"}.ms-Icon--GroupedDescending:before{content:"\EE66"}.ms-Icon--GroupedList:before{content:"\EF74"}.ms-Icon--HailDay:before{content:"\EA00"}.ms-Icon--HailNight:before{content:"\EA13"}.ms-Icon--HalfAlpha:before{content:"\E97E"}.ms-Icon--Handwriting:before{content:"\E929"}.ms-Icon--HardDriveGroup:before{content:"\F18F"}.ms-Icon--Header1:before{content:"\EA19"}.ms-Icon--Header2:before{content:"\EF36"}.ms-Icon--Header3:before{content:"\EF37"}.ms-Icon--Header4:before{content:"\EF38"}.ms-Icon--Headset:before{content:"\E95B"}.ms-Icon--HeadsetSolid:before{content:"\F348"}.ms-Icon--Health:before{content:"\E95E"}.ms-Icon--HealthSolid:before{content:"\F33F"}.ms-Icon--Heart:before{content:"\EB51"}.ms-Icon--HeartFill:before{content:"\EB52"}.ms-Icon--Help:before{content:"\E897"}.ms-Icon--HelpMirrored:before{content:"\EA51"}.ms-Icon--Hide:before{content:"\ED1A"}.ms-Icon--Hide2:before{content:"\EF89"}.ms-Icon--Highlight:before{content:"\E7E6"}.ms-Icon--HighlightMappedShapes:before{content:"\F2A1"}.ms-Icon--History:before{content:"\E81C"}.ms-Icon--Home:before{content:"\E80F"}.ms-Icon--HomeSolid:before{content:"\EA8A"}.ms-Icon--Hospital:before{content:"\E91D"}.ms-Icon--Hotel:before{content:"\E824"}.ms-Icon--IconSetsFlag:before{content:"\F2A4"}.ms-Icon--ImageCrosshair:before{content:"\F2C9"}.ms-Icon--ImageDiff:before{content:"\F30B"}.ms-Icon--ImagePixel:before{content:"\F30C"}.ms-Icon--Import:before{content:"\E8B5"}.ms-Icon--Important:before{content:"\E8C9"}.ms-Icon--ImportMirrored:before{content:"\EA52"}.ms-Icon--InboxCheck:before{content:"\EF64"}.ms-Icon--IncidentTriangle:before{content:"\E814"}.ms-Icon--IncreaseIndentLegacy:before{content:"\E291"}.ms-Icon--Info:before{content:"\E946"}.ms-Icon--Info2:before{content:"\EA1F"}.ms-Icon--InfoSolid:before{content:"\F167"}.ms-Icon--InsertTextBox:before{content:"\EC7D"}.ms-Icon--InstallToDrive:before{content:"\F28D"}.ms-Icon--InternetSharing:before{content:"\E704"}.ms-Icon--iOSAppStoreLogo:before{content:"\EF8A"}.ms-Icon--IssueTracking:before{content:"\EEC0"}.ms-Icon--IssueTrackingMirrored:before{content:"\EEC1"}.ms-Icon--Italic:before{content:"\E8DB"}.ms-Icon--JavaScriptLanguage:before{content:"\F2EE"}.ms-Icon--JoinOnlineMeeting:before{content:"\ED8F"}.ms-Icon--JS:before{content:"\EBF0"}.ms-Icon--Label:before{content:"\E932"}.ms-Icon--LandscapeOrientation:before{content:"\EF6B"}.ms-Icon--LaptopSelected:before{content:"\EC76"}.ms-Icon--LargeGrid:before{content:"\EECB"}.ms-Icon--Library:before{content:"\E8F1"}.ms-Icon--Lifesaver:before{content:"\EF62"}.ms-Icon--LifesaverLock:before{content:"\EF63"}.ms-Icon--Light:before{content:"\E793"}.ms-Icon--Lightbulb:before{content:"\EA80"}.ms-Icon--LightningBolt:before{content:"\E945"}.ms-Icon--Like:before{content:"\E8E1"}.ms-Icon--LineChart:before{content:"\E9E6"}.ms-Icon--Link:before{content:"\E71B"}.ms-Icon--LinkedInLogo:before{content:"\F20A"}.ms-Icon--List:before{content:"\EA37"}.ms-Icon--ListMirrored:before{content:"\EA55"}.ms-Icon--LocaleLanguage:before{content:"\F2B7"}.ms-Icon--Location:before{content:"\E81D"}.ms-Icon--LocationCircle:before{content:"\E80E"}.ms-Icon--LocationDot:before{content:"\E827"}.ms-Icon--LocationFill:before{content:"\E920"}.ms-Icon--LocationOutline:before{content:"\F2D0"}.ms-Icon--Lock:before{content:"\E72E"}.ms-Icon--LockSolid:before{content:"\E9A2"}.ms-Icon--LogRemove:before{content:"\F316"}.ms-Icon--LowerBrightness:before{content:"\EC8A"}.ms-Icon--LyncLogo:before{content:"\ED79"}.ms-Icon--Mail:before{content:"\E715"}.ms-Icon--MailAlert:before{content:"\ED80"}.ms-Icon--MailCheck:before{content:"\ED81"}.ms-Icon--MailFill:before{content:"\E8A8"}.ms-Icon--MailForward:before{content:"\E89C"}.ms-Icon--MailForwardMirrored:before{content:"\EA56"}.ms-Icon--MailLowImportance:before{content:"\ED82"}.ms-Icon--MailPause:before{content:"\ED83"}.ms-Icon--MailRepeat:before{content:"\ED84"}.ms-Icon--MailReply:before{content:"\E8CA"}.ms-Icon--MailReplyAll:before{content:"\E8C2"}.ms-Icon--MailReplyAllMirrored:before{content:"\EA58"}.ms-Icon--MailReplyMirrored:before{content:"\EA57"}.ms-Icon--MailSolid:before{content:"\F343"}.ms-Icon--MapDirections:before{content:"\E816"}.ms-Icon--MapPin:before{content:"\E707"}.ms-Icon--MarkDownLanguage:before{content:"\F2FB"}.ms-Icon--Market:before{content:"\EAFC"}.ms-Icon--MarketDown:before{content:"\EF42"}.ms-Icon--Medical:before{content:"\EAD4"}.ms-Icon--Megaphone:before{content:"\E789"}.ms-Icon--MegaphoneSolid:before{content:"\F332"}.ms-Icon--Memo:before{content:"\E77C"}.ms-Icon--Merge:before{content:"\E7D5"}.ms-Icon--MergeDuplicate:before{content:"\F29A"}.ms-Icon--Message:before{content:"\E8BD"}.ms-Icon--MessageFill:before{content:"\EC70"}.ms-Icon--Microphone:before{content:"\E720"}.ms-Icon--MicrosoftStaffhubLogo:before{content:"\F130"}.ms-Icon--MiniLink:before{content:"\E732"}.ms-Icon--MobileSelected:before{content:"\EC75"}.ms-Icon--Money:before{content:"\EAFD"}.ms-Icon--More:before{content:"\E712"}.ms-Icon--MoreSports:before{content:"\EB22"}.ms-Icon--MoreVertical:before{content:"\F2BC"}.ms-Icon--Move:before{content:"\E7C2"}.ms-Icon--MoveToFolder:before{content:"\E8DE"}.ms-Icon--MSNLogo:before{content:"\EB6C"}.ms-Icon--MSNVideos:before{content:"\EB1C"}.ms-Icon--MSNVideosSolid:before{content:"\F2DA"}.ms-Icon--MultiSelect:before{content:"\E762"}.ms-Icon--MultiSelectMirrored:before{content:"\EA98"}.ms-Icon--MusicInCollection:before{content:"\E940"}.ms-Icon--MusicInCollectionFill:before{content:"\EA36"}.ms-Icon--MusicNote:before{content:"\EC4F"}.ms-Icon--Nav2DMapView:before{content:"\E800"}.ms-Icon--NavigateBack:before{content:"\F2DD"}.ms-Icon--NavigateBackMirrored:before{content:"\F2DE"}.ms-Icon--NavigateExternalInline:before{content:"\F35F"}.ms-Icon--NavigateForward:before{content:"\F2DF"}.ms-Icon--NavigateForwardMirrored:before{content:"\F2E0"}.ms-Icon--NetworkTower:before{content:"\EC05"}.ms-Icon--NewAnalyticsQuery:before{content:"\F1E0"}.ms-Icon--NewFolder:before{content:"\E8F4"}.ms-Icon--News:before{content:"\E900"}.ms-Icon--NewTeamProject:before{content:"\F2B2"}.ms-Icon--Next:before{content:"\E893"}.ms-Icon--NoteForward:before{content:"\ED99"}.ms-Icon--NotePinned:before{content:"\ED9A"}.ms-Icon--NoteReply:before{content:"\ED98"}.ms-Icon--NumberedList:before{content:"\EA1C"}.ms-Icon--NumberField:before{content:"\EDC4"}.ms-Icon--OfficeAddinsLogo:before{content:"\EEC7"}.ms-Icon--OfficeAssistantLogo:before{content:"\EDCE"}.ms-Icon--OfficeFormLogo:before{content:"\EF86"}.ms-Icon--OfficeLogo:before{content:"\EB6E"}.ms-Icon--OfficeStoreLogo:before{content:"\EDCF"}.ms-Icon--OfficeVideoLogo:before{content:"\F282"}.ms-Icon--OfficeVideoLogoFill:before{content:"\F283"}.ms-Icon--OfficeVideoLogoInverse:before{content:"\ED7A"}.ms-Icon--OfflineOneDriveParachute:before{content:"\EEC8"}.ms-Icon--OfflineOneDriveParachuteDisabled:before{content:"\EEC9"}.ms-Icon--OfflineStorageSolid:before{content:"\F34E"}.ms-Icon--OneDrive:before{content:"\E941"}.ms-Icon--OneDriveAdd:before{content:"\EF32"}.ms-Icon--OneNoteEduLogoInverse:before{content:"\EDD0"}.ms-Icon--OneNoteLogo:before{content:"\F1E7"}.ms-Icon--OneNoteLogo16:before{content:"\F39A"}.ms-Icon--OneNoteLogoFill:before{content:"\F1E8"}.ms-Icon--OneNoteLogoFill16:before{content:"\F39B"}.ms-Icon--OneNoteLogoInverse:before{content:"\EC0D"}.ms-Icon--OneNoteLogoInverse16:before{content:"\F399"}.ms-Icon--OpenFile:before{content:"\E8E5"}.ms-Icon--OpenFolderHorizontal:before{content:"\ED25"}.ms-Icon--OpenInNewWindow:before{content:"\E8A7"}.ms-Icon--OpenPane:before{content:"\E8A0"}.ms-Icon--OpenPaneMirrored:before{content:"\EA5B"}.ms-Icon--OpenSource:before{content:"\EBC2"}.ms-Icon--Org:before{content:"\ECA6"}.ms-Icon--OutlookLogo:before{content:"\F1E9"}.ms-Icon--OutlookLogo16:before{content:"\F39D"}.ms-Icon--OutlookLogoFill:before{content:"\F1EA"}.ms-Icon--OutlookLogoFill16:before{content:"\F39E"}.ms-Icon--OutlookLogoInverse:before{content:"\EB6D"}.ms-Icon--OutlookLogoInverse16:before{content:"\F39C"}.ms-Icon--OutOfOffice:before{content:"\ED34"}.ms-Icon--Package:before{content:"\E7B8"}.ms-Icon--Packages:before{content:"\F318"}.ms-Icon--Page:before{content:"\E7C3"}.ms-Icon--PageAdd:before{content:"\EA1A"}.ms-Icon--PageCheckedin:before{content:"\F104"}.ms-Icon--PageCheckedOut:before{content:"\F02C"}.ms-Icon--PageEdit:before{content:"\EFB6"}.ms-Icon--PageLeft:before{content:"\E760"}.ms-Icon--PageListMirroredSolid:before{content:"\F33B"}.ms-Icon--PageListSolid:before{content:"\F33A"}.ms-Icon--PageRight:before{content:"\E761"}.ms-Icon--PageSolid:before{content:"\E729"}.ms-Icon--PanoIndicator:before{content:"\E7B0"}.ms-Icon--Parachute:before{content:"\F351"}.ms-Icon--ParachuteSolid:before{content:"\F352"}.ms-Icon--Parameter:before{content:"\F306"}.ms-Icon--ParatureLogo:before{content:"\ED7B"}.ms-Icon--ParkingLocation:before{content:"\E811"}.ms-Icon--ParkingLocationMirrored:before{content:"\EA5E"}.ms-Icon--ParkingMirroredSolid:before{content:"\F34B"}.ms-Icon--ParkingSolid:before{content:"\F34A"}.ms-Icon--PartlyCloudyDay:before{content:"\E9C0"}.ms-Icon--PartlyCloudyNight:before{content:"\E9C1"}.ms-Icon--PartyLeader:before{content:"\ECA7"}.ms-Icon--Paste:before{content:"\E77F"}.ms-Icon--Pause:before{content:"\E769"}.ms-Icon--PaymentCard:before{content:"\E8C7"}.ms-Icon--PC1:before{content:"\E977"}.ms-Icon--PDF:before{content:"\EA90"}.ms-Icon--PencilReply:before{content:"\EF7B"}.ms-Icon--People:before{content:"\E716"}.ms-Icon--PeopleAdd:before{content:"\EA15"}.ms-Icon--PeopleAlert:before{content:"\ED93"}.ms-Icon--PeopleBlock:before{content:"\ED91"}.ms-Icon--PeoplePause:before{content:"\ED94"}.ms-Icon--PeopleRepeat:before{content:"\ED92"}.ms-Icon--Permissions:before{content:"\E8D7"}.ms-Icon--PermissionsSolid:before{content:"\F349"}.ms-Icon--Personalize:before{content:"\E771"}.ms-Icon--Phone:before{content:"\E717"}.ms-Icon--Photo2:before{content:"\EB9F"}.ms-Icon--Photo2Add:before{content:"\ECAB"}.ms-Icon--Photo2Remove:before{content:"\ECAC"}.ms-Icon--PhotoCollection:before{content:"\E7AA"}.ms-Icon--Picture:before{content:"\E8B9"}.ms-Icon--PictureLibrary:before{content:"\EEC2"}.ms-Icon--PieDouble:before{content:"\EB04"}.ms-Icon--PieSingle:before{content:"\EB05"}.ms-Icon--Pill:before{content:"\EACB"}.ms-Icon--Pin:before{content:"\E718"}.ms-Icon--Pinned:before{content:"\E840"}.ms-Icon--PinnedFill:before{content:"\E842"}.ms-Icon--PivotChart:before{content:"\F24C"}.ms-Icon--PlannerLogo:before{content:"\EDD1"}.ms-Icon--PlanView:before{content:"\F360"}.ms-Icon--Play:before{content:"\E768"}.ms-Icon--PlayerSettings:before{content:"\EF58"}.ms-Icon--PlayResume:before{content:"\F2C6"}.ms-Icon--Plug:before{content:"\F300"}.ms-Icon--PlugConnected:before{content:"\F302"}.ms-Icon--PlugDisconnected:before{content:"\F303"}.ms-Icon--PlugSolid:before{content:"\F301"}.ms-Icon--POI:before{content:"\ECAF"}.ms-Icon--POISolid:before{content:"\F2D1"}.ms-Icon--PostUpdate:before{content:"\E8F3"}.ms-Icon--PowerApps:before{content:"\EDD2"}.ms-Icon--PowerApps2Logo:before{content:"\F092"}.ms-Icon--PowerAppsLogo:before{content:"\F091"}.ms-Icon--PowerBILogo:before{content:"\EA1E"}.ms-Icon--PowerPointDocument:before{content:"\EF72"}.ms-Icon--PowerPointLogo:before{content:"\F1EB"}.ms-Icon--PowerPointLogo16:before{content:"\F394"}.ms-Icon--PowerPointLogoFill:before{content:"\F1EC"}.ms-Icon--PowerPointLogoFill16:before{content:"\F395"}.ms-Icon--PowerPointLogoInverse:before{content:"\EC2A"}.ms-Icon--PowerPointLogoInverse16:before{content:"\F393"}.ms-Icon--Precipitation:before{content:"\E9CF"}.ms-Icon--PresenceChickletVideo:before{content:"\E979"}.ms-Icon--Preview:before{content:"\E8FF"}.ms-Icon--PreviewLink:before{content:"\E8A1"}.ms-Icon--Previous:before{content:"\E892"}.ms-Icon--Print:before{content:"\E749"}.ms-Icon--PrintfaxPrinterFile:before{content:"\E956"}.ms-Icon--Processing:before{content:"\E9F5"}.ms-Icon--ProcessMetaTask:before{content:"\F290"}.ms-Icon--Product:before{content:"\ECDC"}.ms-Icon--ProFootball:before{content:"\EB27"}.ms-Icon--ProgressLoopInner:before{content:"\ECDE"}.ms-Icon--ProgressLoopOuter:before{content:"\ECDF"}.ms-Icon--ProgressRingDots:before{content:"\F16A"}.ms-Icon--ProHockey:before{content:"\EB28"}.ms-Icon--ProjectCollection:before{content:"\F363"}.ms-Icon--ProjectLogoInverse:before{content:"\EDD4"}.ms-Icon--ProtectedDocument:before{content:"\E8A6"}.ms-Icon--ProtectRestrict:before{content:"\F22A"}.ms-Icon--PublicCalendar:before{content:"\EF6D"}.ms-Icon--PublicContactCard:before{content:"\EF6E"}.ms-Icon--PublicEmail:before{content:"\EF6F"}.ms-Icon--PublicFolder:before{content:"\EF70"}.ms-Icon--PublisherLogo:before{content:"\F1ED"}.ms-Icon--PublisherLogo16:before{content:"\F3A0"}.ms-Icon--PublisherLogoFill:before{content:"\F1EE"}.ms-Icon--PublisherLogoFill16:before{content:"\F3A1"}.ms-Icon--PublisherLogoInverse16:before{content:"\F39F"}.ms-Icon--Puzzle:before{content:"\EA86"}.ms-Icon--PY:before{content:"\F2F9"}.ms-Icon--PythonLanguage:before{content:"\F2F8"}.ms-Icon--QueryList:before{content:"\F2B8"}.ms-Icon--Questionnaire:before{content:"\EE19"}.ms-Icon--QuestionnaireMirrored:before{content:"\EE4B"}.ms-Icon--QuickNote:before{content:"\E70B"}.ms-Icon--QuickNoteSolid:before{content:"\F338"}.ms-Icon--RadioBtnOff:before{content:"\ECCA"}.ms-Icon--RadioBtnOn:before{content:"\ECCB"}.ms-Icon--RadioBullet:before{content:"\E915"}.ms-Icon--Rain:before{content:"\E9C4"}.ms-Icon--RainShowersDay:before{content:"\E9C3"}.ms-Icon--RainShowersNight:before{content:"\EA0F"}.ms-Icon--RainSnow:before{content:"\E9C7"}.ms-Icon--RawSource:before{content:"\F299"}.ms-Icon--Read:before{content:"\E8C3"}.ms-Icon--ReadingMode:before{content:"\E736"}.ms-Icon--ReadingModeSolid:before{content:"\F33D"}.ms-Icon--ReceiptCheck:before{content:"\EF5B"}.ms-Icon--ReceiptForward:before{content:"\EF59"}.ms-Icon--ReceiptReply:before{content:"\EF5A"}.ms-Icon--Recent:before{content:"\E823"}.ms-Icon--Record2:before{content:"\EA3F"}.ms-Icon--RecurringEvent:before{content:"\EF5D"}.ms-Icon--RecurringTask:before{content:"\EDB2"}.ms-Icon--RecycleBin:before{content:"\EF87"}.ms-Icon--Redeploy:before{content:"\F29E"}.ms-Icon--RedEye:before{content:"\E7B3"}.ms-Icon--Redo:before{content:"\E7A6"}.ms-Icon--Refresh:before{content:"\E72C"}.ms-Icon--ReminderGroup:before{content:"\EBF8"}.ms-Icon--Remove:before{content:"\E738"}.ms-Icon--RemoveEvent:before{content:"\ED8A"}.ms-Icon--RemoveFilter:before{content:"\EB08"}.ms-Icon--RemoveLink:before{content:"\ED90"}.ms-Icon--RemoveOccurrence:before{content:"\ED9B"}.ms-Icon--Rename:before{content:"\E8AC"}.ms-Icon--ReopenPages:before{content:"\ED50"}.ms-Icon--Repair:before{content:"\E90F"}.ms-Icon--Reply:before{content:"\E97A"}.ms-Icon--ReplyAll:before{content:"\EE0A"}.ms-Icon--ReplyAllAlt:before{content:"\EF5F"}.ms-Icon--ReplyAllMirrored:before{content:"\EE36"}.ms-Icon--ReplyAlt:before{content:"\EF5E"}.ms-Icon--ReplyMirrored:before{content:"\EE35"}.ms-Icon--Repo:before{content:"\F2CB"}.ms-Icon--ReportLibrary:before{content:"\EEBB"}.ms-Icon--ReportLibraryMirrored:before{content:"\EEBC"}.ms-Icon--RepoSolid:before{content:"\F2CC"}.ms-Icon--ReturnToSession:before{content:"\ED24"}.ms-Icon--ReviewRequestMirroredSolid:before{content:"\F357"}.ms-Icon--ReviewRequestSolid:before{content:"\F356"}.ms-Icon--ReviewResponseSolid:before{content:"\F358"}.ms-Icon--ReviewSolid:before{content:"\F355"}.ms-Icon--RevToggleKey:before{content:"\E845"}.ms-Icon--Rewind:before{content:"\EB9E"}.ms-Icon--Ribbon:before{content:"\E9D1"}.ms-Icon--RibbonSolid:before{content:"\F345"}.ms-Icon--RightDoubleQuote:before{content:"\E9B1"}.ms-Icon--Ringer:before{content:"\EA8F"}.ms-Icon--RingerOff:before{content:"\F2C5"}.ms-Icon--Robot:before{content:"\E99A"}.ms-Icon--Rocket:before{content:"\F3B3"}.ms-Icon--Room:before{content:"\ED9F"}.ms-Icon--Rotate:before{content:"\E7AD"}.ms-Icon--RowsChild:before{content:"\F29C"}.ms-Icon--RowsGroup:before{content:"\F29B"}.ms-Icon--Rugby:before{content:"\EB2D"}.ms-Icon--Running:before{content:"\EADA"}.ms-Icon--Sad:before{content:"\E757"}.ms-Icon--SadSolid:before{content:"\F33E"}.ms-Icon--Save:before{content:"\E74E"}.ms-Icon--SaveAll:before{content:"\F203"}.ms-Icon--SaveAndClose:before{content:"\F038"}.ms-Icon--SaveAs:before{content:"\E792"}.ms-Icon--Savings:before{content:"\EB0B"}.ms-Icon--ScheduleEventAction:before{content:"\F1EF"}.ms-Icon--ScopeTemplate:before{content:"\F2B0"}.ms-Icon--Script:before{content:"\F03A"}.ms-Icon--ScrollUpDown:before{content:"\EC8F"}.ms-Icon--Search:before{content:"\E721"}.ms-Icon--SearchAndApps:before{content:"\E773"}.ms-Icon--Section:before{content:"\EC0C"}.ms-Icon--Sections:before{content:"\EF76"}.ms-Icon--SecurityGroup:before{content:"\ED85"}.ms-Icon--Send:before{content:"\E724"}.ms-Icon--SendMirrored:before{content:"\EA63"}.ms-Icon--Separator:before{content:"\F35E"}.ms-Icon--Server:before{content:"\F201"}.ms-Icon--ServerEnviroment:before{content:"\F29F"}.ms-Icon--ServerProcesses:before{content:"\F1FE"}.ms-Icon--SetAction:before{content:"\F071"}.ms-Icon--Settings:before{content:"\E713"}.ms-Icon--Share:before{content:"\E72D"}.ms-Icon--ShareiOS:before{content:"\EF79"}.ms-Icon--SharepointLogo:before{content:"\F27E"}.ms-Icon--SharepointLogoFill:before{content:"\F27F"}.ms-Icon--SharepointLogoInverse:before{content:"\ED18"}.ms-Icon--Shield:before{content:"\EA18"}.ms-Icon--ShieldSolid:before{content:"\F340"}.ms-Icon--Shop:before{content:"\E719"}.ms-Icon--ShoppingCart:before{content:"\E7BF"}.ms-Icon--ShoppingCartSolid:before{content:"\F342"}.ms-Icon--ShopServer:before{content:"\F2B6"}.ms-Icon--ShowResults:before{content:"\E8BC"}.ms-Icon--ShowResultsMirrored:before{content:"\EA65"}.ms-Icon--SidePanel:before{content:"\EF52"}.ms-Icon--SidePanelMirrored:before{content:"\F221"}.ms-Icon--SignOut:before{content:"\F3B1"}.ms-Icon--SingleBookmark:before{content:"\EDFF"}.ms-Icon--SingleColumn:before{content:"\F1D3"}.ms-Icon--SingleColumnEdit:before{content:"\F321"}.ms-Icon--SIPMove:before{content:"\E759"}.ms-Icon--SkypeCheck:before{content:"\EF80"}.ms-Icon--SkypeCircleCheck:before{content:"\EF7D"}.ms-Icon--SkypeCircleClock:before{content:"\EF7E"}.ms-Icon--SkypeCircleMinus:before{content:"\EF7F"}.ms-Icon--SkypeClock:before{content:"\EF81"}.ms-Icon--SkypeForBusinessLogoFill:before{content:"\F27D"}.ms-Icon--SkypeLogo:before{content:"\EB6F"}.ms-Icon--SkypeMessage:before{content:"\EF83"}.ms-Icon--SkypeMinus:before{content:"\EF82"}.ms-Icon--SliderThumb:before{content:"\EC13"}.ms-Icon--Snow:before{content:"\E9C8"}.ms-Icon--Snowflake:before{content:"\EB46"}.ms-Icon--SnowShowerDay:before{content:"\E9FD"}.ms-Icon--SnowShowerNight:before{content:"\EA11"}.ms-Icon--Soccer:before{content:"\EB21"}.ms-Icon--SocialListeningLogo:before{content:"\ED7C"}.ms-Icon--Sort:before{content:"\E8CB"}.ms-Icon--SortDown:before{content:"\EE69"}.ms-Icon--SortLines:before{content:"\E9D0"}.ms-Icon--SortUp:before{content:"\EE68"}.ms-Icon--Speakers:before{content:"\E7F5"}.ms-Icon--SpeedHigh:before{content:"\EC4A"}.ms-Icon--Split:before{content:"\EDBC"}.ms-Icon--Sprint:before{content:"\F3B0"}.ms-Icon--Squalls:before{content:"\E9CC"}.ms-Icon--StackedBarChart:before{content:"\F24D"}.ms-Icon--StackedLineChart:before{content:"\F24E"}.ms-Icon--StackIndicator:before{content:"\E7FF"}.ms-Icon--Starburst:before{content:"\EF78"}.ms-Icon--StarburstSolid:before{content:"\F33C"}.ms-Icon--StatusErrorFull:before{content:"\EB90"}.ms-Icon--StatusTriangle:before{content:"\EA82"}.ms-Icon--Step:before{content:"\F241"}.ms-Icon--StepInsert:before{content:"\F242"}.ms-Icon--StepShared:before{content:"\F243"}.ms-Icon--StepSharedAdd:before{content:"\F244"}.ms-Icon--StepSharedInsert:before{content:"\F245"}.ms-Icon--StockDown:before{content:"\EB0F"}.ms-Icon--StockUp:before{content:"\EB11"}.ms-Icon--Stop:before{content:"\E71A"}.ms-Icon--StopSolid:before{content:"\EE95"}.ms-Icon--Stopwatch:before{content:"\E916"}.ms-Icon--StoreLogo:before{content:"\EA96"}.ms-Icon--StoreLogoMed:before{content:"\EA04"}.ms-Icon--Storyboard:before{content:"\F308"}.ms-Icon--Streaming:before{content:"\E93E"}.ms-Icon--StreamingOff:before{content:"\F2BB"}.ms-Icon--StreamLogo:before{content:"\F329"}.ms-Icon--Strikethrough:before{content:"\EDE0"}.ms-Icon--Subscribe:before{content:"\EDA1"}.ms-Icon--Subscript:before{content:"\EDDF"}.ms-Icon--Suitcase:before{content:"\EDD3"}.ms-Icon--SunAdd:before{content:"\EF69"}.ms-Icon--Sunny:before{content:"\E9BD"}.ms-Icon--SunQuestionMark:before{content:"\EF6A"}.ms-Icon--Superscript:before{content:"\EDDE"}.ms-Icon--SwayLogoInverse:before{content:"\ED29"}.ms-Icon--Switch:before{content:"\E8AB"}.ms-Icon--SwitcherStartEnd:before{content:"\E810"}.ms-Icon--Sync:before{content:"\E895"}.ms-Icon--SyncFolder:before{content:"\E8F7"}.ms-Icon--SyncToPC:before{content:"\EE6E"}.ms-Icon--System:before{content:"\E770"}.ms-Icon--Tab:before{content:"\E7E9"}.ms-Icon--Table:before{content:"\ED86"}.ms-Icon--Tablet:before{content:"\E70A"}.ms-Icon--TabletSelected:before{content:"\EC74"}.ms-Icon--Tag:before{content:"\E8EC"}.ms-Icon--Taskboard:before{content:"\F1C2"}.ms-Icon--TaskGroup:before{content:"\F2AE"}.ms-Icon--TaskGroupMirrored:before{content:"\F2AF"}.ms-Icon--TaskManager:before{content:"\EDB7"}.ms-Icon--TaskManagerMirrored:before{content:"\EDB8"}.ms-Icon--TaskSolid:before{content:"\F333"}.ms-Icon--TeamFavorite:before{content:"\F2AD"}.ms-Icon--TeamsLogo:before{content:"\F27B"}.ms-Icon--TeamsLogoFill:before{content:"\F27C"}.ms-Icon--TeamsLogoInverse:before{content:"\F27A"}.ms-Icon--Teamwork:before{content:"\EA12"}.ms-Icon--TemporaryUser:before{content:"\EE58"}.ms-Icon--Tennis:before{content:"\EB33"}.ms-Icon--TestAutoSolid:before{content:"\F3A8"}.ms-Icon--TestBeaker:before{content:"\F3A5"}.ms-Icon--TestBeakerSolid:before{content:"\F3A6"}.ms-Icon--TestCase:before{content:"\F3AF"}.ms-Icon--TestExploreSolid:before{content:"\F3A7"}.ms-Icon--TestImpactSolid:before{content:"\F3AA"}.ms-Icon--TestParameter:before{content:"\F3AD"}.ms-Icon--TestPlan:before{content:"\F3AB"}.ms-Icon--TestStep:before{content:"\F3AC"}.ms-Icon--TestSuite:before{content:"\F3AE"}.ms-Icon--TestUserSolid:before{content:"\F3A9"}.ms-Icon--TextBox:before{content:"\EDC2"}.ms-Icon--TextCallout:before{content:"\F2A2"}.ms-Icon--TextDocument:before{content:"\F029"}.ms-Icon--TextField:before{content:"\EDC3"}.ms-Icon--ThumbnailView:before{content:"\E7B6"}.ms-Icon--ThumbnailViewMirrored:before{content:"\EA67"}.ms-Icon--Thunderstorms:before{content:"\E9C6"}.ms-Icon--Ticket:before{content:"\EB54"}.ms-Icon--Tiles:before{content:"\ECA5"}.ms-Icon--Tiles2:before{content:"\EF7C"}.ms-Icon--Timeline:before{content:"\ED9C"}.ms-Icon--TimelineDelivery:before{content:"\F2AB"}.ms-Icon--TimelineMatrixView:before{content:"\F361"}.ms-Icon--TimelineProgress:before{content:"\F2AA"}.ms-Icon--Timer:before{content:"\E91E"}.ms-Icon--ToggleBorder:before{content:"\EC12"}.ms-Icon--ToggleFilled:before{content:"\EC11"}.ms-Icon--ToggleThumb:before{content:"\EC14"}.ms-Icon--Touch:before{content:"\E815"}.ms-Icon--TouchPointer:before{content:"\E7C9"}.ms-Icon--Train:before{content:"\E7C0"}.ms-Icon--TrainSolid:before{content:"\EB4D"}.ms-Icon--TransferCall:before{content:"\ED95"}.ms-Icon--TriangleDown12:before{content:"\EED1"}.ms-Icon--TriangleLeft12:before{content:"\EED2"}.ms-Icon--TriangleRight12:before{content:"\EED3"}.ms-Icon--TriangleSolid:before{content:"\EA08"}.ms-Icon--TriangleSolidDown12:before{content:"\EECD"}.ms-Icon--TriangleSolidLeft12:before{content:"\EECE"}.ms-Icon--TriangleSolidRight12:before{content:"\EECF"}.ms-Icon--TriangleSolidUp12:before{content:"\EECC"}.ms-Icon--TriangleUp12:before{content:"\EED0"}.ms-Icon--TriggerApproval:before{content:"\F3B2"}.ms-Icon--TriggerAuto:before{content:"\F24A"}.ms-Icon--TriggerUser:before{content:"\F24B"}.ms-Icon--TripleColumn:before{content:"\F1D5"}.ms-Icon--TripleColumnEdit:before{content:"\F323"}.ms-Icon--Trophy:before{content:"\ED3F"}.ms-Icon--Trophy2Solid:before{content:"\F337"}.ms-Icon--TurnRight:before{content:"\E7DB"}.ms-Icon--TVMonitor:before{content:"\E7F4"}.ms-Icon--TVMonitorSelected:before{content:"\EC77"}.ms-Icon--TypeScriptLanguage:before{content:"\F2F7"}.ms-Icon--Umbrella:before{content:"\EC04"}.ms-Icon--Underline:before{content:"\E8DC"}.ms-Icon--Undo:before{content:"\E7A7"}.ms-Icon--Unfavorite:before{content:"\E8D9"}.ms-Icon--Unknown:before{content:"\E9CE"}.ms-Icon--UnknownCall:before{content:"\ED97"}.ms-Icon--UnknownMirroredSolid:before{content:"\F2E2"}.ms-Icon--UnknownSolid:before{content:"\F2E1"}.ms-Icon--Unlock:before{content:"\E785"}.ms-Icon--UnlockSolid:before{content:"\F304"}.ms-Icon--Unpin:before{content:"\E77A"}.ms-Icon--Unsubscribe:before{content:"\EDA0"}.ms-Icon--UnsyncFolder:before{content:"\E8F6"}.ms-Icon--Up:before{content:"\E74A"}.ms-Icon--Upload:before{content:"\E898"}.ms-Icon--UserFollowed:before{content:"\F25C"}.ms-Icon--UserPause:before{content:"\F2BA"}.ms-Icon--UserSync:before{content:"\F2B9"}.ms-Icon--Variable:before{content:"\F305"}.ms-Icon--VariableGroup:before{content:"\F31B"}.ms-Icon--VB:before{content:"\F2F2"}.ms-Icon--VennDiagram:before{content:"\F273"}.ms-Icon--Video:before{content:"\E714"}.ms-Icon--VideoSolid:before{content:"\EA0C"}.ms-Icon--View:before{content:"\E890"}.ms-Icon--ViewAll:before{content:"\E8A9"}.ms-Icon--ViewAll2:before{content:"\EF56"}.ms-Icon--ViewDashboard:before{content:"\F246"}.ms-Icon--ViewList:before{content:"\F247"}.ms-Icon--ViewListGroup:before{content:"\F248"}.ms-Icon--ViewListTree:before{content:"\F249"}.ms-Icon--VisioDiagram:before{content:"\F2A0"}.ms-Icon--VisioDocument:before{content:"\F2A9"}.ms-Icon--VisioLogo:before{content:"\F2A7"}.ms-Icon--VisioLogo16:before{content:"\F3A3"}.ms-Icon--VisioLogoFill:before{content:"\F2A8"}.ms-Icon--VisioLogoFill16:before{content:"\F3A4"}.ms-Icon--VisioLogoInverse:before{content:"\ED7D"}.ms-Icon--VisioLogoInverse16:before{content:"\F3A2"}.ms-Icon--VisualBasicLanguage:before{content:"\F2F1"}.ms-Icon--VisualStudioLogo:before{content:"\EC22"}.ms-Icon--VoicemailForward:before{content:"\ED87"}.ms-Icon--VoicemailReply:before{content:"\ED88"}.ms-Icon--Volume0:before{content:"\E992"}.ms-Icon--Volume1:before{content:"\E993"}.ms-Icon--Volume2:before{content:"\E994"}.ms-Icon--Volume3:before{content:"\E995"}.ms-Icon--VolumeDisabled:before{content:"\EA85"}.ms-Icon--VSTSAltLogo1:before{content:"\F382"}.ms-Icon--VSTSAltLogo2:before{content:"\F383"}.ms-Icon--VSTSLogo:before{content:"\F381"}.ms-Icon--Waffle:before{content:"\ED89"}.ms-Icon--Warning:before{content:"\E7BA"}.ms-Icon--Website:before{content:"\EB41"}.ms-Icon--Weights:before{content:"\EADB"}.ms-Icon--WifiEthernet:before{content:"\EE77"}.ms-Icon--WindDirection:before{content:"\EBE6"}.ms-Icon--WindowsLogo:before{content:"\E782"}.ms-Icon--WipePhone:before{content:"\ED8D"}.ms-Icon--WordDocument:before{content:"\EF71"}.ms-Icon--WordLogo:before{content:"\F1E3"}.ms-Icon--WordLogo16:before{content:"\F391"}.ms-Icon--WordLogoFill:before{content:"\F1E4"}.ms-Icon--WordLogoFill16:before{content:"\F392"}.ms-Icon--WordLogoInverse:before{content:"\EC29"}.ms-Icon--WordLogoInverse16:before{content:"\F390"}.ms-Icon--Work:before{content:"\E821"}.ms-Icon--WorkFlow:before{content:"\EA01"}.ms-Icon--WorkItem:before{content:"\F314"}.ms-Icon--WorkItemBar:before{content:"\F35C"}.ms-Icon--WorkItemBarSolid:before{content:"\F35D"}.ms-Icon--WorkItemBug:before{content:"\F315"}.ms-Icon--World:before{content:"\E909"}.ms-Icon--WorldClock:before{content:"\E918"}.ms-Icon--YammerLogo:before{content:"\ED19"}.ms-Icon--ZipFolder:before{content:"\F012"}.ms-Icon--Zoom:before{content:"\E71E"}.ms-Icon--ZoomIn:before{content:"\E8A3"}.ms-Icon--ZoomOut:before{content:"\E71F"}.ms-Icon--SwayLogo:before{content:"\ED29"}.ms-Icon--ClassNotebookLogo:before{content:"\EDC8"}.ms-Icon--DocsLogo:before{content:"\EDCB"}.ms-Icon--OneNoteEduLogo:before{content:"\EDD0"}.ms-Icon--ProjectLogo:before{content:"\EDD4"}@media (max-width:479px){.ms-hiddenLgDown,.ms-hiddenMdDown,.ms-hiddenSm,.ms-hiddenXlDown,.ms-hiddenXxlDown{display:none!important}}@media (min-width:480px) and (max-width:639px){.ms-hiddenLgDown,.ms-hiddenMd,.ms-hiddenMdDown,.ms-hiddenMdUp,.ms-hiddenXlDown,.ms-hiddenXxlDown{display:none!important}}@media (min-width:640px) and (max-width:1023px){.ms-hiddenLg,.ms-hiddenLgDown,.ms-hiddenLgUp,.ms-hiddenMdUp,.ms-hiddenXlDown,.ms-hiddenXxlDown{display:none!important}}@media (min-width:1024px) and (max-width:1365px){.ms-hiddenLgUp,.ms-hiddenMdUp,.ms-hiddenXl,.ms-hiddenXlDown,.ms-hiddenXlUp,.ms-hiddenXxlDown{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.ms-hiddenLgUp,.ms-hiddenMdUp,.ms-hiddenXlUp,.ms-hiddenXxl,.ms-hiddenXxlDown,.ms-hiddenXxlUp{display:none!important}}@media (min-width:1920px){.ms-hiddenLgUp,.ms-hiddenMdUp,.ms-hiddenXlUp,.ms-hiddenXxlUp,.ms-hiddenXxxl{display:none!important}}.ms-sm12{width:100%}.ms-sm11{width:91.66666666666666%}.ms-sm10{width:83.33333333333334%}.ms-sm9{width:75%}.ms-sm8{width:66.66666666666666%}.ms-sm7{width:58.333333333333336%}.ms-sm6{width:50%}.ms-sm5{width:41.66666666666667%}.ms-sm4{width:33.33333333333333%}.ms-sm3{width:25%}.ms-sm2{width:16.666666666666664%}.ms-sm1{width:8.333333333333332%}.ms-smPull12{right:100%}.ms-smPull11{right:91.66666666666666%}.ms-smPull10{right:83.33333333333334%}.ms-smPull9{right:75%}.ms-smPull8{right:66.66666666666666%}.ms-smPull7{right:58.333333333333336%}.ms-smPull6{right:50%}.ms-smPull5{right:41.66666666666667%}.ms-smPull4{right:33.33333333333333%}.ms-smPull3{right:25%}.ms-smPull2{right:16.666666666666664%}.ms-smPull1{right:8.333333333333332%}.ms-smPull0{right:auto}.ms-smPush12{left:100%}.ms-smPush11{left:91.66666666666666%}.ms-smPush10{left:83.33333333333334%}.ms-smPush9{left:75%}.ms-smPush8{left:66.66666666666666%}.ms-smPush7{left:58.333333333333336%}.ms-smPush6{left:50%}.ms-smPush5{left:41.66666666666667%}.ms-smPush4{left:33.33333333333333%}.ms-smPush3{left:25%}.ms-smPush2{left:16.666666666666664%}.ms-smPush1{left:8.333333333333332%}.ms-smPush0{left:auto}.ms-smOffset11{margin-left:91.66666666666666%}.ms-smOffset10{margin-left:83.33333333333334%}.ms-smOffset9{margin-left:75%}.ms-smOffset8{margin-left:66.66666666666666%}.ms-smOffset7{margin-left:58.333333333333336%}.ms-smOffset6{margin-left:50%}.ms-smOffset5{margin-left:41.66666666666667%}.ms-smOffset4{margin-left:33.33333333333333%}.ms-smOffset3{margin-left:25%}.ms-smOffset2{margin-left:16.666666666666664%}.ms-smOffset1{margin-left:8.333333333333332%}.ms-smOffset0{margin-left:0}@media (min-width:480px){.ms-md12{width:100%}}@media (min-width:480px){.ms-md11{width:91.66666666666666%}}@media (min-width:480px){.ms-md10{width:83.33333333333334%}}@media (min-width:480px){.ms-md9{width:75%}}@media (min-width:480px){.ms-md8{width:66.66666666666666%}}@media (min-width:480px){.ms-md7{width:58.333333333333336%}}@media (min-width:480px){.ms-md6{width:50%}}@media (min-width:480px){.ms-md5{width:41.66666666666667%}}@media (min-width:480px){.ms-md4{width:33.33333333333333%}}@media (min-width:480px){.ms-md3{width:25%}}@media (min-width:480px){.ms-md2{width:16.666666666666664%}}@media (min-width:480px){.ms-md1{width:8.333333333333332%}}@media (min-width:480px){.ms-mdPull12{right:100%}}@media (min-width:480px){.ms-mdPull11{right:91.66666666666666%}}@media (min-width:480px){.ms-mdPull10{right:83.33333333333334%}}@media (min-width:480px){.ms-mdPull9{right:75%}}@media (min-width:480px){.ms-mdPull8{right:66.66666666666666%}}@media (min-width:480px){.ms-mdPull7{right:58.333333333333336%}}@media (min-width:480px){.ms-mdPull6{right:50%}}@media (min-width:480px){.ms-mdPull5{right:41.66666666666667%}}@media (min-width:480px){.ms-mdPull4{right:33.33333333333333%}}@media (min-width:480px){.ms-mdPull3{right:25%}}@media (min-width:480px){.ms-mdPull2{right:16.666666666666664%}}@media (min-width:480px){.ms-mdPull1{right:8.333333333333332%}}@media (min-width:480px){.ms-mdPull0{right:auto}}@media (min-width:480px){.ms-mdPush12{left:100%}}@media (min-width:480px){.ms-mdPush11{left:91.66666666666666%}}@media (min-width:480px){.ms-mdPush10{left:83.33333333333334%}}@media (min-width:480px){.ms-mdPush9{left:75%}}@media (min-width:480px){.ms-mdPush8{left:66.66666666666666%}}@media (min-width:480px){.ms-mdPush7{left:58.333333333333336%}}@media (min-width:480px){.ms-mdPush6{left:50%}}@media (min-width:480px){.ms-mdPush5{left:41.66666666666667%}}@media (min-width:480px){.ms-mdPush4{left:33.33333333333333%}}@media (min-width:480px){.ms-mdPush3{left:25%}}@media (min-width:480px){.ms-mdPush2{left:16.666666666666664%}}@media (min-width:480px){.ms-mdPush1{left:8.333333333333332%}}@media (min-width:480px){.ms-mdPush0{left:auto}}@media (min-width:480px){.ms-mdOffset11{margin-left:91.66666666666666%}}@media (min-width:480px){.ms-mdOffset10{margin-left:83.33333333333334%}}@media (min-width:480px){.ms-mdOffset9{margin-left:75%}}@media (min-width:480px){.ms-mdOffset8{margin-left:66.66666666666666%}}@media (min-width:480px){.ms-mdOffset7{margin-left:58.333333333333336%}}@media (min-width:480px){.ms-mdOffset6{margin-left:50%}}@media (min-width:480px){.ms-mdOffset5{margin-left:41.66666666666667%}}@media (min-width:480px){.ms-mdOffset4{margin-left:33.33333333333333%}}@media (min-width:480px){.ms-mdOffset3{margin-left:25%}}@media (min-width:480px){.ms-mdOffset2{margin-left:16.666666666666664%}}@media (min-width:480px){.ms-mdOffset1{margin-left:8.333333333333332%}}@media (min-width:480px){.ms-mdOffset0{margin-left:0}}@media (min-width:640px){.ms-lg12{width:100%}}@media (min-width:640px){.ms-lg11{width:91.66666666666666%}}@media (min-width:640px){.ms-lg10{width:83.33333333333334%}}@media (min-width:640px){.ms-lg9{width:75%}}@media (min-width:640px){.ms-lg8{width:66.66666666666666%}}@media (min-width:640px){.ms-lg7{width:58.333333333333336%}}@media (min-width:640px){.ms-lg6{width:50%}}@media (min-width:640px){.ms-lg5{width:41.66666666666667%}}@media (min-width:640px){.ms-lg4{width:33.33333333333333%}}@media (min-width:640px){.ms-lg3{width:25%}}@media (min-width:640px){.ms-lg2{width:16.666666666666664%}}@media (min-width:640px){.ms-lg1{width:8.333333333333332%}}@media (min-width:640px){.ms-lgPull12{right:100%}}@media (min-width:640px){.ms-lgPull11{right:91.66666666666666%}}@media (min-width:640px){.ms-lgPull10{right:83.33333333333334%}}@media (min-width:640px){.ms-lgPull9{right:75%}}@media (min-width:640px){.ms-lgPull8{right:66.66666666666666%}}@media (min-width:640px){.ms-lgPull7{right:58.333333333333336%}}@media (min-width:640px){.ms-lgPull6{right:50%}}@media (min-width:640px){.ms-lgPull5{right:41.66666666666667%}}@media (min-width:640px){.ms-lgPull4{right:33.33333333333333%}}@media (min-width:640px){.ms-lgPull3{right:25%}}@media (min-width:640px){.ms-lgPull2{right:16.666666666666664%}}@media (min-width:640px){.ms-lgPull1{right:8.333333333333332%}}@media (min-width:640px){.ms-lgPull0{right:auto}}@media (min-width:640px){.ms-lgPush12{left:100%}}@media (min-width:640px){.ms-lgPush11{left:91.66666666666666%}}@media (min-width:640px){.ms-lgPush10{left:83.33333333333334%}}@media (min-width:640px){.ms-lgPush9{left:75%}}@media (min-width:640px){.ms-lgPush8{left:66.66666666666666%}}@media (min-width:640px){.ms-lgPush7{left:58.333333333333336%}}@media (min-width:640px){.ms-lgPush6{left:50%}}@media (min-width:640px){.ms-lgPush5{left:41.66666666666667%}}@media (min-width:640px){.ms-lgPush4{left:33.33333333333333%}}@media (min-width:640px){.ms-lgPush3{left:25%}}@media (min-width:640px){.ms-lgPush2{left:16.666666666666664%}}@media (min-width:640px){.ms-lgPush1{left:8.333333333333332%}}@media (min-width:640px){.ms-lgPush0{left:auto}}@media (min-width:640px){.ms-lgOffset11{margin-left:91.66666666666666%}}@media (min-width:640px){.ms-lgOffset10{margin-left:83.33333333333334%}}@media (min-width:640px){.ms-lgOffset9{margin-left:75%}}@media (min-width:640px){.ms-lgOffset8{margin-left:66.66666666666666%}}@media (min-width:640px){.ms-lgOffset7{margin-left:58.333333333333336%}}@media (min-width:640px){.ms-lgOffset6{margin-left:50%}}@media (min-width:640px){.ms-lgOffset5{margin-left:41.66666666666667%}}@media (min-width:640px){.ms-lgOffset4{margin-left:33.33333333333333%}}@media (min-width:640px){.ms-lgOffset3{margin-left:25%}}@media (min-width:640px){.ms-lgOffset2{margin-left:16.666666666666664%}}@media (min-width:640px){.ms-lgOffset1{margin-left:8.333333333333332%}}@media (min-width:640px){.ms-lgOffset0{margin-left:0}}@media (min-width:1024px){.ms-xl12{width:100%}}@media (min-width:1024px){.ms-xl11{width:91.66666666666666%}}@media (min-width:1024px){.ms-xl10{width:83.33333333333334%}}@media (min-width:1024px){.ms-xl9{width:75%}}@media (min-width:1024px){.ms-xl8{width:66.66666666666666%}}@media (min-width:1024px){.ms-xl7{width:58.333333333333336%}}@media (min-width:1024px){.ms-xl6{width:50%}}@media (min-width:1024px){.ms-xl5{width:41.66666666666667%}}@media (min-width:1024px){.ms-xl4{width:33.33333333333333%}}@media (min-width:1024px){.ms-xl3{width:25%}}@media (min-width:1024px){.ms-xl2{width:16.666666666666664%}}@media (min-width:1024px){.ms-xl1{width:8.333333333333332%}}@media (min-width:1024px){.ms-xlPull12{right:100%}}@media (min-width:1024px){.ms-xlPull11{right:91.66666666666666%}}@media (min-width:1024px){.ms-xlPull10{right:83.33333333333334%}}@media (min-width:1024px){.ms-xlPull9{right:75%}}@media (min-width:1024px){.ms-xlPull8{right:66.66666666666666%}}@media (min-width:1024px){.ms-xlPull7{right:58.333333333333336%}}@media (min-width:1024px){.ms-xlPull6{right:50%}}@media (min-width:1024px){.ms-xlPull5{right:41.66666666666667%}}@media (min-width:1024px){.ms-xlPull4{right:33.33333333333333%}}@media (min-width:1024px){.ms-xlPull3{right:25%}}@media (min-width:1024px){.ms-xlPull2{right:16.666666666666664%}}@media (min-width:1024px){.ms-xlPull1{right:8.333333333333332%}}@media (min-width:1024px){.ms-xlPull0{right:auto}}@media (min-width:1024px){.ms-xlPush12{left:100%}}@media (min-width:1024px){.ms-xlPush11{left:91.66666666666666%}}@media (min-width:1024px){.ms-xlPush10{left:83.33333333333334%}}@media (min-width:1024px){.ms-xlPush9{left:75%}}@media (min-width:1024px){.ms-xlPush8{left:66.66666666666666%}}@media (min-width:1024px){.ms-xlPush7{left:58.333333333333336%}}@media (min-width:1024px){.ms-xlPush6{left:50%}}@media (min-width:1024px){.ms-xlPush5{left:41.66666666666667%}}@media (min-width:1024px){.ms-xlPush4{left:33.33333333333333%}}@media (min-width:1024px){.ms-xlPush3{left:25%}}@media (min-width:1024px){.ms-xlPush2{left:16.666666666666664%}}@media (min-width:1024px){.ms-xlPush1{left:8.333333333333332%}}@media (min-width:1024px){.ms-xlPush0{left:auto}}@media (min-width:1024px){.ms-xlOffset11{margin-left:91.66666666666666%}}@media (min-width:1024px){.ms-xlOffset10{margin-left:83.33333333333334%}}@media (min-width:1024px){.ms-xlOffset9{margin-left:75%}}@media (min-width:1024px){.ms-xlOffset8{margin-left:66.66666666666666%}}@media (min-width:1024px){.ms-xlOffset7{margin-left:58.333333333333336%}}@media (min-width:1024px){.ms-xlOffset6{margin-left:50%}}@media (min-width:1024px){.ms-xlOffset5{margin-left:41.66666666666667%}}@media (min-width:1024px){.ms-xlOffset4{margin-left:33.33333333333333%}}@media (min-width:1024px){.ms-xlOffset3{margin-left:25%}}@media (min-width:1024px){.ms-xlOffset2{margin-left:16.666666666666664%}}@media (min-width:1024px){.ms-xlOffset1{margin-left:8.333333333333332%}}@media (min-width:1024px){.ms-xlOffset0{margin-left:0}}@media (min-width:1366px){.ms-xxl12{width:100%}}@media (min-width:1366px){.ms-xxl11{width:91.66666666666666%}}@media (min-width:1366px){.ms-xxl10{width:83.33333333333334%}}@media (min-width:1366px){.ms-xxl9{width:75%}}@media (min-width:1366px){.ms-xxl8{width:66.66666666666666%}}@media (min-width:1366px){.ms-xxl7{width:58.333333333333336%}}@media (min-width:1366px){.ms-xxl6{width:50%}}@media (min-width:1366px){.ms-xxl5{width:41.66666666666667%}}@media (min-width:1366px){.ms-xxl4{width:33.33333333333333%}}@media (min-width:1366px){.ms-xxl3{width:25%}}@media (min-width:1366px){.ms-xxl2{width:16.666666666666664%}}@media (min-width:1366px){.ms-xxl1{width:8.333333333333332%}}@media (min-width:1366px){.ms-xxlPull12{right:100%}}@media (min-width:1366px){.ms-xxlPull11{right:91.66666666666666%}}@media (min-width:1366px){.ms-xxlPull10{right:83.33333333333334%}}@media (min-width:1366px){.ms-xxlPull9{right:75%}}@media (min-width:1366px){.ms-xxlPull8{right:66.66666666666666%}}@media (min-width:1366px){.ms-xxlPull7{right:58.333333333333336%}}@media (min-width:1366px){.ms-xxlPull6{right:50%}}@media (min-width:1366px){.ms-xxlPull5{right:41.66666666666667%}}@media (min-width:1366px){.ms-xxlPull4{right:33.33333333333333%}}@media (min-width:1366px){.ms-xxlPull3{right:25%}}@media (min-width:1366px){.ms-xxlPull2{right:16.666666666666664%}}@media (min-width:1366px){.ms-xxlPull1{right:8.333333333333332%}}@media (min-width:1366px){.ms-xxlPull0{right:auto}}@media (min-width:1366px){.ms-xxlPush12{left:100%}}@media (min-width:1366px){.ms-xxlPush11{left:91.66666666666666%}}@media (min-width:1366px){.ms-xxlPush10{left:83.33333333333334%}}@media (min-width:1366px){.ms-xxlPush9{left:75%}}@media (min-width:1366px){.ms-xxlPush8{left:66.66666666666666%}}@media (min-width:1366px){.ms-xxlPush7{left:58.333333333333336%}}@media (min-width:1366px){.ms-xxlPush6{left:50%}}@media (min-width:1366px){.ms-xxlPush5{left:41.66666666666667%}}@media (min-width:1366px){.ms-xxlPush4{left:33.33333333333333%}}@media (min-width:1366px){.ms-xxlPush3{left:25%}}@media (min-width:1366px){.ms-xxlPush2{left:16.666666666666664%}}@media (min-width:1366px){.ms-xxlPush1{left:8.333333333333332%}}@media (min-width:1366px){.ms-xxlPush0{left:auto}}@media (min-width:1366px){.ms-xxlOffset11{margin-left:91.66666666666666%}}@media (min-width:1366px){.ms-xxlOffset10{margin-left:83.33333333333334%}}@media (min-width:1366px){.ms-xxlOffset9{margin-left:75%}}@media (min-width:1366px){.ms-xxlOffset8{margin-left:66.66666666666666%}}@media (min-width:1366px){.ms-xxlOffset7{margin-left:58.333333333333336%}}@media (min-width:1366px){.ms-xxlOffset6{margin-left:50%}}@media (min-width:1366px){.ms-xxlOffset5{margin-left:41.66666666666667%}}@media (min-width:1366px){.ms-xxlOffset4{margin-left:33.33333333333333%}}@media (min-width:1366px){.ms-xxlOffset3{margin-left:25%}}@media (min-width:1366px){.ms-xxlOffset2{margin-left:16.666666666666664%}}@media (min-width:1366px){.ms-xxlOffset1{margin-left:8.333333333333332%}}@media (min-width:1366px){.ms-xxlOffset0{margin-left:0}}@media (min-width:1920px){.ms-xxxl12{width:100%}}@media (min-width:1920px){.ms-xxxl11{width:91.66666666666666%}}@media (min-width:1920px){.ms-xxxl10{width:83.33333333333334%}}@media (min-width:1920px){.ms-xxxl9{width:75%}}@media (min-width:1920px){.ms-xxxl8{width:66.66666666666666%}}@media (min-width:1920px){.ms-xxxl7{width:58.333333333333336%}}@media (min-width:1920px){.ms-xxxl6{width:50%}}@media (min-width:1920px){.ms-xxxl5{width:41.66666666666667%}}@media (min-width:1920px){.ms-xxxl4{width:33.33333333333333%}}@media (min-width:1920px){.ms-xxxl3{width:25%}}@media (min-width:1920px){.ms-xxxl2{width:16.666666666666664%}}@media (min-width:1920px){.ms-xxxl1{width:8.333333333333332%}}@media (min-width:1920px){.ms-xxxlPull12{right:100%}}@media (min-width:1920px){.ms-xxxlPull11{right:91.66666666666666%}}@media (min-width:1920px){.ms-xxxlPull10{right:83.33333333333334%}}@media (min-width:1920px){.ms-xxxlPull9{right:75%}}@media (min-width:1920px){.ms-xxxlPull8{right:66.66666666666666%}}@media (min-width:1920px){.ms-xxxlPull7{right:58.333333333333336%}}@media (min-width:1920px){.ms-xxxlPull6{right:50%}}@media (min-width:1920px){.ms-xxxlPull5{right:41.66666666666667%}}@media (min-width:1920px){.ms-xxxlPull4{right:33.33333333333333%}}@media (min-width:1920px){.ms-xxxlPull3{right:25%}}@media (min-width:1920px){.ms-xxxlPull2{right:16.666666666666664%}}@media (min-width:1920px){.ms-xxxlPull1{right:8.333333333333332%}}@media (min-width:1920px){.ms-xxxlPull0{right:auto}}@media (min-width:1920px){.ms-xxxlPush12{left:100%}}@media (min-width:1920px){.ms-xxxlPush11{left:91.66666666666666%}}@media (min-width:1920px){.ms-xxxlPush10{left:83.33333333333334%}}@media (min-width:1920px){.ms-xxxlPush9{left:75%}}@media (min-width:1920px){.ms-xxxlPush8{left:66.66666666666666%}}@media (min-width:1920px){.ms-xxxlPush7{left:58.333333333333336%}}@media (min-width:1920px){.ms-xxxlPush6{left:50%}}@media (min-width:1920px){.ms-xxxlPush5{left:41.66666666666667%}}@media (min-width:1920px){.ms-xxxlPush4{left:33.33333333333333%}}@media (min-width:1920px){.ms-xxxlPush3{left:25%}}@media (min-width:1920px){.ms-xxxlPush2{left:16.666666666666664%}}@media (min-width:1920px){.ms-xxxlPush1{left:8.333333333333332%}}@media (min-width:1920px){.ms-xxxlPush0{left:auto}}@media (min-width:1920px){.ms-xxxlOffset11{margin-left:91.66666666666666%}}@media (min-width:1920px){.ms-xxxlOffset10{margin-left:83.33333333333334%}}@media (min-width:1920px){.ms-xxxlOffset9{margin-left:75%}}@media (min-width:1920px){.ms-xxxlOffset8{margin-left:66.66666666666666%}}@media (min-width:1920px){.ms-xxxlOffset7{margin-left:58.333333333333336%}}@media (min-width:1920px){.ms-xxxlOffset6{margin-left:50%}}@media (min-width:1920px){.ms-xxxlOffset5{margin-left:41.66666666666667%}}@media (min-width:1920px){.ms-xxxlOffset4{margin-left:33.33333333333333%}}@media (min-width:1920px){.ms-xxxlOffset3{margin-left:25%}}@media (min-width:1920px){.ms-xxxlOffset2{margin-left:16.666666666666664%}}@media (min-width:1920px){.ms-xxxlOffset1{margin-left:8.333333333333332%}}@media (min-width:1920px){.ms-xxxlOffset0{margin-left:0}}.ms-borderBox,.ms-borderBox:after,.ms-borderBox:before{box-sizing:border-box}.ms-borderBase{border:1px solid}.ms-clearfix{*zoom:1}.ms-clearfix:after,.ms-clearfix:before{display:table;content:"";line-height:0}.ms-clearfix:after{clear:both}.ms-normalize{box-sizing:border-box;box-shadow:none;margin:0;padding:0}.ms-textAlignLeft{text-align:left}.ms-textAlignCenter{text-align:center}.ms-textAlignRight{text-align:right}.ms-screenReaderOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ms-textTruncate{overflow:hidden;text-overflow:ellipsis;word-wrap:normal}.ms-noWrap,.ms-textTruncate{white-space:nowrap}.ms-Fabric{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#333;font-family:"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;font-size:14px}.ms-Fabric button,.ms-Fabric input{font-family:inherit}.ms-Fabric[lang^=ar],.ms-Fabric [lang^=ar],[lang^=ar] .ms-Fabric{font-family:Segoe UI Web\ (Arabic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=bg],.ms-Fabric [lang^=bg],[lang^=bg] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=cs],.ms-Fabric [lang^=cs],[lang^=cs] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=el],.ms-Fabric [lang^=el],[lang^=el] .ms-Fabric{font-family:Segoe UI Web\ (Greek),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=et],.ms-Fabric [lang^=et],[lang^=et] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=he],.ms-Fabric [lang^=he],[lang^=he] .ms-Fabric{font-family:Segoe UI Web\ (Hebrew),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=hi],.ms-Fabric [lang^=hi],[lang^=hi] .ms-Fabric{font-family:Nirmala UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=hr],.ms-Fabric [lang^=hr],.ms-Fabric[lang^=hu],.ms-Fabric [lang^=hu],[lang^=hr] .ms-Fabric,[lang^=hu] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=ja],.ms-Fabric [lang^=ja],[lang^=ja] .ms-Fabric{font-family:Yu Gothic,Meiryo UI,Meiryo,MS Pgothic,Osaka,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=kk],.ms-Fabric [lang^=kk],[lang^=kk] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=ko],.ms-Fabric [lang^=ko],[lang^=ko] .ms-Fabric{font-family:Malgun Gothic,Gulim,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=lo],.ms-Fabric [lang^=lo],[lang^=lo] .ms-Fabric{font-family:Leelawadee UI Web,Lao UI,DokChampa,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=lt],.ms-Fabric [lang^=lt],.ms-Fabric[lang^=lv],.ms-Fabric [lang^=lv],.ms-Fabric[lang^=pl],.ms-Fabric [lang^=pl],[lang^=lt] .ms-Fabric,[lang^=lv] .ms-Fabric,[lang^=pl] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=ru],.ms-Fabric [lang^=ru],[lang^=ru] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=sk],.ms-Fabric [lang^=sk],.ms-Fabric[lang^=sr-latn],.ms-Fabric [lang^=sr-latn],[lang^=sk] .ms-Fabric,[lang^=sr-latn] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=th],.ms-Fabric [lang^=th],[lang^=th] .ms-Fabric{font-family:Leelawadee UI Web,Kmer UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=tr],.ms-Fabric [lang^=tr],[lang^=tr] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=uk],.ms-Fabric [lang^=uk],[lang^=uk] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=vi],.ms-Fabric [lang^=vi],[lang^=vi] .ms-Fabric{font-family:Segoe UI Web\ (Vietnamese),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=zh-hans],.ms-Fabric [lang^=zh-hans],[lang^=zh-hans] .ms-Fabric{font-family:Microsoft Yahei,Verdana,Simsun,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=zh-hant],.ms-Fabric [lang^=zh-hant],[lang^=zh-hant] .ms-Fabric{font-family:Microsoft Jhenghei,Pmingliu,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--selawik{font-family:Selawik Web,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif} \ No newline at end of file diff --git a/dist/css/fabric.rtl.css b/dist/css/fabric.rtl.css new file mode 100644 index 000000000..e0b9df4e0 --- /dev/null +++ b/dist/css/fabric.rtl.css @@ -0,0 +1,10487 @@ +/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */ +/** + * Office UI Fabric Core 7.1.0 + * The front-end framework for building experiences for Office 365. + **/ + +/* + Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license +*/ + +@keyframes ms-slideRightIn10 { + from { + transform: translate3d(-10px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightIn20 { + from { + transform: translate3d(-20px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightIn40 { + from { + transform: translate3d(-40px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightIn400 { + from { + transform: translate3d(-400px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideRightOut40 { + from { + transform: translate3d(0px, 0px, 0px); + } + + to { + transform: translate3d(40px, 0px, 0px); + } +} + +@keyframes ms-slideRightOut400 { + from { + transform: translate3d(0, 0px, 0px); + } + + to { + transform: translate3d(400px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn10 { + from { + transform: translate3d(10px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn20 { + from { + transform: translate3d(20px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn40 { + from { + transform: translate3d(40px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftIn400 { + from { + transform: translate3d(400px, 0px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideLeftOut40 { + from { + transform: translate3d(0, 0px, 0px); + } + + to { + transform: translate3d(-40px, 0px, 0px); + } +} + +@keyframes ms-slideLeftOut400 { + from { + transform: translate3d(0, 0px, 0px); + } + + to { + transform: translate3d(-400px, 0px, 0px); + } +} + +@keyframes ms-slideUpIn10 { + from { + transform: translate3d(0px, 10px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideUpIn20 { + from { + transform: translate3d(0px, 20px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideDownIn10 { + from { + transform: translate3d(0px, -10px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideDownIn20 { + from { + transform: translate3d(0px, -20px, 0px); + } + + to { + transform: translate3d(0px, 0px, 0px); + } +} + +@keyframes ms-slideUpOut10 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, -10px, 0px); + } +} + +@keyframes ms-slideUpOut20 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, -20px, 0px); + } +} + +@keyframes ms-slideDownOut10 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, 10px, 0px); + } +} + +@keyframes ms-slideDownOut20 { + from { + transform: translate3d(0px, 0, 0px); + } + + to { + transform: translate3d(0px, 20px, 0px); + } +} + +@keyframes ms-scaleUp100 { + from { + transform: scale3d(0.98, 0.98, 1); + } + + to { + transform: scale3d(1, 1, 1); + } +} + +@keyframes ms-scaleUp103 { + from { + transform: scale3d(1, 1, 1); + } + + to { + transform: scale3d(1.03, 1.03, 1); + } +} + +@keyframes ms-scaleDown98 { + from { + transform: scale3d(1, 1, 1); + } + + to { + transform: scale3d(0.98, 0.98, 1); + } +} + +@keyframes ms-scaleDown100 { + from { + transform: scale3d(1.03, 1.03, 1); + } + + to { + transform: scale3d(1, 1, 1); + } +} + +@keyframes ms-fadeIn { + from { + opacity: 0; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + } + + to { + opacity: 1; + } +} + +@keyframes ms-fadeOut { + from { + opacity: 1; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + } + + to { + opacity: 0; + } +} + +@keyframes ms-rotate90 { + from { + transform: rotateZ(0deg); + } + + to { + transform: rotateZ(90deg); + } +} + +@keyframes ms-rotateN90 { + from { + transform: rotateZ(90deg); + } + + to { + transform: rotateZ(0deg); + } +} + +.ms-slideRightIn10 { + animation-name: ms-fadeIn, ms-slideRightIn10; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightIn20 { + animation-name: ms-fadeIn, ms-slideRightIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightIn40 { + animation-name: ms-fadeIn, ms-slideRightIn40; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightIn400 { + animation-name: ms-fadeIn, ms-slideRightIn400; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightOut40 { + animation-name: ms-fadeOut, ms-slideRightOut40; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideRightOut400 { + animation-name: ms-fadeOut, ms-slideRightOut400; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideLeftIn10 { + animation-name: ms-fadeIn, ms-slideLeftIn10; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftIn20 { + animation-name: ms-fadeIn, ms-slideLeftIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftIn40 { + animation-name: ms-fadeIn, ms-slideLeftIn40; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftIn400 { + animation-name: ms-fadeIn, ms-slideLeftIn400; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftOut40 { + animation-name: ms-fadeOut, ms-slideLeftOut40; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideLeftOut400 { + animation-name: ms-fadeOut, ms-slideLeftOut400; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideUpIn10 { + animation-name: ms-fadeIn, ms-slideUpIn10; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideUpIn20 { + animation-name: ms-fadeIn, ms-slideUpIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideDownIn10 { + animation-name: ms-fadeIn, ms-slideDownIn10; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideDownIn20 { + animation-name: ms-fadeIn, ms-slideDownIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideUpOut10 { + animation-name: ms-fadeOut, ms-slideUpOut10; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideUpOut20 { + animation-name: ms-fadeOut, ms-slideUpOut20; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideDownOut10 { + animation-name: ms-fadeOut, ms-slideDownOut10; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideDownOut20 { + animation-name: ms-fadeOut, ms-slideDownOut20; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-scaleUpIn100 { + animation-name: ms-fadeIn, ms-scaleUp100; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-scaleUpOut103 { + animation-name: ms-fadeOut, ms-scaleUp103; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-scaleDownOut98 { + animation-name: ms-fadeOut, ms-scaleDown98; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-scaleDownIn100 { + animation-name: ms-fadeIn, ms-scaleDown100; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-fadeIn100 { + animation-duration: 0.167s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-fadeIn200 { + animation-duration: 0.267s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-fadeIn400 { + animation-duration: 0.367s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-fadeIn500 { + animation-duration: 0.467s; + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +.ms-fadeOut100 { + animation-duration: 0.1s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-fadeOut200 { + animation-duration: 0.167s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-fadeOut400 { + animation-duration: 0.367s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-fadeOut500 { + animation-duration: 0.467s; + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +.ms-expandCollapse100 { + transition: height 0.1s cubic-bezier(0.1, 0.25, 0.75, 0.9); +} + +.ms-expandCollapse200 { + transition: height 0.167s cubic-bezier(0.1, 0.25, 0.75, 0.9); +} + +.ms-expandCollapse400 { + transition: height 0.367s cubic-bezier(0.1, 0.25, 0.75, 0.9); +} + +.ms-delay100 { + animation-delay: 0.167s; +} + +.ms-delay200 { + animation-delay: 0.267s; +} + +.ms-rotate90deg { + animation-name: ms-rotate90; + animation-duration: 0.1s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-rotateN90deg { + animation-name: ms-rotateN90; + animation-duration: 0.1s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1.png); +} + +.ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1.png); +} + +.ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1.png); +} + +.ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1.png); +} + +.ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1.png); +} + +.ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1.png); +} + +.ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1.png); +} + +.ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1.png); +} + +.ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1.png); +} + +.ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1.png); +} + +.ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1.png); +} + +.ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1.png); +} + +.ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png); +} + +.ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png); +} + +.ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png); +} + +.ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1.png); +} + +.ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1.png); +} + +.ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1.png); +} + +.ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1.png); +} + +.ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1.png); +} + +.ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1.png); +} + +.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png); +} + +.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png); +} + +.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png); +} + +.ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1.png); +} + +.ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1.png); +} + +.ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1.png); +} + +.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png); +} + +.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png); +} + +.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png); +} + +.ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1.png); +} + +.ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1.png); +} + +.ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1.png); +} + +.ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1.png); +} + +.ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1.png); +} + +.ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1.png); +} + +.ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1.png); +} + +.ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1.png); +} + +.ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1.png); +} + +.ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1.png); +} + +.ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1.png); +} + +.ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1.png); +} + +.ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1.png); +} + +.ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1.png); +} + +.ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1.png); +} + +.ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1.png); +} + +.ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1.png); +} + +.ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1.png); +} + +.ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1.png); +} + +.ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1.png); +} + +.ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1.png); +} + +.ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1.png); +} + +.ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1.png); +} + +.ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1.png); +} + +.ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1.png); +} + +.ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1.png); +} + +.ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1.png); +} + +.ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1.png); +} + +.ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1.png); +} + +.ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1.png); +} + +.ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1.png); +} + +.ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1.png); +} + +.ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1.png); +} + +.ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1.png); +} + +.ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1.png); +} + +.ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1.png); +} + +.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1.png); +} + +.ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1.png); +} + +.ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1.png); +} + +.ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1.png); +} + +.ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1.png); +} + +.ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1.png); +} + +.ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1.png); +} + +.ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1.png); +} + +.ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1.png); +} + +.ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1.png); +} + +.ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1.png); +} + +.ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1.png); +} + +.ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1.png); +} + +.ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1.png); +} + +.ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1.png); +} + +.ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1.png); +} + +.ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1.png); +} + +.ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1.png); +} + +.ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1.png); +} + +.ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1.png); +} + +.ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1.png); +} + +.ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1.png); +} + +.ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1.png); +} + +.ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1.png); +} + +.ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1.png); +} + +.ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1.png); +} + +.ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1.png); +} + +.ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1.png); +} + +.ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1.png); +} + +.ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1.png); +} + +.ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1.png); +} + +.ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1.png); +} + +.ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1.png); +} + +.ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1.png); +} + +.ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1.png); +} + +.ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1.png); +} + +.ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1.png); +} + +.ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1.png); +} + +.ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1.png); +} + +.ms-BrandIcon--icon16 { + background-size: 100% 100%; + width: 16px; + height: 16px; +} + +.ms-BrandIcon--icon48 { + background-size: 100% 100%; + width: 48px; + height: 48px; +} + +.ms-BrandIcon--icon96 { + background-size: 100% 100%; + width: 96px; + height: 96px; +} + +@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { + .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1_5.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1_5.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1_5.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1_5.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1_5.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1_5.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1_5.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1_5.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1_5.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1_5.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1_5.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1_5.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1_5.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1_5.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1_5.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1_5.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1_5.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1_5.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1_5.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1_5.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1_5.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1_5.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1_5.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1_5.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1_5.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1_5.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1_5.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1_5.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1_5.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1_5.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1_5.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1_5.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1_5.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1_5.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1_5.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1_5.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1_5.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1_5.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1_5.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1_5.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1_5.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1_5.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1_5.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1_5.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1_5.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1_5.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1_5.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1_5.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1_5.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1_5.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1_5.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1_5.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1_5.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1_5.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1_5.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1_5.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1_5.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1_5.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1_5.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1_5.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1_5.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1_5.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1_5.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1_5.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1_5.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1_5.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1_5.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1_5.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1_5.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1_5.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1_5.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1_5.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1_5.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1_5.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1_5.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1_5.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1_5.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1_5.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1_5.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1_5.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1_5.png); + } +} + +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) { + .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x2.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x2.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x2.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x2.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x2.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x2.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x2.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x2.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x2.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x2.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x2.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x2.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x2.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x2.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x2.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x2.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x2.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x2.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x2.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x2.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x2.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x2.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x2.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x2.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x2.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x2.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x2.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x2.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x2.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x2.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x2.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x2.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x2.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x2.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x2.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x2.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x2.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x2.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x2.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x2.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x2.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x2.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x2.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x2.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x2.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x2.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x2.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x2.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x2.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x2.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x2.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x2.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x2.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x2.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x2.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x2.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x2.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x2.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x2.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x2.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x2.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x2.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x2.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x2.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x2.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x2.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x2.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x2.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x2.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x2.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x2.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x2.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x2.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x2.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x2.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x2.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x2.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x2.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x2.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x2.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x2.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x2.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x2.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x2.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x2.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x2.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x2.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x2.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x2.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x2.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x2.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x2.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x2.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x2.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x2.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x2.png); + } +} + +@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) { + .ms-BrandIcon--access.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x3.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x3.png); + } + + .ms-BrandIcon--access.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x3.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x3.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x3.png); + } + + .ms-BrandIcon--excel.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x3.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x3.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x3.png); + } + + .ms-BrandIcon--infopath.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x3.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x3.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x3.png); + } + + .ms-BrandIcon--office.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x3.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png); + } + + .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x3.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x3.png); + } + + .ms-BrandIcon--onenote.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x3.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x3.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x3.png); + } + + .ms-BrandIcon--outlook.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x3.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png); + } + + .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x3.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x3.png); + } + + .ms-BrandIcon--project.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x3.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png); + } + + .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x3.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x3.png); + } + + .ms-BrandIcon--visio.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x3.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x3.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x3.png); + } + + .ms-BrandIcon--word.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x3.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x3.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x3.png); + } + + .ms-BrandIcon--accdb.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x3.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x3.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x3.png); + } + + .ms-BrandIcon--csv.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x3.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x3.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x3.png); + } + + .ms-BrandIcon--docx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x3.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x3.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x3.png); + } + + .ms-BrandIcon--dotx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x3.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x3.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x3.png); + } + + .ms-BrandIcon--mpp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x3.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x3.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x3.png); + } + + .ms-BrandIcon--mpt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x3.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x3.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x3.png); + } + + .ms-BrandIcon--odp.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x3.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x3.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x3.png); + } + + .ms-BrandIcon--ods.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x3.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x3.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x3.png); + } + + .ms-BrandIcon--odt.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x3.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x3.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x3.png); + } + + .ms-BrandIcon--one.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x3.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x3.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x3.png); + } + + .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x3.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x3.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x3.png); + } + + .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x3.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x3.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x3.png); + } + + .ms-BrandIcon--potx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x3.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x3.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x3.png); + } + + .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x3.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x3.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x3.png); + } + + .ms-BrandIcon--pptx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x3.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x3.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x3.png); + } + + .ms-BrandIcon--pub.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x3.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x3.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x3.png); + } + + .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x3.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x3.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x3.png); + } + + .ms-BrandIcon--vssx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x3.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x3.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x3.png); + } + + .ms-BrandIcon--vstx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x3.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x3.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x3.png); + } + + .ms-BrandIcon--xls.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x3.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x3.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x3.png); + } + + .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x3.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x3.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x3.png); + } + + .ms-BrandIcon--xltx.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x3.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon16 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x3.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon48 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x3.png); + } + + .ms-BrandIcon--xsn.ms-BrandIcon--icon96 { + background-image: url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x3.png); + } +} + +.ms-bgColor-themeDark, +.ms-bgColor-themeDark--hover:hover { + background-color: #005a9e; +} + +.ms-bgColor-themeDarkAlt, +.ms-bgColor-themeDarkAlt--hover:hover { + background-color: #106ebe; +} + +.ms-bgColor-themeDarker, +.ms-bgColor-themeDarker--hover:hover { + background-color: #004578; +} + +.ms-bgColor-themePrimary, +.ms-bgColor-themePrimary--hover:hover { + background-color: #0078d7; +} + +.ms-bgColor-themeSecondary, +.ms-bgColor-themeSecondary--hover:hover { + background-color: #2488d8; +} + +.ms-bgColor-themeTertiary, +.ms-bgColor-themeTertiary--hover:hover { + background-color: #69afe5; +} + +.ms-bgColor-themeLight, +.ms-bgColor-themeLight--hover:hover { + background-color: #c7e0f4; +} + +.ms-bgColor-themeLighter, +.ms-bgColor-themeLighter--hover:hover { + background-color: #deecf9; +} + +.ms-bgColor-themeLighterAlt, +.ms-bgColor-themeLighterAlt--hover:hover { + background-color: #eff6fc; +} + +.ms-bgColor-black, +.ms-bgColor-black--hover:hover { + background-color: #000000; +} + +.ms-bgColor-neutralDark, +.ms-bgColor-neutralDark--hover:hover { + background-color: #212121; +} + +.ms-bgColor-neutralPrimary, +.ms-bgColor-neutralPrimary--hover:hover { + background-color: #333333; +} + +.ms-bgColor-neutralPrimaryAlt, +.ms-bgColor-neutralPrimaryAlt--hover:hover { + background-color: #3c3c3c; +} + +.ms-bgColor-neutralSecondary, +.ms-bgColor-neutralSecondary--hover:hover { + background-color: #666666; +} + +.ms-bgColor-neutralSecondaryAlt, +.ms-bgColor-neutralSecondaryAlt--hover:hover { + background-color: #767676; +} + +.ms-bgColor-neutralTertiary, +.ms-bgColor-neutralTertiary--hover:hover { + background-color: #a6a6a6; +} + +.ms-bgColor-neutralTertiaryAlt, +.ms-bgColor-neutralTertiaryAlt--hover:hover { + background-color: #c8c8c8; +} + +.ms-bgColor-neutralLight, +.ms-bgColor-neutralLight--hover:hover { + background-color: #eaeaea; +} + +.ms-bgColor-neutralLighter, +.ms-bgColor-neutralLighter--hover:hover { + background-color: #f4f4f4; +} + +.ms-bgColor-neutralLighterAlt, +.ms-bgColor-neutralLighterAlt--hover:hover { + background-color: #f8f8f8; +} + +.ms-bgColor-white, +.ms-bgColor-white--hover:hover { + background-color: #ffffff; +} + +.ms-bgColor-yellow { + background-color: #ffb900; +} + +.ms-bgColor-yellowLight { + background-color: #fff100; +} + +.ms-bgColor-orange { + background-color: #d83b01; +} + +.ms-bgColor-orangeLight { + background-color: #ea4300; +} + +.ms-bgColor-orangeLighter { + background-color: #ff8c00; +} + +.ms-bgColor-redDark { + background-color: #a80000; +} + +.ms-bgColor-red { + background-color: #e81123; +} + +.ms-bgColor-magentaDark { + background-color: #5c005c; +} + +.ms-bgColor-magenta { + background-color: #b4009e; +} + +.ms-bgColor-magentaLight { + background-color: #e3008c; +} + +.ms-bgColor-purpleDark { + background-color: #32145a; +} + +.ms-bgColor-purple { + background-color: #5c2d91; +} + +.ms-bgColor-purpleLight { + background-color: #b4a0ff; +} + +.ms-bgColor-blueDark { + background-color: #002050; +} + +.ms-bgColor-blueMid { + background-color: #00188f; +} + +.ms-bgColor-blue { + background-color: #0078d7; +} + +.ms-bgColor-blueLight { + background-color: #00bcf2; +} + +.ms-bgColor-tealDark { + background-color: #004b50; +} + +.ms-bgColor-teal { + background-color: #008272; +} + +.ms-bgColor-tealLight { + background-color: #00b294; +} + +.ms-bgColor-greenDark { + background-color: #004b1c; +} + +.ms-bgColor-green { + background-color: #107c10; +} + +.ms-bgColor-greenLight { + background-color: #bad80a; +} + +.ms-bgColor-info { + background-color: #f4f4f4; +} + +.ms-bgColor-success { + background-color: #dff6dd; +} + +.ms-bgColor-severeWarning { + background-color: #fed9cc; +} + +.ms-bgColor-warning { + background-color: #fff4ce; +} + +.ms-bgColor-error { + background-color: #fde7e9; +} + +.ms-borderColor-themeDark, +.ms-borderColor-themeDark--hover:hover { + border-color: #005a9e; +} + +.ms-borderColor-themeDarkAlt, +.ms-borderColor-themeDarkAlt--hover:hover { + border-color: #106ebe; +} + +.ms-borderColor-themeDarker, +.ms-borderColor-themeDarker--hover:hover { + border-color: #004578; +} + +.ms-borderColor-themePrimary, +.ms-borderColor-themePrimary--hover:hover { + border-color: #0078d7; +} + +.ms-borderColor-themeSecondary, +.ms-borderColor-themeSecondary--hover:hover { + border-color: #2488d8; +} + +.ms-borderColor-themeTertiary, +.ms-borderColor-themeTertiary--hover:hover { + border-color: #69afe5; +} + +.ms-borderColor-themeLight, +.ms-borderColor-themeLight--hover:hover { + border-color: #c7e0f4; +} + +.ms-borderColor-themeLighter, +.ms-borderColor-themeLighter--hover:hover { + border-color: #deecf9; +} + +.ms-borderColor-themeLighterAlt, +.ms-borderColor-themeLighterAlt--hover:hover { + border-color: #eff6fc; +} + +.ms-borderColor-black, +.ms-borderColor-black--hover:hover { + border-color: #000000; +} + +.ms-borderColor-neutralDark, +.ms-borderColor-neutralDark--hover:hover { + border-color: #212121; +} + +.ms-borderColor-neutralPrimary, +.ms-borderColor-neutralPrimary--hover:hover { + border-color: #333333; +} + +.ms-borderColor-neutralPrimaryAlt, +.ms-borderColor-neutralPrimaryAlt--hover:hover { + border-color: #3c3c3c; +} + +.ms-borderColor-neutralSecondary, +.ms-borderColor-neutralSecondary--hover:hover { + border-color: #666666; +} + +.ms-borderColor-neutralSecondaryAlt, +.ms-borderColor-neutralSecondaryAlt--hover:hover { + border-color: #767676; +} + +.ms-borderColor-neutralTertiary, +.ms-borderColor-neutralTertiary--hover:hover { + border-color: #a6a6a6; +} + +.ms-borderColor-neutralTertiaryAlt, +.ms-borderColor-neutralTertiaryAlt--hover:hover { + border-color: #c8c8c8; +} + +.ms-borderColor-neutralLight, +.ms-borderColor-neutralLight--hover:hover { + border-color: #eaeaea; +} + +.ms-borderColor-neutralLighter, +.ms-borderColor-neutralLighter--hover:hover { + border-color: #f4f4f4; +} + +.ms-borderColor-neutralLighterAlt, +.ms-borderColor-neutralLighterAlt--hover:hover { + border-color: #f8f8f8; +} + +.ms-borderColor-white, +.ms-borderColor-white--hover:hover { + border-color: #ffffff; +} + +.ms-borderColor-yellow { + border-color: #ffb900; +} + +.ms-borderColor-yellowLight { + border-color: #fff100; +} + +.ms-borderColor-orange { + border-color: #d83b01; +} + +.ms-borderColor-orangeLight { + border-color: #ea4300; +} + +.ms-borderColor-orangeLighter { + border-color: #ff8c00; +} + +.ms-borderColor-redDark { + border-color: #a80000; +} + +.ms-borderColor-red { + border-color: #e81123; +} + +.ms-borderColor-magentaDark { + border-color: #5c005c; +} + +.ms-borderColor-magenta { + border-color: #b4009e; +} + +.ms-borderColor-magentaLight { + border-color: #e3008c; +} + +.ms-borderColor-purpleDark { + border-color: #32145a; +} + +.ms-borderColor-purple { + border-color: #5c2d91; +} + +.ms-borderColor-purpleLight { + border-color: #b4a0ff; +} + +.ms-borderColor-blueDark { + border-color: #002050; +} + +.ms-borderColor-blueMid { + border-color: #00188f; +} + +.ms-borderColor-blue { + border-color: #0078d7; +} + +.ms-borderColor-blueLight { + border-color: #00bcf2; +} + +.ms-borderColor-tealDark { + border-color: #004b50; +} + +.ms-borderColor-teal { + border-color: #008272; +} + +.ms-borderColor-tealLight { + border-color: #00b294; +} + +.ms-borderColor-greenDark { + border-color: #004b1c; +} + +.ms-borderColor-green { + border-color: #107c10; +} + +.ms-borderColor-greenLight { + border-color: #bad80a; +} + +.ms-borderColorTop-themePrimary, +.ms-borderColorTop-themePrimary--hover:hover { + border-top-color: #0078d7; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Arabic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Cyrillic)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (East European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Greek)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Hebrew)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (Vietnamese)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Segoe UI Web (West European)'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff') format('woff'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff') format('woff'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Selawik Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +.ms-font-su { + font-size: 42px; + font-weight: 100; +} + +.ms-font-xxl { + font-size: 28px; + font-weight: 100; +} + +.ms-font-xl-plus { + font-size: 24px; + font-weight: 100; +} + +.ms-font-xl { + font-size: 21px; + font-weight: 100; +} + +.ms-font-l { + font-size: 17px; + font-weight: 300; +} + +.ms-font-m-plus { + font-size: 15px; + font-weight: 400; +} + +.ms-font-m { + font-size: 14px; + font-weight: 400; +} + +.ms-font-s-plus { + font-size: 13px; + font-weight: 400; +} + +.ms-font-s { + font-size: 12px; + font-weight: 400; +} + +.ms-font-xs { + font-size: 11px; + font-weight: 400; +} + +.ms-font-mi { + font-size: 10px; + font-weight: 600; +} + +.ms-fontWeight-light, +.ms-fontWeight-light--hover:hover { + font-weight: 100; +} + +.ms-fontWeight-semilight, +.ms-fontWeight-semilight--hover:hover { + font-weight: 300; +} + +.ms-fontWeight-regular, +.ms-fontWeight-regular--hover:hover { + font-weight: 400; +} + +.ms-fontWeight-semibold, +.ms-fontWeight-semibold--hover:hover { + font-weight: 600; +} + +.ms-fontSize-su { + font-size: 42px; +} + +.ms-fontSize-xxl { + font-size: 28px; +} + +.ms-fontSize-xlPlus { + font-size: 24px; +} + +.ms-fontSize-xl { + font-size: 21px; +} + +.ms-fontSize-l { + font-size: 17px; +} + +.ms-fontSize-mPlus { + font-size: 15px; +} + +.ms-fontSize-m { + font-size: 14px; +} + +.ms-fontSize-sPlus { + font-size: 13px; +} + +.ms-fontSize-s { + font-size: 12px; +} + +.ms-fontSize-xs { + font-size: 11px; +} + +.ms-fontSize-mi { + font-size: 10px; +} + +.ms-fontColor-themeDarker, +.ms-fontColor-themeDarker--hover:hover { + color: #004578; +} + +.ms-fontColor-themeDark, +.ms-fontColor-themeDark--hover:hover { + color: #005a9e; +} + +.ms-fontColor-themeDarkAlt, +.ms-fontColor-themeDarkAlt--hover:hover { + color: #106ebe; +} + +.ms-fontColor-themePrimary, +.ms-fontColor-themePrimary--hover:hover { + color: #0078d7; +} + +.ms-fontColor-themeSecondary, +.ms-fontColor-themeSecondary--hover:hover { + color: #2488d8; +} + +.ms-fontColor-themeTertiary, +.ms-fontColor-themeTertiary--hover:hover { + color: #69afe5; +} + +.ms-fontColor-themeLight, +.ms-fontColor-themeLight--hover:hover { + color: #c7e0f4; +} + +.ms-fontColor-themeLighter, +.ms-fontColor-themeLighter--hover:hover { + color: #deecf9; +} + +.ms-fontColor-themeLighterAlt, +.ms-fontColor-themeLighterAlt--hover:hover { + color: #eff6fc; +} + +.ms-fontColor-black, +.ms-fontColor-black--hover:hover { + color: #000000; +} + +.ms-fontColor-neutralDark, +.ms-fontColor-neutralDark--hover:hover { + color: #212121; +} + +.ms-fontColor-neutralPrimary, +.ms-fontColor-neutralPrimary--hover:hover { + color: #333333; +} + +.ms-fontColor-neutralPrimaryAlt, +.ms-fontColor-neutralPrimaryAlt--hover:hover { + color: #3c3c3c; +} + +.ms-fontColor-neutralSecondary, +.ms-fontColor-neutralSecondary--hover:hover { + color: #666666; +} + +.ms-fontColor-neutralSecondaryAlt, +.ms-fontColor-neutralSecondaryAlt--hover:hover { + color: #767676; +} + +.ms-fontColor-neutralTertiary, +.ms-fontColor-neutralTertiary--hover:hover { + color: #a6a6a6; +} + +.ms-fontColor-neutralTertiaryAlt, +.ms-fontColor-neutralTertiaryAlt--hover:hover { + color: #c8c8c8; +} + +.ms-fontColor-neutralLight, +.ms-fontColor-neutralLight--hover:hover { + color: #eaeaea; +} + +.ms-fontColor-neutralLighter, +.ms-fontColor-neutralLighter--hover:hover { + color: #f4f4f4; +} + +.ms-fontColor-neutralLighterAlt, +.ms-fontColor-neutralLighterAlt--hover:hover { + color: #f8f8f8; +} + +.ms-fontColor-white, +.ms-fontColor-white--hover:hover { + color: #ffffff; +} + +.ms-fontColor-yellow, +.ms-fontColor-yellow--hover:hover { + color: #ffb900; +} + +.ms-fontColor-yellowLight, +.ms-fontColor-yellowLight--hover:hover { + color: #fff100; +} + +.ms-fontColor-orange, +.ms-fontColor-orange--hover:hover { + color: #d83b01; +} + +.ms-fontColor-orangeLight, +.ms-fontColor-orangeLight--hover:hover { + color: #ea4300; +} + +.ms-fontColor-orangeLighter, +.ms-fontColor-orangeLighter--hover:hover { + color: #ff8c00; +} + +.ms-fontColor-redDark, +.ms-fontColor-redDark--hover:hover { + color: #a80000; +} + +.ms-fontColor-red, +.ms-fontColor-red--hover:hover { + color: #e81123; +} + +.ms-fontColor-magentaDark, +.ms-fontColor-magentaDark--hover:hover { + color: #5c005c; +} + +.ms-fontColor-magenta, +.ms-fontColor-magenta--hover:hover { + color: #b4009e; +} + +.ms-fontColor-magentaLight, +.ms-fontColor-magentaLight--hover:hover { + color: #e3008c; +} + +.ms-fontColor-purpleDark, +.ms-fontColor-purpleDark--hover:hover { + color: #32145a; +} + +.ms-fontColor-purple, +.ms-fontColor-purple--hover:hover { + color: #5c2d91; +} + +.ms-fontColor-purpleLight, +.ms-fontColor-purpleLight--hover:hover { + color: #b4a0ff; +} + +.ms-fontColor-blueDark, +.ms-fontColor-blueDark--hover:hover { + color: #002050; +} + +.ms-fontColor-blueMid, +.ms-fontColor-blueMid--hover:hover { + color: #00188f; +} + +.ms-fontColor-blue, +.ms-fontColor-blue--hover:hover { + color: #0078d7; +} + +.ms-fontColor-blueLight, +.ms-fontColor-blueLight--hover:hover { + color: #00bcf2; +} + +.ms-fontColor-tealDark, +.ms-fontColor-tealDark--hover:hover { + color: #004b50; +} + +.ms-fontColor-teal, +.ms-fontColor-teal--hover:hover { + color: #008272; +} + +.ms-fontColor-tealLight, +.ms-fontColor-tealLight--hover:hover { + color: #00b294; +} + +.ms-fontColor-greenDark, +.ms-fontColor-greenDark--hover:hover { + color: #004b1c; +} + +.ms-fontColor-green, +.ms-fontColor-green--hover:hover { + color: #107c10; +} + +.ms-fontColor-greenLight, +.ms-fontColor-greenLight--hover:hover { + color: #bad80a; +} + +.ms-fontColor-info, +.ms-fontColor-info--hover:hover { + color: #767676; +} + +.ms-fontColor-success, +.ms-fontColor-success--hover:hover { + color: #107c10; +} + +.ms-fontColor-alert, +.ms-fontColor-alert--hover:hover { + color: #d83b01; +} + +.ms-fontColor-warning, +.ms-fontColor-warning--hover:hover { + color: #767676; +} + +.ms-fontColor-severeWarning, +.ms-fontColor-severeWarning--hover:hover { + color: #d83b01; +} + +.ms-fontColor-error, +.ms-fontColor-error--hover:hover { + color: #a80000; +} + +.ms-Grid { + box-sizing: border-box; + *zoom: 1; + padding: 0 8px; +} + +.ms-Grid::before, +.ms-Grid::after { + display: table; + content: ''; + line-height: 0; +} + +.ms-Grid::after { + clear: both; +} + +.ms-Grid-row { + margin: 0 -8px; + box-sizing: border-box; + *zoom: 1; +} + +.ms-Grid-row::before, +.ms-Grid-row::after { + display: table; + content: ''; + line-height: 0; +} + +.ms-Grid-row::after { + clear: both; +} + +.ms-Grid-col { + position: relative; + min-height: 1px; + padding-right: 8px; + padding-left: 8px; + box-sizing: border-box; + float: right; +} + +.ms-Grid-col .ms-Grid { + padding: 0; +} + +/* + Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license +*/ + +@font-face { + font-family: 'FabricMDL2Icons'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.woff') format('woff'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +.ms-Icon { + display: inline-block; + font-family: 'FabricMDL2Icons'; + font-style: normal; + font-weight: normal; + speak: none; +} + +.ms-Icon--circle { + position: relative; + display: inline-block; + font-size: 1rem; + width: 1em; + height: 1em; + margin: 0 0 0 0.5em; + padding: 0; + text-align: right; +} + +.ms-Icon--circle::before, +.ms-Icon--circle::after { + line-height: 1; + font-size: inherit; +} + +.ms-Icon--circle::before { + display: block; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + vertical-align: top; + position: absolute; +} + +.ms-Icon--circle::after { + content: '\e000'; + position: absolute; + top: 0; + right: 0; + -ms-transform: scale(2); + transform: scale(2); + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; + z-index: 0; +} + +.ms-Icon--xs { + font-size: 10px; +} + +.ms-Icon--s { + font-size: 12px; +} + +.ms-Icon--m { + font-size: 16px; +} + +.ms-Icon--l { + font-size: 20px; +} + +.ms-Icon--AADLogo::before { + content: '\ED68'; +} + +.ms-Icon--Accept::before { + content: '\E8FB'; +} + +.ms-Icon--AccessLogo::before { + content: '\ED69'; +} + +.ms-Icon--AccessLogoFill::before { + content: '\F1DB'; +} + +.ms-Icon--Accounts::before { + content: '\E910'; +} + +.ms-Icon--ActivityFeed::before { + content: '\F056'; +} + +.ms-Icon--Add::before { + content: '\E710'; +} + +.ms-Icon--AddEvent::before { + content: '\EEB5'; +} + +.ms-Icon--AddFavorite::before { + content: '\F0C8'; +} + +.ms-Icon--AddFavoriteFill::before { + content: '\F0C9'; +} + +.ms-Icon--AddFriend::before { + content: '\E8FA'; +} + +.ms-Icon--AddGroup::before { + content: '\EE3D'; +} + +.ms-Icon--AddOnlineMeeting::before { + content: '\ED8E'; +} + +.ms-Icon--AddPhone::before { + content: '\ED96'; +} + +.ms-Icon--AddTo::before { + content: '\ECC8'; +} + +.ms-Icon--Admin::before { + content: '\E7EF'; +} + +.ms-Icon--AdminALogo::before { + content: '\ED6A'; +} + +.ms-Icon--AdminCLogo::before { + content: '\ED6B'; +} + +.ms-Icon--AdminDLogo::before { + content: '\ED6C'; +} + +.ms-Icon--AdminELogo::before { + content: '\ED6D'; +} + +.ms-Icon--AdminLLogo::before { + content: '\ED6E'; +} + +.ms-Icon--AdminMLogo::before { + content: '\ED6F'; +} + +.ms-Icon--AdminOLogo::before { + content: '\ED70'; +} + +.ms-Icon--AdminPLogo::before { + content: '\ED71'; +} + +.ms-Icon--AdminSLogo::before { + content: '\ED72'; +} + +.ms-Icon--AdminYLogo::before { + content: '\ED73'; +} + +.ms-Icon--Airplane::before { + content: '\E709'; +} + +.ms-Icon--AirplaneSolid::before { + content: '\EB4C'; +} + +.ms-Icon--AirTickets::before { + content: '\EF7A'; +} + +.ms-Icon--AlarmClock::before { + content: '\E919'; +} + +.ms-Icon--Album::before { + content: '\E7AB'; +} + +.ms-Icon--AlbumRemove::before { + content: '\EC62'; +} + +.ms-Icon--AlertSolid::before { + content: '\F331'; +} + +.ms-Icon--AlignCenter::before { + content: '\E8E3'; +} + +.ms-Icon--AlignLeft::before { + content: '\E8E4'; +} + +.ms-Icon--AlignRight::before { + content: '\E8E2'; +} + +.ms-Icon--AnalyticsLogo::before { + content: '\F1DE'; +} + +.ms-Icon--AnalyticsQuery::before { + content: '\F1DF'; +} + +.ms-Icon--AnalyticsReport::before { + content: '\F1E1'; +} + +.ms-Icon--AndroidLogo::before { + content: '\EF8B'; +} + +.ms-Icon--Annotation::before { + content: '\E924'; +} + +.ms-Icon--AppIconDefault::before { + content: '\ECAA'; +} + +.ms-Icon--Archive::before { + content: '\F03F'; +} + +.ms-Icon--AreaChart::before { + content: '\E9D2'; +} + +.ms-Icon--Arrivals::before { + content: '\EB34'; +} + +.ms-Icon--ArrowDownRight8::before { + content: '\EED5'; +} + +.ms-Icon--ArrowDownRightMirrored8::before { + content: '\EEF0'; +} + +.ms-Icon--ArrowTallDownLeft::before { + content: '\F2BF'; +} + +.ms-Icon--ArrowTallDownRight::before { + content: '\F2C0'; +} + +.ms-Icon--ArrowTallUpLeft::before { + content: '\F2BD'; +} + +.ms-Icon--ArrowTallUpRight::before { + content: '\F2BE'; +} + +.ms-Icon--ArrowUpRight8::before { + content: '\EED4'; +} + +.ms-Icon--ArrowUpRightMirrored8::before { + content: '\EEEF'; +} + +.ms-Icon--Articles::before { + content: '\EAC1'; +} + +.ms-Icon--Ascending::before { + content: '\EDC0'; +} + +.ms-Icon--AssessmentGroup::before { + content: '\F31A'; +} + +.ms-Icon--AssessmentGroupTemplate::before { + content: '\F2B1'; +} + +.ms-Icon--AssetLibrary::before { + content: '\EEB6'; +} + +.ms-Icon--Assign::before { + content: '\E9D3'; +} + +.ms-Icon--Asterisk::before { + content: '\EA38'; +} + +.ms-Icon--AsteriskSolid::before { + content: '\F34D'; +} + +.ms-Icon--ATPLogo::before { + content: '\EF85'; +} + +.ms-Icon--Attach::before { + content: '\E723'; +} + +.ms-Icon--AustralianRules::before { + content: '\EE70'; +} + +.ms-Icon--AutoEnhanceOff::before { + content: '\E78E'; +} + +.ms-Icon--AutoEnhanceOn::before { + content: '\E78D'; +} + +.ms-Icon--AutoFillTemplate::before { + content: '\F313'; +} + +.ms-Icon--AutoRacing::before { + content: '\EB24'; +} + +.ms-Icon--AwayStatus::before { + content: '\EE6A'; +} + +.ms-Icon--AzureAPIManagement::before { + content: '\F37F'; +} + +.ms-Icon--AzureKeyVault::before { + content: '\F3B4'; +} + +.ms-Icon--AzureLogo::before { + content: '\EB6A'; +} + +.ms-Icon--AzureServiceEndpoint::before { + content: '\F380'; +} + +.ms-Icon--Back::before { + content: '\E72B'; +} + +.ms-Icon--Backlog::before { + content: '\F2AC'; +} + +.ms-Icon--BackToWindow::before { + content: '\E73F'; +} + +.ms-Icon--Badge::before { + content: '\EC1B'; +} + +.ms-Icon--Balloons::before { + content: '\ED7E'; +} + +.ms-Icon--BankSolid::before { + content: '\F34F'; +} + +.ms-Icon--BarChart4::before { + content: '\EAE7'; +} + +.ms-Icon--BarChartHorizontal::before { + content: '\E9EB'; +} + +.ms-Icon--BarChartVertical::before { + content: '\E9EC'; +} + +.ms-Icon--Baseball::before { + content: '\EB20'; +} + +.ms-Icon--BidiLtr::before { + content: '\E9AA'; +} + +.ms-Icon--BidiRtl::before { + content: '\E9AB'; +} + +.ms-Icon--BingLogo::before { + content: '\EB6B'; +} + +.ms-Icon--BlockContact::before { + content: '\E8F8'; +} + +.ms-Icon--Blocked::before { + content: '\E733'; +} + +.ms-Icon--Blocked2::before { + content: '\ECE4'; +} + +.ms-Icon--BlowingSnow::before { + content: '\E9C9'; +} + +.ms-Icon--Blur::before { + content: '\F28E'; +} + +.ms-Icon--Boards::before { + content: '\EF68'; +} + +.ms-Icon--Bold::before { + content: '\E8DD'; +} + +.ms-Icon--BookingsLogo::before { + content: '\EDC7'; +} + +.ms-Icon--Bookmarks::before { + content: '\E8A4'; +} + +.ms-Icon--BookmarksMirrored::before { + content: '\EA41'; +} + +.ms-Icon--BoxAdditionSolid::before { + content: '\F2D4'; +} + +.ms-Icon--BoxCheckmarkSolid::before { + content: '\F2D7'; +} + +.ms-Icon--BoxLogo::before { + content: '\ED75'; +} + +.ms-Icon--BoxMultiplySolid::before { + content: '\F2D5'; +} + +.ms-Icon--BoxPlaySolid::before { + content: '\F2D6'; +} + +.ms-Icon--BoxSubtractSolid::before { + content: '\F2D3'; +} + +.ms-Icon--BranchCommit::before { + content: '\F293'; +} + +.ms-Icon--BranchCompare::before { + content: '\F294'; +} + +.ms-Icon--BranchFork::before { + content: '\F173'; +} + +.ms-Icon--BranchFork2::before { + content: '\F291'; +} + +.ms-Icon--BranchLocked::before { + content: '\F292'; +} + +.ms-Icon--BranchMerge::before { + content: '\F295'; +} + +.ms-Icon--BranchPullRequest::before { + content: '\F296'; +} + +.ms-Icon--BranchSearch::before { + content: '\F297'; +} + +.ms-Icon--BranchShelveset::before { + content: '\F298'; +} + +.ms-Icon--Breadcrumb::before { + content: '\EF8C'; +} + +.ms-Icon--Brightness::before { + content: '\E706'; +} + +.ms-Icon--Broom::before { + content: '\EA99'; +} + +.ms-Icon--BucketColor::before { + content: '\F1B6'; +} + +.ms-Icon--BucketColorFill::before { + content: '\F1B7'; +} + +.ms-Icon--BufferTimeAfter::before { + content: '\F0D0'; +} + +.ms-Icon--BufferTimeBefore::before { + content: '\F0CF'; +} + +.ms-Icon--BufferTimeBoth::before { + content: '\F0D1'; +} + +.ms-Icon--BugSolid::before { + content: '\F335'; +} + +.ms-Icon--Build::before { + content: '\F28F'; +} + +.ms-Icon--BuildIssue::before { + content: '\F319'; +} + +.ms-Icon--BuildQueue::before { + content: '\F24F'; +} + +.ms-Icon--BuildQueueNew::before { + content: '\F250'; +} + +.ms-Icon--BulletedList::before { + content: '\E8FD'; +} + +.ms-Icon--BulletedList2::before { + content: '\F2C7'; +} + +.ms-Icon--BulletedList2Mirrored::before { + content: '\F2C8'; +} + +.ms-Icon--BulletedListMirrored::before { + content: '\EA42'; +} + +.ms-Icon--BusinessHoursSign::before { + content: '\F310'; +} + +.ms-Icon--BusSolid::before { + content: '\EB47'; +} + +.ms-Icon--Cafe::before { + content: '\EC32'; +} + +.ms-Icon--Cake::before { + content: '\ECA4'; +} + +.ms-Icon--CalculatorAddition::before { + content: '\E948'; +} + +.ms-Icon--CalculatorEqualTo::before { + content: '\E94E'; +} + +.ms-Icon--CalculatorMultiply::before { + content: '\E947'; +} + +.ms-Icon--CalculatorNotEqualTo::before { + content: '\F2D2'; +} + +.ms-Icon--CalculatorSubtract::before { + content: '\E949'; +} + +.ms-Icon--Calendar::before { + content: '\E787'; +} + +.ms-Icon--CalendarAgenda::before { + content: '\EE9A'; +} + +.ms-Icon--CalendarDay::before { + content: '\E8BF'; +} + +.ms-Icon--CalendarMirrored::before { + content: '\ED28'; +} + +.ms-Icon--CalendarReply::before { + content: '\E8F5'; +} + +.ms-Icon--CalendarWeek::before { + content: '\E8C0'; +} + +.ms-Icon--CalendarWorkWeek::before { + content: '\EF51'; +} + +.ms-Icon--CaloriesAdd::before { + content: '\F172'; +} + +.ms-Icon--Camera::before { + content: '\E722'; +} + +.ms-Icon--Cancel::before { + content: '\E711'; +} + +.ms-Icon--CannedChat::before { + content: '\F0F2'; +} + +.ms-Icon--Car::before { + content: '\E804'; +} + +.ms-Icon--CaretBottomLeftCenter8::before { + content: '\F365'; +} + +.ms-Icon--CaretBottomLeftSolid8::before { + content: '\F121'; +} + +.ms-Icon--CaretBottomRightCenter8::before { + content: '\F364'; +} + +.ms-Icon--CaretBottomRightSolid8::before { + content: '\F122'; +} + +.ms-Icon--CaretDown8::before { + content: '\EDD8'; +} + +.ms-Icon--CaretDownSolid8::before { + content: '\EDDC'; +} + +.ms-Icon--CaretHollow::before { + content: '\E817'; +} + +.ms-Icon--CaretHollowMirrored::before { + content: '\EA45'; +} + +.ms-Icon--CaretLeft8::before { + content: '\EDD5'; +} + +.ms-Icon--CaretLeftSolid8::before { + content: '\EDD9'; +} + +.ms-Icon--CaretRight::before { + content: '\F06B'; +} + +.ms-Icon--CaretRight8::before { + content: '\EDD6'; +} + +.ms-Icon--CaretRightSolid8::before { + content: '\EDDA'; +} + +.ms-Icon--CaretSolid::before { + content: '\E818'; +} + +.ms-Icon--CaretSolid16::before { + content: '\EE62'; +} + +.ms-Icon--CaretSolidDown::before { + content: '\F08E'; +} + +.ms-Icon--CaretSolidLeft::before { + content: '\F08D'; +} + +.ms-Icon--CaretSolidMirrored::before { + content: '\EA46'; +} + +.ms-Icon--CaretSolidRight::before { + content: '\F08F'; +} + +.ms-Icon--CaretSolidUp::before { + content: '\F090'; +} + +.ms-Icon--CaretTopLeftCenter8::before { + content: '\F367'; +} + +.ms-Icon--CaretTopLeftSolid8::before { + content: '\EF54'; +} + +.ms-Icon--CaretTopRightCenter8::before { + content: '\F366'; +} + +.ms-Icon--CaretTopRightSolid8::before { + content: '\EF55'; +} + +.ms-Icon--CaretUp8::before { + content: '\EDD7'; +} + +.ms-Icon--CaretUpSolid8::before { + content: '\EDDB'; +} + +.ms-Icon--Cat::before { + content: '\ED7F'; +} + +.ms-Icon--CellPhone::before { + content: '\E8EA'; +} + +.ms-Icon--Certificate::before { + content: '\EB95'; +} + +.ms-Icon--Chart::before { + content: '\E999'; +} + +.ms-Icon--Chat::before { + content: '\E901'; +} + +.ms-Icon--ChatInviteFriend::before { + content: '\ECFE'; +} + +.ms-Icon--ChatSolid::before { + content: '\F344'; +} + +.ms-Icon--Checkbox::before { + content: '\E739'; +} + +.ms-Icon--CheckboxComposite::before { + content: '\E73A'; +} + +.ms-Icon--CheckboxCompositeReversed::before { + content: '\E73D'; +} + +.ms-Icon--CheckboxIndeterminate::before { + content: '\E73C'; +} + +.ms-Icon--CheckList::before { + content: '\E9D5'; +} + +.ms-Icon--CheckMark::before { + content: '\E73E'; +} + +.ms-Icon--ChevronDown::before { + content: '\E70D'; +} + +.ms-Icon--ChevronDownEnd6::before { + content: '\F36F'; +} + +.ms-Icon--ChevronDownMed::before { + content: '\E972'; +} + +.ms-Icon--ChevronDownSmall::before { + content: '\E96E'; +} + +.ms-Icon--ChevronFold10::before { + content: '\F36A'; +} + +.ms-Icon--ChevronLeft::before { + content: '\E76B'; +} + +.ms-Icon--ChevronLeftEnd6::before { + content: '\F371'; +} + +.ms-Icon--ChevronLeftMed::before { + content: '\E973'; +} + +.ms-Icon--ChevronLeftSmall::before { + content: '\E96F'; +} + +.ms-Icon--ChevronRight::before { + content: '\E76C'; +} + +.ms-Icon--ChevronRightEnd6::before { + content: '\F372'; +} + +.ms-Icon--ChevronRightMed::before { + content: '\E974'; +} + +.ms-Icon--ChevronRightSmall::before { + content: '\E970'; +} + +.ms-Icon--ChevronUnfold10::before { + content: '\F369'; +} + +.ms-Icon--ChevronUp::before { + content: '\E70E'; +} + +.ms-Icon--ChevronUpEnd6::before { + content: '\F370'; +} + +.ms-Icon--ChevronUpMed::before { + content: '\E971'; +} + +.ms-Icon--ChevronUpSmall::before { + content: '\E96D'; +} + +.ms-Icon--ChromeBack::before { + content: '\E830'; +} + +.ms-Icon--ChromeBackMirrored::before { + content: '\EA47'; +} + +.ms-Icon--ChromeClose::before { + content: '\E8BB'; +} + +.ms-Icon--ChromeMinimize::before { + content: '\E921'; +} + +.ms-Icon--CircleAddition::before { + content: '\F2E3'; +} + +.ms-Icon--CircleAdditionSolid::before { + content: '\F2E4'; +} + +.ms-Icon--CircleFill::before { + content: '\EA3B'; +} + +.ms-Icon--CircleHalfFull::before { + content: '\ED9E'; +} + +.ms-Icon--CirclePause::before { + content: '\F2D9'; +} + +.ms-Icon--CirclePauseSolid::before { + content: '\F2D8'; +} + +.ms-Icon--CirclePlus::before { + content: '\EAEE'; +} + +.ms-Icon--CircleRing::before { + content: '\EA3A'; +} + +.ms-Icon--CircleStop::before { + content: '\F2DC'; +} + +.ms-Icon--CircleStopSolid::before { + content: '\F2DB'; +} + +.ms-Icon--CityNext::before { + content: '\EC06'; +} + +.ms-Icon--ClassNotebookLogoInverse::before { + content: '\EDC8'; +} + +.ms-Icon--ClassroomLogo::before { + content: '\EF75'; +} + +.ms-Icon--Clear::before { + content: '\E894'; +} + +.ms-Icon--ClearFilter::before { + content: '\EF8F'; +} + +.ms-Icon--ClearFormatting::before { + content: '\EDDD'; +} + +.ms-Icon--ClearNight::before { + content: '\E9C2'; +} + +.ms-Icon--Clock::before { + content: '\E917'; +} + +.ms-Icon--CloneToDesktop::before { + content: '\F28C'; +} + +.ms-Icon--ClosedCaption::before { + content: '\EF84'; +} + +.ms-Icon--ClosePane::before { + content: '\E89F'; +} + +.ms-Icon--ClosePaneMirrored::before { + content: '\EA49'; +} + +.ms-Icon--Cloud::before { + content: '\E753'; +} + +.ms-Icon--CloudAdd::before { + content: '\ECA9'; +} + +.ms-Icon--CloudDownload::before { + content: '\EBD3'; +} + +.ms-Icon--CloudUpload::before { + content: '\EC8E'; +} + +.ms-Icon--CloudWeather::before { + content: '\E9BE'; +} + +.ms-Icon--Cloudy::before { + content: '\E9BF'; +} + +.ms-Icon--Cocktails::before { + content: '\EA9D'; +} + +.ms-Icon--Code::before { + content: '\E943'; +} + +.ms-Icon--Coffee::before { + content: '\EAEF'; +} + +.ms-Icon--CoffeeScript::before { + content: '\F2FA'; +} + +.ms-Icon--CollapseContent::before { + content: '\F165'; +} + +.ms-Icon--CollapseContentSingle::before { + content: '\F166'; +} + +.ms-Icon--CollapseMenu::before { + content: '\EF66'; +} + +.ms-Icon--CollegeFootball::before { + content: '\EB26'; +} + +.ms-Icon--CollegeHoops::before { + content: '\EB25'; +} + +.ms-Icon--Color::before { + content: '\E790'; +} + +.ms-Icon--ColorSolid::before { + content: '\F354'; +} + +.ms-Icon--ColumnLeftTwoThirds::before { + content: '\F1D6'; +} + +.ms-Icon--ColumnLeftTwoThirdsEdit::before { + content: '\F324'; +} + +.ms-Icon--ColumnOptions::before { + content: '\F317'; +} + +.ms-Icon--ColumnRightTwoThirds::before { + content: '\F1D7'; +} + +.ms-Icon--ColumnRightTwoThirdsEdit::before { + content: '\F325'; +} + +.ms-Icon--Combine::before { + content: '\EDBB'; +} + +.ms-Icon--CommandPrompt::before { + content: '\E756'; +} + +.ms-Icon--Comment::before { + content: '\E90A'; +} + +.ms-Icon--CommentAdd::before { + content: '\F2B3'; +} + +.ms-Icon--CommentNext::before { + content: '\F2B4'; +} + +.ms-Icon--CommentPrevious::before { + content: '\F2B5'; +} + +.ms-Icon--CommentUrgent::before { + content: '\F307'; +} + +.ms-Icon--Communications::before { + content: '\E95A'; +} + +.ms-Icon--CompassNW::before { + content: '\E942'; +} + +.ms-Icon--Completed::before { + content: '\E930'; +} + +.ms-Icon--CompletedSolid::before { + content: '\EC61'; +} + +.ms-Icon--ConfigurationSolid::before { + content: '\F334'; +} + +.ms-Icon--ConstructionCone::before { + content: '\E98F'; +} + +.ms-Icon--ConstructionConeSolid::before { + content: '\F339'; +} + +.ms-Icon--Contact::before { + content: '\E77B'; +} + +.ms-Icon--ContactCard::before { + content: '\EEBD'; +} + +.ms-Icon--ContactInfo::before { + content: '\E779'; +} + +.ms-Icon--Contrast::before { + content: '\E7A1'; +} + +.ms-Icon--Copy::before { + content: '\E8C8'; +} + +.ms-Icon--Cotton::before { + content: '\EAF3'; +} + +.ms-Icon--CPlusPlus::before { + content: '\F2F4'; +} + +.ms-Icon--CPlusPlusLanguage::before { + content: '\F2F3'; +} + +.ms-Icon--Cricket::before { + content: '\EB1E'; +} + +.ms-Icon--CRMReport::before { + content: '\EFFE'; +} + +.ms-Icon--CrownSolid::before { + content: '\F336'; +} + +.ms-Icon--CSharp::before { + content: '\F2F0'; +} + +.ms-Icon--CSharpLanguage::before { + content: '\F2EF'; +} + +.ms-Icon--CSS::before { + content: '\EBEF'; +} + +.ms-Icon--CustomList::before { + content: '\EEBE'; +} + +.ms-Icon--CustomListMirrored::before { + content: '\EEBF'; +} + +.ms-Icon--Cut::before { + content: '\E8C6'; +} + +.ms-Icon--Cycling::before { + content: '\EAC7'; +} + +.ms-Icon--Database::before { + content: '\EFC7'; +} + +.ms-Icon--DataConnectionLibrary::before { + content: '\EEB7'; +} + +.ms-Icon--DateTime::before { + content: '\EC92'; +} + +.ms-Icon--DateTime2::before { + content: '\EA17'; +} + +.ms-Icon--DateTimeMirrored::before { + content: '\EE93'; +} + +.ms-Icon--DecisionSolid::before { + content: '\F350'; +} + +.ms-Icon--DecreaseIndentLegacy::before { + content: '\E290'; +} + +.ms-Icon--Delete::before { + content: '\E74D'; +} + +.ms-Icon--DelveAnalytics::before { + content: '\EEEE'; +} + +.ms-Icon--DelveAnalyticsLogo::before { + content: '\EDCA'; +} + +.ms-Icon--DelveLogo::before { + content: '\F280'; +} + +.ms-Icon--DelveLogoFill::before { + content: '\F281'; +} + +.ms-Icon--DelveLogoInverse::before { + content: '\ED76'; +} + +.ms-Icon--Deploy::before { + content: '\F29D'; +} + +.ms-Icon--Descending::before { + content: '\EDC1'; +} + +.ms-Icon--Design::before { + content: '\EB3C'; +} + +.ms-Icon--DeveloperTools::before { + content: '\EC7A'; +} + +.ms-Icon--Devices3::before { + content: '\EA6C'; +} + +.ms-Icon--Devices4::before { + content: '\EB66'; +} + +.ms-Icon--Dialpad::before { + content: '\E75F'; +} + +.ms-Icon--DiamondSolid::before { + content: '\F34C'; +} + +.ms-Icon--Dictionary::before { + content: '\E82D'; +} + +.ms-Icon--DietPlanNotebook::before { + content: '\EAC8'; +} + +.ms-Icon--DiffInline::before { + content: '\F309'; +} + +.ms-Icon--DiffSideBySide::before { + content: '\F30A'; +} + +.ms-Icon--DisableUpdates::before { + content: '\E8D8'; +} + +.ms-Icon--Dislike::before { + content: '\E8E0'; +} + +.ms-Icon--DockLeft::before { + content: '\E90C'; +} + +.ms-Icon--DockLeftMirrored::before { + content: '\EA4C'; +} + +.ms-Icon--DockRight::before { + content: '\E90D'; +} + +.ms-Icon--DocLibrary::before { + content: '\EEB8'; +} + +.ms-Icon--DocsLogoInverse::before { + content: '\EDCB'; +} + +.ms-Icon--Document::before { + content: '\E8A5'; +} + +.ms-Icon--Documentation::before { + content: '\EC17'; +} + +.ms-Icon--DocumentManagement::before { + content: '\EFFC'; +} + +.ms-Icon--DocumentReply::before { + content: '\EF57'; +} + +.ms-Icon--DocumentSearch::before { + content: '\EF6C'; +} + +.ms-Icon--DocumentSet::before { + content: '\EED6'; +} + +.ms-Icon--DonutChart::before { + content: '\F368'; +} + +.ms-Icon--Door::before { + content: '\EB75'; +} + +.ms-Icon--DoubleBookmark::before { + content: '\EB8F'; +} + +.ms-Icon--DoubleChevronDown::before { + content: '\EE04'; +} + +.ms-Icon--DoubleChevronDown12::before { + content: '\EE97'; +} + +.ms-Icon--DoubleChevronDown8::before { + content: '\F36B'; +} + +.ms-Icon--DoubleChevronLeft::before { + content: '\EDBE'; +} + +.ms-Icon--DoubleChevronLeft12::before { + content: '\EE98'; +} + +.ms-Icon--DoubleChevronLeft8::before { + content: '\F36D'; +} + +.ms-Icon--DoubleChevronLeftMed::before { + content: '\E991'; +} + +.ms-Icon--DoubleChevronLeftMedMirrored::before { + content: '\EA4D'; +} + +.ms-Icon--DoubleChevronRight::before { + content: '\EDBF'; +} + +.ms-Icon--DoubleChevronRight12::before { + content: '\EE99'; +} + +.ms-Icon--DoubleChevronRight8::before { + content: '\F36E'; +} + +.ms-Icon--DoubleChevronUp::before { + content: '\EDBD'; +} + +.ms-Icon--DoubleChevronUp12::before { + content: '\EE96'; +} + +.ms-Icon--DoubleChevronUp8::before { + content: '\F36C'; +} + +.ms-Icon--DoubleColumn::before { + content: '\F1D4'; +} + +.ms-Icon--DoubleColumnEdit::before { + content: '\F322'; +} + +.ms-Icon--Down::before { + content: '\E74B'; +} + +.ms-Icon--Download::before { + content: '\E896'; +} + +.ms-Icon--DRM::before { + content: '\ECA8'; +} + +.ms-Icon--Drop::before { + content: '\EB42'; +} + +.ms-Icon--DropboxLogo::before { + content: '\ED77'; +} + +.ms-Icon--Dropdown::before { + content: '\EDC5'; +} + +.ms-Icon--Duststorm::before { + content: '\E9CD'; +} + +.ms-Icon--Dynamics365Logo::before { + content: '\EDCC'; +} + +.ms-Icon--DynamicSMBLogo::before { + content: '\EDCD'; +} + +.ms-Icon--EatDrink::before { + content: '\E807'; +} + +.ms-Icon--EdgeLogo::before { + content: '\EC60'; +} + +.ms-Icon--Edit::before { + content: '\E70F'; +} + +.ms-Icon--EditMail::before { + content: '\EF61'; +} + +.ms-Icon--EditMirrored::before { + content: '\EB7E'; +} + +.ms-Icon--EditNote::before { + content: '\ED9D'; +} + +.ms-Icon--EditPhoto::before { + content: '\EF77'; +} + +.ms-Icon--EditStyle::before { + content: '\EF60'; +} + +.ms-Icon--EgnyteLogo::before { + content: '\F373'; +} + +.ms-Icon--Embed::before { + content: '\ECCE'; +} + +.ms-Icon--EMI::before { + content: '\E731'; +} + +.ms-Icon--Emoji::before { + content: '\E899'; +} + +.ms-Icon--Emoji2::before { + content: '\E76E'; +} + +.ms-Icon--EmojiDisappointed::before { + content: '\EA88'; +} + +.ms-Icon--EmojiNeutral::before { + content: '\EA87'; +} + +.ms-Icon--EmptyRecycleBin::before { + content: '\EF88'; +} + +.ms-Icon--EngineeringGroup::before { + content: '\F362'; +} + +.ms-Icon--Equalizer::before { + content: '\E9E9'; +} + +.ms-Icon--EraseTool::before { + content: '\E75C'; +} + +.ms-Icon--Error::before { + content: '\E783'; +} + +.ms-Icon--ErrorBadge::before { + content: '\EA39'; +} + +.ms-Icon--Event::before { + content: '\ECA3'; +} + +.ms-Icon--EventDate::before { + content: '\F059'; +} + +.ms-Icon--EventInfo::before { + content: '\ED8B'; +} + +.ms-Icon--ExcelDocument::before { + content: '\EF73'; +} + +.ms-Icon--ExcelLogo::before { + content: '\F1E5'; +} + +.ms-Icon--ExcelLogo16::before { + content: '\F397'; +} + +.ms-Icon--ExcelLogoFill::before { + content: '\F1E6'; +} + +.ms-Icon--ExcelLogoFill16::before { + content: '\F398'; +} + +.ms-Icon--ExcelLogoInverse::before { + content: '\EC28'; +} + +.ms-Icon--ExcelLogoInverse16::before { + content: '\F396'; +} + +.ms-Icon--ExchangeLogo::before { + content: '\F284'; +} + +.ms-Icon--ExchangeLogoFill::before { + content: '\F285'; +} + +.ms-Icon--ExchangeLogoInverse::before { + content: '\ED78'; +} + +.ms-Icon--ExpandMenu::before { + content: '\EF67'; +} + +.ms-Icon--ExploreContent::before { + content: '\ECCD'; +} + +.ms-Icon--ExploreContentSingle::before { + content: '\F164'; +} + +.ms-Icon--Export::before { + content: '\EDE1'; +} + +.ms-Icon--ExportMirrored::before { + content: '\EDE2'; +} + +.ms-Icon--FabricAssetLibrary::before { + content: '\F09C'; +} + +.ms-Icon--FabricDataConnectionLibrary::before { + content: '\F09D'; +} + +.ms-Icon--FabricDocLibrary::before { + content: '\F09E'; +} + +.ms-Icon--FabricFolder::before { + content: '\F0A9'; +} + +.ms-Icon--FabricFolderFill::before { + content: '\F0AA'; +} + +.ms-Icon--FabricFolderSearch::before { + content: '\F0A4'; +} + +.ms-Icon--FabricFormLibrary::before { + content: '\F09F'; +} + +.ms-Icon--FabricFormLibraryMirrored::before { + content: '\F0A0'; +} + +.ms-Icon--FabricMovetoFolder::before { + content: '\F0A5'; +} + +.ms-Icon--FabricNewFolder::before { + content: '\F0AB'; +} + +.ms-Icon--FabricOpenFolderHorizontal::before { + content: '\F0A8'; +} + +.ms-Icon--FabricPictureLibrary::before { + content: '\F0AC'; +} + +.ms-Icon--FabricPublicFolder::before { + content: '\F0A3'; +} + +.ms-Icon--FabricReportLibrary::before { + content: '\F0A1'; +} + +.ms-Icon--FabricReportLibraryMirrored::before { + content: '\F0A2'; +} + +.ms-Icon--FabricSyncFolder::before { + content: '\F0A7'; +} + +.ms-Icon--FabricUnsyncFolder::before { + content: '\F0A6'; +} + +.ms-Icon--FacebookLogo::before { + content: '\ECB3'; +} + +.ms-Icon--Family::before { + content: '\EBDA'; +} + +.ms-Icon--FangBody::before { + content: '\ECEB'; +} + +.ms-Icon--FastForward::before { + content: '\EB9D'; +} + +.ms-Icon--Favicon::before { + content: '\E737'; +} + +.ms-Icon--FavoriteList::before { + content: '\E728'; +} + +.ms-Icon--FavoriteStar::before { + content: '\E734'; +} + +.ms-Icon--FavoriteStarFill::before { + content: '\E735'; +} + +.ms-Icon--Fax::before { + content: '\EF5C'; +} + +.ms-Icon--Feedback::before { + content: '\ED15'; +} + +.ms-Icon--FeedbackRequestMirroredSolid::before { + content: '\F35A'; +} + +.ms-Icon--FeedbackRequestSolid::before { + content: '\F359'; +} + +.ms-Icon--FeedbackResponseSolid::before { + content: '\F35B'; +} + +.ms-Icon--Ferry::before { + content: '\E7E3'; +} + +.ms-Icon--FerrySolid::before { + content: '\EB48'; +} + +.ms-Icon--FieldChanged::before { + content: '\F2C3'; +} + +.ms-Icon--FieldEmpty::before { + content: '\F2C1'; +} + +.ms-Icon--FieldFilled::before { + content: '\F2C2'; +} + +.ms-Icon--FieldNotChanged::before { + content: '\F2C4'; +} + +.ms-Icon--FileASPX::before { + content: '\F2E9'; +} + +.ms-Icon--FileBug::before { + content: '\F30D'; +} + +.ms-Icon--FileCode::before { + content: '\F30E'; +} + +.ms-Icon--FileComment::before { + content: '\F30F'; +} + +.ms-Icon--FileCSS::before { + content: '\F2EA'; +} + +.ms-Icon--FileHTML::before { + content: '\F2ED'; +} + +.ms-Icon--FileImage::before { + content: '\F311'; +} + +.ms-Icon--FileJAVA::before { + content: '\F2E8'; +} + +.ms-Icon--FileLess::before { + content: '\F2EC'; +} + +.ms-Icon--FilePDB::before { + content: '\F2E5'; +} + +.ms-Icon--FileSass::before { + content: '\F2EB'; +} + +.ms-Icon--FileSQL::before { + content: '\F2E7'; +} + +.ms-Icon--FileSymlink::before { + content: '\F312'; +} + +.ms-Icon--FileTemplate::before { + content: '\F2E6'; +} + +.ms-Icon--FileTypeSolution::before { + content: '\F387'; +} + +.ms-Icon--Filter::before { + content: '\E71C'; +} + +.ms-Icon--Filters::before { + content: '\E795'; +} + +.ms-Icon--FiltersSolid::before { + content: '\F353'; +} + +.ms-Icon--Financial::before { + content: '\E7BB'; +} + +.ms-Icon--FinancialMirroredSolid::before { + content: '\F347'; +} + +.ms-Icon--FinancialSolid::before { + content: '\F346'; +} + +.ms-Icon--Fingerprint::before { + content: '\E928'; +} + +.ms-Icon--FiveTileGrid::before { + content: '\F274'; +} + +.ms-Icon--Flag::before { + content: '\E7C1'; +} + +.ms-Icon--FlameSolid::before { + content: '\F1F3'; +} + +.ms-Icon--FlickDown::before { + content: '\E935'; +} + +.ms-Icon--FlickLeft::before { + content: '\E937'; +} + +.ms-Icon--FlickRight::before { + content: '\E938'; +} + +.ms-Icon--FlickUp::before { + content: '\E936'; +} + +.ms-Icon--Flow::before { + content: '\EF90'; +} + +.ms-Icon--FocalPoint::before { + content: '\F277'; +} + +.ms-Icon--Fog::before { + content: '\E9CB'; +} + +.ms-Icon--Folder::before { + content: '\E8B7'; +} + +.ms-Icon--FolderFill::before { + content: '\E8D5'; +} + +.ms-Icon--FolderHorizontal::before { + content: '\F12B'; +} + +.ms-Icon--FolderList::before { + content: '\F2CE'; +} + +.ms-Icon--FolderListMirrored::before { + content: '\F2CF'; +} + +.ms-Icon--FolderOpen::before { + content: '\E838'; +} + +.ms-Icon--FolderQuery::before { + content: '\F2CD'; +} + +.ms-Icon--FolderSearch::before { + content: '\EF65'; +} + +.ms-Icon--Font::before { + content: '\E8D2'; +} + +.ms-Icon--FontColor::before { + content: '\E8D3'; +} + +.ms-Icon--FontDecrease::before { + content: '\E8E7'; +} + +.ms-Icon--FontIncrease::before { + content: '\E8E8'; +} + +.ms-Icon--FontSize::before { + content: '\E8E9'; +} + +.ms-Icon--FormLibrary::before { + content: '\EEB9'; +} + +.ms-Icon--FormLibraryMirrored::before { + content: '\EEBA'; +} + +.ms-Icon--Forward::before { + content: '\E72A'; +} + +.ms-Icon--ForwardEvent::before { + content: '\ED8C'; +} + +.ms-Icon--Freezing::before { + content: '\E9EF'; +} + +.ms-Icon--Frigid::before { + content: '\E9CA'; +} + +.ms-Icon--FSharp::before { + content: '\F2F6'; +} + +.ms-Icon--FSharpLanguage::before { + content: '\F2F5'; +} + +.ms-Icon--FullCircleMask::before { + content: '\E91F'; +} + +.ms-Icon--FullHistory::before { + content: '\F31C'; +} + +.ms-Icon--FullScreen::before { + content: '\E740'; +} + +.ms-Icon--FullWidth::before { + content: '\F2FE'; +} + +.ms-Icon--FullWidthEdit::before { + content: '\F2FF'; +} + +.ms-Icon--Generate::before { + content: '\E9DA'; +} + +.ms-Icon--Giftbox::before { + content: '\EC1F'; +} + +.ms-Icon--GiftboxOpen::before { + content: '\F133'; +} + +.ms-Icon--GiftBoxSolid::before { + content: '\F341'; +} + +.ms-Icon--GiftCard::before { + content: '\EB8E'; +} + +.ms-Icon--GitGraph::before { + content: '\F2CA'; +} + +.ms-Icon--Glasses::before { + content: '\EA16'; +} + +.ms-Icon--Glimmer::before { + content: '\ECF4'; +} + +.ms-Icon--GlobalNavButton::before { + content: '\E700'; +} + +.ms-Icon--Globe::before { + content: '\E774'; +} + +.ms-Icon--GlobeFavorite::before { + content: '\EF53'; +} + +.ms-Icon--Golf::before { + content: '\EB1F'; +} + +.ms-Icon--GoogleDriveLogo::before { + content: '\EE0B'; +} + +.ms-Icon--GoogleDriveLogoBottomBlue::before { + content: '\F375'; +} + +.ms-Icon--GoogleDriveLogoLeftGreen::before { + content: '\F374'; +} + +.ms-Icon--GoogleDriveLogoRightYellow::before { + content: '\F376'; +} + +.ms-Icon--GotoToday::before { + content: '\E8D1'; +} + +.ms-Icon--GripperBarVertical::before { + content: '\E784'; +} + +.ms-Icon--GripperTool::before { + content: '\E75E'; +} + +.ms-Icon--Group::before { + content: '\E902'; +} + +.ms-Icon--GroupedAscending::before { + content: '\EE67'; +} + +.ms-Icon--GroupedDescending::before { + content: '\EE66'; +} + +.ms-Icon--GroupedList::before { + content: '\EF74'; +} + +.ms-Icon--HailDay::before { + content: '\EA00'; +} + +.ms-Icon--HailNight::before { + content: '\EA13'; +} + +.ms-Icon--HalfAlpha::before { + content: '\E97E'; +} + +.ms-Icon--Handwriting::before { + content: '\E929'; +} + +.ms-Icon--HardDriveGroup::before { + content: '\F18F'; +} + +.ms-Icon--Header1::before { + content: '\EA19'; +} + +.ms-Icon--Header2::before { + content: '\EF36'; +} + +.ms-Icon--Header3::before { + content: '\EF37'; +} + +.ms-Icon--Header4::before { + content: '\EF38'; +} + +.ms-Icon--Headset::before { + content: '\E95B'; +} + +.ms-Icon--HeadsetSolid::before { + content: '\F348'; +} + +.ms-Icon--Health::before { + content: '\E95E'; +} + +.ms-Icon--HealthSolid::before { + content: '\F33F'; +} + +.ms-Icon--Heart::before { + content: '\EB51'; +} + +.ms-Icon--HeartFill::before { + content: '\EB52'; +} + +.ms-Icon--Help::before { + content: '\E897'; +} + +.ms-Icon--HelpMirrored::before { + content: '\EA51'; +} + +.ms-Icon--Hide::before { + content: '\ED1A'; +} + +.ms-Icon--Hide2::before { + content: '\EF89'; +} + +.ms-Icon--Highlight::before { + content: '\E7E6'; +} + +.ms-Icon--HighlightMappedShapes::before { + content: '\F2A1'; +} + +.ms-Icon--History::before { + content: '\E81C'; +} + +.ms-Icon--Home::before { + content: '\E80F'; +} + +.ms-Icon--HomeSolid::before { + content: '\EA8A'; +} + +.ms-Icon--Hospital::before { + content: '\E91D'; +} + +.ms-Icon--Hotel::before { + content: '\E824'; +} + +.ms-Icon--IconSetsFlag::before { + content: '\F2A4'; +} + +.ms-Icon--ImageCrosshair::before { + content: '\F2C9'; +} + +.ms-Icon--ImageDiff::before { + content: '\F30B'; +} + +.ms-Icon--ImagePixel::before { + content: '\F30C'; +} + +.ms-Icon--Import::before { + content: '\E8B5'; +} + +.ms-Icon--Important::before { + content: '\E8C9'; +} + +.ms-Icon--ImportMirrored::before { + content: '\EA52'; +} + +.ms-Icon--InboxCheck::before { + content: '\EF64'; +} + +.ms-Icon--IncidentTriangle::before { + content: '\E814'; +} + +.ms-Icon--IncreaseIndentLegacy::before { + content: '\E291'; +} + +.ms-Icon--Info::before { + content: '\E946'; +} + +.ms-Icon--Info2::before { + content: '\EA1F'; +} + +.ms-Icon--InfoSolid::before { + content: '\F167'; +} + +.ms-Icon--InsertTextBox::before { + content: '\EC7D'; +} + +.ms-Icon--InstallToDrive::before { + content: '\F28D'; +} + +.ms-Icon--InternetSharing::before { + content: '\E704'; +} + +.ms-Icon--iOSAppStoreLogo::before { + content: '\EF8A'; +} + +.ms-Icon--IssueTracking::before { + content: '\EEC0'; +} + +.ms-Icon--IssueTrackingMirrored::before { + content: '\EEC1'; +} + +.ms-Icon--Italic::before { + content: '\E8DB'; +} + +.ms-Icon--JavaScriptLanguage::before { + content: '\F2EE'; +} + +.ms-Icon--JoinOnlineMeeting::before { + content: '\ED8F'; +} + +.ms-Icon--JS::before { + content: '\EBF0'; +} + +.ms-Icon--Label::before { + content: '\E932'; +} + +.ms-Icon--LandscapeOrientation::before { + content: '\EF6B'; +} + +.ms-Icon--LaptopSelected::before { + content: '\EC76'; +} + +.ms-Icon--LargeGrid::before { + content: '\EECB'; +} + +.ms-Icon--Library::before { + content: '\E8F1'; +} + +.ms-Icon--Lifesaver::before { + content: '\EF62'; +} + +.ms-Icon--LifesaverLock::before { + content: '\EF63'; +} + +.ms-Icon--Light::before { + content: '\E793'; +} + +.ms-Icon--Lightbulb::before { + content: '\EA80'; +} + +.ms-Icon--LightningBolt::before { + content: '\E945'; +} + +.ms-Icon--Like::before { + content: '\E8E1'; +} + +.ms-Icon--LineChart::before { + content: '\E9E6'; +} + +.ms-Icon--Link::before { + content: '\E71B'; +} + +.ms-Icon--LinkedInLogo::before { + content: '\F20A'; +} + +.ms-Icon--List::before { + content: '\EA37'; +} + +.ms-Icon--ListMirrored::before { + content: '\EA55'; +} + +.ms-Icon--LocaleLanguage::before { + content: '\F2B7'; +} + +.ms-Icon--Location::before { + content: '\E81D'; +} + +.ms-Icon--LocationCircle::before { + content: '\E80E'; +} + +.ms-Icon--LocationDot::before { + content: '\E827'; +} + +.ms-Icon--LocationFill::before { + content: '\E920'; +} + +.ms-Icon--LocationOutline::before { + content: '\F2D0'; +} + +.ms-Icon--Lock::before { + content: '\E72E'; +} + +.ms-Icon--LockSolid::before { + content: '\E9A2'; +} + +.ms-Icon--LogRemove::before { + content: '\F316'; +} + +.ms-Icon--LowerBrightness::before { + content: '\EC8A'; +} + +.ms-Icon--LyncLogo::before { + content: '\ED79'; +} + +.ms-Icon--Mail::before { + content: '\E715'; +} + +.ms-Icon--MailAlert::before { + content: '\ED80'; +} + +.ms-Icon--MailCheck::before { + content: '\ED81'; +} + +.ms-Icon--MailFill::before { + content: '\E8A8'; +} + +.ms-Icon--MailForward::before { + content: '\E89C'; +} + +.ms-Icon--MailForwardMirrored::before { + content: '\EA56'; +} + +.ms-Icon--MailLowImportance::before { + content: '\ED82'; +} + +.ms-Icon--MailPause::before { + content: '\ED83'; +} + +.ms-Icon--MailRepeat::before { + content: '\ED84'; +} + +.ms-Icon--MailReply::before { + content: '\E8CA'; +} + +.ms-Icon--MailReplyAll::before { + content: '\E8C2'; +} + +.ms-Icon--MailReplyAllMirrored::before { + content: '\EA58'; +} + +.ms-Icon--MailReplyMirrored::before { + content: '\EA57'; +} + +.ms-Icon--MailSolid::before { + content: '\F343'; +} + +.ms-Icon--MapDirections::before { + content: '\E816'; +} + +.ms-Icon--MapPin::before { + content: '\E707'; +} + +.ms-Icon--MarkDownLanguage::before { + content: '\F2FB'; +} + +.ms-Icon--Market::before { + content: '\EAFC'; +} + +.ms-Icon--MarketDown::before { + content: '\EF42'; +} + +.ms-Icon--Medical::before { + content: '\EAD4'; +} + +.ms-Icon--Megaphone::before { + content: '\E789'; +} + +.ms-Icon--MegaphoneSolid::before { + content: '\F332'; +} + +.ms-Icon--Memo::before { + content: '\E77C'; +} + +.ms-Icon--Merge::before { + content: '\E7D5'; +} + +.ms-Icon--MergeDuplicate::before { + content: '\F29A'; +} + +.ms-Icon--Message::before { + content: '\E8BD'; +} + +.ms-Icon--MessageFill::before { + content: '\EC70'; +} + +.ms-Icon--Microphone::before { + content: '\E720'; +} + +.ms-Icon--MicrosoftStaffhubLogo::before { + content: '\F130'; +} + +.ms-Icon--MiniLink::before { + content: '\E732'; +} + +.ms-Icon--MobileSelected::before { + content: '\EC75'; +} + +.ms-Icon--Money::before { + content: '\EAFD'; +} + +.ms-Icon--More::before { + content: '\E712'; +} + +.ms-Icon--MoreSports::before { + content: '\EB22'; +} + +.ms-Icon--MoreVertical::before { + content: '\F2BC'; +} + +.ms-Icon--Move::before { + content: '\E7C2'; +} + +.ms-Icon--MoveToFolder::before { + content: '\E8DE'; +} + +.ms-Icon--MSNLogo::before { + content: '\EB6C'; +} + +.ms-Icon--MSNVideos::before { + content: '\EB1C'; +} + +.ms-Icon--MSNVideosSolid::before { + content: '\F2DA'; +} + +.ms-Icon--MultiSelect::before { + content: '\E762'; +} + +.ms-Icon--MultiSelectMirrored::before { + content: '\EA98'; +} + +.ms-Icon--MusicInCollection::before { + content: '\E940'; +} + +.ms-Icon--MusicInCollectionFill::before { + content: '\EA36'; +} + +.ms-Icon--MusicNote::before { + content: '\EC4F'; +} + +.ms-Icon--Nav2DMapView::before { + content: '\E800'; +} + +.ms-Icon--NavigateBack::before { + content: '\F2DD'; +} + +.ms-Icon--NavigateBackMirrored::before { + content: '\F2DE'; +} + +.ms-Icon--NavigateExternalInline::before { + content: '\F35F'; +} + +.ms-Icon--NavigateForward::before { + content: '\F2DF'; +} + +.ms-Icon--NavigateForwardMirrored::before { + content: '\F2E0'; +} + +.ms-Icon--NetworkTower::before { + content: '\EC05'; +} + +.ms-Icon--NewAnalyticsQuery::before { + content: '\F1E0'; +} + +.ms-Icon--NewFolder::before { + content: '\E8F4'; +} + +.ms-Icon--News::before { + content: '\E900'; +} + +.ms-Icon--NewTeamProject::before { + content: '\F2B2'; +} + +.ms-Icon--Next::before { + content: '\E893'; +} + +.ms-Icon--NoteForward::before { + content: '\ED99'; +} + +.ms-Icon--NotePinned::before { + content: '\ED9A'; +} + +.ms-Icon--NoteReply::before { + content: '\ED98'; +} + +.ms-Icon--NumberedList::before { + content: '\EA1C'; +} + +.ms-Icon--NumberField::before { + content: '\EDC4'; +} + +.ms-Icon--OfficeAddinsLogo::before { + content: '\EEC7'; +} + +.ms-Icon--OfficeAssistantLogo::before { + content: '\EDCE'; +} + +.ms-Icon--OfficeFormLogo::before { + content: '\EF86'; +} + +.ms-Icon--OfficeLogo::before { + content: '\EB6E'; +} + +.ms-Icon--OfficeStoreLogo::before { + content: '\EDCF'; +} + +.ms-Icon--OfficeVideoLogo::before { + content: '\F282'; +} + +.ms-Icon--OfficeVideoLogoFill::before { + content: '\F283'; +} + +.ms-Icon--OfficeVideoLogoInverse::before { + content: '\ED7A'; +} + +.ms-Icon--OfflineOneDriveParachute::before { + content: '\EEC8'; +} + +.ms-Icon--OfflineOneDriveParachuteDisabled::before { + content: '\EEC9'; +} + +.ms-Icon--OfflineStorageSolid::before { + content: '\F34E'; +} + +.ms-Icon--OneDrive::before { + content: '\E941'; +} + +.ms-Icon--OneDriveAdd::before { + content: '\EF32'; +} + +.ms-Icon--OneNoteEduLogoInverse::before { + content: '\EDD0'; +} + +.ms-Icon--OneNoteLogo::before { + content: '\F1E7'; +} + +.ms-Icon--OneNoteLogo16::before { + content: '\F39A'; +} + +.ms-Icon--OneNoteLogoFill::before { + content: '\F1E8'; +} + +.ms-Icon--OneNoteLogoFill16::before { + content: '\F39B'; +} + +.ms-Icon--OneNoteLogoInverse::before { + content: '\EC0D'; +} + +.ms-Icon--OneNoteLogoInverse16::before { + content: '\F399'; +} + +.ms-Icon--OpenFile::before { + content: '\E8E5'; +} + +.ms-Icon--OpenFolderHorizontal::before { + content: '\ED25'; +} + +.ms-Icon--OpenInNewWindow::before { + content: '\E8A7'; +} + +.ms-Icon--OpenPane::before { + content: '\E8A0'; +} + +.ms-Icon--OpenPaneMirrored::before { + content: '\EA5B'; +} + +.ms-Icon--OpenSource::before { + content: '\EBC2'; +} + +.ms-Icon--Org::before { + content: '\ECA6'; +} + +.ms-Icon--OutlookLogo::before { + content: '\F1E9'; +} + +.ms-Icon--OutlookLogo16::before { + content: '\F39D'; +} + +.ms-Icon--OutlookLogoFill::before { + content: '\F1EA'; +} + +.ms-Icon--OutlookLogoFill16::before { + content: '\F39E'; +} + +.ms-Icon--OutlookLogoInverse::before { + content: '\EB6D'; +} + +.ms-Icon--OutlookLogoInverse16::before { + content: '\F39C'; +} + +.ms-Icon--OutOfOffice::before { + content: '\ED34'; +} + +.ms-Icon--Package::before { + content: '\E7B8'; +} + +.ms-Icon--Packages::before { + content: '\F318'; +} + +.ms-Icon--Page::before { + content: '\E7C3'; +} + +.ms-Icon--PageAdd::before { + content: '\EA1A'; +} + +.ms-Icon--PageCheckedin::before { + content: '\F104'; +} + +.ms-Icon--PageCheckedOut::before { + content: '\F02C'; +} + +.ms-Icon--PageEdit::before { + content: '\EFB6'; +} + +.ms-Icon--PageLeft::before { + content: '\E760'; +} + +.ms-Icon--PageListMirroredSolid::before { + content: '\F33B'; +} + +.ms-Icon--PageListSolid::before { + content: '\F33A'; +} + +.ms-Icon--PageRight::before { + content: '\E761'; +} + +.ms-Icon--PageSolid::before { + content: '\E729'; +} + +.ms-Icon--PanoIndicator::before { + content: '\E7B0'; +} + +.ms-Icon--Parachute::before { + content: '\F351'; +} + +.ms-Icon--ParachuteSolid::before { + content: '\F352'; +} + +.ms-Icon--Parameter::before { + content: '\F306'; +} + +.ms-Icon--ParatureLogo::before { + content: '\ED7B'; +} + +.ms-Icon--ParkingLocation::before { + content: '\E811'; +} + +.ms-Icon--ParkingLocationMirrored::before { + content: '\EA5E'; +} + +.ms-Icon--ParkingMirroredSolid::before { + content: '\F34B'; +} + +.ms-Icon--ParkingSolid::before { + content: '\F34A'; +} + +.ms-Icon--PartlyCloudyDay::before { + content: '\E9C0'; +} + +.ms-Icon--PartlyCloudyNight::before { + content: '\E9C1'; +} + +.ms-Icon--PartyLeader::before { + content: '\ECA7'; +} + +.ms-Icon--Paste::before { + content: '\E77F'; +} + +.ms-Icon--Pause::before { + content: '\E769'; +} + +.ms-Icon--PaymentCard::before { + content: '\E8C7'; +} + +.ms-Icon--PC1::before { + content: '\E977'; +} + +.ms-Icon--PDF::before { + content: '\EA90'; +} + +.ms-Icon--PencilReply::before { + content: '\EF7B'; +} + +.ms-Icon--People::before { + content: '\E716'; +} + +.ms-Icon--PeopleAdd::before { + content: '\EA15'; +} + +.ms-Icon--PeopleAlert::before { + content: '\ED93'; +} + +.ms-Icon--PeopleBlock::before { + content: '\ED91'; +} + +.ms-Icon--PeoplePause::before { + content: '\ED94'; +} + +.ms-Icon--PeopleRepeat::before { + content: '\ED92'; +} + +.ms-Icon--Permissions::before { + content: '\E8D7'; +} + +.ms-Icon--PermissionsSolid::before { + content: '\F349'; +} + +.ms-Icon--Personalize::before { + content: '\E771'; +} + +.ms-Icon--Phone::before { + content: '\E717'; +} + +.ms-Icon--Photo2::before { + content: '\EB9F'; +} + +.ms-Icon--Photo2Add::before { + content: '\ECAB'; +} + +.ms-Icon--Photo2Remove::before { + content: '\ECAC'; +} + +.ms-Icon--PhotoCollection::before { + content: '\E7AA'; +} + +.ms-Icon--Picture::before { + content: '\E8B9'; +} + +.ms-Icon--PictureLibrary::before { + content: '\EEC2'; +} + +.ms-Icon--PieDouble::before { + content: '\EB04'; +} + +.ms-Icon--PieSingle::before { + content: '\EB05'; +} + +.ms-Icon--Pill::before { + content: '\EACB'; +} + +.ms-Icon--Pin::before { + content: '\E718'; +} + +.ms-Icon--Pinned::before { + content: '\E840'; +} + +.ms-Icon--PinnedFill::before { + content: '\E842'; +} + +.ms-Icon--PivotChart::before { + content: '\F24C'; +} + +.ms-Icon--PlannerLogo::before { + content: '\EDD1'; +} + +.ms-Icon--PlanView::before { + content: '\F360'; +} + +.ms-Icon--Play::before { + content: '\E768'; +} + +.ms-Icon--PlayerSettings::before { + content: '\EF58'; +} + +.ms-Icon--PlayResume::before { + content: '\F2C6'; +} + +.ms-Icon--Plug::before { + content: '\F300'; +} + +.ms-Icon--PlugConnected::before { + content: '\F302'; +} + +.ms-Icon--PlugDisconnected::before { + content: '\F303'; +} + +.ms-Icon--PlugSolid::before { + content: '\F301'; +} + +.ms-Icon--POI::before { + content: '\ECAF'; +} + +.ms-Icon--POISolid::before { + content: '\F2D1'; +} + +.ms-Icon--PostUpdate::before { + content: '\E8F3'; +} + +.ms-Icon--PowerApps::before { + content: '\EDD2'; +} + +.ms-Icon--PowerApps2Logo::before { + content: '\F092'; +} + +.ms-Icon--PowerAppsLogo::before { + content: '\F091'; +} + +.ms-Icon--PowerBILogo::before { + content: '\EA1E'; +} + +.ms-Icon--PowerPointDocument::before { + content: '\EF72'; +} + +.ms-Icon--PowerPointLogo::before { + content: '\F1EB'; +} + +.ms-Icon--PowerPointLogo16::before { + content: '\F394'; +} + +.ms-Icon--PowerPointLogoFill::before { + content: '\F1EC'; +} + +.ms-Icon--PowerPointLogoFill16::before { + content: '\F395'; +} + +.ms-Icon--PowerPointLogoInverse::before { + content: '\EC2A'; +} + +.ms-Icon--PowerPointLogoInverse16::before { + content: '\F393'; +} + +.ms-Icon--Precipitation::before { + content: '\E9CF'; +} + +.ms-Icon--PresenceChickletVideo::before { + content: '\E979'; +} + +.ms-Icon--Preview::before { + content: '\E8FF'; +} + +.ms-Icon--PreviewLink::before { + content: '\E8A1'; +} + +.ms-Icon--Previous::before { + content: '\E892'; +} + +.ms-Icon--Print::before { + content: '\E749'; +} + +.ms-Icon--PrintfaxPrinterFile::before { + content: '\E956'; +} + +.ms-Icon--Processing::before { + content: '\E9F5'; +} + +.ms-Icon--ProcessMetaTask::before { + content: '\F290'; +} + +.ms-Icon--Product::before { + content: '\ECDC'; +} + +.ms-Icon--ProFootball::before { + content: '\EB27'; +} + +.ms-Icon--ProgressLoopInner::before { + content: '\ECDE'; +} + +.ms-Icon--ProgressLoopOuter::before { + content: '\ECDF'; +} + +.ms-Icon--ProgressRingDots::before { + content: '\F16A'; +} + +.ms-Icon--ProHockey::before { + content: '\EB28'; +} + +.ms-Icon--ProjectCollection::before { + content: '\F363'; +} + +.ms-Icon--ProjectLogoInverse::before { + content: '\EDD4'; +} + +.ms-Icon--ProtectedDocument::before { + content: '\E8A6'; +} + +.ms-Icon--ProtectRestrict::before { + content: '\F22A'; +} + +.ms-Icon--PublicCalendar::before { + content: '\EF6D'; +} + +.ms-Icon--PublicContactCard::before { + content: '\EF6E'; +} + +.ms-Icon--PublicEmail::before { + content: '\EF6F'; +} + +.ms-Icon--PublicFolder::before { + content: '\EF70'; +} + +.ms-Icon--PublisherLogo::before { + content: '\F1ED'; +} + +.ms-Icon--PublisherLogo16::before { + content: '\F3A0'; +} + +.ms-Icon--PublisherLogoFill::before { + content: '\F1EE'; +} + +.ms-Icon--PublisherLogoFill16::before { + content: '\F3A1'; +} + +.ms-Icon--PublisherLogoInverse16::before { + content: '\F39F'; +} + +.ms-Icon--Puzzle::before { + content: '\EA86'; +} + +.ms-Icon--PY::before { + content: '\F2F9'; +} + +.ms-Icon--PythonLanguage::before { + content: '\F2F8'; +} + +.ms-Icon--QueryList::before { + content: '\F2B8'; +} + +.ms-Icon--Questionnaire::before { + content: '\EE19'; +} + +.ms-Icon--QuestionnaireMirrored::before { + content: '\EE4B'; +} + +.ms-Icon--QuickNote::before { + content: '\E70B'; +} + +.ms-Icon--QuickNoteSolid::before { + content: '\F338'; +} + +.ms-Icon--RadioBtnOff::before { + content: '\ECCA'; +} + +.ms-Icon--RadioBtnOn::before { + content: '\ECCB'; +} + +.ms-Icon--RadioBullet::before { + content: '\E915'; +} + +.ms-Icon--Rain::before { + content: '\E9C4'; +} + +.ms-Icon--RainShowersDay::before { + content: '\E9C3'; +} + +.ms-Icon--RainShowersNight::before { + content: '\EA0F'; +} + +.ms-Icon--RainSnow::before { + content: '\E9C7'; +} + +.ms-Icon--RawSource::before { + content: '\F299'; +} + +.ms-Icon--Read::before { + content: '\E8C3'; +} + +.ms-Icon--ReadingMode::before { + content: '\E736'; +} + +.ms-Icon--ReadingModeSolid::before { + content: '\F33D'; +} + +.ms-Icon--ReceiptCheck::before { + content: '\EF5B'; +} + +.ms-Icon--ReceiptForward::before { + content: '\EF59'; +} + +.ms-Icon--ReceiptReply::before { + content: '\EF5A'; +} + +.ms-Icon--Recent::before { + content: '\E823'; +} + +.ms-Icon--Record2::before { + content: '\EA3F'; +} + +.ms-Icon--RecurringEvent::before { + content: '\EF5D'; +} + +.ms-Icon--RecurringTask::before { + content: '\EDB2'; +} + +.ms-Icon--RecycleBin::before { + content: '\EF87'; +} + +.ms-Icon--Redeploy::before { + content: '\F29E'; +} + +.ms-Icon--RedEye::before { + content: '\E7B3'; +} + +.ms-Icon--Redo::before { + content: '\E7A6'; +} + +.ms-Icon--Refresh::before { + content: '\E72C'; +} + +.ms-Icon--ReminderGroup::before { + content: '\EBF8'; +} + +.ms-Icon--Remove::before { + content: '\E738'; +} + +.ms-Icon--RemoveEvent::before { + content: '\ED8A'; +} + +.ms-Icon--RemoveFilter::before { + content: '\EB08'; +} + +.ms-Icon--RemoveLink::before { + content: '\ED90'; +} + +.ms-Icon--RemoveOccurrence::before { + content: '\ED9B'; +} + +.ms-Icon--Rename::before { + content: '\E8AC'; +} + +.ms-Icon--ReopenPages::before { + content: '\ED50'; +} + +.ms-Icon--Repair::before { + content: '\E90F'; +} + +.ms-Icon--Reply::before { + content: '\E97A'; +} + +.ms-Icon--ReplyAll::before { + content: '\EE0A'; +} + +.ms-Icon--ReplyAllAlt::before { + content: '\EF5F'; +} + +.ms-Icon--ReplyAllMirrored::before { + content: '\EE36'; +} + +.ms-Icon--ReplyAlt::before { + content: '\EF5E'; +} + +.ms-Icon--ReplyMirrored::before { + content: '\EE35'; +} + +.ms-Icon--Repo::before { + content: '\F2CB'; +} + +.ms-Icon--ReportLibrary::before { + content: '\EEBB'; +} + +.ms-Icon--ReportLibraryMirrored::before { + content: '\EEBC'; +} + +.ms-Icon--RepoSolid::before { + content: '\F2CC'; +} + +.ms-Icon--ReturnToSession::before { + content: '\ED24'; +} + +.ms-Icon--ReviewRequestMirroredSolid::before { + content: '\F357'; +} + +.ms-Icon--ReviewRequestSolid::before { + content: '\F356'; +} + +.ms-Icon--ReviewResponseSolid::before { + content: '\F358'; +} + +.ms-Icon--ReviewSolid::before { + content: '\F355'; +} + +.ms-Icon--RevToggleKey::before { + content: '\E845'; +} + +.ms-Icon--Rewind::before { + content: '\EB9E'; +} + +.ms-Icon--Ribbon::before { + content: '\E9D1'; +} + +.ms-Icon--RibbonSolid::before { + content: '\F345'; +} + +.ms-Icon--RightDoubleQuote::before { + content: '\E9B1'; +} + +.ms-Icon--Ringer::before { + content: '\EA8F'; +} + +.ms-Icon--RingerOff::before { + content: '\F2C5'; +} + +.ms-Icon--Robot::before { + content: '\E99A'; +} + +.ms-Icon--Rocket::before { + content: '\F3B3'; +} + +.ms-Icon--Room::before { + content: '\ED9F'; +} + +.ms-Icon--Rotate::before { + content: '\E7AD'; +} + +.ms-Icon--RowsChild::before { + content: '\F29C'; +} + +.ms-Icon--RowsGroup::before { + content: '\F29B'; +} + +.ms-Icon--Rugby::before { + content: '\EB2D'; +} + +.ms-Icon--Running::before { + content: '\EADA'; +} + +.ms-Icon--Sad::before { + content: '\E757'; +} + +.ms-Icon--SadSolid::before { + content: '\F33E'; +} + +.ms-Icon--Save::before { + content: '\E74E'; +} + +.ms-Icon--SaveAll::before { + content: '\F203'; +} + +.ms-Icon--SaveAndClose::before { + content: '\F038'; +} + +.ms-Icon--SaveAs::before { + content: '\E792'; +} + +.ms-Icon--Savings::before { + content: '\EB0B'; +} + +.ms-Icon--ScheduleEventAction::before { + content: '\F1EF'; +} + +.ms-Icon--ScopeTemplate::before { + content: '\F2B0'; +} + +.ms-Icon--Script::before { + content: '\F03A'; +} + +.ms-Icon--ScrollUpDown::before { + content: '\EC8F'; +} + +.ms-Icon--Search::before { + content: '\E721'; +} + +.ms-Icon--SearchAndApps::before { + content: '\E773'; +} + +.ms-Icon--Section::before { + content: '\EC0C'; +} + +.ms-Icon--Sections::before { + content: '\EF76'; +} + +.ms-Icon--SecurityGroup::before { + content: '\ED85'; +} + +.ms-Icon--Send::before { + content: '\E724'; +} + +.ms-Icon--SendMirrored::before { + content: '\EA63'; +} + +.ms-Icon--Separator::before { + content: '\F35E'; +} + +.ms-Icon--Server::before { + content: '\F201'; +} + +.ms-Icon--ServerEnviroment::before { + content: '\F29F'; +} + +.ms-Icon--ServerProcesses::before { + content: '\F1FE'; +} + +.ms-Icon--SetAction::before { + content: '\F071'; +} + +.ms-Icon--Settings::before { + content: '\E713'; +} + +.ms-Icon--Share::before { + content: '\E72D'; +} + +.ms-Icon--ShareiOS::before { + content: '\EF79'; +} + +.ms-Icon--SharepointLogo::before { + content: '\F27E'; +} + +.ms-Icon--SharepointLogoFill::before { + content: '\F27F'; +} + +.ms-Icon--SharepointLogoInverse::before { + content: '\ED18'; +} + +.ms-Icon--Shield::before { + content: '\EA18'; +} + +.ms-Icon--ShieldSolid::before { + content: '\F340'; +} + +.ms-Icon--Shop::before { + content: '\E719'; +} + +.ms-Icon--ShoppingCart::before { + content: '\E7BF'; +} + +.ms-Icon--ShoppingCartSolid::before { + content: '\F342'; +} + +.ms-Icon--ShopServer::before { + content: '\F2B6'; +} + +.ms-Icon--ShowResults::before { + content: '\E8BC'; +} + +.ms-Icon--ShowResultsMirrored::before { + content: '\EA65'; +} + +.ms-Icon--SidePanel::before { + content: '\EF52'; +} + +.ms-Icon--SidePanelMirrored::before { + content: '\F221'; +} + +.ms-Icon--SignOut::before { + content: '\F3B1'; +} + +.ms-Icon--SingleBookmark::before { + content: '\EDFF'; +} + +.ms-Icon--SingleColumn::before { + content: '\F1D3'; +} + +.ms-Icon--SingleColumnEdit::before { + content: '\F321'; +} + +.ms-Icon--SIPMove::before { + content: '\E759'; +} + +.ms-Icon--SkypeCheck::before { + content: '\EF80'; +} + +.ms-Icon--SkypeCircleCheck::before { + content: '\EF7D'; +} + +.ms-Icon--SkypeCircleClock::before { + content: '\EF7E'; +} + +.ms-Icon--SkypeCircleMinus::before { + content: '\EF7F'; +} + +.ms-Icon--SkypeClock::before { + content: '\EF81'; +} + +.ms-Icon--SkypeForBusinessLogoFill::before { + content: '\F27D'; +} + +.ms-Icon--SkypeLogo::before { + content: '\EB6F'; +} + +.ms-Icon--SkypeMessage::before { + content: '\EF83'; +} + +.ms-Icon--SkypeMinus::before { + content: '\EF82'; +} + +.ms-Icon--SliderThumb::before { + content: '\EC13'; +} + +.ms-Icon--Snow::before { + content: '\E9C8'; +} + +.ms-Icon--Snowflake::before { + content: '\EB46'; +} + +.ms-Icon--SnowShowerDay::before { + content: '\E9FD'; +} + +.ms-Icon--SnowShowerNight::before { + content: '\EA11'; +} + +.ms-Icon--Soccer::before { + content: '\EB21'; +} + +.ms-Icon--SocialListeningLogo::before { + content: '\ED7C'; +} + +.ms-Icon--Sort::before { + content: '\E8CB'; +} + +.ms-Icon--SortDown::before { + content: '\EE69'; +} + +.ms-Icon--SortLines::before { + content: '\E9D0'; +} + +.ms-Icon--SortUp::before { + content: '\EE68'; +} + +.ms-Icon--Speakers::before { + content: '\E7F5'; +} + +.ms-Icon--SpeedHigh::before { + content: '\EC4A'; +} + +.ms-Icon--Split::before { + content: '\EDBC'; +} + +.ms-Icon--Sprint::before { + content: '\F3B0'; +} + +.ms-Icon--Squalls::before { + content: '\E9CC'; +} + +.ms-Icon--StackedBarChart::before { + content: '\F24D'; +} + +.ms-Icon--StackedLineChart::before { + content: '\F24E'; +} + +.ms-Icon--StackIndicator::before { + content: '\E7FF'; +} + +.ms-Icon--Starburst::before { + content: '\EF78'; +} + +.ms-Icon--StarburstSolid::before { + content: '\F33C'; +} + +.ms-Icon--StatusErrorFull::before { + content: '\EB90'; +} + +.ms-Icon--StatusTriangle::before { + content: '\EA82'; +} + +.ms-Icon--Step::before { + content: '\F241'; +} + +.ms-Icon--StepInsert::before { + content: '\F242'; +} + +.ms-Icon--StepShared::before { + content: '\F243'; +} + +.ms-Icon--StepSharedAdd::before { + content: '\F244'; +} + +.ms-Icon--StepSharedInsert::before { + content: '\F245'; +} + +.ms-Icon--StockDown::before { + content: '\EB0F'; +} + +.ms-Icon--StockUp::before { + content: '\EB11'; +} + +.ms-Icon--Stop::before { + content: '\E71A'; +} + +.ms-Icon--StopSolid::before { + content: '\EE95'; +} + +.ms-Icon--Stopwatch::before { + content: '\E916'; +} + +.ms-Icon--StoreLogo::before { + content: '\EA96'; +} + +.ms-Icon--StoreLogoMed::before { + content: '\EA04'; +} + +.ms-Icon--Storyboard::before { + content: '\F308'; +} + +.ms-Icon--Streaming::before { + content: '\E93E'; +} + +.ms-Icon--StreamingOff::before { + content: '\F2BB'; +} + +.ms-Icon--StreamLogo::before { + content: '\F329'; +} + +.ms-Icon--Strikethrough::before { + content: '\EDE0'; +} + +.ms-Icon--Subscribe::before { + content: '\EDA1'; +} + +.ms-Icon--Subscript::before { + content: '\EDDF'; +} + +.ms-Icon--Suitcase::before { + content: '\EDD3'; +} + +.ms-Icon--SunAdd::before { + content: '\EF69'; +} + +.ms-Icon--Sunny::before { + content: '\E9BD'; +} + +.ms-Icon--SunQuestionMark::before { + content: '\EF6A'; +} + +.ms-Icon--Superscript::before { + content: '\EDDE'; +} + +.ms-Icon--SwayLogoInverse::before { + content: '\ED29'; +} + +.ms-Icon--Switch::before { + content: '\E8AB'; +} + +.ms-Icon--SwitcherStartEnd::before { + content: '\E810'; +} + +.ms-Icon--Sync::before { + content: '\E895'; +} + +.ms-Icon--SyncFolder::before { + content: '\E8F7'; +} + +.ms-Icon--SyncToPC::before { + content: '\EE6E'; +} + +.ms-Icon--System::before { + content: '\E770'; +} + +.ms-Icon--Tab::before { + content: '\E7E9'; +} + +.ms-Icon--Table::before { + content: '\ED86'; +} + +.ms-Icon--Tablet::before { + content: '\E70A'; +} + +.ms-Icon--TabletSelected::before { + content: '\EC74'; +} + +.ms-Icon--Tag::before { + content: '\E8EC'; +} + +.ms-Icon--Taskboard::before { + content: '\F1C2'; +} + +.ms-Icon--TaskGroup::before { + content: '\F2AE'; +} + +.ms-Icon--TaskGroupMirrored::before { + content: '\F2AF'; +} + +.ms-Icon--TaskManager::before { + content: '\EDB7'; +} + +.ms-Icon--TaskManagerMirrored::before { + content: '\EDB8'; +} + +.ms-Icon--TaskSolid::before { + content: '\F333'; +} + +.ms-Icon--TeamFavorite::before { + content: '\F2AD'; +} + +.ms-Icon--TeamsLogo::before { + content: '\F27B'; +} + +.ms-Icon--TeamsLogoFill::before { + content: '\F27C'; +} + +.ms-Icon--TeamsLogoInverse::before { + content: '\F27A'; +} + +.ms-Icon--Teamwork::before { + content: '\EA12'; +} + +.ms-Icon--TemporaryUser::before { + content: '\EE58'; +} + +.ms-Icon--Tennis::before { + content: '\EB33'; +} + +.ms-Icon--TestAutoSolid::before { + content: '\F3A8'; +} + +.ms-Icon--TestBeaker::before { + content: '\F3A5'; +} + +.ms-Icon--TestBeakerSolid::before { + content: '\F3A6'; +} + +.ms-Icon--TestCase::before { + content: '\F3AF'; +} + +.ms-Icon--TestExploreSolid::before { + content: '\F3A7'; +} + +.ms-Icon--TestImpactSolid::before { + content: '\F3AA'; +} + +.ms-Icon--TestParameter::before { + content: '\F3AD'; +} + +.ms-Icon--TestPlan::before { + content: '\F3AB'; +} + +.ms-Icon--TestStep::before { + content: '\F3AC'; +} + +.ms-Icon--TestSuite::before { + content: '\F3AE'; +} + +.ms-Icon--TestUserSolid::before { + content: '\F3A9'; +} + +.ms-Icon--TextBox::before { + content: '\EDC2'; +} + +.ms-Icon--TextCallout::before { + content: '\F2A2'; +} + +.ms-Icon--TextDocument::before { + content: '\F029'; +} + +.ms-Icon--TextField::before { + content: '\EDC3'; +} + +.ms-Icon--ThumbnailView::before { + content: '\E7B6'; +} + +.ms-Icon--ThumbnailViewMirrored::before { + content: '\EA67'; +} + +.ms-Icon--Thunderstorms::before { + content: '\E9C6'; +} + +.ms-Icon--Ticket::before { + content: '\EB54'; +} + +.ms-Icon--Tiles::before { + content: '\ECA5'; +} + +.ms-Icon--Tiles2::before { + content: '\EF7C'; +} + +.ms-Icon--Timeline::before { + content: '\ED9C'; +} + +.ms-Icon--TimelineDelivery::before { + content: '\F2AB'; +} + +.ms-Icon--TimelineMatrixView::before { + content: '\F361'; +} + +.ms-Icon--TimelineProgress::before { + content: '\F2AA'; +} + +.ms-Icon--Timer::before { + content: '\E91E'; +} + +.ms-Icon--ToggleBorder::before { + content: '\EC12'; +} + +.ms-Icon--ToggleFilled::before { + content: '\EC11'; +} + +.ms-Icon--ToggleThumb::before { + content: '\EC14'; +} + +.ms-Icon--Touch::before { + content: '\E815'; +} + +.ms-Icon--TouchPointer::before { + content: '\E7C9'; +} + +.ms-Icon--Train::before { + content: '\E7C0'; +} + +.ms-Icon--TrainSolid::before { + content: '\EB4D'; +} + +.ms-Icon--TransferCall::before { + content: '\ED95'; +} + +.ms-Icon--TriangleDown12::before { + content: '\EED1'; +} + +.ms-Icon--TriangleLeft12::before { + content: '\EED2'; +} + +.ms-Icon--TriangleRight12::before { + content: '\EED3'; +} + +.ms-Icon--TriangleSolid::before { + content: '\EA08'; +} + +.ms-Icon--TriangleSolidDown12::before { + content: '\EECD'; +} + +.ms-Icon--TriangleSolidLeft12::before { + content: '\EECE'; +} + +.ms-Icon--TriangleSolidRight12::before { + content: '\EECF'; +} + +.ms-Icon--TriangleSolidUp12::before { + content: '\EECC'; +} + +.ms-Icon--TriangleUp12::before { + content: '\EED0'; +} + +.ms-Icon--TriggerApproval::before { + content: '\F3B2'; +} + +.ms-Icon--TriggerAuto::before { + content: '\F24A'; +} + +.ms-Icon--TriggerUser::before { + content: '\F24B'; +} + +.ms-Icon--TripleColumn::before { + content: '\F1D5'; +} + +.ms-Icon--TripleColumnEdit::before { + content: '\F323'; +} + +.ms-Icon--Trophy::before { + content: '\ED3F'; +} + +.ms-Icon--Trophy2Solid::before { + content: '\F337'; +} + +.ms-Icon--TurnRight::before { + content: '\E7DB'; +} + +.ms-Icon--TVMonitor::before { + content: '\E7F4'; +} + +.ms-Icon--TVMonitorSelected::before { + content: '\EC77'; +} + +.ms-Icon--TypeScriptLanguage::before { + content: '\F2F7'; +} + +.ms-Icon--Umbrella::before { + content: '\EC04'; +} + +.ms-Icon--Underline::before { + content: '\E8DC'; +} + +.ms-Icon--Undo::before { + content: '\E7A7'; +} + +.ms-Icon--Unfavorite::before { + content: '\E8D9'; +} + +.ms-Icon--Unknown::before { + content: '\E9CE'; +} + +.ms-Icon--UnknownCall::before { + content: '\ED97'; +} + +.ms-Icon--UnknownMirroredSolid::before { + content: '\F2E2'; +} + +.ms-Icon--UnknownSolid::before { + content: '\F2E1'; +} + +.ms-Icon--Unlock::before { + content: '\E785'; +} + +.ms-Icon--UnlockSolid::before { + content: '\F304'; +} + +.ms-Icon--Unpin::before { + content: '\E77A'; +} + +.ms-Icon--Unsubscribe::before { + content: '\EDA0'; +} + +.ms-Icon--UnsyncFolder::before { + content: '\E8F6'; +} + +.ms-Icon--Up::before { + content: '\E74A'; +} + +.ms-Icon--Upload::before { + content: '\E898'; +} + +.ms-Icon--UserFollowed::before { + content: '\F25C'; +} + +.ms-Icon--UserPause::before { + content: '\F2BA'; +} + +.ms-Icon--UserSync::before { + content: '\F2B9'; +} + +.ms-Icon--Variable::before { + content: '\F305'; +} + +.ms-Icon--VariableGroup::before { + content: '\F31B'; +} + +.ms-Icon--VB::before { + content: '\F2F2'; +} + +.ms-Icon--VennDiagram::before { + content: '\F273'; +} + +.ms-Icon--Video::before { + content: '\E714'; +} + +.ms-Icon--VideoSolid::before { + content: '\EA0C'; +} + +.ms-Icon--View::before { + content: '\E890'; +} + +.ms-Icon--ViewAll::before { + content: '\E8A9'; +} + +.ms-Icon--ViewAll2::before { + content: '\EF56'; +} + +.ms-Icon--ViewDashboard::before { + content: '\F246'; +} + +.ms-Icon--ViewList::before { + content: '\F247'; +} + +.ms-Icon--ViewListGroup::before { + content: '\F248'; +} + +.ms-Icon--ViewListTree::before { + content: '\F249'; +} + +.ms-Icon--VisioDiagram::before { + content: '\F2A0'; +} + +.ms-Icon--VisioDocument::before { + content: '\F2A9'; +} + +.ms-Icon--VisioLogo::before { + content: '\F2A7'; +} + +.ms-Icon--VisioLogo16::before { + content: '\F3A3'; +} + +.ms-Icon--VisioLogoFill::before { + content: '\F2A8'; +} + +.ms-Icon--VisioLogoFill16::before { + content: '\F3A4'; +} + +.ms-Icon--VisioLogoInverse::before { + content: '\ED7D'; +} + +.ms-Icon--VisioLogoInverse16::before { + content: '\F3A2'; +} + +.ms-Icon--VisualBasicLanguage::before { + content: '\F2F1'; +} + +.ms-Icon--VisualStudioLogo::before { + content: '\EC22'; +} + +.ms-Icon--VoicemailForward::before { + content: '\ED87'; +} + +.ms-Icon--VoicemailReply::before { + content: '\ED88'; +} + +.ms-Icon--Volume0::before { + content: '\E992'; +} + +.ms-Icon--Volume1::before { + content: '\E993'; +} + +.ms-Icon--Volume2::before { + content: '\E994'; +} + +.ms-Icon--Volume3::before { + content: '\E995'; +} + +.ms-Icon--VolumeDisabled::before { + content: '\EA85'; +} + +.ms-Icon--VSTSAltLogo1::before { + content: '\F382'; +} + +.ms-Icon--VSTSAltLogo2::before { + content: '\F383'; +} + +.ms-Icon--VSTSLogo::before { + content: '\F381'; +} + +.ms-Icon--Waffle::before { + content: '\ED89'; +} + +.ms-Icon--Warning::before { + content: '\E7BA'; +} + +.ms-Icon--Website::before { + content: '\EB41'; +} + +.ms-Icon--Weights::before { + content: '\EADB'; +} + +.ms-Icon--WifiEthernet::before { + content: '\EE77'; +} + +.ms-Icon--WindDirection::before { + content: '\EBE6'; +} + +.ms-Icon--WindowsLogo::before { + content: '\E782'; +} + +.ms-Icon--WipePhone::before { + content: '\ED8D'; +} + +.ms-Icon--WordDocument::before { + content: '\EF71'; +} + +.ms-Icon--WordLogo::before { + content: '\F1E3'; +} + +.ms-Icon--WordLogo16::before { + content: '\F391'; +} + +.ms-Icon--WordLogoFill::before { + content: '\F1E4'; +} + +.ms-Icon--WordLogoFill16::before { + content: '\F392'; +} + +.ms-Icon--WordLogoInverse::before { + content: '\EC29'; +} + +.ms-Icon--WordLogoInverse16::before { + content: '\F390'; +} + +.ms-Icon--Work::before { + content: '\E821'; +} + +.ms-Icon--WorkFlow::before { + content: '\EA01'; +} + +.ms-Icon--WorkItem::before { + content: '\F314'; +} + +.ms-Icon--WorkItemBar::before { + content: '\F35C'; +} + +.ms-Icon--WorkItemBarSolid::before { + content: '\F35D'; +} + +.ms-Icon--WorkItemBug::before { + content: '\F315'; +} + +.ms-Icon--World::before { + content: '\E909'; +} + +.ms-Icon--WorldClock::before { + content: '\E918'; +} + +.ms-Icon--YammerLogo::before { + content: '\ED19'; +} + +.ms-Icon--ZipFolder::before { + content: '\F012'; +} + +.ms-Icon--Zoom::before { + content: '\E71E'; +} + +.ms-Icon--ZoomIn::before { + content: '\E8A3'; +} + +.ms-Icon--ZoomOut::before { + content: '\E71F'; +} + +.ms-Icon--SwayLogo::before { + content: '\ED29'; +} + +.ms-Icon--ClassNotebookLogo::before { + content: '\EDC8'; +} + +.ms-Icon--DocsLogo::before { + content: '\EDCB'; +} + +.ms-Icon--OneNoteEduLogo::before { + content: '\EDD0'; +} + +.ms-Icon--ProjectLogo::before { + content: '\EDD4'; +} + +@media (max-width: 479px) { + .ms-hiddenSm, + .ms-hiddenMdDown, + .ms-hiddenLgDown, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 480px) and (max-width: 639px) { + .ms-hiddenMd, + .ms-hiddenMdUp, + .ms-hiddenMdDown, + .ms-hiddenLgDown, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 640px) and (max-width: 1023px) { + .ms-hiddenMdUp, + .ms-hiddenLg, + .ms-hiddenLgUp, + .ms-hiddenLgDown, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 1024px) and (max-width: 1365px) { + .ms-hiddenMdUp, + .ms-hiddenLgUp, + .ms-hiddenXl, + .ms-hiddenXlUp, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 1366px) and (max-width: 1919px) { + .ms-hiddenMdUp, + .ms-hiddenLgUp, + .ms-hiddenXlUp, + .ms-hiddenXxl, + .ms-hiddenXxlUp, + .ms-hiddenXxlDown { + display: none !important; + } +} + +@media (min-width: 1920px) { + .ms-hiddenMdUp, + .ms-hiddenLgUp, + .ms-hiddenXlUp, + .ms-hiddenXxlUp, + .ms-hiddenXxxl { + display: none !important; + } +} + +.ms-sm12 { + width: 100%; +} + +.ms-sm11 { + width: 91.66666666666666%; +} + +.ms-sm10 { + width: 83.33333333333334%; +} + +.ms-sm9 { + width: 75%; +} + +.ms-sm8 { + width: 66.66666666666666%; +} + +.ms-sm7 { + width: 58.333333333333336%; +} + +.ms-sm6 { + width: 50%; +} + +.ms-sm5 { + width: 41.66666666666667%; +} + +.ms-sm4 { + width: 33.33333333333333%; +} + +.ms-sm3 { + width: 25%; +} + +.ms-sm2 { + width: 16.666666666666664%; +} + +.ms-sm1 { + width: 8.333333333333332%; +} + +.ms-smPull12 { + left: 100%; +} + +.ms-smPull11 { + left: 91.66666666666666%; +} + +.ms-smPull10 { + left: 83.33333333333334%; +} + +.ms-smPull9 { + left: 75%; +} + +.ms-smPull8 { + left: 66.66666666666666%; +} + +.ms-smPull7 { + left: 58.333333333333336%; +} + +.ms-smPull6 { + left: 50%; +} + +.ms-smPull5 { + left: 41.66666666666667%; +} + +.ms-smPull4 { + left: 33.33333333333333%; +} + +.ms-smPull3 { + left: 25%; +} + +.ms-smPull2 { + left: 16.666666666666664%; +} + +.ms-smPull1 { + left: 8.333333333333332%; +} + +.ms-smPull0 { + left: auto; +} + +.ms-smPush12 { + right: 100%; +} + +.ms-smPush11 { + right: 91.66666666666666%; +} + +.ms-smPush10 { + right: 83.33333333333334%; +} + +.ms-smPush9 { + right: 75%; +} + +.ms-smPush8 { + right: 66.66666666666666%; +} + +.ms-smPush7 { + right: 58.333333333333336%; +} + +.ms-smPush6 { + right: 50%; +} + +.ms-smPush5 { + right: 41.66666666666667%; +} + +.ms-smPush4 { + right: 33.33333333333333%; +} + +.ms-smPush3 { + right: 25%; +} + +.ms-smPush2 { + right: 16.666666666666664%; +} + +.ms-smPush1 { + right: 8.333333333333332%; +} + +.ms-smPush0 { + right: auto; +} + +.ms-smOffset11 { + margin-right: 91.66666666666666%; +} + +.ms-smOffset10 { + margin-right: 83.33333333333334%; +} + +.ms-smOffset9 { + margin-right: 75%; +} + +.ms-smOffset8 { + margin-right: 66.66666666666666%; +} + +.ms-smOffset7 { + margin-right: 58.333333333333336%; +} + +.ms-smOffset6 { + margin-right: 50%; +} + +.ms-smOffset5 { + margin-right: 41.66666666666667%; +} + +.ms-smOffset4 { + margin-right: 33.33333333333333%; +} + +.ms-smOffset3 { + margin-right: 25%; +} + +.ms-smOffset2 { + margin-right: 16.666666666666664%; +} + +.ms-smOffset1 { + margin-right: 8.333333333333332%; +} + +.ms-smOffset0 { + margin-right: 0; +} + +@media (min-width: 480px) { + .ms-md12 { + width: 100%; + } +} + +@media (min-width: 480px) { + .ms-md11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-md10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-md9 { + width: 75%; + } +} + +@media (min-width: 480px) { + .ms-md8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-md7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-md6 { + width: 50%; + } +} + +@media (min-width: 480px) { + .ms-md5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-md4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-md3 { + width: 25%; + } +} + +@media (min-width: 480px) { + .ms-md2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-md1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-mdPull12 { + left: 100%; + } +} + +@media (min-width: 480px) { + .ms-mdPull11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdPull10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-mdPull9 { + left: 75%; + } +} + +@media (min-width: 480px) { + .ms-mdPull8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdPull7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-mdPull6 { + left: 50%; + } +} + +@media (min-width: 480px) { + .ms-mdPull5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-mdPull4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-mdPull3 { + left: 25%; + } +} + +@media (min-width: 480px) { + .ms-mdPull2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-mdPull1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-mdPull0 { + left: auto; + } +} + +@media (min-width: 480px) { + .ms-mdPush12 { + right: 100%; + } +} + +@media (min-width: 480px) { + .ms-mdPush11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdPush10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-mdPush9 { + right: 75%; + } +} + +@media (min-width: 480px) { + .ms-mdPush8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdPush7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-mdPush6 { + right: 50%; + } +} + +@media (min-width: 480px) { + .ms-mdPush5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-mdPush4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-mdPush3 { + right: 25%; + } +} + +@media (min-width: 480px) { + .ms-mdPush2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-mdPush1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-mdPush0 { + right: auto; + } +} + +@media (min-width: 480px) { + .ms-mdOffset11 { + margin-right: 91.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset10 { + margin-right: 83.33333333333334%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset9 { + margin-right: 75%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset8 { + margin-right: 66.66666666666666%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset7 { + margin-right: 58.333333333333336%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset6 { + margin-right: 50%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset5 { + margin-right: 41.66666666666667%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset4 { + margin-right: 33.33333333333333%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset3 { + margin-right: 25%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset2 { + margin-right: 16.666666666666664%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset1 { + margin-right: 8.333333333333332%; + } +} + +@media (min-width: 480px) { + .ms-mdOffset0 { + margin-right: 0; + } +} + +@media (min-width: 640px) { + .ms-lg12 { + width: 100%; + } +} + +@media (min-width: 640px) { + .ms-lg11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lg10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-lg9 { + width: 75%; + } +} + +@media (min-width: 640px) { + .ms-lg8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lg7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-lg6 { + width: 50%; + } +} + +@media (min-width: 640px) { + .ms-lg5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-lg4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-lg3 { + width: 25%; + } +} + +@media (min-width: 640px) { + .ms-lg2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-lg1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-lgPull12 { + left: 100%; + } +} + +@media (min-width: 640px) { + .ms-lgPull11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgPull10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-lgPull9 { + left: 75%; + } +} + +@media (min-width: 640px) { + .ms-lgPull8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgPull7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-lgPull6 { + left: 50%; + } +} + +@media (min-width: 640px) { + .ms-lgPull5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-lgPull4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-lgPull3 { + left: 25%; + } +} + +@media (min-width: 640px) { + .ms-lgPull2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-lgPull1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-lgPull0 { + left: auto; + } +} + +@media (min-width: 640px) { + .ms-lgPush12 { + right: 100%; + } +} + +@media (min-width: 640px) { + .ms-lgPush11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgPush10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-lgPush9 { + right: 75%; + } +} + +@media (min-width: 640px) { + .ms-lgPush8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgPush7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-lgPush6 { + right: 50%; + } +} + +@media (min-width: 640px) { + .ms-lgPush5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-lgPush4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-lgPush3 { + right: 25%; + } +} + +@media (min-width: 640px) { + .ms-lgPush2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-lgPush1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-lgPush0 { + right: auto; + } +} + +@media (min-width: 640px) { + .ms-lgOffset11 { + margin-right: 91.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset10 { + margin-right: 83.33333333333334%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset9 { + margin-right: 75%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset8 { + margin-right: 66.66666666666666%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset7 { + margin-right: 58.333333333333336%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset6 { + margin-right: 50%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset5 { + margin-right: 41.66666666666667%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset4 { + margin-right: 33.33333333333333%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset3 { + margin-right: 25%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset2 { + margin-right: 16.666666666666664%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset1 { + margin-right: 8.333333333333332%; + } +} + +@media (min-width: 640px) { + .ms-lgOffset0 { + margin-right: 0; + } +} + +@media (min-width: 1024px) { + .ms-xl12 { + width: 100%; + } +} + +@media (min-width: 1024px) { + .ms-xl11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xl10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-xl9 { + width: 75%; + } +} + +@media (min-width: 1024px) { + .ms-xl8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xl7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-xl6 { + width: 50%; + } +} + +@media (min-width: 1024px) { + .ms-xl5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-xl4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-xl3 { + width: 25%; + } +} + +@media (min-width: 1024px) { + .ms-xl2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-xl1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull12 { + left: 100%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull9 { + left: 75%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull6 { + left: 50%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull3 { + left: 25%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-xlPull0 { + left: auto; + } +} + +@media (min-width: 1024px) { + .ms-xlPush12 { + right: 100%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush9 { + right: 75%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush6 { + right: 50%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush3 { + right: 25%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-xlPush0 { + right: auto; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset11 { + margin-right: 91.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset10 { + margin-right: 83.33333333333334%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset9 { + margin-right: 75%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset8 { + margin-right: 66.66666666666666%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset7 { + margin-right: 58.333333333333336%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset6 { + margin-right: 50%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset5 { + margin-right: 41.66666666666667%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset4 { + margin-right: 33.33333333333333%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset3 { + margin-right: 25%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset2 { + margin-right: 16.666666666666664%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset1 { + margin-right: 8.333333333333332%; + } +} + +@media (min-width: 1024px) { + .ms-xlOffset0 { + margin-right: 0; + } +} + +@media (min-width: 1366px) { + .ms-xxl12 { + width: 100%; + } +} + +@media (min-width: 1366px) { + .ms-xxl11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxl10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-xxl9 { + width: 75%; + } +} + +@media (min-width: 1366px) { + .ms-xxl8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxl7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-xxl6 { + width: 50%; + } +} + +@media (min-width: 1366px) { + .ms-xxl5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-xxl4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-xxl3 { + width: 25%; + } +} + +@media (min-width: 1366px) { + .ms-xxl2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-xxl1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull12 { + left: 100%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull9 { + left: 75%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull6 { + left: 50%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull3 { + left: 25%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPull0 { + left: auto; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush12 { + right: 100%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush9 { + right: 75%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush6 { + right: 50%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush3 { + right: 25%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-xxlPush0 { + right: auto; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset11 { + margin-right: 91.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset10 { + margin-right: 83.33333333333334%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset9 { + margin-right: 75%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset8 { + margin-right: 66.66666666666666%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset7 { + margin-right: 58.333333333333336%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset6 { + margin-right: 50%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset5 { + margin-right: 41.66666666666667%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset4 { + margin-right: 33.33333333333333%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset3 { + margin-right: 25%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset2 { + margin-right: 16.666666666666664%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset1 { + margin-right: 8.333333333333332%; + } +} + +@media (min-width: 1366px) { + .ms-xxlOffset0 { + margin-right: 0; + } +} + +@media (min-width: 1920px) { + .ms-xxxl12 { + width: 100%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl11 { + width: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl10 { + width: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl9 { + width: 75%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl8 { + width: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl7 { + width: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl6 { + width: 50%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl5 { + width: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl4 { + width: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl3 { + width: 25%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl2 { + width: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-xxxl1 { + width: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull12 { + left: 100%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull11 { + left: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull10 { + left: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull9 { + left: 75%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull8 { + left: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull7 { + left: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull6 { + left: 50%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull5 { + left: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull4 { + left: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull3 { + left: 25%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull2 { + left: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull1 { + left: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPull0 { + left: auto; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush12 { + right: 100%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush11 { + right: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush10 { + right: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush9 { + right: 75%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush8 { + right: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush7 { + right: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush6 { + right: 50%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush5 { + right: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush4 { + right: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush3 { + right: 25%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush2 { + right: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush1 { + right: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlPush0 { + right: auto; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset11 { + margin-right: 91.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset10 { + margin-right: 83.33333333333334%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset9 { + margin-right: 75%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset8 { + margin-right: 66.66666666666666%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset7 { + margin-right: 58.333333333333336%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset6 { + margin-right: 50%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset5 { + margin-right: 41.66666666666667%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset4 { + margin-right: 33.33333333333333%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset3 { + margin-right: 25%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset2 { + margin-right: 16.666666666666664%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset1 { + margin-right: 8.333333333333332%; + } +} + +@media (min-width: 1920px) { + .ms-xxxlOffset0 { + margin-right: 0; + } +} + +.ms-borderBox, +.ms-borderBox::before, +.ms-borderBox::after { + box-sizing: border-box; +} + +.ms-borderBase { + border: 1px solid; +} + +.ms-clearfix { + *zoom: 1; +} + +.ms-clearfix::before, +.ms-clearfix::after { + display: table; + content: ''; + line-height: 0; +} + +.ms-clearfix::after { + clear: both; +} + +.ms-normalize { + box-sizing: border-box; + box-shadow: none; + margin: 0; + padding: 0; +} + +.ms-textAlignLeft { + text-align: right; +} + +.ms-textAlignCenter { + text-align: center; +} + +.ms-textAlignRight { + text-align: left; +} + +.ms-screenReaderOnly { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} + +.ms-textTruncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + word-wrap: normal; +} + +.ms-noWrap { + white-space: nowrap; +} + +.ms-Fabric { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + color: #333333; + font-family: 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; + font-size: 14px; +} + +.ms-Fabric button, +.ms-Fabric input { + font-family: inherit; +} + +*[lang^='ar'] .ms-Fabric, +.ms-Fabric *[lang^='ar'], +.ms-Fabric[lang^='ar'] { + font-family: 'Segoe UI Web (Arabic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='bg'] .ms-Fabric, +.ms-Fabric *[lang^='bg'], +.ms-Fabric[lang^='bg'] { + font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='cs'] .ms-Fabric, +.ms-Fabric *[lang^='cs'], +.ms-Fabric[lang^='cs'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='el'] .ms-Fabric, +.ms-Fabric *[lang^='el'], +.ms-Fabric[lang^='el'] { + font-family: 'Segoe UI Web (Greek)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='et'] .ms-Fabric, +.ms-Fabric *[lang^='et'], +.ms-Fabric[lang^='et'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='he'] .ms-Fabric, +.ms-Fabric *[lang^='he'], +.ms-Fabric[lang^='he'] { + font-family: 'Segoe UI Web (Hebrew)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='hi'] .ms-Fabric, +.ms-Fabric *[lang^='hi'], +.ms-Fabric[lang^='hi'] { + font-family: 'Nirmala UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='hr'] .ms-Fabric, +.ms-Fabric *[lang^='hr'], +.ms-Fabric[lang^='hr'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='hu'] .ms-Fabric, +.ms-Fabric *[lang^='hu'], +.ms-Fabric[lang^='hu'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='ja'] .ms-Fabric, +.ms-Fabric *[lang^='ja'], +.ms-Fabric[lang^='ja'] { + font-family: 'Yu Gothic', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='kk'] .ms-Fabric, +.ms-Fabric *[lang^='kk'], +.ms-Fabric[lang^='kk'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='ko'] .ms-Fabric, +.ms-Fabric *[lang^='ko'], +.ms-Fabric[lang^='ko'] { + font-family: 'Malgun Gothic', Gulim, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='lo'] .ms-Fabric, +.ms-Fabric *[lang^='lo'], +.ms-Fabric[lang^='lo'] { + font-family: 'Leelawadee UI Web', 'Lao UI', DokChampa, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='lt'] .ms-Fabric, +.ms-Fabric *[lang^='lt'], +.ms-Fabric[lang^='lt'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='lv'] .ms-Fabric, +.ms-Fabric *[lang^='lv'], +.ms-Fabric[lang^='lv'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='pl'] .ms-Fabric, +.ms-Fabric *[lang^='pl'], +.ms-Fabric[lang^='pl'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='ru'] .ms-Fabric, +.ms-Fabric *[lang^='ru'], +.ms-Fabric[lang^='ru'] { + font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='sk'] .ms-Fabric, +.ms-Fabric *[lang^='sk'], +.ms-Fabric[lang^='sk'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='sr-latn'] .ms-Fabric, +.ms-Fabric *[lang^='sr-latn'], +.ms-Fabric[lang^='sr-latn'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='th'] .ms-Fabric, +.ms-Fabric *[lang^='th'], +.ms-Fabric[lang^='th'] { + font-family: 'Leelawadee UI Web', 'Kmer UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='tr'] .ms-Fabric, +.ms-Fabric *[lang^='tr'], +.ms-Fabric[lang^='tr'] { + font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='uk'] .ms-Fabric, +.ms-Fabric *[lang^='uk'], +.ms-Fabric[lang^='uk'] { + font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='vi'] .ms-Fabric, +.ms-Fabric *[lang^='vi'], +.ms-Fabric[lang^='vi'] { + font-family: 'Segoe UI Web (Vietnamese)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='zh-hans'] .ms-Fabric, +.ms-Fabric *[lang^='zh-hans'], +.ms-Fabric[lang^='zh-hans'] { + font-family: 'Microsoft Yahei', Verdana, Simsun, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +*[lang^='zh-hant'] .ms-Fabric, +.ms-Fabric *[lang^='zh-hant'], +.ms-Fabric[lang^='zh-hant'] { + font-family: 'Microsoft Jhenghei', Pmingliu, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Fabric--selawik { + font-family: 'Selawik Web', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif; +} + +.ms-Icon--ArrowDownRightMirrored8::before { + content: '\EED5'; +} + +.ms-Icon--ArrowDownRight8::before { + content: '\EEF0'; +} + +.ms-Icon--ArrowUpRightMirrored8::before { + content: '\EED4'; +} + +.ms-Icon--ArrowUpRight8::before { + content: '\EEEF'; +} + +.ms-Icon--BidiLtr::before { + content: '\E9AB'; +} + +.ms-Icon--BidiRtl::before { + content: '\E9AA'; +} + +.ms-Icon--BookmarksMirrored::before { + content: '\E8A4'; +} + +.ms-Icon--Bookmarks::before { + content: '\EA41'; +} + +.ms-Icon--BulletedListMirrored::before { + content: '\E8FD'; +} + +.ms-Icon--BulletedList::before { + content: '\EA42'; +} + +.ms-Icon--CalendarMirrored::before { + content: '\E787'; +} + +.ms-Icon--Calendar::before { + content: '\ED28'; +} + +.ms-Icon--CaretBottomLeftSolid8::before { + content: '\F122'; +} + +.ms-Icon--CaretBottomRightSolid8::before { + content: '\F121'; +} + +.ms-Icon--CaretHollowMirrored::before { + content: '\E817'; +} + +.ms-Icon--CaretHollow::before { + content: '\EA45'; +} + +.ms-Icon--CaretLeft8::before { + content: '\EDD6'; +} + +.ms-Icon--CaretRight8::before { + content: '\EDD5'; +} + +.ms-Icon--CaretLeftSolid8::before { + content: '\EDDA'; +} + +.ms-Icon--CaretRightSolid8::before { + content: '\EDD9'; +} + +.ms-Icon--CaretSolidMirrored::before { + content: '\E818'; +} + +.ms-Icon--CaretSolid::before { + content: '\EA46'; +} + +.ms-Icon--CaretTopLeftSolid8::before { + content: '\EF55'; +} + +.ms-Icon--CaretTopRightSolid8::before { + content: '\EF54'; +} + +.ms-Icon--ChevronLeft::before { + content: '\E76C'; +} + +.ms-Icon--ChevronRight::before { + content: '\E76B'; +} + +.ms-Icon--ChevronLeftMed::before { + content: '\E974'; +} + +.ms-Icon--ChevronRightMed::before { + content: '\E973'; +} + +.ms-Icon--ChevronLeftSmall::before { + content: '\E970'; +} + +.ms-Icon--ChevronRightSmall::before { + content: '\E96F'; +} + +.ms-Icon--ChromeBackMirrored::before { + content: '\E830'; +} + +.ms-Icon--ChromeBack::before { + content: '\EA47'; +} + +.ms-Icon--ClosePaneMirrored::before { + content: '\E89F'; +} + +.ms-Icon--ClosePane::before { + content: '\EA49'; +} + +.ms-Icon--CustomListMirrored::before { + content: '\EEBE'; +} + +.ms-Icon--CustomList::before { + content: '\EEBF'; +} + +.ms-Icon--DateTimeMirrored::before { + content: '\EC92'; +} + +.ms-Icon--DateTime::before { + content: '\EE93'; +} + +.ms-Icon--DockLeftMirrored::before { + content: '\E90C'; +} + +.ms-Icon--DockLeft::before { + content: '\EA4C'; +} + +.ms-Icon--DoubleChevronLeft::before { + content: '\EDBF'; +} + +.ms-Icon--DoubleChevronRight::before { + content: '\EDBE'; +} + +.ms-Icon--DoubleChevronLeft12::before { + content: '\EE99'; +} + +.ms-Icon--DoubleChevronRight12::before { + content: '\EE98'; +} + +.ms-Icon--DoubleChevronLeftMedMirrored::before { + content: '\E991'; +} + +.ms-Icon--DoubleChevronLeftMed::before { + content: '\EA4D'; +} + +.ms-Icon--EditMirrored::before { + content: '\E70F'; +} + +.ms-Icon--Edit::before { + content: '\EB7E'; +} + +.ms-Icon--FabricFormLibraryMirrored::before { + content: '\F09F'; +} + +.ms-Icon--FabricFormLibrary::before { + content: '\F0A0'; +} + +.ms-Icon--FabricReportLibraryMirrored::before { + content: '\F0A1'; +} + +.ms-Icon--FabricReportLibrary::before { + content: '\F0A2'; +} + +.ms-Icon--FlickLeft::before { + content: '\E938'; +} + +.ms-Icon--FlickRight::before { + content: '\E937'; +} + +.ms-Icon--FormLibraryMirrored::before { + content: '\EEB9'; +} + +.ms-Icon--FormLibrary::before { + content: '\EEBA'; +} + +.ms-Icon--Forward::before { + content: '\E72B'; +} + +.ms-Icon--Back::before { + content: '\E72A'; +} + +.ms-Icon--HelpMirrored::before { + content: '\E897'; +} + +.ms-Icon--Help::before { + content: '\EA51'; +} + +.ms-Icon--IssueTrackingMirrored::before { + content: '\EEC0'; +} + +.ms-Icon--IssueTracking::before { + content: '\EEC1'; +} + +.ms-Icon--ListMirrored::before { + content: '\EA37'; +} + +.ms-Icon--List::before { + content: '\EA55'; +} + +.ms-Icon--MailReplyAllMirrored::before { + content: '\E8C2'; +} + +.ms-Icon--MailReplyAll::before { + content: '\EA58'; +} + +.ms-Icon--MailReplyMirrored::before { + content: '\E8CA'; +} + +.ms-Icon--MailReply::before { + content: '\EA57'; +} + +.ms-Icon--MultiSelectMirrored::before { + content: '\E762'; +} + +.ms-Icon--MultiSelect::before { + content: '\EA98'; +} + +.ms-Icon--OpenPaneMirrored::before { + content: '\E8A0'; +} + +.ms-Icon--OpenPane::before { + content: '\EA5B'; +} + +.ms-Icon--PageLeft::before { + content: '\E761'; +} + +.ms-Icon--PageRight::before { + content: '\E760'; +} + +.ms-Icon--QuestionnaireMirrored::before { + content: '\EE19'; +} + +.ms-Icon--Questionnaire::before { + content: '\EE4B'; +} + +.ms-Icon--Redo::before { + content: '\E7A7'; +} + +.ms-Icon--Undo::before { + content: '\E7A6'; +} + +.ms-Icon--ReplyAllMirrored::before { + content: '\EE0A'; +} + +.ms-Icon--ReplyAll::before { + content: '\EE36'; +} + +.ms-Icon--ReplyMirrored::before { + content: '\E97A'; +} + +.ms-Icon--Reply::before { + content: '\EE35'; +} + +.ms-Icon--ReportLibraryMirrored::before { + content: '\EEBB'; +} + +.ms-Icon--ReportLibrary::before { + content: '\EEBC'; +} + +.ms-Icon--SendMirrored::before { + content: '\E724'; +} + +.ms-Icon--Send::before { + content: '\EA63'; +} + +.ms-Icon--ShowResultsMirrored::before { + content: '\E8BC'; +} + +.ms-Icon--ShowResults::before { + content: '\EA65'; +} + +.ms-Icon--TaskManagerMirrored::before { + content: '\EDB7'; +} + +.ms-Icon--TaskManager::before { + content: '\EDB8'; +} + +.ms-Icon--ThumbnailViewMirrored::before { + content: '\E7B6'; +} + +.ms-Icon--ThumbnailView::before { + content: '\EA67'; +} + +.ms-Icon--TriangleLeft12::before { + content: '\EED3'; +} + +.ms-Icon--TriangleRight12::before { + content: '\EED2'; +} + +.ms-Icon--TriangleSolidLeft12::before { + content: '\EECF'; +} + +.ms-Icon--TriangleSolidRight12::before { + content: '\EECE'; +} + +.ms-Icon--ExportMirrored::before { + content: '\EDE1'; +} + +.ms-Icon--Export::before { + content: '\EDE2'; +} + +.ms-Icon--ImportMirrored::before { + content: '\E8B5'; +} + +.ms-Icon--Import::before { + content: '\EA52'; +} + +.ms-Icon--TaskGroupMirrored::before { + content: '\F2AE'; +} + +.ms-Icon--TaskGroup::before { + content: '\F2AF'; +} + +.ms-Icon--BulletedList2Mirrored::before { + content: '\F2C7'; +} + +.ms-Icon--BulletedList2::before { + content: '\F2C8'; +} + +.ms-Icon--FolderListMirrored::before { + content: '\F2CE'; +} + +.ms-Icon--FolderList::before { + content: '\F2CF'; +} + +.ms-Icon--NavigateBackMirrored::before { + content: '\F2DD'; +} + +.ms-Icon--NavigateBack::before { + content: '\F2DE'; +} + +.ms-Icon--NavigateForwardMirrored::before { + content: '\F2DF'; +} + +.ms-Icon--NavigateForward::before { + content: '\F2E0'; +} + +.ms-Icon--UnknownMirroredSolid::before { + content: '\F2E1'; +} + +.ms-Icon--UnknownSolid::before { + content: '\F2E2'; +} + +.ms-Icon--FeedbackRequestMirroredSolid::before { + content: '\F359'; +} + +.ms-Icon--FeedbackRequestSolid::before { + content: '\F35A'; +} + +.ms-Icon--FinancialMirroredSolid::before { + content: '\F346'; +} + +.ms-Icon--FinancialSolid::before { + content: '\F347'; +} + +.ms-Icon--PageListMirroredSolid::before { + content: '\F33A'; +} + +.ms-Icon--PageListSolid::before { + content: '\F33B'; +} + +.ms-Icon--ParkingLocationMirrored::before { + content: '\E811'; +} + +.ms-Icon--ParkingLocation::before { + content: '\EA5E'; +} + +.ms-Icon--ParkingMirroredSolid::before { + content: '\F34A'; +} + +.ms-Icon--ParkingSolid::before { + content: '\F34B'; +} + +.ms-Icon--ReviewRequestMirroredSolid::before { + content: '\F356'; +} + +.ms-Icon--ReviewRequestSolid::before { + content: '\F357'; +} + +.ms-Icon--SidePanelMirrored::before { + content: '\EF52'; +} + +.ms-Icon--SidePanel::before { + content: '\F221'; +} + +.ms-slideRightIn10 { + animation-name: ms-fadeIn, ms-slideLeftIn10; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightIn20 { + animation-name: ms-fadeIn, ms-slideLeftIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightIn40 { + animation-name: ms-fadeIn, ms-slideLeftIn40; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightIn400 { + animation-name: ms-fadeIn, ms-slideLeftIn400; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideRightOut40 { + animation-name: ms-fadeOut, ms-slideLeftOut40; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideRightOut400 { + animation-name: ms-fadeOut, ms-slideLeftOut400; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideLeftIn10 { + animation-name: ms-fadeIn, ms-slideRightIn10; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftIn20 { + animation-name: ms-fadeIn, ms-slideRightIn20; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftIn40 { + animation-name: ms-fadeIn, ms-slideRightIn40; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftIn400 { + animation-name: ms-fadeIn, ms-slideRightIn400; + animation-duration: 0.367s; + animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1); + animation-fill-mode: both; +} + +.ms-slideLeftOut40 { + animation-name: ms-fadeOut, ms-slideRightOut40; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-slideLeftOut400 { + animation-name: ms-fadeOut, ms-slideRightOut400; + animation-duration: 0.167s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-rotate90deg { + animation-name: ms-rotateN90; + animation-duration: 0.1s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} + +.ms-rotateN90deg { + animation-name: ms-rotate90; + animation-duration: 0.1s; + animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9); + animation-fill-mode: both; +} diff --git a/dist/css/fabric.rtl.min.css b/dist/css/fabric.rtl.min.css new file mode 100644 index 000000000..bfb1185f5 --- /dev/null +++ b/dist/css/fabric.rtl.min.css @@ -0,0 +1,6 @@ +/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */ +/** + * Office UI Fabric Core 7.1.0 + * The front-end framework for building experiences for Office 365. + **/ +@keyframes ms-slideRightIn10{0%{transform:translate3d(-10px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn20{0%{transform:translate3d(-20px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn40{0%{transform:translate3d(-40px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn400{0%{transform:translate3d(-400px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightOut40{0%{transform:translateZ(0)}to{transform:translate3d(40px,0,0)}}@keyframes ms-slideRightOut400{0%{transform:translateZ(0)}to{transform:translate3d(400px,0,0)}}@keyframes ms-slideLeftIn10{0%{transform:translate3d(10px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn20{0%{transform:translate3d(20px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn40{0%{transform:translate3d(40px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn400{0%{transform:translate3d(400px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftOut40{0%{transform:translateZ(0)}to{transform:translate3d(-40px,0,0)}}@keyframes ms-slideLeftOut400{0%{transform:translateZ(0)}to{transform:translate3d(-400px,0,0)}}@keyframes ms-slideUpIn10{0%{transform:translate3d(0,10px,0)}to{transform:translateZ(0)}}@keyframes ms-slideUpIn20{0%{transform:translate3d(0,20px,0)}to{transform:translateZ(0)}}@keyframes ms-slideDownIn10{0%{transform:translate3d(0,-10px,0)}to{transform:translateZ(0)}}@keyframes ms-slideDownIn20{0%{transform:translate3d(0,-20px,0)}to{transform:translateZ(0)}}@keyframes ms-slideUpOut10{0%{transform:translateZ(0)}to{transform:translate3d(0,-10px,0)}}@keyframes ms-slideUpOut20{0%{transform:translateZ(0)}to{transform:translate3d(0,-20px,0)}}@keyframes ms-slideDownOut10{0%{transform:translateZ(0)}to{transform:translate3d(0,10px,0)}}@keyframes ms-slideDownOut20{0%{transform:translateZ(0)}to{transform:translate3d(0,20px,0)}}@keyframes ms-scaleUp100{0%{transform:scale3d(.98,.98,1)}to{transform:scaleX(1)}}@keyframes ms-scaleUp103{0%{transform:scaleX(1)}to{transform:scale3d(1.03,1.03,1)}}@keyframes ms-scaleDown98{0%{transform:scaleX(1)}to{transform:scale3d(.98,.98,1)}}@keyframes ms-scaleDown100{0%{transform:scale3d(1.03,1.03,1)}to{transform:scaleX(1)}}@keyframes ms-fadeIn{0%{opacity:0;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:1}}@keyframes ms-fadeOut{0%{opacity:1;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:0}}@keyframes ms-rotate90{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes ms-rotateN90{0%{transform:rotate(90deg)}to{transform:rotate(0deg)}}.ms-slideRightIn10{animation-name:ms-fadeIn,ms-slideRightIn10}.ms-slideRightIn20{animation-name:ms-fadeIn,ms-slideRightIn20}.ms-slideRightIn40{animation-name:ms-fadeIn,ms-slideRightIn40}.ms-slideRightIn400{animation-name:ms-fadeIn,ms-slideRightIn400}.ms-slideRightOut40{animation-name:ms-fadeOut,ms-slideRightOut40}.ms-slideRightOut400{animation-name:ms-fadeOut,ms-slideRightOut400}.ms-slideLeftIn10{animation-name:ms-fadeIn,ms-slideLeftIn10}.ms-slideLeftIn20{animation-name:ms-fadeIn,ms-slideLeftIn20}.ms-slideLeftIn40{animation-name:ms-fadeIn,ms-slideLeftIn40}.ms-slideLeftIn400{animation-name:ms-fadeIn,ms-slideLeftIn400}.ms-slideLeftOut40{animation-name:ms-fadeOut,ms-slideLeftOut40}.ms-slideLeftOut400{animation-name:ms-fadeOut,ms-slideLeftOut400}.ms-slideUpIn10{animation-name:ms-fadeIn,ms-slideUpIn10;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideUpIn20{animation-name:ms-fadeIn,ms-slideUpIn20;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideDownIn10{animation-name:ms-fadeIn,ms-slideDownIn10;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideDownIn20{animation-name:ms-fadeIn,ms-slideDownIn20;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideUpOut10{animation-name:ms-fadeOut,ms-slideUpOut10;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideUpOut20{animation-name:ms-fadeOut,ms-slideUpOut20;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideDownOut10{animation-name:ms-fadeOut,ms-slideDownOut10;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideDownOut20{animation-name:ms-fadeOut,ms-slideDownOut20;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-scaleUpIn100{animation-name:ms-fadeIn,ms-scaleUp100;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-scaleUpOut103{animation-name:ms-fadeOut,ms-scaleUp103;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-scaleDownOut98{animation-name:ms-fadeOut,ms-scaleDown98;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-scaleDownIn100{animation-name:ms-fadeIn,ms-scaleDown100;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-fadeIn100{animation-duration:.167s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-fadeIn200{animation-duration:.267s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-fadeIn400{animation-duration:.367s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-fadeIn500{animation-duration:.467s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-fadeOut100{animation-duration:.1s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-fadeOut200{animation-duration:.167s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-fadeOut400{animation-duration:.367s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-fadeOut500{animation-duration:.467s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-expandCollapse100{transition:height .1s cubic-bezier(.1,.25,.75,.9)}.ms-expandCollapse200{transition:height .167s cubic-bezier(.1,.25,.75,.9)}.ms-expandCollapse400{transition:height .367s cubic-bezier(.1,.25,.75,.9)}.ms-delay100{animation-delay:.167s}.ms-delay200{animation-delay:.267s}.ms-rotate90deg{animation-name:ms-rotate90}.ms-rotateN90deg{animation-name:ms-rotateN90}.ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1.png)}.ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1.png)}.ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1.png)}.ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1.png)}.ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1.png)}.ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png)}.ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1.png)}.ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1.png)}.ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1.png)}.ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1.png)}.ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1.png)}.ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1.png)}.ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1.png)}.ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1.png)}.ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1.png)}.ms-BrandIcon--icon16{background-size:100% 100%;width:16px;height:16px}.ms-BrandIcon--icon48{background-size:100% 100%;width:48px;height:48px}.ms-BrandIcon--icon96{background-size:100% 100%;width:96px;height:96px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1_5.png)}.ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1_5.png)}.ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1_5.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png)}.ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1_5.png)}.ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1_5.png)}.ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1_5.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png)}.ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1_5.png)}.ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1_5.png)}.ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1_5.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png)}.ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1_5.png)}.ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1_5.png)}.ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1_5.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1_5.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1_5.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1_5.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1_5.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1_5.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1_5.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1_5.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1_5.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1_5.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1_5.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1_5.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1_5.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1_5.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1_5.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1_5.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1_5.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1_5.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1_5.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1_5.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1_5.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1_5.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1_5.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1_5.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1_5.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1_5.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1_5.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1_5.png)}.ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1_5.png)}.ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1_5.png)}.ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1_5.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1_5.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1_5.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1_5.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1_5.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1_5.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1_5.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1_5.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1_5.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1_5.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1_5.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1_5.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1_5.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1_5.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1_5.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1_5.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1_5.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1_5.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1_5.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1_5.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1_5.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1_5.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1_5.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1_5.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1_5.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1_5.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1_5.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1_5.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1_5.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1_5.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1_5.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1_5.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1_5.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1_5.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1_5.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1_5.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1_5.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1_5.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1_5.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1_5.png)}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi){.ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x2.png)}.ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x2.png)}.ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x2.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x2.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x2.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x2.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x2.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x2.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x2.png)}.ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x2.png)}.ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x2.png)}.ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x2.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x2.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x2.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x2.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x2.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x2.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x2.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png)}.ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x2.png)}.ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x2.png)}.ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x2.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x2.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x2.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x2.png)}.ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x2.png)}.ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x2.png)}.ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x2.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x2.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x2.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x2.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x2.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x2.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x2.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x2.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x2.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x2.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x2.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x2.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x2.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x2.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x2.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x2.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x2.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x2.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x2.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x2.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x2.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x2.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x2.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x2.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x2.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x2.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x2.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x2.png)}.ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x2.png)}.ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x2.png)}.ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x2.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x2.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x2.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x2.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x2.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x2.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x2.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x2.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x2.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x2.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x2.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x2.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x2.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x2.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x2.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x2.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x2.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x2.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x2.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x2.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x2.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x2.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x2.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x2.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x2.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x2.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x2.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x2.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x2.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x2.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x2.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x2.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x2.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x2.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x2.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x2.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x2.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x2.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x2.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x2.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi){.ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x3.png)}.ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x3.png)}.ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x3.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x3.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x3.png)}.ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x3.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x3.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x3.png)}.ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x3.png)}.ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x3.png)}.ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x3.png)}.ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x3.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png)}.ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x3.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x3.png)}.ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x3.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x3.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x3.png)}.ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x3.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png)}.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png)}.ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x3.png)}.ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x3.png)}.ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x3.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png)}.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x3.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x3.png)}.ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x3.png)}.ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x3.png)}.ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x3.png)}.ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x3.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x3.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x3.png)}.ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x3.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x3.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x3.png)}.ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x3.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x3.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x3.png)}.ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x3.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x3.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x3.png)}.ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x3.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x3.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x3.png)}.ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x3.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x3.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x3.png)}.ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x3.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x3.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x3.png)}.ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x3.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x3.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x3.png)}.ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x3.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x3.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x3.png)}.ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x3.png)}.ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x3.png)}.ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x3.png)}.ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x3.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x3.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x3.png)}.ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x3.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x3.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x3.png)}.ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x3.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x3.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x3.png)}.ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x3.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x3.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x3.png)}.ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x3.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x3.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x3.png)}.ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x3.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x3.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x3.png)}.ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x3.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x3.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x3.png)}.ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x3.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x3.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x3.png)}.ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x3.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x3.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x3.png)}.ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x3.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x3.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x3.png)}.ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x3.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x3.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x3.png)}.ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x3.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x3.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x3.png)}.ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x3.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x3.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x3.png)}.ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x3.png)}}.ms-bgColor-themeDark,.ms-bgColor-themeDark--hover:hover{background-color:#005a9e}.ms-bgColor-themeDarkAlt,.ms-bgColor-themeDarkAlt--hover:hover{background-color:#106ebe}.ms-bgColor-themeDarker,.ms-bgColor-themeDarker--hover:hover{background-color:#004578}.ms-bgColor-themePrimary,.ms-bgColor-themePrimary--hover:hover{background-color:#0078d7}.ms-bgColor-themeSecondary,.ms-bgColor-themeSecondary--hover:hover{background-color:#2488d8}.ms-bgColor-themeTertiary,.ms-bgColor-themeTertiary--hover:hover{background-color:#69afe5}.ms-bgColor-themeLight,.ms-bgColor-themeLight--hover:hover{background-color:#c7e0f4}.ms-bgColor-themeLighter,.ms-bgColor-themeLighter--hover:hover{background-color:#deecf9}.ms-bgColor-themeLighterAlt,.ms-bgColor-themeLighterAlt--hover:hover{background-color:#eff6fc}.ms-bgColor-black,.ms-bgColor-black--hover:hover{background-color:#000}.ms-bgColor-neutralDark,.ms-bgColor-neutralDark--hover:hover{background-color:#212121}.ms-bgColor-neutralPrimary,.ms-bgColor-neutralPrimary--hover:hover{background-color:#333}.ms-bgColor-neutralPrimaryAlt,.ms-bgColor-neutralPrimaryAlt--hover:hover{background-color:#3c3c3c}.ms-bgColor-neutralSecondary,.ms-bgColor-neutralSecondary--hover:hover{background-color:#666}.ms-bgColor-neutralSecondaryAlt,.ms-bgColor-neutralSecondaryAlt--hover:hover{background-color:#767676}.ms-bgColor-neutralTertiary,.ms-bgColor-neutralTertiary--hover:hover{background-color:#a6a6a6}.ms-bgColor-neutralTertiaryAlt,.ms-bgColor-neutralTertiaryAlt--hover:hover{background-color:#c8c8c8}.ms-bgColor-neutralLight,.ms-bgColor-neutralLight--hover:hover{background-color:#eaeaea}.ms-bgColor-neutralLighter,.ms-bgColor-neutralLighter--hover:hover{background-color:#f4f4f4}.ms-bgColor-neutralLighterAlt,.ms-bgColor-neutralLighterAlt--hover:hover{background-color:#f8f8f8}.ms-bgColor-white,.ms-bgColor-white--hover:hover{background-color:#fff}.ms-bgColor-yellow{background-color:#ffb900}.ms-bgColor-yellowLight{background-color:#fff100}.ms-bgColor-orange{background-color:#d83b01}.ms-bgColor-orangeLight{background-color:#ea4300}.ms-bgColor-orangeLighter{background-color:#ff8c00}.ms-bgColor-redDark{background-color:#a80000}.ms-bgColor-red{background-color:#e81123}.ms-bgColor-magentaDark{background-color:#5c005c}.ms-bgColor-magenta{background-color:#b4009e}.ms-bgColor-magentaLight{background-color:#e3008c}.ms-bgColor-purpleDark{background-color:#32145a}.ms-bgColor-purple{background-color:#5c2d91}.ms-bgColor-purpleLight{background-color:#b4a0ff}.ms-bgColor-blueDark{background-color:#002050}.ms-bgColor-blueMid{background-color:#00188f}.ms-bgColor-blue{background-color:#0078d7}.ms-bgColor-blueLight{background-color:#00bcf2}.ms-bgColor-tealDark{background-color:#004b50}.ms-bgColor-teal{background-color:#008272}.ms-bgColor-tealLight{background-color:#00b294}.ms-bgColor-greenDark{background-color:#004b1c}.ms-bgColor-green{background-color:#107c10}.ms-bgColor-greenLight{background-color:#bad80a}.ms-bgColor-info{background-color:#f4f4f4}.ms-bgColor-success{background-color:#dff6dd}.ms-bgColor-severeWarning{background-color:#fed9cc}.ms-bgColor-warning{background-color:#fff4ce}.ms-bgColor-error{background-color:#fde7e9}.ms-borderColor-themeDark,.ms-borderColor-themeDark--hover:hover{border-color:#005a9e}.ms-borderColor-themeDarkAlt,.ms-borderColor-themeDarkAlt--hover:hover{border-color:#106ebe}.ms-borderColor-themeDarker,.ms-borderColor-themeDarker--hover:hover{border-color:#004578}.ms-borderColor-themePrimary,.ms-borderColor-themePrimary--hover:hover{border-color:#0078d7}.ms-borderColor-themeSecondary,.ms-borderColor-themeSecondary--hover:hover{border-color:#2488d8}.ms-borderColor-themeTertiary,.ms-borderColor-themeTertiary--hover:hover{border-color:#69afe5}.ms-borderColor-themeLight,.ms-borderColor-themeLight--hover:hover{border-color:#c7e0f4}.ms-borderColor-themeLighter,.ms-borderColor-themeLighter--hover:hover{border-color:#deecf9}.ms-borderColor-themeLighterAlt,.ms-borderColor-themeLighterAlt--hover:hover{border-color:#eff6fc}.ms-borderColor-black,.ms-borderColor-black--hover:hover{border-color:#000}.ms-borderColor-neutralDark,.ms-borderColor-neutralDark--hover:hover{border-color:#212121}.ms-borderColor-neutralPrimary,.ms-borderColor-neutralPrimary--hover:hover{border-color:#333}.ms-borderColor-neutralPrimaryAlt,.ms-borderColor-neutralPrimaryAlt--hover:hover{border-color:#3c3c3c}.ms-borderColor-neutralSecondary,.ms-borderColor-neutralSecondary--hover:hover{border-color:#666}.ms-borderColor-neutralSecondaryAlt,.ms-borderColor-neutralSecondaryAlt--hover:hover{border-color:#767676}.ms-borderColor-neutralTertiary,.ms-borderColor-neutralTertiary--hover:hover{border-color:#a6a6a6}.ms-borderColor-neutralTertiaryAlt,.ms-borderColor-neutralTertiaryAlt--hover:hover{border-color:#c8c8c8}.ms-borderColor-neutralLight,.ms-borderColor-neutralLight--hover:hover{border-color:#eaeaea}.ms-borderColor-neutralLighter,.ms-borderColor-neutralLighter--hover:hover{border-color:#f4f4f4}.ms-borderColor-neutralLighterAlt,.ms-borderColor-neutralLighterAlt--hover:hover{border-color:#f8f8f8}.ms-borderColor-white,.ms-borderColor-white--hover:hover{border-color:#fff}.ms-borderColor-yellow{border-color:#ffb900}.ms-borderColor-yellowLight{border-color:#fff100}.ms-borderColor-orange{border-color:#d83b01}.ms-borderColor-orangeLight{border-color:#ea4300}.ms-borderColor-orangeLighter{border-color:#ff8c00}.ms-borderColor-redDark{border-color:#a80000}.ms-borderColor-red{border-color:#e81123}.ms-borderColor-magentaDark{border-color:#5c005c}.ms-borderColor-magenta{border-color:#b4009e}.ms-borderColor-magentaLight{border-color:#e3008c}.ms-borderColor-purpleDark{border-color:#32145a}.ms-borderColor-purple{border-color:#5c2d91}.ms-borderColor-purpleLight{border-color:#b4a0ff}.ms-borderColor-blueDark{border-color:#002050}.ms-borderColor-blueMid{border-color:#00188f}.ms-borderColor-blue{border-color:#0078d7}.ms-borderColor-blueLight{border-color:#00bcf2}.ms-borderColor-tealDark{border-color:#004b50}.ms-borderColor-teal{border-color:#008272}.ms-borderColor-tealLight{border-color:#00b294}.ms-borderColor-greenDark{border-color:#004b1c}.ms-borderColor-green{border-color:#107c10}.ms-borderColor-greenLight{border-color:#bad80a}.ms-borderColorTop-themePrimary,.ms-borderColorTop-themePrimary--hover:hover{border-top-color:#0078d7}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff) format("woff");font-weight:600;font-style:normal}.ms-font-su{font-size:42px;font-weight:100}.ms-font-xxl{font-size:28px;font-weight:100}.ms-font-xl-plus{font-size:24px;font-weight:100}.ms-font-xl{font-size:21px;font-weight:100}.ms-font-l{font-size:17px;font-weight:300}.ms-font-m-plus{font-size:15px;font-weight:400}.ms-font-m{font-size:14px;font-weight:400}.ms-font-s-plus{font-size:13px;font-weight:400}.ms-font-s{font-size:12px;font-weight:400}.ms-font-xs{font-size:11px;font-weight:400}.ms-font-mi{font-size:10px;font-weight:600}.ms-fontWeight-light,.ms-fontWeight-light--hover:hover{font-weight:100}.ms-fontWeight-semilight,.ms-fontWeight-semilight--hover:hover{font-weight:300}.ms-fontWeight-regular,.ms-fontWeight-regular--hover:hover{font-weight:400}.ms-fontWeight-semibold,.ms-fontWeight-semibold--hover:hover{font-weight:600}.ms-fontSize-su{font-size:42px}.ms-fontSize-xxl{font-size:28px}.ms-fontSize-xlPlus{font-size:24px}.ms-fontSize-xl{font-size:21px}.ms-fontSize-l{font-size:17px}.ms-fontSize-mPlus{font-size:15px}.ms-fontSize-m{font-size:14px}.ms-fontSize-sPlus{font-size:13px}.ms-fontSize-s{font-size:12px}.ms-fontSize-xs{font-size:11px}.ms-fontSize-mi{font-size:10px}.ms-fontColor-themeDarker,.ms-fontColor-themeDarker--hover:hover{color:#004578}.ms-fontColor-themeDark,.ms-fontColor-themeDark--hover:hover{color:#005a9e}.ms-fontColor-themeDarkAlt,.ms-fontColor-themeDarkAlt--hover:hover{color:#106ebe}.ms-fontColor-themePrimary,.ms-fontColor-themePrimary--hover:hover{color:#0078d7}.ms-fontColor-themeSecondary,.ms-fontColor-themeSecondary--hover:hover{color:#2488d8}.ms-fontColor-themeTertiary,.ms-fontColor-themeTertiary--hover:hover{color:#69afe5}.ms-fontColor-themeLight,.ms-fontColor-themeLight--hover:hover{color:#c7e0f4}.ms-fontColor-themeLighter,.ms-fontColor-themeLighter--hover:hover{color:#deecf9}.ms-fontColor-themeLighterAlt,.ms-fontColor-themeLighterAlt--hover:hover{color:#eff6fc}.ms-fontColor-black,.ms-fontColor-black--hover:hover{color:#000}.ms-fontColor-neutralDark,.ms-fontColor-neutralDark--hover:hover{color:#212121}.ms-fontColor-neutralPrimary,.ms-fontColor-neutralPrimary--hover:hover{color:#333}.ms-fontColor-neutralPrimaryAlt,.ms-fontColor-neutralPrimaryAlt--hover:hover{color:#3c3c3c}.ms-fontColor-neutralSecondary,.ms-fontColor-neutralSecondary--hover:hover{color:#666}.ms-fontColor-neutralSecondaryAlt,.ms-fontColor-neutralSecondaryAlt--hover:hover{color:#767676}.ms-fontColor-neutralTertiary,.ms-fontColor-neutralTertiary--hover:hover{color:#a6a6a6}.ms-fontColor-neutralTertiaryAlt,.ms-fontColor-neutralTertiaryAlt--hover:hover{color:#c8c8c8}.ms-fontColor-neutralLight,.ms-fontColor-neutralLight--hover:hover{color:#eaeaea}.ms-fontColor-neutralLighter,.ms-fontColor-neutralLighter--hover:hover{color:#f4f4f4}.ms-fontColor-neutralLighterAlt,.ms-fontColor-neutralLighterAlt--hover:hover{color:#f8f8f8}.ms-fontColor-white,.ms-fontColor-white--hover:hover{color:#fff}.ms-fontColor-yellow,.ms-fontColor-yellow--hover:hover{color:#ffb900}.ms-fontColor-yellowLight,.ms-fontColor-yellowLight--hover:hover{color:#fff100}.ms-fontColor-orange,.ms-fontColor-orange--hover:hover{color:#d83b01}.ms-fontColor-orangeLight,.ms-fontColor-orangeLight--hover:hover{color:#ea4300}.ms-fontColor-orangeLighter,.ms-fontColor-orangeLighter--hover:hover{color:#ff8c00}.ms-fontColor-redDark,.ms-fontColor-redDark--hover:hover{color:#a80000}.ms-fontColor-red,.ms-fontColor-red--hover:hover{color:#e81123}.ms-fontColor-magentaDark,.ms-fontColor-magentaDark--hover:hover{color:#5c005c}.ms-fontColor-magenta,.ms-fontColor-magenta--hover:hover{color:#b4009e}.ms-fontColor-magentaLight,.ms-fontColor-magentaLight--hover:hover{color:#e3008c}.ms-fontColor-purpleDark,.ms-fontColor-purpleDark--hover:hover{color:#32145a}.ms-fontColor-purple,.ms-fontColor-purple--hover:hover{color:#5c2d91}.ms-fontColor-purpleLight,.ms-fontColor-purpleLight--hover:hover{color:#b4a0ff}.ms-fontColor-blueDark,.ms-fontColor-blueDark--hover:hover{color:#002050}.ms-fontColor-blueMid,.ms-fontColor-blueMid--hover:hover{color:#00188f}.ms-fontColor-blue,.ms-fontColor-blue--hover:hover{color:#0078d7}.ms-fontColor-blueLight,.ms-fontColor-blueLight--hover:hover{color:#00bcf2}.ms-fontColor-tealDark,.ms-fontColor-tealDark--hover:hover{color:#004b50}.ms-fontColor-teal,.ms-fontColor-teal--hover:hover{color:#008272}.ms-fontColor-tealLight,.ms-fontColor-tealLight--hover:hover{color:#00b294}.ms-fontColor-greenDark,.ms-fontColor-greenDark--hover:hover{color:#004b1c}.ms-fontColor-green,.ms-fontColor-green--hover:hover{color:#107c10}.ms-fontColor-greenLight,.ms-fontColor-greenLight--hover:hover{color:#bad80a}.ms-fontColor-info,.ms-fontColor-info--hover:hover{color:#767676}.ms-fontColor-success,.ms-fontColor-success--hover:hover{color:#107c10}.ms-fontColor-alert,.ms-fontColor-alert--hover:hover{color:#d83b01}.ms-fontColor-warning,.ms-fontColor-warning--hover:hover{color:#767676}.ms-fontColor-severeWarning,.ms-fontColor-severeWarning--hover:hover{color:#d83b01}.ms-fontColor-error,.ms-fontColor-error--hover:hover{color:#a80000}.ms-Grid{box-sizing:border-box;*zoom:1;padding:0 8px}.ms-Grid:after,.ms-Grid:before{display:table;content:"";line-height:0}.ms-Grid:after{clear:both}.ms-Grid-row{margin:0 -8px;box-sizing:border-box;*zoom:1}.ms-Grid-row:after,.ms-Grid-row:before{display:table;content:"";line-height:0}.ms-Grid-row:after{clear:both}.ms-Grid-col{position:relative;min-height:1px;padding-right:8px;padding-left:8px;box-sizing:border-box;float:right}.ms-Grid-col .ms-Grid{padding:0}@font-face{font-family:FabricMDL2Icons;src:url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.woff) format("woff"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-2.30.ttf) format("truetype");font-weight:400;font-style:normal}.ms-Icon{display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;speak:none}.ms-Icon--circle{position:relative;display:inline-block;font-size:1rem;width:1em;height:1em;margin:0 0 0 .5em;padding:0;text-align:right}.ms-Icon--circle:after,.ms-Icon--circle:before{line-height:1;font-size:inherit}.ms-Icon--circle:before{display:block;width:100%;height:100%;margin:0;padding:0;vertical-align:top;position:absolute}.ms-Icon--circle:after{content:"\e000";position:absolute;top:0;right:0;transform:scale(2);transform-origin:50% 50%;z-index:0}.ms-Icon--xs{font-size:10px}.ms-Icon--s{font-size:12px}.ms-Icon--m{font-size:16px}.ms-Icon--l{font-size:20px}.ms-Icon--AADLogo:before{content:"\ED68"}.ms-Icon--Accept:before{content:"\E8FB"}.ms-Icon--AccessLogo:before{content:"\ED69"}.ms-Icon--AccessLogoFill:before{content:"\F1DB"}.ms-Icon--Accounts:before{content:"\E910"}.ms-Icon--ActivityFeed:before{content:"\F056"}.ms-Icon--Add:before{content:"\E710"}.ms-Icon--AddEvent:before{content:"\EEB5"}.ms-Icon--AddFavorite:before{content:"\F0C8"}.ms-Icon--AddFavoriteFill:before{content:"\F0C9"}.ms-Icon--AddFriend:before{content:"\E8FA"}.ms-Icon--AddGroup:before{content:"\EE3D"}.ms-Icon--AddOnlineMeeting:before{content:"\ED8E"}.ms-Icon--AddPhone:before{content:"\ED96"}.ms-Icon--AddTo:before{content:"\ECC8"}.ms-Icon--Admin:before{content:"\E7EF"}.ms-Icon--AdminALogo:before{content:"\ED6A"}.ms-Icon--AdminCLogo:before{content:"\ED6B"}.ms-Icon--AdminDLogo:before{content:"\ED6C"}.ms-Icon--AdminELogo:before{content:"\ED6D"}.ms-Icon--AdminLLogo:before{content:"\ED6E"}.ms-Icon--AdminMLogo:before{content:"\ED6F"}.ms-Icon--AdminOLogo:before{content:"\ED70"}.ms-Icon--AdminPLogo:before{content:"\ED71"}.ms-Icon--AdminSLogo:before{content:"\ED72"}.ms-Icon--AdminYLogo:before{content:"\ED73"}.ms-Icon--Airplane:before{content:"\E709"}.ms-Icon--AirplaneSolid:before{content:"\EB4C"}.ms-Icon--AirTickets:before{content:"\EF7A"}.ms-Icon--AlarmClock:before{content:"\E919"}.ms-Icon--Album:before{content:"\E7AB"}.ms-Icon--AlbumRemove:before{content:"\EC62"}.ms-Icon--AlertSolid:before{content:"\F331"}.ms-Icon--AlignCenter:before{content:"\E8E3"}.ms-Icon--AlignLeft:before{content:"\E8E4"}.ms-Icon--AlignRight:before{content:"\E8E2"}.ms-Icon--AnalyticsLogo:before{content:"\F1DE"}.ms-Icon--AnalyticsQuery:before{content:"\F1DF"}.ms-Icon--AnalyticsReport:before{content:"\F1E1"}.ms-Icon--AndroidLogo:before{content:"\EF8B"}.ms-Icon--Annotation:before{content:"\E924"}.ms-Icon--AppIconDefault:before{content:"\ECAA"}.ms-Icon--Archive:before{content:"\F03F"}.ms-Icon--AreaChart:before{content:"\E9D2"}.ms-Icon--Arrivals:before{content:"\EB34"}.ms-Icon--ArrowDownRight8:before{content:"\EED5"}.ms-Icon--ArrowDownRightMirrored8:before{content:"\EEF0"}.ms-Icon--ArrowTallDownLeft:before{content:"\F2BF"}.ms-Icon--ArrowTallDownRight:before{content:"\F2C0"}.ms-Icon--ArrowTallUpLeft:before{content:"\F2BD"}.ms-Icon--ArrowTallUpRight:before{content:"\F2BE"}.ms-Icon--ArrowUpRight8:before{content:"\EED4"}.ms-Icon--ArrowUpRightMirrored8:before{content:"\EEEF"}.ms-Icon--Articles:before{content:"\EAC1"}.ms-Icon--Ascending:before{content:"\EDC0"}.ms-Icon--AssessmentGroup:before{content:"\F31A"}.ms-Icon--AssessmentGroupTemplate:before{content:"\F2B1"}.ms-Icon--AssetLibrary:before{content:"\EEB6"}.ms-Icon--Assign:before{content:"\E9D3"}.ms-Icon--Asterisk:before{content:"\EA38"}.ms-Icon--AsteriskSolid:before{content:"\F34D"}.ms-Icon--ATPLogo:before{content:"\EF85"}.ms-Icon--Attach:before{content:"\E723"}.ms-Icon--AustralianRules:before{content:"\EE70"}.ms-Icon--AutoEnhanceOff:before{content:"\E78E"}.ms-Icon--AutoEnhanceOn:before{content:"\E78D"}.ms-Icon--AutoFillTemplate:before{content:"\F313"}.ms-Icon--AutoRacing:before{content:"\EB24"}.ms-Icon--AwayStatus:before{content:"\EE6A"}.ms-Icon--AzureAPIManagement:before{content:"\F37F"}.ms-Icon--AzureKeyVault:before{content:"\F3B4"}.ms-Icon--AzureLogo:before{content:"\EB6A"}.ms-Icon--AzureServiceEndpoint:before{content:"\F380"}.ms-Icon--Back:before{content:"\E72B"}.ms-Icon--Backlog:before{content:"\F2AC"}.ms-Icon--BackToWindow:before{content:"\E73F"}.ms-Icon--Badge:before{content:"\EC1B"}.ms-Icon--Balloons:before{content:"\ED7E"}.ms-Icon--BankSolid:before{content:"\F34F"}.ms-Icon--BarChart4:before{content:"\EAE7"}.ms-Icon--BarChartHorizontal:before{content:"\E9EB"}.ms-Icon--BarChartVertical:before{content:"\E9EC"}.ms-Icon--Baseball:before{content:"\EB20"}.ms-Icon--BidiLtr:before{content:"\E9AA"}.ms-Icon--BidiRtl:before{content:"\E9AB"}.ms-Icon--BingLogo:before{content:"\EB6B"}.ms-Icon--BlockContact:before{content:"\E8F8"}.ms-Icon--Blocked:before{content:"\E733"}.ms-Icon--Blocked2:before{content:"\ECE4"}.ms-Icon--BlowingSnow:before{content:"\E9C9"}.ms-Icon--Blur:before{content:"\F28E"}.ms-Icon--Boards:before{content:"\EF68"}.ms-Icon--Bold:before{content:"\E8DD"}.ms-Icon--BookingsLogo:before{content:"\EDC7"}.ms-Icon--Bookmarks:before{content:"\E8A4"}.ms-Icon--BookmarksMirrored:before{content:"\EA41"}.ms-Icon--BoxAdditionSolid:before{content:"\F2D4"}.ms-Icon--BoxCheckmarkSolid:before{content:"\F2D7"}.ms-Icon--BoxLogo:before{content:"\ED75"}.ms-Icon--BoxMultiplySolid:before{content:"\F2D5"}.ms-Icon--BoxPlaySolid:before{content:"\F2D6"}.ms-Icon--BoxSubtractSolid:before{content:"\F2D3"}.ms-Icon--BranchCommit:before{content:"\F293"}.ms-Icon--BranchCompare:before{content:"\F294"}.ms-Icon--BranchFork:before{content:"\F173"}.ms-Icon--BranchFork2:before{content:"\F291"}.ms-Icon--BranchLocked:before{content:"\F292"}.ms-Icon--BranchMerge:before{content:"\F295"}.ms-Icon--BranchPullRequest:before{content:"\F296"}.ms-Icon--BranchSearch:before{content:"\F297"}.ms-Icon--BranchShelveset:before{content:"\F298"}.ms-Icon--Breadcrumb:before{content:"\EF8C"}.ms-Icon--Brightness:before{content:"\E706"}.ms-Icon--Broom:before{content:"\EA99"}.ms-Icon--BucketColor:before{content:"\F1B6"}.ms-Icon--BucketColorFill:before{content:"\F1B7"}.ms-Icon--BufferTimeAfter:before{content:"\F0D0"}.ms-Icon--BufferTimeBefore:before{content:"\F0CF"}.ms-Icon--BufferTimeBoth:before{content:"\F0D1"}.ms-Icon--BugSolid:before{content:"\F335"}.ms-Icon--Build:before{content:"\F28F"}.ms-Icon--BuildIssue:before{content:"\F319"}.ms-Icon--BuildQueue:before{content:"\F24F"}.ms-Icon--BuildQueueNew:before{content:"\F250"}.ms-Icon--BulletedList:before{content:"\E8FD"}.ms-Icon--BulletedList2:before{content:"\F2C7"}.ms-Icon--BulletedList2Mirrored:before{content:"\F2C8"}.ms-Icon--BulletedListMirrored:before{content:"\EA42"}.ms-Icon--BusinessHoursSign:before{content:"\F310"}.ms-Icon--BusSolid:before{content:"\EB47"}.ms-Icon--Cafe:before{content:"\EC32"}.ms-Icon--Cake:before{content:"\ECA4"}.ms-Icon--CalculatorAddition:before{content:"\E948"}.ms-Icon--CalculatorEqualTo:before{content:"\E94E"}.ms-Icon--CalculatorMultiply:before{content:"\E947"}.ms-Icon--CalculatorNotEqualTo:before{content:"\F2D2"}.ms-Icon--CalculatorSubtract:before{content:"\E949"}.ms-Icon--Calendar:before{content:"\E787"}.ms-Icon--CalendarAgenda:before{content:"\EE9A"}.ms-Icon--CalendarDay:before{content:"\E8BF"}.ms-Icon--CalendarMirrored:before{content:"\ED28"}.ms-Icon--CalendarReply:before{content:"\E8F5"}.ms-Icon--CalendarWeek:before{content:"\E8C0"}.ms-Icon--CalendarWorkWeek:before{content:"\EF51"}.ms-Icon--CaloriesAdd:before{content:"\F172"}.ms-Icon--Camera:before{content:"\E722"}.ms-Icon--Cancel:before{content:"\E711"}.ms-Icon--CannedChat:before{content:"\F0F2"}.ms-Icon--Car:before{content:"\E804"}.ms-Icon--CaretBottomLeftCenter8:before{content:"\F365"}.ms-Icon--CaretBottomLeftSolid8:before{content:"\F121"}.ms-Icon--CaretBottomRightCenter8:before{content:"\F364"}.ms-Icon--CaretBottomRightSolid8:before{content:"\F122"}.ms-Icon--CaretDown8:before{content:"\EDD8"}.ms-Icon--CaretDownSolid8:before{content:"\EDDC"}.ms-Icon--CaretHollow:before{content:"\E817"}.ms-Icon--CaretHollowMirrored:before{content:"\EA45"}.ms-Icon--CaretLeft8:before{content:"\EDD5"}.ms-Icon--CaretLeftSolid8:before{content:"\EDD9"}.ms-Icon--CaretRight:before{content:"\F06B"}.ms-Icon--CaretRight8:before{content:"\EDD6"}.ms-Icon--CaretRightSolid8:before{content:"\EDDA"}.ms-Icon--CaretSolid:before{content:"\E818"}.ms-Icon--CaretSolid16:before{content:"\EE62"}.ms-Icon--CaretSolidDown:before{content:"\F08E"}.ms-Icon--CaretSolidLeft:before{content:"\F08D"}.ms-Icon--CaretSolidMirrored:before{content:"\EA46"}.ms-Icon--CaretSolidRight:before{content:"\F08F"}.ms-Icon--CaretSolidUp:before{content:"\F090"}.ms-Icon--CaretTopLeftCenter8:before{content:"\F367"}.ms-Icon--CaretTopLeftSolid8:before{content:"\EF54"}.ms-Icon--CaretTopRightCenter8:before{content:"\F366"}.ms-Icon--CaretTopRightSolid8:before{content:"\EF55"}.ms-Icon--CaretUp8:before{content:"\EDD7"}.ms-Icon--CaretUpSolid8:before{content:"\EDDB"}.ms-Icon--Cat:before{content:"\ED7F"}.ms-Icon--CellPhone:before{content:"\E8EA"}.ms-Icon--Certificate:before{content:"\EB95"}.ms-Icon--Chart:before{content:"\E999"}.ms-Icon--Chat:before{content:"\E901"}.ms-Icon--ChatInviteFriend:before{content:"\ECFE"}.ms-Icon--ChatSolid:before{content:"\F344"}.ms-Icon--Checkbox:before{content:"\E739"}.ms-Icon--CheckboxComposite:before{content:"\E73A"}.ms-Icon--CheckboxCompositeReversed:before{content:"\E73D"}.ms-Icon--CheckboxIndeterminate:before{content:"\E73C"}.ms-Icon--CheckList:before{content:"\E9D5"}.ms-Icon--CheckMark:before{content:"\E73E"}.ms-Icon--ChevronDown:before{content:"\E70D"}.ms-Icon--ChevronDownEnd6:before{content:"\F36F"}.ms-Icon--ChevronDownMed:before{content:"\E972"}.ms-Icon--ChevronDownSmall:before{content:"\E96E"}.ms-Icon--ChevronFold10:before{content:"\F36A"}.ms-Icon--ChevronLeft:before{content:"\E76B"}.ms-Icon--ChevronLeftEnd6:before{content:"\F371"}.ms-Icon--ChevronLeftMed:before{content:"\E973"}.ms-Icon--ChevronLeftSmall:before{content:"\E96F"}.ms-Icon--ChevronRight:before{content:"\E76C"}.ms-Icon--ChevronRightEnd6:before{content:"\F372"}.ms-Icon--ChevronRightMed:before{content:"\E974"}.ms-Icon--ChevronRightSmall:before{content:"\E970"}.ms-Icon--ChevronUnfold10:before{content:"\F369"}.ms-Icon--ChevronUp:before{content:"\E70E"}.ms-Icon--ChevronUpEnd6:before{content:"\F370"}.ms-Icon--ChevronUpMed:before{content:"\E971"}.ms-Icon--ChevronUpSmall:before{content:"\E96D"}.ms-Icon--ChromeBack:before{content:"\E830"}.ms-Icon--ChromeBackMirrored:before{content:"\EA47"}.ms-Icon--ChromeClose:before{content:"\E8BB"}.ms-Icon--ChromeMinimize:before{content:"\E921"}.ms-Icon--CircleAddition:before{content:"\F2E3"}.ms-Icon--CircleAdditionSolid:before{content:"\F2E4"}.ms-Icon--CircleFill:before{content:"\EA3B"}.ms-Icon--CircleHalfFull:before{content:"\ED9E"}.ms-Icon--CirclePause:before{content:"\F2D9"}.ms-Icon--CirclePauseSolid:before{content:"\F2D8"}.ms-Icon--CirclePlus:before{content:"\EAEE"}.ms-Icon--CircleRing:before{content:"\EA3A"}.ms-Icon--CircleStop:before{content:"\F2DC"}.ms-Icon--CircleStopSolid:before{content:"\F2DB"}.ms-Icon--CityNext:before{content:"\EC06"}.ms-Icon--ClassNotebookLogoInverse:before{content:"\EDC8"}.ms-Icon--ClassroomLogo:before{content:"\EF75"}.ms-Icon--Clear:before{content:"\E894"}.ms-Icon--ClearFilter:before{content:"\EF8F"}.ms-Icon--ClearFormatting:before{content:"\EDDD"}.ms-Icon--ClearNight:before{content:"\E9C2"}.ms-Icon--Clock:before{content:"\E917"}.ms-Icon--CloneToDesktop:before{content:"\F28C"}.ms-Icon--ClosedCaption:before{content:"\EF84"}.ms-Icon--ClosePane:before{content:"\E89F"}.ms-Icon--ClosePaneMirrored:before{content:"\EA49"}.ms-Icon--Cloud:before{content:"\E753"}.ms-Icon--CloudAdd:before{content:"\ECA9"}.ms-Icon--CloudDownload:before{content:"\EBD3"}.ms-Icon--CloudUpload:before{content:"\EC8E"}.ms-Icon--CloudWeather:before{content:"\E9BE"}.ms-Icon--Cloudy:before{content:"\E9BF"}.ms-Icon--Cocktails:before{content:"\EA9D"}.ms-Icon--Code:before{content:"\E943"}.ms-Icon--Coffee:before{content:"\EAEF"}.ms-Icon--CoffeeScript:before{content:"\F2FA"}.ms-Icon--CollapseContent:before{content:"\F165"}.ms-Icon--CollapseContentSingle:before{content:"\F166"}.ms-Icon--CollapseMenu:before{content:"\EF66"}.ms-Icon--CollegeFootball:before{content:"\EB26"}.ms-Icon--CollegeHoops:before{content:"\EB25"}.ms-Icon--Color:before{content:"\E790"}.ms-Icon--ColorSolid:before{content:"\F354"}.ms-Icon--ColumnLeftTwoThirds:before{content:"\F1D6"}.ms-Icon--ColumnLeftTwoThirdsEdit:before{content:"\F324"}.ms-Icon--ColumnOptions:before{content:"\F317"}.ms-Icon--ColumnRightTwoThirds:before{content:"\F1D7"}.ms-Icon--ColumnRightTwoThirdsEdit:before{content:"\F325"}.ms-Icon--Combine:before{content:"\EDBB"}.ms-Icon--CommandPrompt:before{content:"\E756"}.ms-Icon--Comment:before{content:"\E90A"}.ms-Icon--CommentAdd:before{content:"\F2B3"}.ms-Icon--CommentNext:before{content:"\F2B4"}.ms-Icon--CommentPrevious:before{content:"\F2B5"}.ms-Icon--CommentUrgent:before{content:"\F307"}.ms-Icon--Communications:before{content:"\E95A"}.ms-Icon--CompassNW:before{content:"\E942"}.ms-Icon--Completed:before{content:"\E930"}.ms-Icon--CompletedSolid:before{content:"\EC61"}.ms-Icon--ConfigurationSolid:before{content:"\F334"}.ms-Icon--ConstructionCone:before{content:"\E98F"}.ms-Icon--ConstructionConeSolid:before{content:"\F339"}.ms-Icon--Contact:before{content:"\E77B"}.ms-Icon--ContactCard:before{content:"\EEBD"}.ms-Icon--ContactInfo:before{content:"\E779"}.ms-Icon--Contrast:before{content:"\E7A1"}.ms-Icon--Copy:before{content:"\E8C8"}.ms-Icon--Cotton:before{content:"\EAF3"}.ms-Icon--CPlusPlus:before{content:"\F2F4"}.ms-Icon--CPlusPlusLanguage:before{content:"\F2F3"}.ms-Icon--Cricket:before{content:"\EB1E"}.ms-Icon--CRMReport:before{content:"\EFFE"}.ms-Icon--CrownSolid:before{content:"\F336"}.ms-Icon--CSharp:before{content:"\F2F0"}.ms-Icon--CSharpLanguage:before{content:"\F2EF"}.ms-Icon--CSS:before{content:"\EBEF"}.ms-Icon--CustomList:before{content:"\EEBE"}.ms-Icon--CustomListMirrored:before{content:"\EEBF"}.ms-Icon--Cut:before{content:"\E8C6"}.ms-Icon--Cycling:before{content:"\EAC7"}.ms-Icon--Database:before{content:"\EFC7"}.ms-Icon--DataConnectionLibrary:before{content:"\EEB7"}.ms-Icon--DateTime:before{content:"\EC92"}.ms-Icon--DateTime2:before{content:"\EA17"}.ms-Icon--DateTimeMirrored:before{content:"\EE93"}.ms-Icon--DecisionSolid:before{content:"\F350"}.ms-Icon--DecreaseIndentLegacy:before{content:"\E290"}.ms-Icon--Delete:before{content:"\E74D"}.ms-Icon--DelveAnalytics:before{content:"\EEEE"}.ms-Icon--DelveAnalyticsLogo:before{content:"\EDCA"}.ms-Icon--DelveLogo:before{content:"\F280"}.ms-Icon--DelveLogoFill:before{content:"\F281"}.ms-Icon--DelveLogoInverse:before{content:"\ED76"}.ms-Icon--Deploy:before{content:"\F29D"}.ms-Icon--Descending:before{content:"\EDC1"}.ms-Icon--Design:before{content:"\EB3C"}.ms-Icon--DeveloperTools:before{content:"\EC7A"}.ms-Icon--Devices3:before{content:"\EA6C"}.ms-Icon--Devices4:before{content:"\EB66"}.ms-Icon--Dialpad:before{content:"\E75F"}.ms-Icon--DiamondSolid:before{content:"\F34C"}.ms-Icon--Dictionary:before{content:"\E82D"}.ms-Icon--DietPlanNotebook:before{content:"\EAC8"}.ms-Icon--DiffInline:before{content:"\F309"}.ms-Icon--DiffSideBySide:before{content:"\F30A"}.ms-Icon--DisableUpdates:before{content:"\E8D8"}.ms-Icon--Dislike:before{content:"\E8E0"}.ms-Icon--DockLeft:before{content:"\E90C"}.ms-Icon--DockLeftMirrored:before{content:"\EA4C"}.ms-Icon--DockRight:before{content:"\E90D"}.ms-Icon--DocLibrary:before{content:"\EEB8"}.ms-Icon--DocsLogoInverse:before{content:"\EDCB"}.ms-Icon--Document:before{content:"\E8A5"}.ms-Icon--Documentation:before{content:"\EC17"}.ms-Icon--DocumentManagement:before{content:"\EFFC"}.ms-Icon--DocumentReply:before{content:"\EF57"}.ms-Icon--DocumentSearch:before{content:"\EF6C"}.ms-Icon--DocumentSet:before{content:"\EED6"}.ms-Icon--DonutChart:before{content:"\F368"}.ms-Icon--Door:before{content:"\EB75"}.ms-Icon--DoubleBookmark:before{content:"\EB8F"}.ms-Icon--DoubleChevronDown:before{content:"\EE04"}.ms-Icon--DoubleChevronDown12:before{content:"\EE97"}.ms-Icon--DoubleChevronDown8:before{content:"\F36B"}.ms-Icon--DoubleChevronLeft:before{content:"\EDBE"}.ms-Icon--DoubleChevronLeft12:before{content:"\EE98"}.ms-Icon--DoubleChevronLeft8:before{content:"\F36D"}.ms-Icon--DoubleChevronLeftMed:before{content:"\E991"}.ms-Icon--DoubleChevronLeftMedMirrored:before{content:"\EA4D"}.ms-Icon--DoubleChevronRight:before{content:"\EDBF"}.ms-Icon--DoubleChevronRight12:before{content:"\EE99"}.ms-Icon--DoubleChevronRight8:before{content:"\F36E"}.ms-Icon--DoubleChevronUp:before{content:"\EDBD"}.ms-Icon--DoubleChevronUp12:before{content:"\EE96"}.ms-Icon--DoubleChevronUp8:before{content:"\F36C"}.ms-Icon--DoubleColumn:before{content:"\F1D4"}.ms-Icon--DoubleColumnEdit:before{content:"\F322"}.ms-Icon--Down:before{content:"\E74B"}.ms-Icon--Download:before{content:"\E896"}.ms-Icon--DRM:before{content:"\ECA8"}.ms-Icon--Drop:before{content:"\EB42"}.ms-Icon--DropboxLogo:before{content:"\ED77"}.ms-Icon--Dropdown:before{content:"\EDC5"}.ms-Icon--Duststorm:before{content:"\E9CD"}.ms-Icon--Dynamics365Logo:before{content:"\EDCC"}.ms-Icon--DynamicSMBLogo:before{content:"\EDCD"}.ms-Icon--EatDrink:before{content:"\E807"}.ms-Icon--EdgeLogo:before{content:"\EC60"}.ms-Icon--Edit:before{content:"\E70F"}.ms-Icon--EditMail:before{content:"\EF61"}.ms-Icon--EditMirrored:before{content:"\EB7E"}.ms-Icon--EditNote:before{content:"\ED9D"}.ms-Icon--EditPhoto:before{content:"\EF77"}.ms-Icon--EditStyle:before{content:"\EF60"}.ms-Icon--EgnyteLogo:before{content:"\F373"}.ms-Icon--Embed:before{content:"\ECCE"}.ms-Icon--EMI:before{content:"\E731"}.ms-Icon--Emoji:before{content:"\E899"}.ms-Icon--Emoji2:before{content:"\E76E"}.ms-Icon--EmojiDisappointed:before{content:"\EA88"}.ms-Icon--EmojiNeutral:before{content:"\EA87"}.ms-Icon--EmptyRecycleBin:before{content:"\EF88"}.ms-Icon--EngineeringGroup:before{content:"\F362"}.ms-Icon--Equalizer:before{content:"\E9E9"}.ms-Icon--EraseTool:before{content:"\E75C"}.ms-Icon--Error:before{content:"\E783"}.ms-Icon--ErrorBadge:before{content:"\EA39"}.ms-Icon--Event:before{content:"\ECA3"}.ms-Icon--EventDate:before{content:"\F059"}.ms-Icon--EventInfo:before{content:"\ED8B"}.ms-Icon--ExcelDocument:before{content:"\EF73"}.ms-Icon--ExcelLogo:before{content:"\F1E5"}.ms-Icon--ExcelLogo16:before{content:"\F397"}.ms-Icon--ExcelLogoFill:before{content:"\F1E6"}.ms-Icon--ExcelLogoFill16:before{content:"\F398"}.ms-Icon--ExcelLogoInverse:before{content:"\EC28"}.ms-Icon--ExcelLogoInverse16:before{content:"\F396"}.ms-Icon--ExchangeLogo:before{content:"\F284"}.ms-Icon--ExchangeLogoFill:before{content:"\F285"}.ms-Icon--ExchangeLogoInverse:before{content:"\ED78"}.ms-Icon--ExpandMenu:before{content:"\EF67"}.ms-Icon--ExploreContent:before{content:"\ECCD"}.ms-Icon--ExploreContentSingle:before{content:"\F164"}.ms-Icon--Export:before{content:"\EDE1"}.ms-Icon--ExportMirrored:before{content:"\EDE2"}.ms-Icon--FabricAssetLibrary:before{content:"\F09C"}.ms-Icon--FabricDataConnectionLibrary:before{content:"\F09D"}.ms-Icon--FabricDocLibrary:before{content:"\F09E"}.ms-Icon--FabricFolder:before{content:"\F0A9"}.ms-Icon--FabricFolderFill:before{content:"\F0AA"}.ms-Icon--FabricFolderSearch:before{content:"\F0A4"}.ms-Icon--FabricFormLibrary:before{content:"\F09F"}.ms-Icon--FabricFormLibraryMirrored:before{content:"\F0A0"}.ms-Icon--FabricMovetoFolder:before{content:"\F0A5"}.ms-Icon--FabricNewFolder:before{content:"\F0AB"}.ms-Icon--FabricOpenFolderHorizontal:before{content:"\F0A8"}.ms-Icon--FabricPictureLibrary:before{content:"\F0AC"}.ms-Icon--FabricPublicFolder:before{content:"\F0A3"}.ms-Icon--FabricReportLibrary:before{content:"\F0A1"}.ms-Icon--FabricReportLibraryMirrored:before{content:"\F0A2"}.ms-Icon--FabricSyncFolder:before{content:"\F0A7"}.ms-Icon--FabricUnsyncFolder:before{content:"\F0A6"}.ms-Icon--FacebookLogo:before{content:"\ECB3"}.ms-Icon--Family:before{content:"\EBDA"}.ms-Icon--FangBody:before{content:"\ECEB"}.ms-Icon--FastForward:before{content:"\EB9D"}.ms-Icon--Favicon:before{content:"\E737"}.ms-Icon--FavoriteList:before{content:"\E728"}.ms-Icon--FavoriteStar:before{content:"\E734"}.ms-Icon--FavoriteStarFill:before{content:"\E735"}.ms-Icon--Fax:before{content:"\EF5C"}.ms-Icon--Feedback:before{content:"\ED15"}.ms-Icon--FeedbackRequestMirroredSolid:before{content:"\F35A"}.ms-Icon--FeedbackRequestSolid:before{content:"\F359"}.ms-Icon--FeedbackResponseSolid:before{content:"\F35B"}.ms-Icon--Ferry:before{content:"\E7E3"}.ms-Icon--FerrySolid:before{content:"\EB48"}.ms-Icon--FieldChanged:before{content:"\F2C3"}.ms-Icon--FieldEmpty:before{content:"\F2C1"}.ms-Icon--FieldFilled:before{content:"\F2C2"}.ms-Icon--FieldNotChanged:before{content:"\F2C4"}.ms-Icon--FileASPX:before{content:"\F2E9"}.ms-Icon--FileBug:before{content:"\F30D"}.ms-Icon--FileCode:before{content:"\F30E"}.ms-Icon--FileComment:before{content:"\F30F"}.ms-Icon--FileCSS:before{content:"\F2EA"}.ms-Icon--FileHTML:before{content:"\F2ED"}.ms-Icon--FileImage:before{content:"\F311"}.ms-Icon--FileJAVA:before{content:"\F2E8"}.ms-Icon--FileLess:before{content:"\F2EC"}.ms-Icon--FilePDB:before{content:"\F2E5"}.ms-Icon--FileSass:before{content:"\F2EB"}.ms-Icon--FileSQL:before{content:"\F2E7"}.ms-Icon--FileSymlink:before{content:"\F312"}.ms-Icon--FileTemplate:before{content:"\F2E6"}.ms-Icon--FileTypeSolution:before{content:"\F387"}.ms-Icon--Filter:before{content:"\E71C"}.ms-Icon--Filters:before{content:"\E795"}.ms-Icon--FiltersSolid:before{content:"\F353"}.ms-Icon--Financial:before{content:"\E7BB"}.ms-Icon--FinancialMirroredSolid:before{content:"\F347"}.ms-Icon--FinancialSolid:before{content:"\F346"}.ms-Icon--Fingerprint:before{content:"\E928"}.ms-Icon--FiveTileGrid:before{content:"\F274"}.ms-Icon--Flag:before{content:"\E7C1"}.ms-Icon--FlameSolid:before{content:"\F1F3"}.ms-Icon--FlickDown:before{content:"\E935"}.ms-Icon--FlickLeft:before{content:"\E937"}.ms-Icon--FlickRight:before{content:"\E938"}.ms-Icon--FlickUp:before{content:"\E936"}.ms-Icon--Flow:before{content:"\EF90"}.ms-Icon--FocalPoint:before{content:"\F277"}.ms-Icon--Fog:before{content:"\E9CB"}.ms-Icon--Folder:before{content:"\E8B7"}.ms-Icon--FolderFill:before{content:"\E8D5"}.ms-Icon--FolderHorizontal:before{content:"\F12B"}.ms-Icon--FolderList:before{content:"\F2CE"}.ms-Icon--FolderListMirrored:before{content:"\F2CF"}.ms-Icon--FolderOpen:before{content:"\E838"}.ms-Icon--FolderQuery:before{content:"\F2CD"}.ms-Icon--FolderSearch:before{content:"\EF65"}.ms-Icon--Font:before{content:"\E8D2"}.ms-Icon--FontColor:before{content:"\E8D3"}.ms-Icon--FontDecrease:before{content:"\E8E7"}.ms-Icon--FontIncrease:before{content:"\E8E8"}.ms-Icon--FontSize:before{content:"\E8E9"}.ms-Icon--FormLibrary:before{content:"\EEB9"}.ms-Icon--FormLibraryMirrored:before{content:"\EEBA"}.ms-Icon--Forward:before{content:"\E72A"}.ms-Icon--ForwardEvent:before{content:"\ED8C"}.ms-Icon--Freezing:before{content:"\E9EF"}.ms-Icon--Frigid:before{content:"\E9CA"}.ms-Icon--FSharp:before{content:"\F2F6"}.ms-Icon--FSharpLanguage:before{content:"\F2F5"}.ms-Icon--FullCircleMask:before{content:"\E91F"}.ms-Icon--FullHistory:before{content:"\F31C"}.ms-Icon--FullScreen:before{content:"\E740"}.ms-Icon--FullWidth:before{content:"\F2FE"}.ms-Icon--FullWidthEdit:before{content:"\F2FF"}.ms-Icon--Generate:before{content:"\E9DA"}.ms-Icon--Giftbox:before{content:"\EC1F"}.ms-Icon--GiftboxOpen:before{content:"\F133"}.ms-Icon--GiftBoxSolid:before{content:"\F341"}.ms-Icon--GiftCard:before{content:"\EB8E"}.ms-Icon--GitGraph:before{content:"\F2CA"}.ms-Icon--Glasses:before{content:"\EA16"}.ms-Icon--Glimmer:before{content:"\ECF4"}.ms-Icon--GlobalNavButton:before{content:"\E700"}.ms-Icon--Globe:before{content:"\E774"}.ms-Icon--GlobeFavorite:before{content:"\EF53"}.ms-Icon--Golf:before{content:"\EB1F"}.ms-Icon--GoogleDriveLogo:before{content:"\EE0B"}.ms-Icon--GoogleDriveLogoBottomBlue:before{content:"\F375"}.ms-Icon--GoogleDriveLogoLeftGreen:before{content:"\F374"}.ms-Icon--GoogleDriveLogoRightYellow:before{content:"\F376"}.ms-Icon--GotoToday:before{content:"\E8D1"}.ms-Icon--GripperBarVertical:before{content:"\E784"}.ms-Icon--GripperTool:before{content:"\E75E"}.ms-Icon--Group:before{content:"\E902"}.ms-Icon--GroupedAscending:before{content:"\EE67"}.ms-Icon--GroupedDescending:before{content:"\EE66"}.ms-Icon--GroupedList:before{content:"\EF74"}.ms-Icon--HailDay:before{content:"\EA00"}.ms-Icon--HailNight:before{content:"\EA13"}.ms-Icon--HalfAlpha:before{content:"\E97E"}.ms-Icon--Handwriting:before{content:"\E929"}.ms-Icon--HardDriveGroup:before{content:"\F18F"}.ms-Icon--Header1:before{content:"\EA19"}.ms-Icon--Header2:before{content:"\EF36"}.ms-Icon--Header3:before{content:"\EF37"}.ms-Icon--Header4:before{content:"\EF38"}.ms-Icon--Headset:before{content:"\E95B"}.ms-Icon--HeadsetSolid:before{content:"\F348"}.ms-Icon--Health:before{content:"\E95E"}.ms-Icon--HealthSolid:before{content:"\F33F"}.ms-Icon--Heart:before{content:"\EB51"}.ms-Icon--HeartFill:before{content:"\EB52"}.ms-Icon--Help:before{content:"\E897"}.ms-Icon--HelpMirrored:before{content:"\EA51"}.ms-Icon--Hide:before{content:"\ED1A"}.ms-Icon--Hide2:before{content:"\EF89"}.ms-Icon--Highlight:before{content:"\E7E6"}.ms-Icon--HighlightMappedShapes:before{content:"\F2A1"}.ms-Icon--History:before{content:"\E81C"}.ms-Icon--Home:before{content:"\E80F"}.ms-Icon--HomeSolid:before{content:"\EA8A"}.ms-Icon--Hospital:before{content:"\E91D"}.ms-Icon--Hotel:before{content:"\E824"}.ms-Icon--IconSetsFlag:before{content:"\F2A4"}.ms-Icon--ImageCrosshair:before{content:"\F2C9"}.ms-Icon--ImageDiff:before{content:"\F30B"}.ms-Icon--ImagePixel:before{content:"\F30C"}.ms-Icon--Import:before{content:"\E8B5"}.ms-Icon--Important:before{content:"\E8C9"}.ms-Icon--ImportMirrored:before{content:"\EA52"}.ms-Icon--InboxCheck:before{content:"\EF64"}.ms-Icon--IncidentTriangle:before{content:"\E814"}.ms-Icon--IncreaseIndentLegacy:before{content:"\E291"}.ms-Icon--Info:before{content:"\E946"}.ms-Icon--Info2:before{content:"\EA1F"}.ms-Icon--InfoSolid:before{content:"\F167"}.ms-Icon--InsertTextBox:before{content:"\EC7D"}.ms-Icon--InstallToDrive:before{content:"\F28D"}.ms-Icon--InternetSharing:before{content:"\E704"}.ms-Icon--iOSAppStoreLogo:before{content:"\EF8A"}.ms-Icon--IssueTracking:before{content:"\EEC0"}.ms-Icon--IssueTrackingMirrored:before{content:"\EEC1"}.ms-Icon--Italic:before{content:"\E8DB"}.ms-Icon--JavaScriptLanguage:before{content:"\F2EE"}.ms-Icon--JoinOnlineMeeting:before{content:"\ED8F"}.ms-Icon--JS:before{content:"\EBF0"}.ms-Icon--Label:before{content:"\E932"}.ms-Icon--LandscapeOrientation:before{content:"\EF6B"}.ms-Icon--LaptopSelected:before{content:"\EC76"}.ms-Icon--LargeGrid:before{content:"\EECB"}.ms-Icon--Library:before{content:"\E8F1"}.ms-Icon--Lifesaver:before{content:"\EF62"}.ms-Icon--LifesaverLock:before{content:"\EF63"}.ms-Icon--Light:before{content:"\E793"}.ms-Icon--Lightbulb:before{content:"\EA80"}.ms-Icon--LightningBolt:before{content:"\E945"}.ms-Icon--Like:before{content:"\E8E1"}.ms-Icon--LineChart:before{content:"\E9E6"}.ms-Icon--Link:before{content:"\E71B"}.ms-Icon--LinkedInLogo:before{content:"\F20A"}.ms-Icon--List:before{content:"\EA37"}.ms-Icon--ListMirrored:before{content:"\EA55"}.ms-Icon--LocaleLanguage:before{content:"\F2B7"}.ms-Icon--Location:before{content:"\E81D"}.ms-Icon--LocationCircle:before{content:"\E80E"}.ms-Icon--LocationDot:before{content:"\E827"}.ms-Icon--LocationFill:before{content:"\E920"}.ms-Icon--LocationOutline:before{content:"\F2D0"}.ms-Icon--Lock:before{content:"\E72E"}.ms-Icon--LockSolid:before{content:"\E9A2"}.ms-Icon--LogRemove:before{content:"\F316"}.ms-Icon--LowerBrightness:before{content:"\EC8A"}.ms-Icon--LyncLogo:before{content:"\ED79"}.ms-Icon--Mail:before{content:"\E715"}.ms-Icon--MailAlert:before{content:"\ED80"}.ms-Icon--MailCheck:before{content:"\ED81"}.ms-Icon--MailFill:before{content:"\E8A8"}.ms-Icon--MailForward:before{content:"\E89C"}.ms-Icon--MailForwardMirrored:before{content:"\EA56"}.ms-Icon--MailLowImportance:before{content:"\ED82"}.ms-Icon--MailPause:before{content:"\ED83"}.ms-Icon--MailRepeat:before{content:"\ED84"}.ms-Icon--MailReply:before{content:"\E8CA"}.ms-Icon--MailReplyAll:before{content:"\E8C2"}.ms-Icon--MailReplyAllMirrored:before{content:"\EA58"}.ms-Icon--MailReplyMirrored:before{content:"\EA57"}.ms-Icon--MailSolid:before{content:"\F343"}.ms-Icon--MapDirections:before{content:"\E816"}.ms-Icon--MapPin:before{content:"\E707"}.ms-Icon--MarkDownLanguage:before{content:"\F2FB"}.ms-Icon--Market:before{content:"\EAFC"}.ms-Icon--MarketDown:before{content:"\EF42"}.ms-Icon--Medical:before{content:"\EAD4"}.ms-Icon--Megaphone:before{content:"\E789"}.ms-Icon--MegaphoneSolid:before{content:"\F332"}.ms-Icon--Memo:before{content:"\E77C"}.ms-Icon--Merge:before{content:"\E7D5"}.ms-Icon--MergeDuplicate:before{content:"\F29A"}.ms-Icon--Message:before{content:"\E8BD"}.ms-Icon--MessageFill:before{content:"\EC70"}.ms-Icon--Microphone:before{content:"\E720"}.ms-Icon--MicrosoftStaffhubLogo:before{content:"\F130"}.ms-Icon--MiniLink:before{content:"\E732"}.ms-Icon--MobileSelected:before{content:"\EC75"}.ms-Icon--Money:before{content:"\EAFD"}.ms-Icon--More:before{content:"\E712"}.ms-Icon--MoreSports:before{content:"\EB22"}.ms-Icon--MoreVertical:before{content:"\F2BC"}.ms-Icon--Move:before{content:"\E7C2"}.ms-Icon--MoveToFolder:before{content:"\E8DE"}.ms-Icon--MSNLogo:before{content:"\EB6C"}.ms-Icon--MSNVideos:before{content:"\EB1C"}.ms-Icon--MSNVideosSolid:before{content:"\F2DA"}.ms-Icon--MultiSelect:before{content:"\E762"}.ms-Icon--MultiSelectMirrored:before{content:"\EA98"}.ms-Icon--MusicInCollection:before{content:"\E940"}.ms-Icon--MusicInCollectionFill:before{content:"\EA36"}.ms-Icon--MusicNote:before{content:"\EC4F"}.ms-Icon--Nav2DMapView:before{content:"\E800"}.ms-Icon--NavigateBack:before{content:"\F2DD"}.ms-Icon--NavigateBackMirrored:before{content:"\F2DE"}.ms-Icon--NavigateExternalInline:before{content:"\F35F"}.ms-Icon--NavigateForward:before{content:"\F2DF"}.ms-Icon--NavigateForwardMirrored:before{content:"\F2E0"}.ms-Icon--NetworkTower:before{content:"\EC05"}.ms-Icon--NewAnalyticsQuery:before{content:"\F1E0"}.ms-Icon--NewFolder:before{content:"\E8F4"}.ms-Icon--News:before{content:"\E900"}.ms-Icon--NewTeamProject:before{content:"\F2B2"}.ms-Icon--Next:before{content:"\E893"}.ms-Icon--NoteForward:before{content:"\ED99"}.ms-Icon--NotePinned:before{content:"\ED9A"}.ms-Icon--NoteReply:before{content:"\ED98"}.ms-Icon--NumberedList:before{content:"\EA1C"}.ms-Icon--NumberField:before{content:"\EDC4"}.ms-Icon--OfficeAddinsLogo:before{content:"\EEC7"}.ms-Icon--OfficeAssistantLogo:before{content:"\EDCE"}.ms-Icon--OfficeFormLogo:before{content:"\EF86"}.ms-Icon--OfficeLogo:before{content:"\EB6E"}.ms-Icon--OfficeStoreLogo:before{content:"\EDCF"}.ms-Icon--OfficeVideoLogo:before{content:"\F282"}.ms-Icon--OfficeVideoLogoFill:before{content:"\F283"}.ms-Icon--OfficeVideoLogoInverse:before{content:"\ED7A"}.ms-Icon--OfflineOneDriveParachute:before{content:"\EEC8"}.ms-Icon--OfflineOneDriveParachuteDisabled:before{content:"\EEC9"}.ms-Icon--OfflineStorageSolid:before{content:"\F34E"}.ms-Icon--OneDrive:before{content:"\E941"}.ms-Icon--OneDriveAdd:before{content:"\EF32"}.ms-Icon--OneNoteEduLogoInverse:before{content:"\EDD0"}.ms-Icon--OneNoteLogo:before{content:"\F1E7"}.ms-Icon--OneNoteLogo16:before{content:"\F39A"}.ms-Icon--OneNoteLogoFill:before{content:"\F1E8"}.ms-Icon--OneNoteLogoFill16:before{content:"\F39B"}.ms-Icon--OneNoteLogoInverse:before{content:"\EC0D"}.ms-Icon--OneNoteLogoInverse16:before{content:"\F399"}.ms-Icon--OpenFile:before{content:"\E8E5"}.ms-Icon--OpenFolderHorizontal:before{content:"\ED25"}.ms-Icon--OpenInNewWindow:before{content:"\E8A7"}.ms-Icon--OpenPane:before{content:"\E8A0"}.ms-Icon--OpenPaneMirrored:before{content:"\EA5B"}.ms-Icon--OpenSource:before{content:"\EBC2"}.ms-Icon--Org:before{content:"\ECA6"}.ms-Icon--OutlookLogo:before{content:"\F1E9"}.ms-Icon--OutlookLogo16:before{content:"\F39D"}.ms-Icon--OutlookLogoFill:before{content:"\F1EA"}.ms-Icon--OutlookLogoFill16:before{content:"\F39E"}.ms-Icon--OutlookLogoInverse:before{content:"\EB6D"}.ms-Icon--OutlookLogoInverse16:before{content:"\F39C"}.ms-Icon--OutOfOffice:before{content:"\ED34"}.ms-Icon--Package:before{content:"\E7B8"}.ms-Icon--Packages:before{content:"\F318"}.ms-Icon--Page:before{content:"\E7C3"}.ms-Icon--PageAdd:before{content:"\EA1A"}.ms-Icon--PageCheckedin:before{content:"\F104"}.ms-Icon--PageCheckedOut:before{content:"\F02C"}.ms-Icon--PageEdit:before{content:"\EFB6"}.ms-Icon--PageLeft:before{content:"\E760"}.ms-Icon--PageListMirroredSolid:before{content:"\F33B"}.ms-Icon--PageListSolid:before{content:"\F33A"}.ms-Icon--PageRight:before{content:"\E761"}.ms-Icon--PageSolid:before{content:"\E729"}.ms-Icon--PanoIndicator:before{content:"\E7B0"}.ms-Icon--Parachute:before{content:"\F351"}.ms-Icon--ParachuteSolid:before{content:"\F352"}.ms-Icon--Parameter:before{content:"\F306"}.ms-Icon--ParatureLogo:before{content:"\ED7B"}.ms-Icon--ParkingLocation:before{content:"\E811"}.ms-Icon--ParkingLocationMirrored:before{content:"\EA5E"}.ms-Icon--ParkingMirroredSolid:before{content:"\F34B"}.ms-Icon--ParkingSolid:before{content:"\F34A"}.ms-Icon--PartlyCloudyDay:before{content:"\E9C0"}.ms-Icon--PartlyCloudyNight:before{content:"\E9C1"}.ms-Icon--PartyLeader:before{content:"\ECA7"}.ms-Icon--Paste:before{content:"\E77F"}.ms-Icon--Pause:before{content:"\E769"}.ms-Icon--PaymentCard:before{content:"\E8C7"}.ms-Icon--PC1:before{content:"\E977"}.ms-Icon--PDF:before{content:"\EA90"}.ms-Icon--PencilReply:before{content:"\EF7B"}.ms-Icon--People:before{content:"\E716"}.ms-Icon--PeopleAdd:before{content:"\EA15"}.ms-Icon--PeopleAlert:before{content:"\ED93"}.ms-Icon--PeopleBlock:before{content:"\ED91"}.ms-Icon--PeoplePause:before{content:"\ED94"}.ms-Icon--PeopleRepeat:before{content:"\ED92"}.ms-Icon--Permissions:before{content:"\E8D7"}.ms-Icon--PermissionsSolid:before{content:"\F349"}.ms-Icon--Personalize:before{content:"\E771"}.ms-Icon--Phone:before{content:"\E717"}.ms-Icon--Photo2:before{content:"\EB9F"}.ms-Icon--Photo2Add:before{content:"\ECAB"}.ms-Icon--Photo2Remove:before{content:"\ECAC"}.ms-Icon--PhotoCollection:before{content:"\E7AA"}.ms-Icon--Picture:before{content:"\E8B9"}.ms-Icon--PictureLibrary:before{content:"\EEC2"}.ms-Icon--PieDouble:before{content:"\EB04"}.ms-Icon--PieSingle:before{content:"\EB05"}.ms-Icon--Pill:before{content:"\EACB"}.ms-Icon--Pin:before{content:"\E718"}.ms-Icon--Pinned:before{content:"\E840"}.ms-Icon--PinnedFill:before{content:"\E842"}.ms-Icon--PivotChart:before{content:"\F24C"}.ms-Icon--PlannerLogo:before{content:"\EDD1"}.ms-Icon--PlanView:before{content:"\F360"}.ms-Icon--Play:before{content:"\E768"}.ms-Icon--PlayerSettings:before{content:"\EF58"}.ms-Icon--PlayResume:before{content:"\F2C6"}.ms-Icon--Plug:before{content:"\F300"}.ms-Icon--PlugConnected:before{content:"\F302"}.ms-Icon--PlugDisconnected:before{content:"\F303"}.ms-Icon--PlugSolid:before{content:"\F301"}.ms-Icon--POI:before{content:"\ECAF"}.ms-Icon--POISolid:before{content:"\F2D1"}.ms-Icon--PostUpdate:before{content:"\E8F3"}.ms-Icon--PowerApps:before{content:"\EDD2"}.ms-Icon--PowerApps2Logo:before{content:"\F092"}.ms-Icon--PowerAppsLogo:before{content:"\F091"}.ms-Icon--PowerBILogo:before{content:"\EA1E"}.ms-Icon--PowerPointDocument:before{content:"\EF72"}.ms-Icon--PowerPointLogo:before{content:"\F1EB"}.ms-Icon--PowerPointLogo16:before{content:"\F394"}.ms-Icon--PowerPointLogoFill:before{content:"\F1EC"}.ms-Icon--PowerPointLogoFill16:before{content:"\F395"}.ms-Icon--PowerPointLogoInverse:before{content:"\EC2A"}.ms-Icon--PowerPointLogoInverse16:before{content:"\F393"}.ms-Icon--Precipitation:before{content:"\E9CF"}.ms-Icon--PresenceChickletVideo:before{content:"\E979"}.ms-Icon--Preview:before{content:"\E8FF"}.ms-Icon--PreviewLink:before{content:"\E8A1"}.ms-Icon--Previous:before{content:"\E892"}.ms-Icon--Print:before{content:"\E749"}.ms-Icon--PrintfaxPrinterFile:before{content:"\E956"}.ms-Icon--Processing:before{content:"\E9F5"}.ms-Icon--ProcessMetaTask:before{content:"\F290"}.ms-Icon--Product:before{content:"\ECDC"}.ms-Icon--ProFootball:before{content:"\EB27"}.ms-Icon--ProgressLoopInner:before{content:"\ECDE"}.ms-Icon--ProgressLoopOuter:before{content:"\ECDF"}.ms-Icon--ProgressRingDots:before{content:"\F16A"}.ms-Icon--ProHockey:before{content:"\EB28"}.ms-Icon--ProjectCollection:before{content:"\F363"}.ms-Icon--ProjectLogoInverse:before{content:"\EDD4"}.ms-Icon--ProtectedDocument:before{content:"\E8A6"}.ms-Icon--ProtectRestrict:before{content:"\F22A"}.ms-Icon--PublicCalendar:before{content:"\EF6D"}.ms-Icon--PublicContactCard:before{content:"\EF6E"}.ms-Icon--PublicEmail:before{content:"\EF6F"}.ms-Icon--PublicFolder:before{content:"\EF70"}.ms-Icon--PublisherLogo:before{content:"\F1ED"}.ms-Icon--PublisherLogo16:before{content:"\F3A0"}.ms-Icon--PublisherLogoFill:before{content:"\F1EE"}.ms-Icon--PublisherLogoFill16:before{content:"\F3A1"}.ms-Icon--PublisherLogoInverse16:before{content:"\F39F"}.ms-Icon--Puzzle:before{content:"\EA86"}.ms-Icon--PY:before{content:"\F2F9"}.ms-Icon--PythonLanguage:before{content:"\F2F8"}.ms-Icon--QueryList:before{content:"\F2B8"}.ms-Icon--Questionnaire:before{content:"\EE19"}.ms-Icon--QuestionnaireMirrored:before{content:"\EE4B"}.ms-Icon--QuickNote:before{content:"\E70B"}.ms-Icon--QuickNoteSolid:before{content:"\F338"}.ms-Icon--RadioBtnOff:before{content:"\ECCA"}.ms-Icon--RadioBtnOn:before{content:"\ECCB"}.ms-Icon--RadioBullet:before{content:"\E915"}.ms-Icon--Rain:before{content:"\E9C4"}.ms-Icon--RainShowersDay:before{content:"\E9C3"}.ms-Icon--RainShowersNight:before{content:"\EA0F"}.ms-Icon--RainSnow:before{content:"\E9C7"}.ms-Icon--RawSource:before{content:"\F299"}.ms-Icon--Read:before{content:"\E8C3"}.ms-Icon--ReadingMode:before{content:"\E736"}.ms-Icon--ReadingModeSolid:before{content:"\F33D"}.ms-Icon--ReceiptCheck:before{content:"\EF5B"}.ms-Icon--ReceiptForward:before{content:"\EF59"}.ms-Icon--ReceiptReply:before{content:"\EF5A"}.ms-Icon--Recent:before{content:"\E823"}.ms-Icon--Record2:before{content:"\EA3F"}.ms-Icon--RecurringEvent:before{content:"\EF5D"}.ms-Icon--RecurringTask:before{content:"\EDB2"}.ms-Icon--RecycleBin:before{content:"\EF87"}.ms-Icon--Redeploy:before{content:"\F29E"}.ms-Icon--RedEye:before{content:"\E7B3"}.ms-Icon--Redo:before{content:"\E7A6"}.ms-Icon--Refresh:before{content:"\E72C"}.ms-Icon--ReminderGroup:before{content:"\EBF8"}.ms-Icon--Remove:before{content:"\E738"}.ms-Icon--RemoveEvent:before{content:"\ED8A"}.ms-Icon--RemoveFilter:before{content:"\EB08"}.ms-Icon--RemoveLink:before{content:"\ED90"}.ms-Icon--RemoveOccurrence:before{content:"\ED9B"}.ms-Icon--Rename:before{content:"\E8AC"}.ms-Icon--ReopenPages:before{content:"\ED50"}.ms-Icon--Repair:before{content:"\E90F"}.ms-Icon--Reply:before{content:"\E97A"}.ms-Icon--ReplyAll:before{content:"\EE0A"}.ms-Icon--ReplyAllAlt:before{content:"\EF5F"}.ms-Icon--ReplyAllMirrored:before{content:"\EE36"}.ms-Icon--ReplyAlt:before{content:"\EF5E"}.ms-Icon--ReplyMirrored:before{content:"\EE35"}.ms-Icon--Repo:before{content:"\F2CB"}.ms-Icon--ReportLibrary:before{content:"\EEBB"}.ms-Icon--ReportLibraryMirrored:before{content:"\EEBC"}.ms-Icon--RepoSolid:before{content:"\F2CC"}.ms-Icon--ReturnToSession:before{content:"\ED24"}.ms-Icon--ReviewRequestMirroredSolid:before{content:"\F357"}.ms-Icon--ReviewRequestSolid:before{content:"\F356"}.ms-Icon--ReviewResponseSolid:before{content:"\F358"}.ms-Icon--ReviewSolid:before{content:"\F355"}.ms-Icon--RevToggleKey:before{content:"\E845"}.ms-Icon--Rewind:before{content:"\EB9E"}.ms-Icon--Ribbon:before{content:"\E9D1"}.ms-Icon--RibbonSolid:before{content:"\F345"}.ms-Icon--RightDoubleQuote:before{content:"\E9B1"}.ms-Icon--Ringer:before{content:"\EA8F"}.ms-Icon--RingerOff:before{content:"\F2C5"}.ms-Icon--Robot:before{content:"\E99A"}.ms-Icon--Rocket:before{content:"\F3B3"}.ms-Icon--Room:before{content:"\ED9F"}.ms-Icon--Rotate:before{content:"\E7AD"}.ms-Icon--RowsChild:before{content:"\F29C"}.ms-Icon--RowsGroup:before{content:"\F29B"}.ms-Icon--Rugby:before{content:"\EB2D"}.ms-Icon--Running:before{content:"\EADA"}.ms-Icon--Sad:before{content:"\E757"}.ms-Icon--SadSolid:before{content:"\F33E"}.ms-Icon--Save:before{content:"\E74E"}.ms-Icon--SaveAll:before{content:"\F203"}.ms-Icon--SaveAndClose:before{content:"\F038"}.ms-Icon--SaveAs:before{content:"\E792"}.ms-Icon--Savings:before{content:"\EB0B"}.ms-Icon--ScheduleEventAction:before{content:"\F1EF"}.ms-Icon--ScopeTemplate:before{content:"\F2B0"}.ms-Icon--Script:before{content:"\F03A"}.ms-Icon--ScrollUpDown:before{content:"\EC8F"}.ms-Icon--Search:before{content:"\E721"}.ms-Icon--SearchAndApps:before{content:"\E773"}.ms-Icon--Section:before{content:"\EC0C"}.ms-Icon--Sections:before{content:"\EF76"}.ms-Icon--SecurityGroup:before{content:"\ED85"}.ms-Icon--Send:before{content:"\E724"}.ms-Icon--SendMirrored:before{content:"\EA63"}.ms-Icon--Separator:before{content:"\F35E"}.ms-Icon--Server:before{content:"\F201"}.ms-Icon--ServerEnviroment:before{content:"\F29F"}.ms-Icon--ServerProcesses:before{content:"\F1FE"}.ms-Icon--SetAction:before{content:"\F071"}.ms-Icon--Settings:before{content:"\E713"}.ms-Icon--Share:before{content:"\E72D"}.ms-Icon--ShareiOS:before{content:"\EF79"}.ms-Icon--SharepointLogo:before{content:"\F27E"}.ms-Icon--SharepointLogoFill:before{content:"\F27F"}.ms-Icon--SharepointLogoInverse:before{content:"\ED18"}.ms-Icon--Shield:before{content:"\EA18"}.ms-Icon--ShieldSolid:before{content:"\F340"}.ms-Icon--Shop:before{content:"\E719"}.ms-Icon--ShoppingCart:before{content:"\E7BF"}.ms-Icon--ShoppingCartSolid:before{content:"\F342"}.ms-Icon--ShopServer:before{content:"\F2B6"}.ms-Icon--ShowResults:before{content:"\E8BC"}.ms-Icon--ShowResultsMirrored:before{content:"\EA65"}.ms-Icon--SidePanel:before{content:"\EF52"}.ms-Icon--SidePanelMirrored:before{content:"\F221"}.ms-Icon--SignOut:before{content:"\F3B1"}.ms-Icon--SingleBookmark:before{content:"\EDFF"}.ms-Icon--SingleColumn:before{content:"\F1D3"}.ms-Icon--SingleColumnEdit:before{content:"\F321"}.ms-Icon--SIPMove:before{content:"\E759"}.ms-Icon--SkypeCheck:before{content:"\EF80"}.ms-Icon--SkypeCircleCheck:before{content:"\EF7D"}.ms-Icon--SkypeCircleClock:before{content:"\EF7E"}.ms-Icon--SkypeCircleMinus:before{content:"\EF7F"}.ms-Icon--SkypeClock:before{content:"\EF81"}.ms-Icon--SkypeForBusinessLogoFill:before{content:"\F27D"}.ms-Icon--SkypeLogo:before{content:"\EB6F"}.ms-Icon--SkypeMessage:before{content:"\EF83"}.ms-Icon--SkypeMinus:before{content:"\EF82"}.ms-Icon--SliderThumb:before{content:"\EC13"}.ms-Icon--Snow:before{content:"\E9C8"}.ms-Icon--Snowflake:before{content:"\EB46"}.ms-Icon--SnowShowerDay:before{content:"\E9FD"}.ms-Icon--SnowShowerNight:before{content:"\EA11"}.ms-Icon--Soccer:before{content:"\EB21"}.ms-Icon--SocialListeningLogo:before{content:"\ED7C"}.ms-Icon--Sort:before{content:"\E8CB"}.ms-Icon--SortDown:before{content:"\EE69"}.ms-Icon--SortLines:before{content:"\E9D0"}.ms-Icon--SortUp:before{content:"\EE68"}.ms-Icon--Speakers:before{content:"\E7F5"}.ms-Icon--SpeedHigh:before{content:"\EC4A"}.ms-Icon--Split:before{content:"\EDBC"}.ms-Icon--Sprint:before{content:"\F3B0"}.ms-Icon--Squalls:before{content:"\E9CC"}.ms-Icon--StackedBarChart:before{content:"\F24D"}.ms-Icon--StackedLineChart:before{content:"\F24E"}.ms-Icon--StackIndicator:before{content:"\E7FF"}.ms-Icon--Starburst:before{content:"\EF78"}.ms-Icon--StarburstSolid:before{content:"\F33C"}.ms-Icon--StatusErrorFull:before{content:"\EB90"}.ms-Icon--StatusTriangle:before{content:"\EA82"}.ms-Icon--Step:before{content:"\F241"}.ms-Icon--StepInsert:before{content:"\F242"}.ms-Icon--StepShared:before{content:"\F243"}.ms-Icon--StepSharedAdd:before{content:"\F244"}.ms-Icon--StepSharedInsert:before{content:"\F245"}.ms-Icon--StockDown:before{content:"\EB0F"}.ms-Icon--StockUp:before{content:"\EB11"}.ms-Icon--Stop:before{content:"\E71A"}.ms-Icon--StopSolid:before{content:"\EE95"}.ms-Icon--Stopwatch:before{content:"\E916"}.ms-Icon--StoreLogo:before{content:"\EA96"}.ms-Icon--StoreLogoMed:before{content:"\EA04"}.ms-Icon--Storyboard:before{content:"\F308"}.ms-Icon--Streaming:before{content:"\E93E"}.ms-Icon--StreamingOff:before{content:"\F2BB"}.ms-Icon--StreamLogo:before{content:"\F329"}.ms-Icon--Strikethrough:before{content:"\EDE0"}.ms-Icon--Subscribe:before{content:"\EDA1"}.ms-Icon--Subscript:before{content:"\EDDF"}.ms-Icon--Suitcase:before{content:"\EDD3"}.ms-Icon--SunAdd:before{content:"\EF69"}.ms-Icon--Sunny:before{content:"\E9BD"}.ms-Icon--SunQuestionMark:before{content:"\EF6A"}.ms-Icon--Superscript:before{content:"\EDDE"}.ms-Icon--SwayLogoInverse:before{content:"\ED29"}.ms-Icon--Switch:before{content:"\E8AB"}.ms-Icon--SwitcherStartEnd:before{content:"\E810"}.ms-Icon--Sync:before{content:"\E895"}.ms-Icon--SyncFolder:before{content:"\E8F7"}.ms-Icon--SyncToPC:before{content:"\EE6E"}.ms-Icon--System:before{content:"\E770"}.ms-Icon--Tab:before{content:"\E7E9"}.ms-Icon--Table:before{content:"\ED86"}.ms-Icon--Tablet:before{content:"\E70A"}.ms-Icon--TabletSelected:before{content:"\EC74"}.ms-Icon--Tag:before{content:"\E8EC"}.ms-Icon--Taskboard:before{content:"\F1C2"}.ms-Icon--TaskGroup:before{content:"\F2AE"}.ms-Icon--TaskGroupMirrored:before{content:"\F2AF"}.ms-Icon--TaskManager:before{content:"\EDB7"}.ms-Icon--TaskManagerMirrored:before{content:"\EDB8"}.ms-Icon--TaskSolid:before{content:"\F333"}.ms-Icon--TeamFavorite:before{content:"\F2AD"}.ms-Icon--TeamsLogo:before{content:"\F27B"}.ms-Icon--TeamsLogoFill:before{content:"\F27C"}.ms-Icon--TeamsLogoInverse:before{content:"\F27A"}.ms-Icon--Teamwork:before{content:"\EA12"}.ms-Icon--TemporaryUser:before{content:"\EE58"}.ms-Icon--Tennis:before{content:"\EB33"}.ms-Icon--TestAutoSolid:before{content:"\F3A8"}.ms-Icon--TestBeaker:before{content:"\F3A5"}.ms-Icon--TestBeakerSolid:before{content:"\F3A6"}.ms-Icon--TestCase:before{content:"\F3AF"}.ms-Icon--TestExploreSolid:before{content:"\F3A7"}.ms-Icon--TestImpactSolid:before{content:"\F3AA"}.ms-Icon--TestParameter:before{content:"\F3AD"}.ms-Icon--TestPlan:before{content:"\F3AB"}.ms-Icon--TestStep:before{content:"\F3AC"}.ms-Icon--TestSuite:before{content:"\F3AE"}.ms-Icon--TestUserSolid:before{content:"\F3A9"}.ms-Icon--TextBox:before{content:"\EDC2"}.ms-Icon--TextCallout:before{content:"\F2A2"}.ms-Icon--TextDocument:before{content:"\F029"}.ms-Icon--TextField:before{content:"\EDC3"}.ms-Icon--ThumbnailView:before{content:"\E7B6"}.ms-Icon--ThumbnailViewMirrored:before{content:"\EA67"}.ms-Icon--Thunderstorms:before{content:"\E9C6"}.ms-Icon--Ticket:before{content:"\EB54"}.ms-Icon--Tiles:before{content:"\ECA5"}.ms-Icon--Tiles2:before{content:"\EF7C"}.ms-Icon--Timeline:before{content:"\ED9C"}.ms-Icon--TimelineDelivery:before{content:"\F2AB"}.ms-Icon--TimelineMatrixView:before{content:"\F361"}.ms-Icon--TimelineProgress:before{content:"\F2AA"}.ms-Icon--Timer:before{content:"\E91E"}.ms-Icon--ToggleBorder:before{content:"\EC12"}.ms-Icon--ToggleFilled:before{content:"\EC11"}.ms-Icon--ToggleThumb:before{content:"\EC14"}.ms-Icon--Touch:before{content:"\E815"}.ms-Icon--TouchPointer:before{content:"\E7C9"}.ms-Icon--Train:before{content:"\E7C0"}.ms-Icon--TrainSolid:before{content:"\EB4D"}.ms-Icon--TransferCall:before{content:"\ED95"}.ms-Icon--TriangleDown12:before{content:"\EED1"}.ms-Icon--TriangleLeft12:before{content:"\EED2"}.ms-Icon--TriangleRight12:before{content:"\EED3"}.ms-Icon--TriangleSolid:before{content:"\EA08"}.ms-Icon--TriangleSolidDown12:before{content:"\EECD"}.ms-Icon--TriangleSolidLeft12:before{content:"\EECE"}.ms-Icon--TriangleSolidRight12:before{content:"\EECF"}.ms-Icon--TriangleSolidUp12:before{content:"\EECC"}.ms-Icon--TriangleUp12:before{content:"\EED0"}.ms-Icon--TriggerApproval:before{content:"\F3B2"}.ms-Icon--TriggerAuto:before{content:"\F24A"}.ms-Icon--TriggerUser:before{content:"\F24B"}.ms-Icon--TripleColumn:before{content:"\F1D5"}.ms-Icon--TripleColumnEdit:before{content:"\F323"}.ms-Icon--Trophy:before{content:"\ED3F"}.ms-Icon--Trophy2Solid:before{content:"\F337"}.ms-Icon--TurnRight:before{content:"\E7DB"}.ms-Icon--TVMonitor:before{content:"\E7F4"}.ms-Icon--TVMonitorSelected:before{content:"\EC77"}.ms-Icon--TypeScriptLanguage:before{content:"\F2F7"}.ms-Icon--Umbrella:before{content:"\EC04"}.ms-Icon--Underline:before{content:"\E8DC"}.ms-Icon--Undo:before{content:"\E7A7"}.ms-Icon--Unfavorite:before{content:"\E8D9"}.ms-Icon--Unknown:before{content:"\E9CE"}.ms-Icon--UnknownCall:before{content:"\ED97"}.ms-Icon--UnknownMirroredSolid:before{content:"\F2E2"}.ms-Icon--UnknownSolid:before{content:"\F2E1"}.ms-Icon--Unlock:before{content:"\E785"}.ms-Icon--UnlockSolid:before{content:"\F304"}.ms-Icon--Unpin:before{content:"\E77A"}.ms-Icon--Unsubscribe:before{content:"\EDA0"}.ms-Icon--UnsyncFolder:before{content:"\E8F6"}.ms-Icon--Up:before{content:"\E74A"}.ms-Icon--Upload:before{content:"\E898"}.ms-Icon--UserFollowed:before{content:"\F25C"}.ms-Icon--UserPause:before{content:"\F2BA"}.ms-Icon--UserSync:before{content:"\F2B9"}.ms-Icon--Variable:before{content:"\F305"}.ms-Icon--VariableGroup:before{content:"\F31B"}.ms-Icon--VB:before{content:"\F2F2"}.ms-Icon--VennDiagram:before{content:"\F273"}.ms-Icon--Video:before{content:"\E714"}.ms-Icon--VideoSolid:before{content:"\EA0C"}.ms-Icon--View:before{content:"\E890"}.ms-Icon--ViewAll:before{content:"\E8A9"}.ms-Icon--ViewAll2:before{content:"\EF56"}.ms-Icon--ViewDashboard:before{content:"\F246"}.ms-Icon--ViewList:before{content:"\F247"}.ms-Icon--ViewListGroup:before{content:"\F248"}.ms-Icon--ViewListTree:before{content:"\F249"}.ms-Icon--VisioDiagram:before{content:"\F2A0"}.ms-Icon--VisioDocument:before{content:"\F2A9"}.ms-Icon--VisioLogo:before{content:"\F2A7"}.ms-Icon--VisioLogo16:before{content:"\F3A3"}.ms-Icon--VisioLogoFill:before{content:"\F2A8"}.ms-Icon--VisioLogoFill16:before{content:"\F3A4"}.ms-Icon--VisioLogoInverse:before{content:"\ED7D"}.ms-Icon--VisioLogoInverse16:before{content:"\F3A2"}.ms-Icon--VisualBasicLanguage:before{content:"\F2F1"}.ms-Icon--VisualStudioLogo:before{content:"\EC22"}.ms-Icon--VoicemailForward:before{content:"\ED87"}.ms-Icon--VoicemailReply:before{content:"\ED88"}.ms-Icon--Volume0:before{content:"\E992"}.ms-Icon--Volume1:before{content:"\E993"}.ms-Icon--Volume2:before{content:"\E994"}.ms-Icon--Volume3:before{content:"\E995"}.ms-Icon--VolumeDisabled:before{content:"\EA85"}.ms-Icon--VSTSAltLogo1:before{content:"\F382"}.ms-Icon--VSTSAltLogo2:before{content:"\F383"}.ms-Icon--VSTSLogo:before{content:"\F381"}.ms-Icon--Waffle:before{content:"\ED89"}.ms-Icon--Warning:before{content:"\E7BA"}.ms-Icon--Website:before{content:"\EB41"}.ms-Icon--Weights:before{content:"\EADB"}.ms-Icon--WifiEthernet:before{content:"\EE77"}.ms-Icon--WindDirection:before{content:"\EBE6"}.ms-Icon--WindowsLogo:before{content:"\E782"}.ms-Icon--WipePhone:before{content:"\ED8D"}.ms-Icon--WordDocument:before{content:"\EF71"}.ms-Icon--WordLogo:before{content:"\F1E3"}.ms-Icon--WordLogo16:before{content:"\F391"}.ms-Icon--WordLogoFill:before{content:"\F1E4"}.ms-Icon--WordLogoFill16:before{content:"\F392"}.ms-Icon--WordLogoInverse:before{content:"\EC29"}.ms-Icon--WordLogoInverse16:before{content:"\F390"}.ms-Icon--Work:before{content:"\E821"}.ms-Icon--WorkFlow:before{content:"\EA01"}.ms-Icon--WorkItem:before{content:"\F314"}.ms-Icon--WorkItemBar:before{content:"\F35C"}.ms-Icon--WorkItemBarSolid:before{content:"\F35D"}.ms-Icon--WorkItemBug:before{content:"\F315"}.ms-Icon--World:before{content:"\E909"}.ms-Icon--WorldClock:before{content:"\E918"}.ms-Icon--YammerLogo:before{content:"\ED19"}.ms-Icon--ZipFolder:before{content:"\F012"}.ms-Icon--Zoom:before{content:"\E71E"}.ms-Icon--ZoomIn:before{content:"\E8A3"}.ms-Icon--ZoomOut:before{content:"\E71F"}.ms-Icon--SwayLogo:before{content:"\ED29"}.ms-Icon--ClassNotebookLogo:before{content:"\EDC8"}.ms-Icon--DocsLogo:before{content:"\EDCB"}.ms-Icon--OneNoteEduLogo:before{content:"\EDD0"}.ms-Icon--ProjectLogo:before{content:"\EDD4"}@media (max-width:479px){.ms-hiddenLgDown,.ms-hiddenMdDown,.ms-hiddenSm,.ms-hiddenXlDown,.ms-hiddenXxlDown{display:none!important}}@media (min-width:480px) and (max-width:639px){.ms-hiddenLgDown,.ms-hiddenMd,.ms-hiddenMdDown,.ms-hiddenMdUp,.ms-hiddenXlDown,.ms-hiddenXxlDown{display:none!important}}@media (min-width:640px) and (max-width:1023px){.ms-hiddenLg,.ms-hiddenLgDown,.ms-hiddenLgUp,.ms-hiddenMdUp,.ms-hiddenXlDown,.ms-hiddenXxlDown{display:none!important}}@media (min-width:1024px) and (max-width:1365px){.ms-hiddenLgUp,.ms-hiddenMdUp,.ms-hiddenXl,.ms-hiddenXlDown,.ms-hiddenXlUp,.ms-hiddenXxlDown{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.ms-hiddenLgUp,.ms-hiddenMdUp,.ms-hiddenXlUp,.ms-hiddenXxl,.ms-hiddenXxlDown,.ms-hiddenXxlUp{display:none!important}}@media (min-width:1920px){.ms-hiddenLgUp,.ms-hiddenMdUp,.ms-hiddenXlUp,.ms-hiddenXxlUp,.ms-hiddenXxxl{display:none!important}}.ms-sm12{width:100%}.ms-sm11{width:91.66666666666666%}.ms-sm10{width:83.33333333333334%}.ms-sm9{width:75%}.ms-sm8{width:66.66666666666666%}.ms-sm7{width:58.333333333333336%}.ms-sm6{width:50%}.ms-sm5{width:41.66666666666667%}.ms-sm4{width:33.33333333333333%}.ms-sm3{width:25%}.ms-sm2{width:16.666666666666664%}.ms-sm1{width:8.333333333333332%}.ms-smPull12{left:100%}.ms-smPull11{left:91.66666666666666%}.ms-smPull10{left:83.33333333333334%}.ms-smPull9{left:75%}.ms-smPull8{left:66.66666666666666%}.ms-smPull7{left:58.333333333333336%}.ms-smPull6{left:50%}.ms-smPull5{left:41.66666666666667%}.ms-smPull4{left:33.33333333333333%}.ms-smPull3{left:25%}.ms-smPull2{left:16.666666666666664%}.ms-smPull1{left:8.333333333333332%}.ms-smPull0{left:auto}.ms-smPush12{right:100%}.ms-smPush11{right:91.66666666666666%}.ms-smPush10{right:83.33333333333334%}.ms-smPush9{right:75%}.ms-smPush8{right:66.66666666666666%}.ms-smPush7{right:58.333333333333336%}.ms-smPush6{right:50%}.ms-smPush5{right:41.66666666666667%}.ms-smPush4{right:33.33333333333333%}.ms-smPush3{right:25%}.ms-smPush2{right:16.666666666666664%}.ms-smPush1{right:8.333333333333332%}.ms-smPush0{right:auto}.ms-smOffset11{margin-right:91.66666666666666%}.ms-smOffset10{margin-right:83.33333333333334%}.ms-smOffset9{margin-right:75%}.ms-smOffset8{margin-right:66.66666666666666%}.ms-smOffset7{margin-right:58.333333333333336%}.ms-smOffset6{margin-right:50%}.ms-smOffset5{margin-right:41.66666666666667%}.ms-smOffset4{margin-right:33.33333333333333%}.ms-smOffset3{margin-right:25%}.ms-smOffset2{margin-right:16.666666666666664%}.ms-smOffset1{margin-right:8.333333333333332%}.ms-smOffset0{margin-right:0}@media (min-width:480px){.ms-md12{width:100%}}@media (min-width:480px){.ms-md11{width:91.66666666666666%}}@media (min-width:480px){.ms-md10{width:83.33333333333334%}}@media (min-width:480px){.ms-md9{width:75%}}@media (min-width:480px){.ms-md8{width:66.66666666666666%}}@media (min-width:480px){.ms-md7{width:58.333333333333336%}}@media (min-width:480px){.ms-md6{width:50%}}@media (min-width:480px){.ms-md5{width:41.66666666666667%}}@media (min-width:480px){.ms-md4{width:33.33333333333333%}}@media (min-width:480px){.ms-md3{width:25%}}@media (min-width:480px){.ms-md2{width:16.666666666666664%}}@media (min-width:480px){.ms-md1{width:8.333333333333332%}}@media (min-width:480px){.ms-mdPull12{left:100%}}@media (min-width:480px){.ms-mdPull11{left:91.66666666666666%}}@media (min-width:480px){.ms-mdPull10{left:83.33333333333334%}}@media (min-width:480px){.ms-mdPull9{left:75%}}@media (min-width:480px){.ms-mdPull8{left:66.66666666666666%}}@media (min-width:480px){.ms-mdPull7{left:58.333333333333336%}}@media (min-width:480px){.ms-mdPull6{left:50%}}@media (min-width:480px){.ms-mdPull5{left:41.66666666666667%}}@media (min-width:480px){.ms-mdPull4{left:33.33333333333333%}}@media (min-width:480px){.ms-mdPull3{left:25%}}@media (min-width:480px){.ms-mdPull2{left:16.666666666666664%}}@media (min-width:480px){.ms-mdPull1{left:8.333333333333332%}}@media (min-width:480px){.ms-mdPull0{left:auto}}@media (min-width:480px){.ms-mdPush12{right:100%}}@media (min-width:480px){.ms-mdPush11{right:91.66666666666666%}}@media (min-width:480px){.ms-mdPush10{right:83.33333333333334%}}@media (min-width:480px){.ms-mdPush9{right:75%}}@media (min-width:480px){.ms-mdPush8{right:66.66666666666666%}}@media (min-width:480px){.ms-mdPush7{right:58.333333333333336%}}@media (min-width:480px){.ms-mdPush6{right:50%}}@media (min-width:480px){.ms-mdPush5{right:41.66666666666667%}}@media (min-width:480px){.ms-mdPush4{right:33.33333333333333%}}@media (min-width:480px){.ms-mdPush3{right:25%}}@media (min-width:480px){.ms-mdPush2{right:16.666666666666664%}}@media (min-width:480px){.ms-mdPush1{right:8.333333333333332%}}@media (min-width:480px){.ms-mdPush0{right:auto}}@media (min-width:480px){.ms-mdOffset11{margin-right:91.66666666666666%}}@media (min-width:480px){.ms-mdOffset10{margin-right:83.33333333333334%}}@media (min-width:480px){.ms-mdOffset9{margin-right:75%}}@media (min-width:480px){.ms-mdOffset8{margin-right:66.66666666666666%}}@media (min-width:480px){.ms-mdOffset7{margin-right:58.333333333333336%}}@media (min-width:480px){.ms-mdOffset6{margin-right:50%}}@media (min-width:480px){.ms-mdOffset5{margin-right:41.66666666666667%}}@media (min-width:480px){.ms-mdOffset4{margin-right:33.33333333333333%}}@media (min-width:480px){.ms-mdOffset3{margin-right:25%}}@media (min-width:480px){.ms-mdOffset2{margin-right:16.666666666666664%}}@media (min-width:480px){.ms-mdOffset1{margin-right:8.333333333333332%}}@media (min-width:480px){.ms-mdOffset0{margin-right:0}}@media (min-width:640px){.ms-lg12{width:100%}}@media (min-width:640px){.ms-lg11{width:91.66666666666666%}}@media (min-width:640px){.ms-lg10{width:83.33333333333334%}}@media (min-width:640px){.ms-lg9{width:75%}}@media (min-width:640px){.ms-lg8{width:66.66666666666666%}}@media (min-width:640px){.ms-lg7{width:58.333333333333336%}}@media (min-width:640px){.ms-lg6{width:50%}}@media (min-width:640px){.ms-lg5{width:41.66666666666667%}}@media (min-width:640px){.ms-lg4{width:33.33333333333333%}}@media (min-width:640px){.ms-lg3{width:25%}}@media (min-width:640px){.ms-lg2{width:16.666666666666664%}}@media (min-width:640px){.ms-lg1{width:8.333333333333332%}}@media (min-width:640px){.ms-lgPull12{left:100%}}@media (min-width:640px){.ms-lgPull11{left:91.66666666666666%}}@media (min-width:640px){.ms-lgPull10{left:83.33333333333334%}}@media (min-width:640px){.ms-lgPull9{left:75%}}@media (min-width:640px){.ms-lgPull8{left:66.66666666666666%}}@media (min-width:640px){.ms-lgPull7{left:58.333333333333336%}}@media (min-width:640px){.ms-lgPull6{left:50%}}@media (min-width:640px){.ms-lgPull5{left:41.66666666666667%}}@media (min-width:640px){.ms-lgPull4{left:33.33333333333333%}}@media (min-width:640px){.ms-lgPull3{left:25%}}@media (min-width:640px){.ms-lgPull2{left:16.666666666666664%}}@media (min-width:640px){.ms-lgPull1{left:8.333333333333332%}}@media (min-width:640px){.ms-lgPull0{left:auto}}@media (min-width:640px){.ms-lgPush12{right:100%}}@media (min-width:640px){.ms-lgPush11{right:91.66666666666666%}}@media (min-width:640px){.ms-lgPush10{right:83.33333333333334%}}@media (min-width:640px){.ms-lgPush9{right:75%}}@media (min-width:640px){.ms-lgPush8{right:66.66666666666666%}}@media (min-width:640px){.ms-lgPush7{right:58.333333333333336%}}@media (min-width:640px){.ms-lgPush6{right:50%}}@media (min-width:640px){.ms-lgPush5{right:41.66666666666667%}}@media (min-width:640px){.ms-lgPush4{right:33.33333333333333%}}@media (min-width:640px){.ms-lgPush3{right:25%}}@media (min-width:640px){.ms-lgPush2{right:16.666666666666664%}}@media (min-width:640px){.ms-lgPush1{right:8.333333333333332%}}@media (min-width:640px){.ms-lgPush0{right:auto}}@media (min-width:640px){.ms-lgOffset11{margin-right:91.66666666666666%}}@media (min-width:640px){.ms-lgOffset10{margin-right:83.33333333333334%}}@media (min-width:640px){.ms-lgOffset9{margin-right:75%}}@media (min-width:640px){.ms-lgOffset8{margin-right:66.66666666666666%}}@media (min-width:640px){.ms-lgOffset7{margin-right:58.333333333333336%}}@media (min-width:640px){.ms-lgOffset6{margin-right:50%}}@media (min-width:640px){.ms-lgOffset5{margin-right:41.66666666666667%}}@media (min-width:640px){.ms-lgOffset4{margin-right:33.33333333333333%}}@media (min-width:640px){.ms-lgOffset3{margin-right:25%}}@media (min-width:640px){.ms-lgOffset2{margin-right:16.666666666666664%}}@media (min-width:640px){.ms-lgOffset1{margin-right:8.333333333333332%}}@media (min-width:640px){.ms-lgOffset0{margin-right:0}}@media (min-width:1024px){.ms-xl12{width:100%}}@media (min-width:1024px){.ms-xl11{width:91.66666666666666%}}@media (min-width:1024px){.ms-xl10{width:83.33333333333334%}}@media (min-width:1024px){.ms-xl9{width:75%}}@media (min-width:1024px){.ms-xl8{width:66.66666666666666%}}@media (min-width:1024px){.ms-xl7{width:58.333333333333336%}}@media (min-width:1024px){.ms-xl6{width:50%}}@media (min-width:1024px){.ms-xl5{width:41.66666666666667%}}@media (min-width:1024px){.ms-xl4{width:33.33333333333333%}}@media (min-width:1024px){.ms-xl3{width:25%}}@media (min-width:1024px){.ms-xl2{width:16.666666666666664%}}@media (min-width:1024px){.ms-xl1{width:8.333333333333332%}}@media (min-width:1024px){.ms-xlPull12{left:100%}}@media (min-width:1024px){.ms-xlPull11{left:91.66666666666666%}}@media (min-width:1024px){.ms-xlPull10{left:83.33333333333334%}}@media (min-width:1024px){.ms-xlPull9{left:75%}}@media (min-width:1024px){.ms-xlPull8{left:66.66666666666666%}}@media (min-width:1024px){.ms-xlPull7{left:58.333333333333336%}}@media (min-width:1024px){.ms-xlPull6{left:50%}}@media (min-width:1024px){.ms-xlPull5{left:41.66666666666667%}}@media (min-width:1024px){.ms-xlPull4{left:33.33333333333333%}}@media (min-width:1024px){.ms-xlPull3{left:25%}}@media (min-width:1024px){.ms-xlPull2{left:16.666666666666664%}}@media (min-width:1024px){.ms-xlPull1{left:8.333333333333332%}}@media (min-width:1024px){.ms-xlPull0{left:auto}}@media (min-width:1024px){.ms-xlPush12{right:100%}}@media (min-width:1024px){.ms-xlPush11{right:91.66666666666666%}}@media (min-width:1024px){.ms-xlPush10{right:83.33333333333334%}}@media (min-width:1024px){.ms-xlPush9{right:75%}}@media (min-width:1024px){.ms-xlPush8{right:66.66666666666666%}}@media (min-width:1024px){.ms-xlPush7{right:58.333333333333336%}}@media (min-width:1024px){.ms-xlPush6{right:50%}}@media (min-width:1024px){.ms-xlPush5{right:41.66666666666667%}}@media (min-width:1024px){.ms-xlPush4{right:33.33333333333333%}}@media (min-width:1024px){.ms-xlPush3{right:25%}}@media (min-width:1024px){.ms-xlPush2{right:16.666666666666664%}}@media (min-width:1024px){.ms-xlPush1{right:8.333333333333332%}}@media (min-width:1024px){.ms-xlPush0{right:auto}}@media (min-width:1024px){.ms-xlOffset11{margin-right:91.66666666666666%}}@media (min-width:1024px){.ms-xlOffset10{margin-right:83.33333333333334%}}@media (min-width:1024px){.ms-xlOffset9{margin-right:75%}}@media (min-width:1024px){.ms-xlOffset8{margin-right:66.66666666666666%}}@media (min-width:1024px){.ms-xlOffset7{margin-right:58.333333333333336%}}@media (min-width:1024px){.ms-xlOffset6{margin-right:50%}}@media (min-width:1024px){.ms-xlOffset5{margin-right:41.66666666666667%}}@media (min-width:1024px){.ms-xlOffset4{margin-right:33.33333333333333%}}@media (min-width:1024px){.ms-xlOffset3{margin-right:25%}}@media (min-width:1024px){.ms-xlOffset2{margin-right:16.666666666666664%}}@media (min-width:1024px){.ms-xlOffset1{margin-right:8.333333333333332%}}@media (min-width:1024px){.ms-xlOffset0{margin-right:0}}@media (min-width:1366px){.ms-xxl12{width:100%}}@media (min-width:1366px){.ms-xxl11{width:91.66666666666666%}}@media (min-width:1366px){.ms-xxl10{width:83.33333333333334%}}@media (min-width:1366px){.ms-xxl9{width:75%}}@media (min-width:1366px){.ms-xxl8{width:66.66666666666666%}}@media (min-width:1366px){.ms-xxl7{width:58.333333333333336%}}@media (min-width:1366px){.ms-xxl6{width:50%}}@media (min-width:1366px){.ms-xxl5{width:41.66666666666667%}}@media (min-width:1366px){.ms-xxl4{width:33.33333333333333%}}@media (min-width:1366px){.ms-xxl3{width:25%}}@media (min-width:1366px){.ms-xxl2{width:16.666666666666664%}}@media (min-width:1366px){.ms-xxl1{width:8.333333333333332%}}@media (min-width:1366px){.ms-xxlPull12{left:100%}}@media (min-width:1366px){.ms-xxlPull11{left:91.66666666666666%}}@media (min-width:1366px){.ms-xxlPull10{left:83.33333333333334%}}@media (min-width:1366px){.ms-xxlPull9{left:75%}}@media (min-width:1366px){.ms-xxlPull8{left:66.66666666666666%}}@media (min-width:1366px){.ms-xxlPull7{left:58.333333333333336%}}@media (min-width:1366px){.ms-xxlPull6{left:50%}}@media (min-width:1366px){.ms-xxlPull5{left:41.66666666666667%}}@media (min-width:1366px){.ms-xxlPull4{left:33.33333333333333%}}@media (min-width:1366px){.ms-xxlPull3{left:25%}}@media (min-width:1366px){.ms-xxlPull2{left:16.666666666666664%}}@media (min-width:1366px){.ms-xxlPull1{left:8.333333333333332%}}@media (min-width:1366px){.ms-xxlPull0{left:auto}}@media (min-width:1366px){.ms-xxlPush12{right:100%}}@media (min-width:1366px){.ms-xxlPush11{right:91.66666666666666%}}@media (min-width:1366px){.ms-xxlPush10{right:83.33333333333334%}}@media (min-width:1366px){.ms-xxlPush9{right:75%}}@media (min-width:1366px){.ms-xxlPush8{right:66.66666666666666%}}@media (min-width:1366px){.ms-xxlPush7{right:58.333333333333336%}}@media (min-width:1366px){.ms-xxlPush6{right:50%}}@media (min-width:1366px){.ms-xxlPush5{right:41.66666666666667%}}@media (min-width:1366px){.ms-xxlPush4{right:33.33333333333333%}}@media (min-width:1366px){.ms-xxlPush3{right:25%}}@media (min-width:1366px){.ms-xxlPush2{right:16.666666666666664%}}@media (min-width:1366px){.ms-xxlPush1{right:8.333333333333332%}}@media (min-width:1366px){.ms-xxlPush0{right:auto}}@media (min-width:1366px){.ms-xxlOffset11{margin-right:91.66666666666666%}}@media (min-width:1366px){.ms-xxlOffset10{margin-right:83.33333333333334%}}@media (min-width:1366px){.ms-xxlOffset9{margin-right:75%}}@media (min-width:1366px){.ms-xxlOffset8{margin-right:66.66666666666666%}}@media (min-width:1366px){.ms-xxlOffset7{margin-right:58.333333333333336%}}@media (min-width:1366px){.ms-xxlOffset6{margin-right:50%}}@media (min-width:1366px){.ms-xxlOffset5{margin-right:41.66666666666667%}}@media (min-width:1366px){.ms-xxlOffset4{margin-right:33.33333333333333%}}@media (min-width:1366px){.ms-xxlOffset3{margin-right:25%}}@media (min-width:1366px){.ms-xxlOffset2{margin-right:16.666666666666664%}}@media (min-width:1366px){.ms-xxlOffset1{margin-right:8.333333333333332%}}@media (min-width:1366px){.ms-xxlOffset0{margin-right:0}}@media (min-width:1920px){.ms-xxxl12{width:100%}}@media (min-width:1920px){.ms-xxxl11{width:91.66666666666666%}}@media (min-width:1920px){.ms-xxxl10{width:83.33333333333334%}}@media (min-width:1920px){.ms-xxxl9{width:75%}}@media (min-width:1920px){.ms-xxxl8{width:66.66666666666666%}}@media (min-width:1920px){.ms-xxxl7{width:58.333333333333336%}}@media (min-width:1920px){.ms-xxxl6{width:50%}}@media (min-width:1920px){.ms-xxxl5{width:41.66666666666667%}}@media (min-width:1920px){.ms-xxxl4{width:33.33333333333333%}}@media (min-width:1920px){.ms-xxxl3{width:25%}}@media (min-width:1920px){.ms-xxxl2{width:16.666666666666664%}}@media (min-width:1920px){.ms-xxxl1{width:8.333333333333332%}}@media (min-width:1920px){.ms-xxxlPull12{left:100%}}@media (min-width:1920px){.ms-xxxlPull11{left:91.66666666666666%}}@media (min-width:1920px){.ms-xxxlPull10{left:83.33333333333334%}}@media (min-width:1920px){.ms-xxxlPull9{left:75%}}@media (min-width:1920px){.ms-xxxlPull8{left:66.66666666666666%}}@media (min-width:1920px){.ms-xxxlPull7{left:58.333333333333336%}}@media (min-width:1920px){.ms-xxxlPull6{left:50%}}@media (min-width:1920px){.ms-xxxlPull5{left:41.66666666666667%}}@media (min-width:1920px){.ms-xxxlPull4{left:33.33333333333333%}}@media (min-width:1920px){.ms-xxxlPull3{left:25%}}@media (min-width:1920px){.ms-xxxlPull2{left:16.666666666666664%}}@media (min-width:1920px){.ms-xxxlPull1{left:8.333333333333332%}}@media (min-width:1920px){.ms-xxxlPull0{left:auto}}@media (min-width:1920px){.ms-xxxlPush12{right:100%}}@media (min-width:1920px){.ms-xxxlPush11{right:91.66666666666666%}}@media (min-width:1920px){.ms-xxxlPush10{right:83.33333333333334%}}@media (min-width:1920px){.ms-xxxlPush9{right:75%}}@media (min-width:1920px){.ms-xxxlPush8{right:66.66666666666666%}}@media (min-width:1920px){.ms-xxxlPush7{right:58.333333333333336%}}@media (min-width:1920px){.ms-xxxlPush6{right:50%}}@media (min-width:1920px){.ms-xxxlPush5{right:41.66666666666667%}}@media (min-width:1920px){.ms-xxxlPush4{right:33.33333333333333%}}@media (min-width:1920px){.ms-xxxlPush3{right:25%}}@media (min-width:1920px){.ms-xxxlPush2{right:16.666666666666664%}}@media (min-width:1920px){.ms-xxxlPush1{right:8.333333333333332%}}@media (min-width:1920px){.ms-xxxlPush0{right:auto}}@media (min-width:1920px){.ms-xxxlOffset11{margin-right:91.66666666666666%}}@media (min-width:1920px){.ms-xxxlOffset10{margin-right:83.33333333333334%}}@media (min-width:1920px){.ms-xxxlOffset9{margin-right:75%}}@media (min-width:1920px){.ms-xxxlOffset8{margin-right:66.66666666666666%}}@media (min-width:1920px){.ms-xxxlOffset7{margin-right:58.333333333333336%}}@media (min-width:1920px){.ms-xxxlOffset6{margin-right:50%}}@media (min-width:1920px){.ms-xxxlOffset5{margin-right:41.66666666666667%}}@media (min-width:1920px){.ms-xxxlOffset4{margin-right:33.33333333333333%}}@media (min-width:1920px){.ms-xxxlOffset3{margin-right:25%}}@media (min-width:1920px){.ms-xxxlOffset2{margin-right:16.666666666666664%}}@media (min-width:1920px){.ms-xxxlOffset1{margin-right:8.333333333333332%}}@media (min-width:1920px){.ms-xxxlOffset0{margin-right:0}}.ms-borderBox,.ms-borderBox:after,.ms-borderBox:before{box-sizing:border-box}.ms-borderBase{border:1px solid}.ms-clearfix{*zoom:1}.ms-clearfix:after,.ms-clearfix:before{display:table;content:"";line-height:0}.ms-clearfix:after{clear:both}.ms-normalize{box-sizing:border-box;box-shadow:none;margin:0;padding:0}.ms-textAlignLeft{text-align:right}.ms-textAlignCenter{text-align:center}.ms-textAlignRight{text-align:left}.ms-screenReaderOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ms-textTruncate{overflow:hidden;text-overflow:ellipsis;word-wrap:normal}.ms-noWrap,.ms-textTruncate{white-space:nowrap}.ms-Fabric{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#333;font-family:"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;font-size:14px}.ms-Fabric button,.ms-Fabric input{font-family:inherit}.ms-Fabric[lang^=ar],.ms-Fabric [lang^=ar],[lang^=ar] .ms-Fabric{font-family:Segoe UI Web\ (Arabic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=bg],.ms-Fabric [lang^=bg],[lang^=bg] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=cs],.ms-Fabric [lang^=cs],[lang^=cs] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=el],.ms-Fabric [lang^=el],[lang^=el] .ms-Fabric{font-family:Segoe UI Web\ (Greek),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=et],.ms-Fabric [lang^=et],[lang^=et] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=he],.ms-Fabric [lang^=he],[lang^=he] .ms-Fabric{font-family:Segoe UI Web\ (Hebrew),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=hi],.ms-Fabric [lang^=hi],[lang^=hi] .ms-Fabric{font-family:Nirmala UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=hr],.ms-Fabric [lang^=hr],.ms-Fabric[lang^=hu],.ms-Fabric [lang^=hu],[lang^=hr] .ms-Fabric,[lang^=hu] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=ja],.ms-Fabric [lang^=ja],[lang^=ja] .ms-Fabric{font-family:Yu Gothic,Meiryo UI,Meiryo,MS Pgothic,Osaka,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=kk],.ms-Fabric [lang^=kk],[lang^=kk] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=ko],.ms-Fabric [lang^=ko],[lang^=ko] .ms-Fabric{font-family:Malgun Gothic,Gulim,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=lo],.ms-Fabric [lang^=lo],[lang^=lo] .ms-Fabric{font-family:Leelawadee UI Web,Lao UI,DokChampa,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=lt],.ms-Fabric [lang^=lt],.ms-Fabric[lang^=lv],.ms-Fabric [lang^=lv],.ms-Fabric[lang^=pl],.ms-Fabric [lang^=pl],[lang^=lt] .ms-Fabric,[lang^=lv] .ms-Fabric,[lang^=pl] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=ru],.ms-Fabric [lang^=ru],[lang^=ru] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=sk],.ms-Fabric [lang^=sk],.ms-Fabric[lang^=sr-latn],.ms-Fabric [lang^=sr-latn],[lang^=sk] .ms-Fabric,[lang^=sr-latn] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=th],.ms-Fabric [lang^=th],[lang^=th] .ms-Fabric{font-family:Leelawadee UI Web,Kmer UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=tr],.ms-Fabric [lang^=tr],[lang^=tr] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=uk],.ms-Fabric [lang^=uk],[lang^=uk] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=vi],.ms-Fabric [lang^=vi],[lang^=vi] .ms-Fabric{font-family:Segoe UI Web\ (Vietnamese),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=zh-hans],.ms-Fabric [lang^=zh-hans],[lang^=zh-hans] .ms-Fabric{font-family:Microsoft Yahei,Verdana,Simsun,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric[lang^=zh-hant],.ms-Fabric [lang^=zh-hant],[lang^=zh-hant] .ms-Fabric{font-family:Microsoft Jhenghei,Pmingliu,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--selawik{font-family:Selawik Web,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Icon--ArrowDownRightMirrored8:before{content:"\EED5"}.ms-Icon--ArrowDownRight8:before{content:"\EEF0"}.ms-Icon--ArrowUpRightMirrored8:before{content:"\EED4"}.ms-Icon--ArrowUpRight8:before{content:"\EEEF"}.ms-Icon--BidiLtr:before{content:"\E9AB"}.ms-Icon--BidiRtl:before{content:"\E9AA"}.ms-Icon--BookmarksMirrored:before{content:"\E8A4"}.ms-Icon--Bookmarks:before{content:"\EA41"}.ms-Icon--BulletedListMirrored:before{content:"\E8FD"}.ms-Icon--BulletedList:before{content:"\EA42"}.ms-Icon--CalendarMirrored:before{content:"\E787"}.ms-Icon--Calendar:before{content:"\ED28"}.ms-Icon--CaretBottomLeftSolid8:before{content:"\F122"}.ms-Icon--CaretBottomRightSolid8:before{content:"\F121"}.ms-Icon--CaretHollowMirrored:before{content:"\E817"}.ms-Icon--CaretHollow:before{content:"\EA45"}.ms-Icon--CaretLeft8:before{content:"\EDD6"}.ms-Icon--CaretRight8:before{content:"\EDD5"}.ms-Icon--CaretLeftSolid8:before{content:"\EDDA"}.ms-Icon--CaretRightSolid8:before{content:"\EDD9"}.ms-Icon--CaretSolidMirrored:before{content:"\E818"}.ms-Icon--CaretSolid:before{content:"\EA46"}.ms-Icon--CaretTopLeftSolid8:before{content:"\EF55"}.ms-Icon--CaretTopRightSolid8:before{content:"\EF54"}.ms-Icon--ChevronLeft:before{content:"\E76C"}.ms-Icon--ChevronRight:before{content:"\E76B"}.ms-Icon--ChevronLeftMed:before{content:"\E974"}.ms-Icon--ChevronRightMed:before{content:"\E973"}.ms-Icon--ChevronLeftSmall:before{content:"\E970"}.ms-Icon--ChevronRightSmall:before{content:"\E96F"}.ms-Icon--ChromeBackMirrored:before{content:"\E830"}.ms-Icon--ChromeBack:before{content:"\EA47"}.ms-Icon--ClosePaneMirrored:before{content:"\E89F"}.ms-Icon--ClosePane:before{content:"\EA49"}.ms-Icon--CustomListMirrored:before{content:"\EEBE"}.ms-Icon--CustomList:before{content:"\EEBF"}.ms-Icon--DateTimeMirrored:before{content:"\EC92"}.ms-Icon--DateTime:before{content:"\EE93"}.ms-Icon--DockLeftMirrored:before{content:"\E90C"}.ms-Icon--DockLeft:before{content:"\EA4C"}.ms-Icon--DoubleChevronLeft:before{content:"\EDBF"}.ms-Icon--DoubleChevronRight:before{content:"\EDBE"}.ms-Icon--DoubleChevronLeft12:before{content:"\EE99"}.ms-Icon--DoubleChevronRight12:before{content:"\EE98"}.ms-Icon--DoubleChevronLeftMedMirrored:before{content:"\E991"}.ms-Icon--DoubleChevronLeftMed:before{content:"\EA4D"}.ms-Icon--EditMirrored:before{content:"\E70F"}.ms-Icon--Edit:before{content:"\EB7E"}.ms-Icon--FabricFormLibraryMirrored:before{content:"\F09F"}.ms-Icon--FabricFormLibrary:before{content:"\F0A0"}.ms-Icon--FabricReportLibraryMirrored:before{content:"\F0A1"}.ms-Icon--FabricReportLibrary:before{content:"\F0A2"}.ms-Icon--FlickLeft:before{content:"\E938"}.ms-Icon--FlickRight:before{content:"\E937"}.ms-Icon--FormLibraryMirrored:before{content:"\EEB9"}.ms-Icon--FormLibrary:before{content:"\EEBA"}.ms-Icon--Forward:before{content:"\E72B"}.ms-Icon--Back:before{content:"\E72A"}.ms-Icon--HelpMirrored:before{content:"\E897"}.ms-Icon--Help:before{content:"\EA51"}.ms-Icon--IssueTrackingMirrored:before{content:"\EEC0"}.ms-Icon--IssueTracking:before{content:"\EEC1"}.ms-Icon--ListMirrored:before{content:"\EA37"}.ms-Icon--List:before{content:"\EA55"}.ms-Icon--MailReplyAllMirrored:before{content:"\E8C2"}.ms-Icon--MailReplyAll:before{content:"\EA58"}.ms-Icon--MailReplyMirrored:before{content:"\E8CA"}.ms-Icon--MailReply:before{content:"\EA57"}.ms-Icon--MultiSelectMirrored:before{content:"\E762"}.ms-Icon--MultiSelect:before{content:"\EA98"}.ms-Icon--OpenPaneMirrored:before{content:"\E8A0"}.ms-Icon--OpenPane:before{content:"\EA5B"}.ms-Icon--PageLeft:before{content:"\E761"}.ms-Icon--PageRight:before{content:"\E760"}.ms-Icon--QuestionnaireMirrored:before{content:"\EE19"}.ms-Icon--Questionnaire:before{content:"\EE4B"}.ms-Icon--Redo:before{content:"\E7A7"}.ms-Icon--Undo:before{content:"\E7A6"}.ms-Icon--ReplyAllMirrored:before{content:"\EE0A"}.ms-Icon--ReplyAll:before{content:"\EE36"}.ms-Icon--ReplyMirrored:before{content:"\E97A"}.ms-Icon--Reply:before{content:"\EE35"}.ms-Icon--ReportLibraryMirrored:before{content:"\EEBB"}.ms-Icon--ReportLibrary:before{content:"\EEBC"}.ms-Icon--SendMirrored:before{content:"\E724"}.ms-Icon--Send:before{content:"\EA63"}.ms-Icon--ShowResultsMirrored:before{content:"\E8BC"}.ms-Icon--ShowResults:before{content:"\EA65"}.ms-Icon--TaskManagerMirrored:before{content:"\EDB7"}.ms-Icon--TaskManager:before{content:"\EDB8"}.ms-Icon--ThumbnailViewMirrored:before{content:"\E7B6"}.ms-Icon--ThumbnailView:before{content:"\EA67"}.ms-Icon--TriangleLeft12:before{content:"\EED3"}.ms-Icon--TriangleRight12:before{content:"\EED2"}.ms-Icon--TriangleSolidLeft12:before{content:"\EECF"}.ms-Icon--TriangleSolidRight12:before{content:"\EECE"}.ms-Icon--ExportMirrored:before{content:"\EDE1"}.ms-Icon--Export:before{content:"\EDE2"}.ms-Icon--ImportMirrored:before{content:"\E8B5"}.ms-Icon--Import:before{content:"\EA52"}.ms-Icon--TaskGroupMirrored:before{content:"\F2AE"}.ms-Icon--TaskGroup:before{content:"\F2AF"}.ms-Icon--BulletedList2Mirrored:before{content:"\F2C7"}.ms-Icon--BulletedList2:before{content:"\F2C8"}.ms-Icon--FolderListMirrored:before{content:"\F2CE"}.ms-Icon--FolderList:before{content:"\F2CF"}.ms-Icon--NavigateBackMirrored:before{content:"\F2DD"}.ms-Icon--NavigateBack:before{content:"\F2DE"}.ms-Icon--NavigateForwardMirrored:before{content:"\F2DF"}.ms-Icon--NavigateForward:before{content:"\F2E0"}.ms-Icon--UnknownMirroredSolid:before{content:"\F2E1"}.ms-Icon--UnknownSolid:before{content:"\F2E2"}.ms-Icon--FeedbackRequestMirroredSolid:before{content:"\F359"}.ms-Icon--FeedbackRequestSolid:before{content:"\F35A"}.ms-Icon--FinancialMirroredSolid:before{content:"\F346"}.ms-Icon--FinancialSolid:before{content:"\F347"}.ms-Icon--PageListMirroredSolid:before{content:"\F33A"}.ms-Icon--PageListSolid:before{content:"\F33B"}.ms-Icon--ParkingLocationMirrored:before{content:"\E811"}.ms-Icon--ParkingLocation:before{content:"\EA5E"}.ms-Icon--ParkingMirroredSolid:before{content:"\F34A"}.ms-Icon--ParkingSolid:before{content:"\F34B"}.ms-Icon--ReviewRequestMirroredSolid:before{content:"\F356"}.ms-Icon--ReviewRequestSolid:before{content:"\F357"}.ms-Icon--SidePanelMirrored:before{content:"\EF52"}.ms-Icon--SidePanel:before{content:"\F221"}.ms-slideRightIn10{animation-name:ms-fadeIn,ms-slideLeftIn10;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideRightIn20{animation-name:ms-fadeIn,ms-slideLeftIn20;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideRightIn40{animation-name:ms-fadeIn,ms-slideLeftIn40;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideRightIn400{animation-name:ms-fadeIn,ms-slideLeftIn400;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideRightOut40{animation-name:ms-fadeOut,ms-slideLeftOut40;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideRightOut400{animation-name:ms-fadeOut,ms-slideLeftOut400;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideLeftIn10{animation-name:ms-fadeIn,ms-slideRightIn10;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideLeftIn20{animation-name:ms-fadeIn,ms-slideRightIn20;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideLeftIn40{animation-name:ms-fadeIn,ms-slideRightIn40;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideLeftIn400{animation-name:ms-fadeIn,ms-slideRightIn400;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-slideLeftOut40{animation-name:ms-fadeOut,ms-slideRightOut40;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-slideLeftOut400{animation-name:ms-fadeOut,ms-slideRightOut400;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-rotate90deg{animation-name:ms-rotateN90;animation-duration:.1s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-rotateN90deg{animation-name:ms-rotate90;animation-duration:.1s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both} \ No newline at end of file diff --git a/dist/documentation/Animations/index.html b/dist/documentation/Animations/index.html new file mode 100644 index 000000000..bf7853e2c --- /dev/null +++ b/dist/documentation/Animations/index.html @@ -0,0 +1,668 @@ + + + + + Office Fabric UI Core Documentation + + + + + +
+ +
+
+ +
+ +
+

Animations

+

Use the animation library to create web experiences that integrate with Office 365. You can use the animation CSS classes for navigation, panels, dialogs, and more. Animations include directionality (up, down, left, right relating to origin and completion of tasks), enter/exit (fade in, fade out, zoom in, zoom out), and duration (speed of enter/exit relating to urgency or content type).

+

When choosing a motion for side panels, consider the origin of the triggering element. Use the motion to create a link between the action and the resulting UI. For example, if the triggering element is on the right side of the interface, consider having the panel move in from the right.

+

When choosing a motion for dialogs, consider the origin and tone of the content. For a warning or error dialog, a quick fade in might be appropriate. If the dialog appears when a user chooses an item to get more information, a scale-up might be appropriate.

+
+ +
+
CSS Class
+
Description
+
Cubic Bezier
+
Timing
+
Example (Click to Animate)
+
+ + + +
+
Class
ms-slideRightIn10
+
Slide right 10px and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideRightIn20
+
Slide right 20px and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideRightIn40
+
Slide right 40px and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideLeftIn10
+
Slide left 10px and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideLeftIn20
+
Slide left 20px and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideLeftIn40
+
Slide left 40px and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideUpIn20
+
Slide up 20px and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideUpIn10
+
Slide up 10px and fade in
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideDownIn20
+
Slide down 20px and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideDownIn10
+
Slide down 10px and fade in
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideRightOut40
+
Slide right 40px and fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideLeftOut40
+
Slide left 40px and fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideUpOut20
+
Slide up 20px and fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideUpOut10
+
Slide up 10px and fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideDownOut20
+
Slide down 20px and fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-slideDownOut10
+
Slide down 10px and fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-scaleUpIn100
+
Scale up to 100% and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-scaleDownIn100
+
Scale down to 100% and fade in
+
cubic-bezier(0.1, 0.9, 0.2, 1)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-scaleUpOut103
+
Scale up to 103% and fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-scaleDownOut98
+
Scale down to 98% and fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-fadeIn100
+
Fade in
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-fadeIn200
+
Fade in
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.267s
+
+
+ +
+
+
+
+ +
+
Class
ms-fadeIn400
+
Fade in
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.367s
+
+
+ +
+
+
+
+ +
+
Class
ms-fadeIn500
+
Fade in
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.467s
+
+
+ +
+
+
+
+ +
+
Class
ms-fadeOut100
+
Fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.167s
+
+
+ +
+
+
+
+ +
+
Class
ms-fadeOut200
+
Fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.267s
+
+
+ +
+
+
+
+ +
+
Class
ms-fadeOut400
+
Fade out
+
cubic-bezier(0.1, 0.25, 0.75, 0.9)
+
0.367s
+
+
+ +
+
+
+
+
+
+ + +
+
+ + + \ No newline at end of file diff --git a/dist/documentation/Color/index.html b/dist/documentation/Color/index.html new file mode 100644 index 000000000..dfd19aae5 --- /dev/null +++ b/dist/documentation/Color/index.html @@ -0,0 +1,1587 @@ + + + + + Office Fabric UI Core Documentation + + + + + +
+ +
+
+ +
+ +
+

Color

+

Fabric includes 9 theme colors and 11 neutral colors. Each has helper classes for text, border, background, and hover states.

+ +

Theme colors

+

Use theme colors in wayfinding, navigation, and key interactions like primary actions and current or selected indicators.

+ +
+ +
+
+ Theme Darker
+ #004578
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-themeDarker

+
+
+

Font
ms-fontColor-themeDarker

+ + +
+
+
+

Acceptable Backgrounds

+
+
+
+
+
+
+

Background Color Class:

+
+

Ratio:

+
+
+
ms-bgColor-neutralLight
+
7:6:1
+
ms-bgColor-neutralLighter
+
8:3:1
+
ms-bgColor-neutralLightAlt
+
8:6:1
+
ms-bgColor-themeLight
+
6:7:1
+
ms-bgColor-themeLighter
+
7:6:1
+
ms-bgColor-themeLighterAlt
+
8:4:1
+
ms-bgColor-white
+
9:1:1
+
+
+
+
+
+
+ +
+
+

Border
ms-borderColor-themeDarker

+
+
+ +
+
+ Theme Dark
+ #005A9E
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-themeDark

+
+
+

Font
ms-fontColor-themeDark

+ + +
+
+
+

Acceptable Backgrounds

+
+
+
+
+
+
+

Background Color Class:

+
+

Ratio:

+
+
+
ms-bgColor-neutralLight
+
5:2:1
+
ms-bgColor-neutralLighter
+
5:7:1
+
ms-bgColor-neutralLightAlt
+
5:9:1
+
ms-bgColor-themeLight
+
4:6:1
+
ms-bgColor-themeLighter
+
5:2:1
+
ms-bgColor-themeLighterAlt
+
5:7:1
+
ms-bgColor-white
+
6:3:1
+
+
+
+
+
+
+ +
+
+

Border
ms-borderColor-themeDark

+
+
+ +
+
+ Theme Dark Alt
+ #106EBE
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-themeDarkAlt

+
+
+

Font
ms-fontColor-themeDarkAlt

+ + +
+
+
+

Acceptable Backgrounds

+
+
+
+
+
+
+

Background Color Class:

+
+

Ratio:

+
+
+
ms-bgColor-neutralLighter
+
4:8:1
+
ms-bgColor-neutralLightAlt
+
5:0:1
+
ms-bgColor-themeLighter
+
5:2:1
+
ms-bgColor-themeLighterAlt
+
4:8:1
+
ms-bgColor-white
+
5:6:1
+
+
+
+
+
+
+ +
+
+

Border
ms-borderColor-themeDarkAlt

+
+
+ +
+
+ Theme Primary
+ #0078D7
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-themePrimary

+
+
+

Font
ms-fontColor-themePrimary

+ + +
+
+
+

Acceptable Backgrounds

+
+
+
+
+
+
+

Background Color Class:

+
+

Ratio:

+
+
+
ms-bgColor-white
+
5:0:1
+
+
+
+
+
+
+ +
+
+

Border
ms-borderColor-themePrimary

+
+
+ +
+
+ Theme Secondary
+ #2b88D8
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-themeSecondary

+
+
+

Font
ms-fontColor-themeSecondary

+ + +
+
+

Border
ms-borderColor-themeSecondary

+
+
+ +
+
+ Theme Tertiary
+ #71AFE5
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-themeTertiary

+
+
+

Font
ms-fontColor-themeTertiary

+ + +
+
+

Border
ms-borderColor-themeTertiary

+
+
+ +
+
+ Theme Light
+ #C7E0F4
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-themeLight

+
+
+

Font
ms-fontColor-themeLight

+ + +
+
+

Border
ms-borderColor-themeLight

+
+
+ +
+
+ Theme Lighter
+ #DEECF9
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-themeLighter

+
+
+

Font
ms-fontColor-themeLighter

+ + +
+
+

Border
ms-borderColor-themeLighter

+
+
+ +
+
+ Theme Lighter Alt
+ #EFF6FC
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-themeLighterAlt

+
+
+

Font
ms-fontColor-themeLighterAlt

+ + +
+
+

Border
ms-borderColor-themeLighterAlt

+
+
+
+ +

Neutral Colors

+

Neutral colors include black, gray, and white. Use darker shades of gray for primary content, such as text and titles. Use black sparingly for high-impact strings (labels, names) and hover states. Use lighter shades of gray for supporting graphic elements and page areas.

+ +
+ +
+
+ Black
+ #000000
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-black

+
+
+

Font
ms-fontColor-black

+ + +
+
+
+

Acceptable Backgrounds

+
+
+
+
+
+
+

Background Color Class:

+
+

Ratio:

+
+
+
ms-bgColor-neutralLight
+
17:5:1
+
ms-bgColor-neutralLighter
+
19:9:1
+
ms-bgColor-neutralLightAlt
+
19:8:1
+
ms-bgColor-themeLight
+
15:4:1
+
ms-bgColor-themeLighter
+
17:5:1
+
ms-bgColor-themeLighterAlt
+
19:3:1
+
ms-bgColor-white
+
21:1
+
+
+
+
+
+
+ +
+
+

Border
ms-borderColor-black

+
+
+ +
+
+ Neutral Dark
+ #212121
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralDark

+
+
+

Font
ms-fontColor-neutralDark

+ + +
+
+

Border
ms-borderColor-neutralDark

+
+
+ +
+
+ Neutral Primary
+ #333333
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralPrimary

+
+
+

Font
ms-fontColor-neutralPrimary

+ + +
+
+
+

Acceptable Backgrounds

+
+
+
+
+
+
+

Background Color Class:

+
+

Ratio:

+
+
+
ms-bgColor-neutralLight
+
10:5:1
+
ms-bgColor-neutralLighter
+
11:5:1
+
ms-bgColor-neutralLightAlt
+
11:9:1
+
ms-bgColor-themeLight
+
9:3:1
+
ms-bgColor-themeLighterAlt
+
11:6:1
+
ms-bgColor-white
+
12:6:1
+
+
+
+
+
+
+ +
+
+

Border
ms-borderColor-neutralPrimary

+
+
+ +
+
+ Neutral Primary Alt
+ #3C3C3C
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralPrimaryAlt

+
+
+

Font
ms-fontColor-neutralPrimaryAlt

+ + +
+
+

Border
ms-borderColor-neutralPrimaryAlt

+
+
+ +
+
+ Neutral Secondary
+ #666666
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralSecondary

+
+
+

Font
ms-fontColor-neutralSecondary

+ + +
+
+
+

Acceptable Backgrounds

+
+
+
+
+
+
+

Background Color Class:

+
+

Ratio:

+
+
+
ms-bgColor-neutralLight
+
4:8:1
+
ms-bgColor-neutralLighter
+
5:2:1
+
ms-bgColor-neutralLightAlt
+
5:4:1
+
ms-bgColor-themeLighter
+
4:8:1
+
ms-bgColor-themeLighterAlt
+
5:27:1
+
ms-bgColor-white
+
5:7:1
+
+
+
+
+
+
+ +
+
+

Border
ms-borderColor-neutralSecondary

+
+
+ +
+
+ Neutral Secondary Alt
+ #767676
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralSecondaryAlt

+
+
+

Font
ms-fontColor-neutralSecondaryAlt

+ + +
+
+
+

Acceptable Backgrounds

+
+
+
+
+
+
+

Background Color Class:

+
+

Ratio:

+
+
+
ms-bgColor-white
+
4:5:1
+
+
+
+
+
+
+ +
+
+

Border
ms-borderColor-neutralSecondaryAlt

+
+
+ +
+
+ Neutral Tertiary
+ #A6A6A6
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralTertiary

+
+
+

Font
ms-fontColor-neutralTertiary

+ + +
+
+

Border
ms-borderColor-neutralTertiary

+
+
+ +
+
+ Neutral Tertiary Alt
+ #C8C8C8
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralTertiaryAlt

+
+
+

Font
ms-fontColor-neutralTertiaryAlt

+ + +
+
+

Border
ms-borderColor-neutralTertiaryAlt

+
+
+ +
+
+ Neutral Light
+ #EAEAEA
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralLight

+
+
+

Font
ms-fontColor-neutralLight

+ + +
+
+

Border
ms-borderColor-neutralLight

+
+
+ +
+
+ Neutral Lighter
+ #004578
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralLighter

+
+
+

Font
ms-fontColor-neutralLighter

+ + +
+
+

Border
ms-borderColor-neutralLighter

+
+
+ +
+
+ Neutral Lighter Alt
+ #F8F8F8
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-neutralLighterAlt

+
+
+

Font
ms-fontColor-neutralLighterAlt

+ + +
+
+

Border
ms-borderColor-neutralLighterAlt

+
+
+ +
+
+ White
+ #FFFFFF
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-white

+
+
+

Font
ms-fontColor-white

+ + +
+
+

Border
ms-borderColor-white

+
+
+
+ +

Accent Colors

+

Fabric also includes accent colors from the Microsoft color palette.

+ +
+ +
+
+ Yellow
+ #FFB900
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-yellow

+
+
+

Font
ms-fontColor-yellow

+ + +
+
+

Border
ms-borderColor-yellow

+
+
+ +
+
+ Light Yellow
+ #FFF100
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-yellowLight

+
+
+

Font
ms-fontColor-yellowLight

+ + +
+
+

Border
ms-borderColor-yellowLight

+
+
+ +
+
+ Orange
+ #D83B01
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-orange

+
+
+

Font
ms-fontColor-orange

+ + +
+
+

Border
ms-borderColor-orange

+
+
+ +
+
+ Orange Light
+ #EA4300
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-orangeLight

+
+
+

Font
ms-fontColor-orangeLight

+ + +
+
+

Border
ms-borderColor-orangeLight

+
+
+ +
+
+ Orange Lighter
+ #FF8C00
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-orangeLighter

+
+
+

Font
ms-fontColor-orangeLighter

+ + +
+
+

Border
ms-borderColor-orangeLighter

+
+
+ +
+
+ Dark Red
+ #A80000
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-redDark

+
+
+

Font
ms-fontColor-redDark

+ + +
+
+

Border
ms-borderColor-redDark

+
+
+ +
+
+ Red
+ #E81123
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-red

+
+
+

Font
ms-fontColor-red

+ + +
+
+

Border
ms-borderColor-red

+
+
+ +
+
+ Magenta Light
+ #E3008C
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-magentaLight

+
+
+

Font
ms-fontColor-magentaLight

+ + +
+
+

Border
ms-borderColor-magentaLight

+
+
+ +
+
+ Magenta
+ #B4009E
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-magenta

+
+
+

Font
ms-fontColor-magenta

+ + +
+
+

Border
ms-borderColor-magenta

+
+
+ +
+
+ Dark Magenta
+ #5C005C
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-magentaDark

+
+
+

Font
ms-fontColor-magentaDark

+ + +
+
+

Border
ms-borderColor-magentaDark

+
+
+ +
+
+ Light Purple
+ #B4A0FF
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-purpleLight

+
+
+

Font
ms-fontColor-purpleLight

+ + +
+
+

Border
ms-borderColor-purpleLight

+
+
+ +
+
+ Purple
+ #5C2D91
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-purple

+
+
+

Font
ms-fontColor-purple

+ + +
+
+

Border
ms-borderColor-purple

+
+
+ +
+
+ Dark Purple
+ #32145A
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-purpleDark

+
+
+

Font
ms-fontColor-purpleDark

+ + +
+
+

Border
ms-borderColor-purpleDark

+
+
+ +
+
+ Light Blue
+ #00BCF2
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-blueLight

+
+
+

Font
ms-fontColor-blueLight

+ + +
+
+

Border
ms-borderColor-blueLight

+
+
+ +
+
+ Mid Blue
+ #00188F
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-blueMid

+
+
+

Font
ms-fontColor-blueMid

+ + +
+
+

Border
ms-borderColor-blueMid

+
+
+ +
+
+ Blue
+ #0078d7
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-blue

+
+
+

Font
ms-fontColor-blue

+ + +
+
+

Border
ms-borderColor-blue

+
+
+ +
+
+ Dark Blue
+ #002050
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-blueDark

+
+
+

Font
ms-fontColor-blueDark

+ + +
+
+

Border
ms-borderColor-blueDark

+
+
+ +
+
+ Light Teal
+ #00B294
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-tealLight

+
+
+

Font
ms-fontColor-tealLight

+ + +
+
+

Border
ms-borderColor-tealLight

+
+
+ +
+
+ Teal
+ #008272
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-teal

+
+
+

Font
ms-fontColor-teal

+ + +
+
+

Border
ms-borderColor-teal

+
+
+ +
+
+ Dark Teal
+ #004B50
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-tealDark

+
+
+

Font
ms-fontColor-tealDark

+ + +
+
+

Border
ms-borderColor-tealDark

+
+
+ +
+
+ Light Green
+ #BAD80A
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-greenLight

+
+
+

Font
ms-fontColor-greenLight

+ + +
+
+

Border
ms-borderColor-greenLight

+
+
+ +
+
+ Green
+ #107C10
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-green

+
+
+

Font
ms-fontColor-green

+ + +
+
+

Border
ms-borderColor-green

+
+
+ +
+
+ Dark Green
+ #004B1C
+
+
+ Aa +
+
+
+
+ +
+
+

Background
ms-bgColor-greenDark

+
+
+

Font
ms-fontColor-greenDark

+ + +
+
+

Border
ms-borderColor-greenDark

+
+
+
+ +

Message Colors

+

Use these colors when you need to communicate the system's status, such as in a notification or error message.

+ +
+ +
+
+

Info (Background)
+ #f4f4f4

+
+
+

Info (Font and Border)
+ #107c10

+
+
+ +
+
+ +
+
+

Background
ms-bgColor-info

+
+
+

Font
ms-fontColor-info

+
+
+

Border
ms-borderColor-info

+
+
+ +
+
+

Success (Background)
+ #dff6dd

+
+
+

Success (Font and Border)
+ #107c10

+
+
+ +
+
+ +
+
+

Background
ms-bgColor-success

+
+
+

Font
ms-fontColor-success

+
+
+

Border
ms-borderColor-success

+
+
+ +
+
+

Alert (Background)
+ #fed9cc

+
+
+

Alert (Font and Border)
+ #d83b01

+
+
+ +
+
+ +
+
+

Background
ms-bgColor-alert

+
+
+

Font
ms-fontColor-alert

+
+
+

Border
ms-borderColor-alert

+
+
+ +
+
+

Error (Background)
+ #fde7e9

+
+
+

Error (Font and Border)
+ #a80000

+
+
+ +
+
+ +
+
+

Background
ms-bgColor-error

+
+
+

Font
ms-fontColor-error

+
+
+

Border
ms-borderColor-error

+
+
+
+
+ +
+
+ + + diff --git a/dist/documentation/Icons/index.html b/dist/documentation/Icons/index.html new file mode 100644 index 000000000..18801184e --- /dev/null +++ b/dist/documentation/Icons/index.html @@ -0,0 +1,1177 @@ + + + + + Office Fabric UI Core Documentation + + + + + +
+ +
+
+ +
+ +
+

Icons

+

Fabric uses a custom font for its iconography. This font contains glyphs that you can scale, color, and style in any way. You can even flip them for right-to-left localization. To use the icons, combine the base ms-Icon class with a modifier class for the specific icon.

+
<i class="ms-Icon ms-Icon--Mail" aria-hidden="true"></i>
+

Note the aria-hidden attribute, which prevents screen readers from reading the icon. In cases where meaning is conveyed only through the icon, such as an icon-only navigation bar, be sure to apply an aria-label to the button for accessibility.

+
+
    +
  • ms-Icon--AADLogo
  • +
  • ms-Icon--Accept
  • +
  • ms-Icon--AccessLogo
  • +
  • ms-Icon--AccessLogoFill
  • +
  • ms-Icon--Accounts
  • +
  • ms-Icon--ActivityFeed
  • +
  • ms-Icon--Add
  • +
  • ms-Icon--AddEvent
  • +
  • ms-Icon--AddFavorite
  • +
  • ms-Icon--AddFavoriteFill
  • +
  • ms-Icon--AddFriend
  • +
  • ms-Icon--AddGroup
  • +
  • ms-Icon--AddOnlineMeeting
  • +
  • ms-Icon--AddPhone
  • +
  • ms-Icon--AddTo
  • +
  • ms-Icon--Admin
  • +
  • ms-Icon--AdminALogo
  • +
  • ms-Icon--AdminCLogo
  • +
  • ms-Icon--AdminDLogo
  • +
  • ms-Icon--AdminELogo
  • +
  • ms-Icon--AdminLLogo
  • +
  • ms-Icon--AdminMLogo
  • +
  • ms-Icon--AdminOLogo
  • +
  • ms-Icon--AdminPLogo
  • +
  • ms-Icon--AdminSLogo
  • +
  • ms-Icon--AdminYLogo
  • +
  • ms-Icon--Airplane
  • +
  • ms-Icon--AirplaneSolid
  • +
  • ms-Icon--AirTickets
  • +
  • ms-Icon--AlarmClock
  • +
  • ms-Icon--Album
  • +
  • ms-Icon--AlbumRemove
  • +
  • ms-Icon--AlertSolid
  • +
  • ms-Icon--AlignCenter
  • +
  • ms-Icon--AlignLeft
  • +
  • ms-Icon--AlignRight
  • +
  • ms-Icon--AnalyticsLogo
  • +
  • ms-Icon--AnalyticsQuery
  • +
  • ms-Icon--AnalyticsReport
  • +
  • ms-Icon--AndroidLogo
  • +
  • ms-Icon--Annotation
  • +
  • ms-Icon--AppIconDefault
  • +
  • ms-Icon--Archive
  • +
  • ms-Icon--AreaChart
  • +
  • ms-Icon--Arrivals
  • +
  • ms-Icon--ArrowDownRight8
  • +
  • ms-Icon--ArrowDownRightMirrored8
  • +
  • ms-Icon--ArrowTallDownLeft
  • +
  • ms-Icon--ArrowTallDownRight
  • +
  • ms-Icon--ArrowTallUpLeft
  • +
  • ms-Icon--ArrowTallUpRight
  • +
  • ms-Icon--ArrowUpRight8
  • +
  • ms-Icon--ArrowUpRightMirrored8
  • +
  • ms-Icon--Articles
  • +
  • ms-Icon--Ascending
  • +
  • ms-Icon--AssessmentGroup
  • +
  • ms-Icon--AssessmentGroupTemplate
  • +
  • ms-Icon--AssetLibrary
  • +
  • ms-Icon--Assign
  • +
  • ms-Icon--Asterisk
  • +
  • ms-Icon--AsteriskSolid
  • +
  • ms-Icon--ATPLogo
  • +
  • ms-Icon--Attach
  • +
  • ms-Icon--AustralianRules
  • +
  • ms-Icon--AutoEnhanceOff
  • +
  • ms-Icon--AutoEnhanceOn
  • +
  • ms-Icon--AutoFillTemplate
  • +
  • ms-Icon--AutoRacing
  • +
  • ms-Icon--AwayStatus
  • +
  • ms-Icon--AzureAPIManagement
  • +
  • ms-Icon--AzureKeyVault
  • +
  • ms-Icon--AzureLogo
  • +
  • ms-Icon--AzureServiceEndpoint
  • +
  • ms-Icon--Back
  • +
  • ms-Icon--Backlog
  • +
  • ms-Icon--BackToWindow
  • +
  • ms-Icon--Badge
  • +
  • ms-Icon--Balloons
  • +
  • ms-Icon--BankSolid
  • +
  • ms-Icon--BarChart4
  • +
  • ms-Icon--BarChartHorizontal
  • +
  • ms-Icon--BarChartVertical
  • +
  • ms-Icon--Baseball
  • +
  • ms-Icon--BidiLtr
  • +
  • ms-Icon--BidiRtl
  • +
  • ms-Icon--BingLogo
  • +
  • ms-Icon--BlockContact
  • +
  • ms-Icon--Blocked
  • +
  • ms-Icon--Blocked2
  • +
  • ms-Icon--BlowingSnow
  • +
  • ms-Icon--Blur
  • +
  • ms-Icon--Boards
  • +
  • ms-Icon--Bold
  • +
  • ms-Icon--BookingsLogo
  • +
  • ms-Icon--Bookmarks
  • +
  • ms-Icon--BookmarksMirrored
  • +
  • ms-Icon--BoxAdditionSolid
  • +
  • ms-Icon--BoxCheckmarkSolid
  • +
  • ms-Icon--BoxLogo
  • +
  • ms-Icon--BoxMultiplySolid
  • +
  • ms-Icon--BoxPlaySolid
  • +
  • ms-Icon--BoxSubtractSolid
  • +
  • ms-Icon--BranchCommit
  • +
  • ms-Icon--BranchCompare
  • +
  • ms-Icon--BranchFork
  • +
  • ms-Icon--BranchFork2
  • +
  • ms-Icon--BranchLocked
  • +
  • ms-Icon--BranchMerge
  • +
  • ms-Icon--BranchPullRequest
  • +
  • ms-Icon--BranchSearch
  • +
  • ms-Icon--BranchShelveset
  • +
  • ms-Icon--Breadcrumb
  • +
  • ms-Icon--Brightness
  • +
  • ms-Icon--Broom
  • +
  • ms-Icon--BucketColor
  • +
  • ms-Icon--BucketColorFill
  • +
  • ms-Icon--BufferTimeAfter
  • +
  • ms-Icon--BufferTimeBefore
  • +
  • ms-Icon--BufferTimeBoth
  • +
  • ms-Icon--BugSolid
  • +
  • ms-Icon--Build
  • +
  • ms-Icon--BuildIssue
  • +
  • ms-Icon--BuildQueue
  • +
  • ms-Icon--BuildQueueNew
  • +
  • ms-Icon--BulletedList
  • +
  • ms-Icon--BulletedList2
  • +
  • ms-Icon--BulletedList2Mirrored
  • +
  • ms-Icon--BulletedListMirrored
  • +
  • ms-Icon--BusinessHoursSign
  • +
  • ms-Icon--BusSolid
  • +
  • ms-Icon--Cafe
  • +
  • ms-Icon--Cake
  • +
  • ms-Icon--CalculatorAddition
  • +
  • ms-Icon--CalculatorEqualTo
  • +
  • ms-Icon--CalculatorMultiply
  • +
  • ms-Icon--CalculatorNotEqualTo
  • +
  • ms-Icon--CalculatorSubtract
  • +
  • ms-Icon--Calendar
  • +
  • ms-Icon--CalendarAgenda
  • +
  • ms-Icon--CalendarDay
  • +
  • ms-Icon--CalendarMirrored
  • +
  • ms-Icon--CalendarReply
  • +
  • ms-Icon--CalendarWeek
  • +
  • ms-Icon--CalendarWorkWeek
  • +
  • ms-Icon--CaloriesAdd
  • +
  • ms-Icon--Camera
  • +
  • ms-Icon--Cancel
  • +
  • ms-Icon--CannedChat
  • +
  • ms-Icon--Car
  • +
  • ms-Icon--CaretBottomLeftCenter8
  • +
  • ms-Icon--CaretBottomLeftSolid8
  • +
  • ms-Icon--CaretBottomRightCenter8
  • +
  • ms-Icon--CaretBottomRightSolid8
  • +
  • ms-Icon--CaretDown8
  • +
  • ms-Icon--CaretDownSolid8
  • +
  • ms-Icon--CaretHollow
  • +
  • ms-Icon--CaretHollowMirrored
  • +
  • ms-Icon--CaretLeft8
  • +
  • ms-Icon--CaretLeftSolid8
  • +
  • ms-Icon--CaretRight
  • +
  • ms-Icon--CaretRight8
  • +
  • ms-Icon--CaretRightSolid8
  • +
  • ms-Icon--CaretSolid
  • +
  • ms-Icon--CaretSolid16
  • +
  • ms-Icon--CaretSolidDown
  • +
  • ms-Icon--CaretSolidLeft
  • +
  • ms-Icon--CaretSolidMirrored
  • +
  • ms-Icon--CaretSolidRight
  • +
  • ms-Icon--CaretSolidUp
  • +
  • ms-Icon--CaretTopLeftCenter8
  • +
  • ms-Icon--CaretTopLeftSolid8
  • +
  • ms-Icon--CaretTopRightCenter8
  • +
  • ms-Icon--CaretTopRightSolid8
  • +
  • ms-Icon--CaretUp8
  • +
  • ms-Icon--CaretUpSolid8
  • +
  • ms-Icon--Cat
  • +
  • ms-Icon--CellPhone
  • +
  • ms-Icon--Certificate
  • +
  • ms-Icon--Chart
  • +
  • ms-Icon--Chat
  • +
  • ms-Icon--ChatInviteFriend
  • +
  • ms-Icon--ChatSolid
  • +
  • ms-Icon--Checkbox
  • +
  • ms-Icon--CheckboxComposite
  • +
  • ms-Icon--CheckboxCompositeReversed
  • +
  • ms-Icon--CheckboxIndeterminate
  • +
  • ms-Icon--CheckList
  • +
  • ms-Icon--CheckMark
  • +
  • ms-Icon--ChevronDown
  • +
  • ms-Icon--ChevronDownEnd6
  • +
  • ms-Icon--ChevronDownMed
  • +
  • ms-Icon--ChevronDownSmall
  • +
  • ms-Icon--ChevronFold10
  • +
  • ms-Icon--ChevronLeft
  • +
  • ms-Icon--ChevronLeftEnd6
  • +
  • ms-Icon--ChevronLeftMed
  • +
  • ms-Icon--ChevronLeftSmall
  • +
  • ms-Icon--ChevronRight
  • +
  • ms-Icon--ChevronRightEnd6
  • +
  • ms-Icon--ChevronRightMed
  • +
  • ms-Icon--ChevronRightSmall
  • +
  • ms-Icon--ChevronUnfold10
  • +
  • ms-Icon--ChevronUp
  • +
  • ms-Icon--ChevronUpEnd6
  • +
  • ms-Icon--ChevronUpMed
  • +
  • ms-Icon--ChevronUpSmall
  • +
  • ms-Icon--ChromeBack
  • +
  • ms-Icon--ChromeBackMirrored
  • +
  • ms-Icon--ChromeClose
  • +
  • ms-Icon--ChromeMinimize
  • +
  • ms-Icon--CircleAddition
  • +
  • ms-Icon--CircleAdditionSolid
  • +
  • ms-Icon--CircleFill
  • +
  • ms-Icon--CircleHalfFull
  • +
  • ms-Icon--CirclePause
  • +
  • ms-Icon--CirclePauseSolid
  • +
  • ms-Icon--CirclePlus
  • +
  • ms-Icon--CircleRing
  • +
  • ms-Icon--CircleStop
  • +
  • ms-Icon--CircleStopSolid
  • +
  • ms-Icon--CityNext
  • +
  • ms-Icon--ClassNotebookLogoInverse
  • +
  • ms-Icon--ClassroomLogo
  • +
  • ms-Icon--Clear
  • +
  • ms-Icon--ClearFilter
  • +
  • ms-Icon--ClearFormatting
  • +
  • ms-Icon--ClearNight
  • +
  • ms-Icon--Clock
  • +
  • ms-Icon--CloneToDesktop
  • +
  • ms-Icon--ClosedCaption
  • +
  • ms-Icon--ClosePane
  • +
  • ms-Icon--ClosePaneMirrored
  • +
  • ms-Icon--Cloud
  • +
  • ms-Icon--CloudAdd
  • +
  • ms-Icon--CloudDownload
  • +
  • ms-Icon--CloudUpload
  • +
  • ms-Icon--CloudWeather
  • +
  • ms-Icon--Cloudy
  • +
  • ms-Icon--Cocktails
  • +
  • ms-Icon--Code
  • +
  • ms-Icon--Coffee
  • +
  • ms-Icon--CoffeeScript
  • +
  • ms-Icon--CollapseContent
  • +
  • ms-Icon--CollapseContentSingle
  • +
  • ms-Icon--CollapseMenu
  • +
  • ms-Icon--CollegeFootball
  • +
  • ms-Icon--CollegeHoops
  • +
  • ms-Icon--Color
  • +
  • ms-Icon--ColorSolid
  • +
  • ms-Icon--ColumnLeftTwoThirds
  • +
  • ms-Icon--ColumnLeftTwoThirdsEdit
  • +
  • ms-Icon--ColumnOptions
  • +
  • ms-Icon--ColumnRightTwoThirds
  • +
  • ms-Icon--ColumnRightTwoThirdsEdit
  • +
  • ms-Icon--Combine
  • +
  • ms-Icon--CommandPrompt
  • +
  • ms-Icon--Comment
  • +
  • ms-Icon--CommentAdd
  • +
  • ms-Icon--CommentNext
  • +
  • ms-Icon--CommentPrevious
  • +
  • ms-Icon--CommentUrgent
  • +
  • ms-Icon--Communications
  • +
  • ms-Icon--CompassNW
  • +
  • ms-Icon--Completed
  • +
  • ms-Icon--CompletedSolid
  • +
  • ms-Icon--ConfigurationSolid
  • +
  • ms-Icon--ConstructionCone
  • +
  • ms-Icon--ConstructionConeSolid
  • +
  • ms-Icon--Contact
  • +
  • ms-Icon--ContactCard
  • +
  • ms-Icon--ContactInfo
  • +
  • ms-Icon--Contrast
  • +
  • ms-Icon--Copy
  • +
  • ms-Icon--Cotton
  • +
  • ms-Icon--CPlusPlus
  • +
  • ms-Icon--CPlusPlusLanguage
  • +
  • ms-Icon--Cricket
  • +
  • ms-Icon--CRMReport
  • +
  • ms-Icon--CrownSolid
  • +
  • ms-Icon--CSharp
  • +
  • ms-Icon--CSharpLanguage
  • +
  • ms-Icon--CSS
  • +
  • ms-Icon--CustomList
  • +
  • ms-Icon--CustomListMirrored
  • +
  • ms-Icon--Cut
  • +
  • ms-Icon--Cycling
  • +
  • ms-Icon--Database
  • +
  • ms-Icon--DataConnectionLibrary
  • +
  • ms-Icon--DateTime
  • +
  • ms-Icon--DateTime2
  • +
  • ms-Icon--DateTimeMirrored
  • +
  • ms-Icon--DecisionSolid
  • +
  • ms-Icon--DecreaseIndentLegacy
  • +
  • ms-Icon--Delete
  • +
  • ms-Icon--DelveAnalytics
  • +
  • ms-Icon--DelveAnalyticsLogo
  • +
  • ms-Icon--DelveLogo
  • +
  • ms-Icon--DelveLogoFill
  • +
  • ms-Icon--DelveLogoInverse
  • +
  • ms-Icon--Deploy
  • +
  • ms-Icon--Descending
  • +
  • ms-Icon--Design
  • +
  • ms-Icon--DeveloperTools
  • +
  • ms-Icon--Devices3
  • +
  • ms-Icon--Devices4
  • +
  • ms-Icon--Dialpad
  • +
  • ms-Icon--DiamondSolid
  • +
  • ms-Icon--Dictionary
  • +
  • ms-Icon--DietPlanNotebook
  • +
  • ms-Icon--DiffInline
  • +
  • ms-Icon--DiffSideBySide
  • +
  • ms-Icon--DisableUpdates
  • +
  • ms-Icon--Dislike
  • +
  • ms-Icon--DockLeft
  • +
  • ms-Icon--DockLeftMirrored
  • +
  • ms-Icon--DockRight
  • +
  • ms-Icon--DocLibrary
  • +
  • ms-Icon--DocsLogoInverse
  • +
  • ms-Icon--Document
  • +
  • ms-Icon--Documentation
  • +
  • ms-Icon--DocumentManagement
  • +
  • ms-Icon--DocumentReply
  • +
  • ms-Icon--DocumentSearch
  • +
  • ms-Icon--DocumentSet
  • +
  • ms-Icon--DonutChart
  • +
  • ms-Icon--Door
  • +
  • ms-Icon--DoubleBookmark
  • +
  • ms-Icon--DoubleChevronDown
  • +
  • ms-Icon--DoubleChevronDown12
  • +
  • ms-Icon--DoubleChevronDown8
  • +
  • ms-Icon--DoubleChevronLeft
  • +
  • ms-Icon--DoubleChevronLeft12
  • +
  • ms-Icon--DoubleChevronLeft8
  • +
  • ms-Icon--DoubleChevronLeftMed
  • +
  • ms-Icon--DoubleChevronLeftMedMirrored
  • +
  • ms-Icon--DoubleChevronRight
  • +
  • ms-Icon--DoubleChevronRight12
  • +
  • ms-Icon--DoubleChevronRight8
  • +
  • ms-Icon--DoubleChevronUp
  • +
  • ms-Icon--DoubleChevronUp12
  • +
  • ms-Icon--DoubleChevronUp8
  • +
  • ms-Icon--DoubleColumn
  • +
  • ms-Icon--DoubleColumnEdit
  • +
  • ms-Icon--Down
  • +
  • ms-Icon--Download
  • +
  • ms-Icon--DRM
  • +
  • ms-Icon--Drop
  • +
  • ms-Icon--DropboxLogo
  • +
  • ms-Icon--Dropdown
  • +
  • ms-Icon--Duststorm
  • +
  • ms-Icon--Dynamics365Logo
  • +
  • ms-Icon--DynamicSMBLogo
  • +
  • ms-Icon--EatDrink
  • +
  • ms-Icon--EdgeLogo
  • +
  • ms-Icon--Edit
  • +
  • ms-Icon--EditMail
  • +
  • ms-Icon--EditMirrored
  • +
  • ms-Icon--EditNote
  • +
  • ms-Icon--EditPhoto
  • +
  • ms-Icon--EditStyle
  • +
  • ms-Icon--EgnyteLogo
  • +
  • ms-Icon--Embed
  • +
  • ms-Icon--EMI
  • +
  • ms-Icon--Emoji
  • +
  • ms-Icon--Emoji2
  • +
  • ms-Icon--EmojiDisappointed
  • +
  • ms-Icon--EmojiNeutral
  • +
  • ms-Icon--EmptyRecycleBin
  • +
  • ms-Icon--EngineeringGroup
  • +
  • ms-Icon--Equalizer
  • +
  • ms-Icon--EraseTool
  • +
  • ms-Icon--Error
  • +
  • ms-Icon--ErrorBadge
  • +
  • ms-Icon--Event
  • +
  • ms-Icon--EventDate
  • +
  • ms-Icon--EventInfo
  • +
  • ms-Icon--ExcelDocument
  • +
  • ms-Icon--ExcelLogo
  • +
  • ms-Icon--ExcelLogo16
  • +
  • ms-Icon--ExcelLogoFill
  • +
  • ms-Icon--ExcelLogoFill16
  • +
  • ms-Icon--ExcelLogoInverse
  • +
  • ms-Icon--ExcelLogoInverse16
  • +
  • ms-Icon--ExchangeLogo
  • +
  • ms-Icon--ExchangeLogoFill
  • +
  • ms-Icon--ExchangeLogoInverse
  • +
  • ms-Icon--ExpandMenu
  • +
  • ms-Icon--ExploreContent
  • +
  • ms-Icon--ExploreContentSingle
  • +
  • ms-Icon--Export
  • +
  • ms-Icon--ExportMirrored
  • +
  • ms-Icon--FabricAssetLibrary
  • +
  • ms-Icon--FabricDataConnectionLibrary
  • +
  • ms-Icon--FabricDocLibrary
  • +
  • ms-Icon--FabricFolder
  • +
  • ms-Icon--FabricFolderFill
  • +
  • ms-Icon--FabricFolderSearch
  • +
  • ms-Icon--FabricFormLibrary
  • +
  • ms-Icon--FabricFormLibraryMirrored
  • +
  • ms-Icon--FabricMovetoFolder
  • +
  • ms-Icon--FabricNewFolder
  • +
  • ms-Icon--FabricOpenFolderHorizontal
  • +
  • ms-Icon--FabricPictureLibrary
  • +
  • ms-Icon--FabricPublicFolder
  • +
  • ms-Icon--FabricReportLibrary
  • +
  • ms-Icon--FabricReportLibraryMirrored
  • +
  • ms-Icon--FabricSyncFolder
  • +
  • ms-Icon--FabricUnsyncFolder
  • +
  • ms-Icon--FacebookLogo
  • +
  • ms-Icon--Family
  • +
  • ms-Icon--FangBody
  • +
  • ms-Icon--FastForward
  • +
  • ms-Icon--Favicon
  • +
  • ms-Icon--FavoriteList
  • +
  • ms-Icon--FavoriteStar
  • +
  • ms-Icon--FavoriteStarFill
  • +
  • ms-Icon--Fax
  • +
  • ms-Icon--Feedback
  • +
  • ms-Icon--FeedbackRequestMirroredSolid
  • +
  • ms-Icon--FeedbackRequestSolid
  • +
  • ms-Icon--FeedbackResponseSolid
  • +
  • ms-Icon--Ferry
  • +
  • ms-Icon--FerrySolid
  • +
  • ms-Icon--FieldChanged
  • +
  • ms-Icon--FieldEmpty
  • +
  • ms-Icon--FieldFilled
  • +
  • ms-Icon--FieldNotChanged
  • +
  • ms-Icon--FileASPX
  • +
  • ms-Icon--FileBug
  • +
  • ms-Icon--FileCode
  • +
  • ms-Icon--FileComment
  • +
  • ms-Icon--FileCSS
  • +
  • ms-Icon--FileHTML
  • +
  • ms-Icon--FileImage
  • +
  • ms-Icon--FileJAVA
  • +
  • ms-Icon--FileLess
  • +
  • ms-Icon--FilePDB
  • +
  • ms-Icon--FileSass
  • +
  • ms-Icon--FileSQL
  • +
  • ms-Icon--FileSymlink
  • +
  • ms-Icon--FileTemplate
  • +
  • ms-Icon--FileTypeSolution
  • +
  • ms-Icon--Filter
  • +
  • ms-Icon--Filters
  • +
  • ms-Icon--FiltersSolid
  • +
  • ms-Icon--Financial
  • +
  • ms-Icon--FinancialMirroredSolid
  • +
  • ms-Icon--FinancialSolid
  • +
  • ms-Icon--Fingerprint
  • +
  • ms-Icon--FiveTileGrid
  • +
  • ms-Icon--Flag
  • +
  • ms-Icon--FlameSolid
  • +
  • ms-Icon--FlickDown
  • +
  • ms-Icon--FlickLeft
  • +
  • ms-Icon--FlickRight
  • +
  • ms-Icon--FlickUp
  • +
  • ms-Icon--Flow
  • +
  • ms-Icon--FocalPoint
  • +
  • ms-Icon--Fog
  • +
  • ms-Icon--Folder
  • +
  • ms-Icon--FolderFill
  • +
  • ms-Icon--FolderHorizontal
  • +
  • ms-Icon--FolderList
  • +
  • ms-Icon--FolderListMirrored
  • +
  • ms-Icon--FolderOpen
  • +
  • ms-Icon--FolderQuery
  • +
  • ms-Icon--FolderSearch
  • +
  • ms-Icon--Font
  • +
  • ms-Icon--FontColor
  • +
  • ms-Icon--FontDecrease
  • +
  • ms-Icon--FontIncrease
  • +
  • ms-Icon--FontSize
  • +
  • ms-Icon--FormLibrary
  • +
  • ms-Icon--FormLibraryMirrored
  • +
  • ms-Icon--Forward
  • +
  • ms-Icon--ForwardEvent
  • +
  • ms-Icon--Freezing
  • +
  • ms-Icon--Frigid
  • +
  • ms-Icon--FSharp
  • +
  • ms-Icon--FSharpLanguage
  • +
  • ms-Icon--FullCircleMask
  • +
  • ms-Icon--FullHistory
  • +
  • ms-Icon--FullScreen
  • +
  • ms-Icon--FullWidth
  • +
  • ms-Icon--FullWidthEdit
  • +
  • ms-Icon--Generate
  • +
  • ms-Icon--Giftbox
  • +
  • ms-Icon--GiftboxOpen
  • +
  • ms-Icon--GiftBoxSolid
  • +
  • ms-Icon--GiftCard
  • +
  • ms-Icon--GitGraph
  • +
  • ms-Icon--Glasses
  • +
  • ms-Icon--Glimmer
  • +
  • ms-Icon--GlobalNavButton
  • +
  • ms-Icon--Globe
  • +
  • ms-Icon--GlobeFavorite
  • +
  • ms-Icon--Golf
  • +
  • ms-Icon--GoogleDriveLogo
  • +
  • ms-Icon--GoogleDriveLogoBottomBlue
  • +
  • ms-Icon--GoogleDriveLogoLeftGreen
  • +
  • ms-Icon--GoogleDriveLogoRightYellow
  • +
  • ms-Icon--GotoToday
  • +
  • ms-Icon--GripperBarVertical
  • +
  • ms-Icon--GripperTool
  • +
  • ms-Icon--Group
  • +
  • ms-Icon--GroupedAscending
  • +
  • ms-Icon--GroupedDescending
  • +
  • ms-Icon--GroupedList
  • +
  • ms-Icon--HailDay
  • +
  • ms-Icon--HailNight
  • +
  • ms-Icon--HalfAlpha
  • +
  • ms-Icon--Handwriting
  • +
  • ms-Icon--HardDriveGroup
  • +
  • ms-Icon--Header1
  • +
  • ms-Icon--Header2
  • +
  • ms-Icon--Header3
  • +
  • ms-Icon--Header4
  • +
  • ms-Icon--Headset
  • +
  • ms-Icon--HeadsetSolid
  • +
  • ms-Icon--Health
  • +
  • ms-Icon--HealthSolid
  • +
  • ms-Icon--Heart
  • +
  • ms-Icon--HeartFill
  • +
  • ms-Icon--Help
  • +
  • ms-Icon--HelpMirrored
  • +
  • ms-Icon--Hide
  • +
  • ms-Icon--Hide2
  • +
  • ms-Icon--Highlight
  • +
  • ms-Icon--HighlightMappedShapes
  • +
  • ms-Icon--History
  • +
  • ms-Icon--Home
  • +
  • ms-Icon--HomeSolid
  • +
  • ms-Icon--Hospital
  • +
  • ms-Icon--Hotel
  • +
  • ms-Icon--IconSetsFlag
  • +
  • ms-Icon--ImageCrosshair
  • +
  • ms-Icon--ImageDiff
  • +
  • ms-Icon--ImagePixel
  • +
  • ms-Icon--Import
  • +
  • ms-Icon--Important
  • +
  • ms-Icon--ImportMirrored
  • +
  • ms-Icon--InboxCheck
  • +
  • ms-Icon--IncidentTriangle
  • +
  • ms-Icon--IncreaseIndentLegacy
  • +
  • ms-Icon--Info
  • +
  • ms-Icon--Info2
  • +
  • ms-Icon--InfoSolid
  • +
  • ms-Icon--InsertTextBox
  • +
  • ms-Icon--InstallToDrive
  • +
  • ms-Icon--InternetSharing
  • +
  • ms-Icon--iOSAppStoreLogo
  • +
  • ms-Icon--IssueTracking
  • +
  • ms-Icon--IssueTrackingMirrored
  • +
  • ms-Icon--Italic
  • +
  • ms-Icon--JavaScriptLanguage
  • +
  • ms-Icon--JoinOnlineMeeting
  • +
  • ms-Icon--JS
  • +
  • ms-Icon--Label
  • +
  • ms-Icon--LandscapeOrientation
  • +
  • ms-Icon--LaptopSelected
  • +
  • ms-Icon--LargeGrid
  • +
  • ms-Icon--Library
  • +
  • ms-Icon--Lifesaver
  • +
  • ms-Icon--LifesaverLock
  • +
  • ms-Icon--Light
  • +
  • ms-Icon--Lightbulb
  • +
  • ms-Icon--LightningBolt
  • +
  • ms-Icon--Like
  • +
  • ms-Icon--LineChart
  • +
  • ms-Icon--Link
  • +
  • ms-Icon--LinkedInLogo
  • +
  • ms-Icon--List
  • +
  • ms-Icon--ListMirrored
  • +
  • ms-Icon--LocaleLanguage
  • +
  • ms-Icon--Location
  • +
  • ms-Icon--LocationCircle
  • +
  • ms-Icon--LocationDot
  • +
  • ms-Icon--LocationFill
  • +
  • ms-Icon--LocationOutline
  • +
  • ms-Icon--Lock
  • +
  • ms-Icon--LockSolid
  • +
  • ms-Icon--LogRemove
  • +
  • ms-Icon--LowerBrightness
  • +
  • ms-Icon--LyncLogo
  • +
  • ms-Icon--Mail
  • +
  • ms-Icon--MailAlert
  • +
  • ms-Icon--MailCheck
  • +
  • ms-Icon--MailFill
  • +
  • ms-Icon--MailForward
  • +
  • ms-Icon--MailForwardMirrored
  • +
  • ms-Icon--MailLowImportance
  • +
  • ms-Icon--MailPause
  • +
  • ms-Icon--MailRepeat
  • +
  • ms-Icon--MailReply
  • +
  • ms-Icon--MailReplyAll
  • +
  • ms-Icon--MailReplyAllMirrored
  • +
  • ms-Icon--MailReplyMirrored
  • +
  • ms-Icon--MailSolid
  • +
  • ms-Icon--MapDirections
  • +
  • ms-Icon--MapPin
  • +
  • ms-Icon--MarkDownLanguage
  • +
  • ms-Icon--Market
  • +
  • ms-Icon--MarketDown
  • +
  • ms-Icon--Medical
  • +
  • ms-Icon--Megaphone
  • +
  • ms-Icon--MegaphoneSolid
  • +
  • ms-Icon--Memo
  • +
  • ms-Icon--Merge
  • +
  • ms-Icon--MergeDuplicate
  • +
  • ms-Icon--Message
  • +
  • ms-Icon--MessageFill
  • +
  • ms-Icon--Microphone
  • +
  • ms-Icon--MicrosoftStaffhubLogo
  • +
  • ms-Icon--MiniLink
  • +
  • ms-Icon--MobileSelected
  • +
  • ms-Icon--Money
  • +
  • ms-Icon--More
  • +
  • ms-Icon--MoreSports
  • +
  • ms-Icon--MoreVertical
  • +
  • ms-Icon--Move
  • +
  • ms-Icon--MoveToFolder
  • +
  • ms-Icon--MSNLogo
  • +
  • ms-Icon--MSNVideos
  • +
  • ms-Icon--MSNVideosSolid
  • +
  • ms-Icon--MultiSelect
  • +
  • ms-Icon--MultiSelectMirrored
  • +
  • ms-Icon--MusicInCollection
  • +
  • ms-Icon--MusicInCollectionFill
  • +
  • ms-Icon--MusicNote
  • +
  • ms-Icon--Nav2DMapView
  • +
  • ms-Icon--NavigateBack
  • +
  • ms-Icon--NavigateBackMirrored
  • +
  • ms-Icon--NavigateExternalInline
  • +
  • ms-Icon--NavigateForward
  • +
  • ms-Icon--NavigateForwardMirrored
  • +
  • ms-Icon--NetworkTower
  • +
  • ms-Icon--NewAnalyticsQuery
  • +
  • ms-Icon--NewFolder
  • +
  • ms-Icon--News
  • +
  • ms-Icon--NewTeamProject
  • +
  • ms-Icon--Next
  • +
  • ms-Icon--NoteForward
  • +
  • ms-Icon--NotePinned
  • +
  • ms-Icon--NoteReply
  • +
  • ms-Icon--NumberedList
  • +
  • ms-Icon--NumberField
  • +
  • ms-Icon--OfficeAddinsLogo
  • +
  • ms-Icon--OfficeAssistantLogo
  • +
  • ms-Icon--OfficeFormLogo
  • +
  • ms-Icon--OfficeLogo
  • +
  • ms-Icon--OfficeStoreLogo
  • +
  • ms-Icon--OfficeVideoLogo
  • +
  • ms-Icon--OfficeVideoLogoFill
  • +
  • ms-Icon--OfficeVideoLogoInverse
  • +
  • ms-Icon--OfflineOneDriveParachute
  • +
  • ms-Icon--OfflineOneDriveParachuteDisabled
  • +
  • ms-Icon--OfflineStorageSolid
  • +
  • ms-Icon--OneDrive
  • +
  • ms-Icon--OneDriveAdd
  • +
  • ms-Icon--OneNoteEduLogoInverse
  • +
  • ms-Icon--OneNoteLogo
  • +
  • ms-Icon--OneNoteLogo16
  • +
  • ms-Icon--OneNoteLogoFill
  • +
  • ms-Icon--OneNoteLogoFill16
  • +
  • ms-Icon--OneNoteLogoInverse
  • +
  • ms-Icon--OneNoteLogoInverse16
  • +
  • ms-Icon--OpenFile
  • +
  • ms-Icon--OpenFolderHorizontal
  • +
  • ms-Icon--OpenInNewWindow
  • +
  • ms-Icon--OpenPane
  • +
  • ms-Icon--OpenPaneMirrored
  • +
  • ms-Icon--OpenSource
  • +
  • ms-Icon--Org
  • +
  • ms-Icon--OutlookLogo
  • +
  • ms-Icon--OutlookLogo16
  • +
  • ms-Icon--OutlookLogoFill
  • +
  • ms-Icon--OutlookLogoFill16
  • +
  • ms-Icon--OutlookLogoInverse
  • +
  • ms-Icon--OutlookLogoInverse16
  • +
  • ms-Icon--OutOfOffice
  • +
  • ms-Icon--Package
  • +
  • ms-Icon--Packages
  • +
  • ms-Icon--Page
  • +
  • ms-Icon--PageAdd
  • +
  • ms-Icon--PageCheckedin
  • +
  • ms-Icon--PageCheckedOut
  • +
  • ms-Icon--PageEdit
  • +
  • ms-Icon--PageLeft
  • +
  • ms-Icon--PageListMirroredSolid
  • +
  • ms-Icon--PageListSolid
  • +
  • ms-Icon--PageRight
  • +
  • ms-Icon--PageSolid
  • +
  • ms-Icon--PanoIndicator
  • +
  • ms-Icon--Parachute
  • +
  • ms-Icon--ParachuteSolid
  • +
  • ms-Icon--Parameter
  • +
  • ms-Icon--ParatureLogo
  • +
  • ms-Icon--ParkingLocation
  • +
  • ms-Icon--ParkingLocationMirrored
  • +
  • ms-Icon--ParkingMirroredSolid
  • +
  • ms-Icon--ParkingSolid
  • +
  • ms-Icon--PartlyCloudyDay
  • +
  • ms-Icon--PartlyCloudyNight
  • +
  • ms-Icon--PartyLeader
  • +
  • ms-Icon--Paste
  • +
  • ms-Icon--Pause
  • +
  • ms-Icon--PaymentCard
  • +
  • ms-Icon--PC1
  • +
  • ms-Icon--PDF
  • +
  • ms-Icon--PencilReply
  • +
  • ms-Icon--People
  • +
  • ms-Icon--PeopleAdd
  • +
  • ms-Icon--PeopleAlert
  • +
  • ms-Icon--PeopleBlock
  • +
  • ms-Icon--PeoplePause
  • +
  • ms-Icon--PeopleRepeat
  • +
  • ms-Icon--Permissions
  • +
  • ms-Icon--PermissionsSolid
  • +
  • ms-Icon--Personalize
  • +
  • ms-Icon--Phone
  • +
  • ms-Icon--Photo2
  • +
  • ms-Icon--Photo2Add
  • +
  • ms-Icon--Photo2Remove
  • +
  • ms-Icon--PhotoCollection
  • +
  • ms-Icon--Picture
  • +
  • ms-Icon--PictureLibrary
  • +
  • ms-Icon--PieDouble
  • +
  • ms-Icon--PieSingle
  • +
  • ms-Icon--Pill
  • +
  • ms-Icon--Pin
  • +
  • ms-Icon--Pinned
  • +
  • ms-Icon--PinnedFill
  • +
  • ms-Icon--PivotChart
  • +
  • ms-Icon--PlannerLogo
  • +
  • ms-Icon--PlanView
  • +
  • ms-Icon--Play
  • +
  • ms-Icon--PlayerSettings
  • +
  • ms-Icon--PlayResume
  • +
  • ms-Icon--Plug
  • +
  • ms-Icon--PlugConnected
  • +
  • ms-Icon--PlugDisconnected
  • +
  • ms-Icon--PlugSolid
  • +
  • ms-Icon--POI
  • +
  • ms-Icon--POISolid
  • +
  • ms-Icon--PostUpdate
  • +
  • ms-Icon--PowerApps
  • +
  • ms-Icon--PowerApps2Logo
  • +
  • ms-Icon--PowerAppsLogo
  • +
  • ms-Icon--PowerBILogo
  • +
  • ms-Icon--PowerPointDocument
  • +
  • ms-Icon--PowerPointLogo
  • +
  • ms-Icon--PowerPointLogo16
  • +
  • ms-Icon--PowerPointLogoFill
  • +
  • ms-Icon--PowerPointLogoFill16
  • +
  • ms-Icon--PowerPointLogoInverse
  • +
  • ms-Icon--PowerPointLogoInverse16
  • +
  • ms-Icon--Precipitation
  • +
  • ms-Icon--PresenceChickletVideo
  • +
  • ms-Icon--Preview
  • +
  • ms-Icon--PreviewLink
  • +
  • ms-Icon--Previous
  • +
  • ms-Icon--Print
  • +
  • ms-Icon--PrintfaxPrinterFile
  • +
  • ms-Icon--Processing
  • +
  • ms-Icon--ProcessMetaTask
  • +
  • ms-Icon--Product
  • +
  • ms-Icon--ProFootball
  • +
  • ms-Icon--ProgressLoopInner
  • +
  • ms-Icon--ProgressLoopOuter
  • +
  • ms-Icon--ProgressRingDots
  • +
  • ms-Icon--ProHockey
  • +
  • ms-Icon--ProjectCollection
  • +
  • ms-Icon--ProjectLogoInverse
  • +
  • ms-Icon--ProtectedDocument
  • +
  • ms-Icon--ProtectRestrict
  • +
  • ms-Icon--PublicCalendar
  • +
  • ms-Icon--PublicContactCard
  • +
  • ms-Icon--PublicEmail
  • +
  • ms-Icon--PublicFolder
  • +
  • ms-Icon--PublisherLogo
  • +
  • ms-Icon--PublisherLogo16
  • +
  • ms-Icon--PublisherLogoFill
  • +
  • ms-Icon--PublisherLogoFill16
  • +
  • ms-Icon--PublisherLogoInverse16
  • +
  • ms-Icon--Puzzle
  • +
  • ms-Icon--PY
  • +
  • ms-Icon--PythonLanguage
  • +
  • ms-Icon--QueryList
  • +
  • ms-Icon--Questionnaire
  • +
  • ms-Icon--QuestionnaireMirrored
  • +
  • ms-Icon--QuickNote
  • +
  • ms-Icon--QuickNoteSolid
  • +
  • ms-Icon--RadioBtnOff
  • +
  • ms-Icon--RadioBtnOn
  • +
  • ms-Icon--RadioBullet
  • +
  • ms-Icon--Rain
  • +
  • ms-Icon--RainShowersDay
  • +
  • ms-Icon--RainShowersNight
  • +
  • ms-Icon--RainSnow
  • +
  • ms-Icon--RawSource
  • +
  • ms-Icon--Read
  • +
  • ms-Icon--ReadingMode
  • +
  • ms-Icon--ReadingModeSolid
  • +
  • ms-Icon--ReceiptCheck
  • +
  • ms-Icon--ReceiptForward
  • +
  • ms-Icon--ReceiptReply
  • +
  • ms-Icon--Recent
  • +
  • ms-Icon--Record2
  • +
  • ms-Icon--RecurringEvent
  • +
  • ms-Icon--RecurringTask
  • +
  • ms-Icon--RecycleBin
  • +
  • ms-Icon--Redeploy
  • +
  • ms-Icon--RedEye
  • +
  • ms-Icon--Redo
  • +
  • ms-Icon--Refresh
  • +
  • ms-Icon--ReminderGroup
  • +
  • ms-Icon--Remove
  • +
  • ms-Icon--RemoveEvent
  • +
  • ms-Icon--RemoveFilter
  • +
  • ms-Icon--RemoveLink
  • +
  • ms-Icon--RemoveOccurrence
  • +
  • ms-Icon--Rename
  • +
  • ms-Icon--ReopenPages
  • +
  • ms-Icon--Repair
  • +
  • ms-Icon--Reply
  • +
  • ms-Icon--ReplyAll
  • +
  • ms-Icon--ReplyAllAlt
  • +
  • ms-Icon--ReplyAllMirrored
  • +
  • ms-Icon--ReplyAlt
  • +
  • ms-Icon--ReplyMirrored
  • +
  • ms-Icon--Repo
  • +
  • ms-Icon--ReportLibrary
  • +
  • ms-Icon--ReportLibraryMirrored
  • +
  • ms-Icon--RepoSolid
  • +
  • ms-Icon--ReturnToSession
  • +
  • ms-Icon--ReviewRequestMirroredSolid
  • +
  • ms-Icon--ReviewRequestSolid
  • +
  • ms-Icon--ReviewResponseSolid
  • +
  • ms-Icon--ReviewSolid
  • +
  • ms-Icon--RevToggleKey
  • +
  • ms-Icon--Rewind
  • +
  • ms-Icon--Ribbon
  • +
  • ms-Icon--RibbonSolid
  • +
  • ms-Icon--RightDoubleQuote
  • +
  • ms-Icon--Ringer
  • +
  • ms-Icon--RingerOff
  • +
  • ms-Icon--Robot
  • +
  • ms-Icon--Rocket
  • +
  • ms-Icon--Room
  • +
  • ms-Icon--Rotate
  • +
  • ms-Icon--RowsChild
  • +
  • ms-Icon--RowsGroup
  • +
  • ms-Icon--Rugby
  • +
  • ms-Icon--Running
  • +
  • ms-Icon--Sad
  • +
  • ms-Icon--SadSolid
  • +
  • ms-Icon--Save
  • +
  • ms-Icon--SaveAll
  • +
  • ms-Icon--SaveAndClose
  • +
  • ms-Icon--SaveAs
  • +
  • ms-Icon--Savings
  • +
  • ms-Icon--ScheduleEventAction
  • +
  • ms-Icon--ScopeTemplate
  • +
  • ms-Icon--Script
  • +
  • ms-Icon--ScrollUpDown
  • +
  • ms-Icon--Search
  • +
  • ms-Icon--SearchAndApps
  • +
  • ms-Icon--Section
  • +
  • ms-Icon--Sections
  • +
  • ms-Icon--SecurityGroup
  • +
  • ms-Icon--Send
  • +
  • ms-Icon--SendMirrored
  • +
  • ms-Icon--Separator
  • +
  • ms-Icon--Server
  • +
  • ms-Icon--ServerEnviroment
  • +
  • ms-Icon--ServerProcesses
  • +
  • ms-Icon--SetAction
  • +
  • ms-Icon--Settings
  • +
  • ms-Icon--Share
  • +
  • ms-Icon--ShareiOS
  • +
  • ms-Icon--SharepointLogo
  • +
  • ms-Icon--SharepointLogoFill
  • +
  • ms-Icon--SharepointLogoInverse
  • +
  • ms-Icon--Shield
  • +
  • ms-Icon--ShieldSolid
  • +
  • ms-Icon--Shop
  • +
  • ms-Icon--ShoppingCart
  • +
  • ms-Icon--ShoppingCartSolid
  • +
  • ms-Icon--ShopServer
  • +
  • ms-Icon--ShowResults
  • +
  • ms-Icon--ShowResultsMirrored
  • +
  • ms-Icon--SidePanel
  • +
  • ms-Icon--SidePanelMirrored
  • +
  • ms-Icon--SignOut
  • +
  • ms-Icon--SingleBookmark
  • +
  • ms-Icon--SingleColumn
  • +
  • ms-Icon--SingleColumnEdit
  • +
  • ms-Icon--SIPMove
  • +
  • ms-Icon--SkypeCheck
  • +
  • ms-Icon--SkypeCircleCheck
  • +
  • ms-Icon--SkypeCircleClock
  • +
  • ms-Icon--SkypeCircleMinus
  • +
  • ms-Icon--SkypeClock
  • +
  • ms-Icon--SkypeForBusinessLogoFill
  • +
  • ms-Icon--SkypeLogo
  • +
  • ms-Icon--SkypeMessage
  • +
  • ms-Icon--SkypeMinus
  • +
  • ms-Icon--SliderThumb
  • +
  • ms-Icon--Snow
  • +
  • ms-Icon--Snowflake
  • +
  • ms-Icon--SnowShowerDay
  • +
  • ms-Icon--SnowShowerNight
  • +
  • ms-Icon--Soccer
  • +
  • ms-Icon--SocialListeningLogo
  • +
  • ms-Icon--Sort
  • +
  • ms-Icon--SortDown
  • +
  • ms-Icon--SortLines
  • +
  • ms-Icon--SortUp
  • +
  • ms-Icon--Speakers
  • +
  • ms-Icon--SpeedHigh
  • +
  • ms-Icon--Split
  • +
  • ms-Icon--Sprint
  • +
  • ms-Icon--Squalls
  • +
  • ms-Icon--StackedBarChart
  • +
  • ms-Icon--StackedLineChart
  • +
  • ms-Icon--StackIndicator
  • +
  • ms-Icon--Starburst
  • +
  • ms-Icon--StarburstSolid
  • +
  • ms-Icon--StatusErrorFull
  • +
  • ms-Icon--StatusTriangle
  • +
  • ms-Icon--Step
  • +
  • ms-Icon--StepInsert
  • +
  • ms-Icon--StepShared
  • +
  • ms-Icon--StepSharedAdd
  • +
  • ms-Icon--StepSharedInsert
  • +
  • ms-Icon--StockDown
  • +
  • ms-Icon--StockUp
  • +
  • ms-Icon--Stop
  • +
  • ms-Icon--StopSolid
  • +
  • ms-Icon--Stopwatch
  • +
  • ms-Icon--StoreLogo
  • +
  • ms-Icon--StoreLogoMed
  • +
  • ms-Icon--Storyboard
  • +
  • ms-Icon--Streaming
  • +
  • ms-Icon--StreamingOff
  • +
  • ms-Icon--StreamLogo
  • +
  • ms-Icon--Strikethrough
  • +
  • ms-Icon--Subscribe
  • +
  • ms-Icon--Subscript
  • +
  • ms-Icon--Suitcase
  • +
  • ms-Icon--SunAdd
  • +
  • ms-Icon--Sunny
  • +
  • ms-Icon--SunQuestionMark
  • +
  • ms-Icon--Superscript
  • +
  • ms-Icon--SwayLogoInverse
  • +
  • ms-Icon--Switch
  • +
  • ms-Icon--SwitcherStartEnd
  • +
  • ms-Icon--Sync
  • +
  • ms-Icon--SyncFolder
  • +
  • ms-Icon--SyncToPC
  • +
  • ms-Icon--System
  • +
  • ms-Icon--Tab
  • +
  • ms-Icon--Table
  • +
  • ms-Icon--Tablet
  • +
  • ms-Icon--TabletSelected
  • +
  • ms-Icon--Tag
  • +
  • ms-Icon--Taskboard
  • +
  • ms-Icon--TaskGroup
  • +
  • ms-Icon--TaskGroupMirrored
  • +
  • ms-Icon--TaskManager
  • +
  • ms-Icon--TaskManagerMirrored
  • +
  • ms-Icon--TaskSolid
  • +
  • ms-Icon--TeamFavorite
  • +
  • ms-Icon--TeamsLogo
  • +
  • ms-Icon--TeamsLogoFill
  • +
  • ms-Icon--TeamsLogoInverse
  • +
  • ms-Icon--Teamwork
  • +
  • ms-Icon--TemporaryUser
  • +
  • ms-Icon--Tennis
  • +
  • ms-Icon--TestAutoSolid
  • +
  • ms-Icon--TestBeaker
  • +
  • ms-Icon--TestBeakerSolid
  • +
  • ms-Icon--TestCase
  • +
  • ms-Icon--TestExploreSolid
  • +
  • ms-Icon--TestImpactSolid
  • +
  • ms-Icon--TestParameter
  • +
  • ms-Icon--TestPlan
  • +
  • ms-Icon--TestStep
  • +
  • ms-Icon--TestSuite
  • +
  • ms-Icon--TestUserSolid
  • +
  • ms-Icon--TextBox
  • +
  • ms-Icon--TextCallout
  • +
  • ms-Icon--TextDocument
  • +
  • ms-Icon--TextField
  • +
  • ms-Icon--ThumbnailView
  • +
  • ms-Icon--ThumbnailViewMirrored
  • +
  • ms-Icon--Thunderstorms
  • +
  • ms-Icon--Ticket
  • +
  • ms-Icon--Tiles
  • +
  • ms-Icon--Tiles2
  • +
  • ms-Icon--Timeline
  • +
  • ms-Icon--TimelineDelivery
  • +
  • ms-Icon--TimelineMatrixView
  • +
  • ms-Icon--TimelineProgress
  • +
  • ms-Icon--Timer
  • +
  • ms-Icon--ToggleBorder
  • +
  • ms-Icon--ToggleFilled
  • +
  • ms-Icon--ToggleThumb
  • +
  • ms-Icon--Touch
  • +
  • ms-Icon--TouchPointer
  • +
  • ms-Icon--Train
  • +
  • ms-Icon--TrainSolid
  • +
  • ms-Icon--TransferCall
  • +
  • ms-Icon--TriangleDown12
  • +
  • ms-Icon--TriangleLeft12
  • +
  • ms-Icon--TriangleRight12
  • +
  • ms-Icon--TriangleSolid
  • +
  • ms-Icon--TriangleSolidDown12
  • +
  • ms-Icon--TriangleSolidLeft12
  • +
  • ms-Icon--TriangleSolidRight12
  • +
  • ms-Icon--TriangleSolidUp12
  • +
  • ms-Icon--TriangleUp12
  • +
  • ms-Icon--TriggerApproval
  • +
  • ms-Icon--TriggerAuto
  • +
  • ms-Icon--TriggerUser
  • +
  • ms-Icon--TripleColumn
  • +
  • ms-Icon--TripleColumnEdit
  • +
  • ms-Icon--Trophy
  • +
  • ms-Icon--Trophy2Solid
  • +
  • ms-Icon--TurnRight
  • +
  • ms-Icon--TVMonitor
  • +
  • ms-Icon--TVMonitorSelected
  • +
  • ms-Icon--TypeScriptLanguage
  • +
  • ms-Icon--Umbrella
  • +
  • ms-Icon--Underline
  • +
  • ms-Icon--Undo
  • +
  • ms-Icon--Unfavorite
  • +
  • ms-Icon--Unknown
  • +
  • ms-Icon--UnknownCall
  • +
  • ms-Icon--UnknownMirroredSolid
  • +
  • ms-Icon--UnknownSolid
  • +
  • ms-Icon--Unlock
  • +
  • ms-Icon--UnlockSolid
  • +
  • ms-Icon--Unpin
  • +
  • ms-Icon--Unsubscribe
  • +
  • ms-Icon--UnsyncFolder
  • +
  • ms-Icon--Up
  • +
  • ms-Icon--Upload
  • +
  • ms-Icon--UserFollowed
  • +
  • ms-Icon--UserPause
  • +
  • ms-Icon--UserSync
  • +
  • ms-Icon--Variable
  • +
  • ms-Icon--VariableGroup
  • +
  • ms-Icon--VB
  • +
  • ms-Icon--VennDiagram
  • +
  • ms-Icon--Video
  • +
  • ms-Icon--VideoSolid
  • +
  • ms-Icon--View
  • +
  • ms-Icon--ViewAll
  • +
  • ms-Icon--ViewAll2
  • +
  • ms-Icon--ViewDashboard
  • +
  • ms-Icon--ViewList
  • +
  • ms-Icon--ViewListGroup
  • +
  • ms-Icon--ViewListTree
  • +
  • ms-Icon--VisioDiagram
  • +
  • ms-Icon--VisioDocument
  • +
  • ms-Icon--VisioLogo
  • +
  • ms-Icon--VisioLogo16
  • +
  • ms-Icon--VisioLogoFill
  • +
  • ms-Icon--VisioLogoFill16
  • +
  • ms-Icon--VisioLogoInverse
  • +
  • ms-Icon--VisioLogoInverse16
  • +
  • ms-Icon--VisualBasicLanguage
  • +
  • ms-Icon--VisualStudioLogo
  • +
  • ms-Icon--VoicemailForward
  • +
  • ms-Icon--VoicemailReply
  • +
  • ms-Icon--Volume0
  • +
  • ms-Icon--Volume1
  • +
  • ms-Icon--Volume2
  • +
  • ms-Icon--Volume3
  • +
  • ms-Icon--VolumeDisabled
  • +
  • ms-Icon--VSTSAltLogo1
  • +
  • ms-Icon--VSTSAltLogo2
  • +
  • ms-Icon--VSTSLogo
  • +
  • ms-Icon--Waffle
  • +
  • ms-Icon--Warning
  • +
  • ms-Icon--Website
  • +
  • ms-Icon--Weights
  • +
  • ms-Icon--WifiEthernet
  • +
  • ms-Icon--WindDirection
  • +
  • ms-Icon--WindowsLogo
  • +
  • ms-Icon--WipePhone
  • +
  • ms-Icon--WordDocument
  • +
  • ms-Icon--WordLogo
  • +
  • ms-Icon--WordLogo16
  • +
  • ms-Icon--WordLogoFill
  • +
  • ms-Icon--WordLogoFill16
  • +
  • ms-Icon--WordLogoInverse
  • +
  • ms-Icon--WordLogoInverse16
  • +
  • ms-Icon--Work
  • +
  • ms-Icon--WorkFlow
  • +
  • ms-Icon--WorkItem
  • +
  • ms-Icon--WorkItemBar
  • +
  • ms-Icon--WorkItemBarSolid
  • +
  • ms-Icon--WorkItemBug
  • +
  • ms-Icon--World
  • +
  • ms-Icon--WorldClock
  • +
  • ms-Icon--YammerLogo
  • +
  • ms-Icon--ZipFolder
  • +
  • ms-Icon--Zoom
  • +
  • ms-Icon--ZoomIn
  • +
  • ms-Icon--ZoomOut
  • +
+
+
+ +
+
+ + + diff --git a/dist/documentation/Localization/index.html b/dist/documentation/Localization/index.html new file mode 100644 index 000000000..0fb5826c0 --- /dev/null +++ b/dist/documentation/Localization/index.html @@ -0,0 +1,256 @@ + + + + + Office Fabric UI Core Documentation + + + + + +
+ +
+
+ +
+ +
+

Localization

+

Right-to-left support

+

Fabric comes with an alternate CSS file for pages written in right-to-left (RTL) languages, such as Arabic and Hebrew. This reverses the order of columns in the responsive grid, making it easy to create an RTL layout without writing additional templates. Future versions of Fabric will also reverse some icons and provide additional helper utilities.

+

Usage

+

Apply the “dir” attribute to the HTML tag, and reference the RTL version of Fabric.

+ +
<html dir="rtl">
+  <head>
+    <meta charset="utf-8">
+    <link rel="stylesheet" href="fabric-[version].rtl.min.css">
+  </head>
+  ...
+</html>
+ +

Language-optimized fonts

+

By default, Fabric presents all text using the Western European character set of Segoe UI. For languages with other characters, Fabric will either serve a version of Segoe UI with a different character set or use a system font.

+ +

Usage

+

The HTML “lang” attribute specifies the language of the element's content. This is typically applied to the root HTML element, where it will be inherited by the entire page. In this example the entire page is in Thai.

+ +
<html lang="th-TH">...</html>
+ +

For pages with content in multiple languages, the “lang” attribute can be applied to individual elements. In this example, a page that is mostly Thai also contains some Vietnamese.

+
<html lang="th">
+  ...
+  <section lang="vi">...</section>
+</html>
+ +

Fabric supports a variety of language codes, which map to the following font stacks:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LanguageCodeFont stackExample text
West European (default)N/ASegoe UI Web (West European)'Drag files here to upload
Japaneseja'Yu Gothic', 'Meiryo UI', Meiryo, 'MS Pgothic', Osakaアップロードするファイルをここにドラッグ
Koreanko'Malgun Gothic', Gulim파일을 업로드하려면 여기로 끌어오세요.
Chinese (simplified)zh-hans'Microsoft Yahei', Verdana, Simsun将文件拖到此处以上传
Chinese (traditional)zh-hant'Microsoft Jhenghei', Pmingliu拖曳檔案到這裡以上傳
Hindihi'Nirmala UI'अपलोड करने के लिए फ़ाइलों को यहाँ खींचें
Thaith'Leelawadee UI Web', 'Kmer UI'ลากไฟล์มาที่นี่เพื่ออัปโหลด
Laolo'Leelawadee UI Web', 'Lao UI', DokChampaລາກໄຟລ໌ທີ່ນີ້ເພື່ອອັບໂຫລດ
Arabicar'Segoe UI Web (Arabic)'اسحب الملفات هنا للتحميل
Bulgarianbg'Segoe UI Web (Cyrillic)'Плъзнете файловете тук, за да ги качите
Czechcs'Segoe UI Web (East European)'Sem přetáhněte soubory, které chcete nahrát.
Estonianet'Segoe UI Web (East European)'Üleslaadimiseks lohistage failid siia
Croatianhr'Segoe UI Web (East European)'Povucite datoteke ovdje da biste ih prenijeli
Hungarianhu'Segoe UI Web (East European)'Húzza ide a feltölteni kívánt fájlokat
Lithuanianlt'Segoe UI Web (East European)'Nusiųstinus failus vilkite čia
Latvianlv'Segoe UI Web (East European)'Velciet failus uz šejieni, lai augšupielādētu
Polishpl'Segoe UI Web (East European)'Przeciągnij pliki tutaj, aby je przekazać
Serbiansr-latn'Segoe UI Web (East European)'Prevucite datoteke ovde da biste ih otpremili
Russianru'Segoe UI Web (Cyrillic)'Перетащите сюда файлы для отправки
Ukrainianuk'Segoe UI Web (Cyrillic)'Перетягніть файли сюди, щоб передати їх
Turkishtr'Segoe UI Web (East European)'Dosyaları karşıya yüklemek için buraya sürükleyin
Slovaksk'Segoe UI Web (East European)'Nahrajte súbory presunutím sem
Kazakhkk'Segoe UI Web (East European)'Файлдарды жүктеп салу үшін осы жерге әкеліңіз
Greekel'Segoe UI Web (Greek)'Σύρετε αρχεία εδώ για αποστολή
Hebrewhe'Segoe UI Web (Hebrew)'גרור קבצים לכאן כדי להעלות
Vietnamesevi'Segoe UI Web (Vietnamese)'Kéo tệp vào đây để tải lên
+ +

For all languages, if the fonts specified above are unavailable we then fall back to:

+ +
-apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif
+ +
+ +
+
+ + + \ No newline at end of file diff --git a/dist/documentation/Responsive-Grid/index.html b/dist/documentation/Responsive-Grid/index.html new file mode 100644 index 000000000..431c8fe48 --- /dev/null +++ b/dist/documentation/Responsive-Grid/index.html @@ -0,0 +1,571 @@ + + + + + Office Fabric UI Core Documentation + + + + + +
+ +
+
+ +
+ +
+

Responsive Grid

+

Fabric comes with a mobile-first, 12-column, responsive grid that you can use to create flexible layouts for a variety of screen sizes and device types.

+ +
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
1
+
+
+
+
+
2
+
+
+
2
+
+
+
2
+
+
+
2
+
+
+
2
+
+
+
2
+
+
+
+
+
3
+
+
+
3
+
+
+
3
+
+
+
3
+
+
+
+
+
4
+
+
+
4
+
+
+
4
+
+
+
+
+
6
+
+
+
6
+
+
+
+
+
12
+
+
+
+ +

How to use

+ +

A grid (ms-Grid) can contain multiple rows (ms-Grid-row), each of which has one or more columns (ms-Grid-col). Utility classes (ms-sm6) specify how large each column should be on small, medium, and large devices. The columns in a row should add up to 12 for each device size.

+
<div class="ms-Grid"> 
+    <div class="ms-Grid-row">
+        <div class="ms-Grid-col ms-sm6 ms-md4 ms-lg2">First</div>
+        <div class="ms-Grid-col ms-sm6 ms-md8 ms-lg10">Second</div>
+    </div>
+</div>
+
+ +

Would result in:

+ +
+
+
+
First
+
+
+
Second
+
+
+
+ +

Inheritance

+ +

Because Fabric is mobile-first, any layout defined for small screens is automatically inherited by medium and large screens. The small size utilities (ms-sm6) are required. If you want to change the layout on larger screens, you can apply the other utility classes.

+ +

Try this out! On a large screen, the Example block will be smaller. Try shrinking your browser window – the Example block will take up the entire width of the screen.

+ +

How to use

+
<div class="ms-Grid-col ms-sm12 ms-lg4">Example</div>
+
+
+
+
+
Example
+
+
+
+ +

Push and pull

+ +

You might want your column source order to differ from the display order, or to change the column display order based on the screen size. The push and pull utilities make this possible. Push moves a column to the right; pull moves it to the left.

+ +

How to use

+
<div class="ms-Grid-col ms-sm4 ms-smPush8">first in code</div>
+<div class="ms-Grid-col ms-sm8 ms-smPull4">second in code</div>
+
+ +
+
+
+
first in code
+
+
+
second in code
+
+
+
+ + +

Visibility

+ +

Some designs call for certain content to be shown or hidden depending on the screen size. You can achieve this using Fabric's responsive visibility classes. These allow you to show or hide content at a specific screen size, or across a whole range of sizes.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Visibility classHides content on screen of size
SMMDLGXLXXLXXXL
ms-hiddenSm + + Class ms-hiddenSm hides content for screen size SM + + Class ms-hiddenSm does not hide content on the screen size MD + + Class ms-hiddenSm does not hide content on the screen size LG + + Class ms-hiddenSm does not hide content on the screen size XL + + Class ms-hiddenSm does not hide content on the screen size XXL + + Class ms-hiddenSm does not hide content on the screen size XXXL +
ms-hiddenMd + Class ms-hiddenMd does not hide content on the screen size SM + + + Class ms-hiddenMd hides content for screen size MD + + Class ms-hiddenMd does not hide content on the screen size LG + + Class ms-hiddenMd does not hide content on the screen size XL + + Class ms-hiddenMd does not hide content on the screen size XXL + + Class ms-hiddenMd does not hide content on the screen size XXXL +
ms-hiddenMdDown + + Class ms-hiddenMdDown hides content for screen size SM + + + Class ms-hiddenMdDown hides content for screen size MD + + Class ms-hiddenMdDown does not hide content on the screen size LG + + Class ms-hiddenMdDown does not hide content on the screen size XL + + Class ms-hiddenMdDown does not hide content on the screen size XXL + + Class ms-hiddenMdDown does not hide content on the screen size XXXL +
ms-hiddenMdUp + Class ms-hiddenMdUp does not hide content on the screen size SM + + + Class ms-hiddenMdUp hides content for screen size MD + + + Class ms-hiddenMdUp hides content for screen size LG + + + Class ms-hiddenMdUp hides content for screen size XL + + + Class ms-hiddenMdUp hides content for screen size XXL + + + Class ms-hiddenMdUp hides content for screen size XXXL +
ms-hiddenLg + Class ms-hiddenLg does not hide content on the screen size SM + + Class ms-hiddenLg does not hide content on the screen size MD + + + Class ms-hiddenLg hides content for screen size LG + + Class ms-hiddenLg does not hide content on the screen size XL + + Class ms-hiddenLg does not hide content on the screen size XXL + + Class ms-hiddenLg does not hide content on the screen size XXXL +
ms-hiddenLgDown + + Class ms-hiddenLgDown hides content for screen size SM + + + Class ms-hiddenLgDown hides content for screen size MD + + + Class ms-hiddenLgDown hides content for screen size LG + + Class ms-hiddenLgDown does not hide content on the screen size XL + + Class ms-hiddenLgDown does not hide content on the screen size XXL + + Class ms-hiddenLgDown does not hide content on the screen size XXXL +
ms-hiddenLgUp + Class ms-hiddenLgUp does not hide content on the screen size SM + + Class ms-hiddenLgUp does not hide content on the screen size MD + + + Class ms-hiddenLgUp hides content for screen size LG + + + Class ms-hiddenLgUp hides content for screen size XL + + + Class ms-hiddenLgUp hides content for screen size XXL + + + Class ms-hiddenLgUp hides content for screen size XXXL +
ms-hiddenXl + Class ms-hiddenXl does not hide content on the screen size SM + + Class ms-hiddenXl does not hide content on the screen size MD + + Class ms-hiddenXl does not hide content on the screen size LG + + + Class ms-hiddenXl hides content for screen size XL + + Class ms-hiddenXl does not hide content on the screen size XXL + + Class ms-hiddenXl does not hide content on the screen size XXXL +
ms-hiddenXlDown + + Class ms-hiddenXlDown hides content for screen size SM + + + Class ms-hiddenXlDown hides content for screen size MD + + + Class ms-hiddenXlDown hides content for screen size LG + + + Class ms-hiddenXlDown hides content for screen size XL + + Class ms-hiddenXlDown does not hide content on the screen size XXL + + Class ms-hiddenXlDown does not hide content on the screen size XXXL +
ms-hiddenXlUp + Class ms-hiddenXlUp does not hide content on the screen size SM + + Class ms-hiddenXlUp does not hide content on the screen size MD + + Class ms-hiddenXlUp does not hide content on the screen size LG + + + Class ms-hiddenXlUp hides content for screen size XL + + + Class ms-hiddenXlUp hides content for screen size XXL + + + Class ms-hiddenXlUp hides content for screen size XXXL +
ms-hiddenXxl + Class ms-hiddenXxl does not hide content on the screen size SM + + Class ms-hiddenXxl does not hide content on the screen size MD + + Class ms-hiddenXxl does not hide content on the screen size LG + + Class ms-hiddenXxl does not hide content on the screen size XL + + + Class ms-hiddenXxl hides content for screen size XXL + + Class ms-hiddenXxl does not hide content on the screen size XXXL +
ms-hiddenXxlDown + + Class ms-hiddenXxlDown hides content for screen size SM + + + Class ms-hiddenXxlDown hides content for screen size MD + + + Class ms-hiddenXxlDown hides content for screen size LG + + + Class ms-hiddenXxlDown hides content for screen size XL + + + Class ms-hiddenXxlDown hides content for screen size XXL + + Class ms-hiddenXxlDown does not hide content on the screen size XXXL +
ms-hiddenXxlUp + Class ms-hiddenXxlUp does not hide content on the screen size SM + + Class ms-hiddenXxlUp does not hide content on the screen size MD + + Class ms-hiddenXxlUp does not hide content on the screen size LG + + Class ms-hiddenXxlUp does not hide content on the screen size XL + + + Class ms-hiddenXxlUp hides content for screen size XXL + + + Class ms-hiddenXxlUp hides content for screen size XXXL +
ms-hiddenXxxl + Class ms-hiddenXxxl does not hide content on the screen size SM + + Class ms-hiddenXxxl does not hide content on the screen size MD + + Class ms-hiddenXxxl does not hide content on the screen size LG + + Class ms-hiddenXxxl does not hide content on the screen size XL + + Class ms-hiddenXxxl does not hide content on the screen size XXL + + + Class ms-hiddenXxxl hides content for screen size XXXL +
+ +

How to use

<div class="ms-Grid-col ms-sm12 ms-hiddenXlDown">hidden on small</div>
+      <div class="ms-Grid-col ms-sm12 ms-hiddenXxlUp">hidden on large up</div>
+ +
+
+
+
The screen is XL or smaller.
+
+
+
The screen is XXL or larger.
+
+
+
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/documentation/Scoping/index.html b/dist/documentation/Scoping/index.html new file mode 100644 index 000000000..676bc618e --- /dev/null +++ b/dist/documentation/Scoping/index.html @@ -0,0 +1,89 @@ + + + + + Office Fabric UI Core Documentation + + + + + +
+ +
+
+ +
+ + + +
+

Version Scoping Sample

+

For scenarios where multiple major versions may live in the same DOM, Fabric provides a "scoped" version of all Core styles that will only apply those styles when used under a versioned wrapper class.

+ +

+ To use scoped Fabric styles, simply add the versioned wrapper class to the parent DOM element you wish to scope, then use Fabric as usual. +

+ +

For example, take this following title, which uses unscoped Fabric:

+ +

+<div class="ms-font-xxl ms-fontColor-themePrimary">This title uses ms-fontColor-themePrimary from unscoped Fabric.</div>
+
+ +
This title uses ms-fontColor-themePrimary from unscoped Fabric.
+ +

To scope this title to v5.1.0, add an extra wrapper div around it and add both the ms-Fabric wrapper class and the scoping class for the current version of Fabric. Note that to illustrate this behavior for this demonstration, .ms-fontColor-themePrimary has been overridden with a different color when used under the ms-Fabric--v5-1-0 version-scoping class.

+ +

+  <div class="ms-Fabric ms-Fabric--v5-1-0">
+    <div class="ms-font-xxl ms-fontColor-themePrimary">This title uses ms-fontColor-themePrimary from Fabric 5.1.0.</div>
+  </div>
+
+ +
+
This title uses ms-fontColor-themePrimary from Fabric 5.1.0.
+
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/documentation/Typography/index.html b/dist/documentation/Typography/index.html new file mode 100644 index 000000000..e5105bfd7 --- /dev/null +++ b/dist/documentation/Typography/index.html @@ -0,0 +1,367 @@ + + + + + Office Fabric UI Core Documentation + + + + + +
+ +
+
+ +
+ +
+

Typography

+

Fabric includes 10 base font classes that represent the type ramp for the Office Design Language. Each base class sets a default size, weight, and color.

+ +
    +
  • +
    + ms-font-su +
    +
    +

    42px

    +
    +
    +

    Segoe UI Light

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-xxl +
    +
    +

    28px

    +
    +
    +

    Segoe UI Light

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-xl-plus +
    +
    +

    24px

    +
    +
    +

    Segoe UI Light

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-xl +
    +
    +

    21px

    +
    +
    +

    Segoe UI Light

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-l +
    +
    +

    17px

    +
    +
    +

    Segoe UI Semilight

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-m-plus +
    +
    +

    15px

    +
    +
    +

    Segoe UI Regular

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-m +
    +
    +

    14px

    +
    +
    +

    Segoe UI Regular

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-s-plus +
    +
    +

    13px

    +
    +
    +

    Segoe UI Regular

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-s +
    +
    +

    12px

    +
    +
    +

    Segoe UI Regular

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-xs +
    +
    +

    11px

    +
    +
    +

    Segoe UI Regular

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
  • +
    + ms-font-mi +
    +
    +

    10px

    +
    +
    +

    Segoe UI Semibold

    +
    +
    +

    ms-color-neutralPrimary

    +
    +
+ +

Font weight

+

Use these classes to set the font weight, independent of its size and color.

+ +
+
+
+
+

Class

+
+
+

Weight

+
+
+
+
+

ms-fontWeight-light

+
+
+

Light

+
+
+
+

ms-fontWeight-semilight

+
+
+

Semilight

+
+
+
+

ms-fontWeight-regular

+
+
+

Regular

+
+
+
+

ms-fontWeight-semibold

+
+
+

Semi Bold

+
+
+
+ +

Font size

+

Use these classes to set the font size, independent of its weight and color.

+ +
+
+
+
+

Class

+
+
+

Size

+
+
+ +
+
+ ms-fontSize-su +
+
+ 42px +
+
+
+ ms-fontSize-xxl +
+
+ 28px +
+
+
+ ms-fontSize-xlPlus +
+
+ 24px +
+
+
+ ms-fontSize-xl +
+
+ 21px +
+
+
+ ms-fontSize-l +
+
+ 17px +
+
+
+ ms-fontSize-mPlus +
+
+ 15px +
+
+
+ ms-fontSize-m +
+
+ 14px +
+
+
+ ms-fontSize-sPlus +
+
+ 13px +
+
+
+ ms-fontSize-s +
+
+ 12px +
+
+
+ ms-fontSize-xs +
+
+ 11px +
+
+
+ ms-fontSize-mi +
+
+ 10px +
+
+
+ +

Alternative fonts

+

Usage of Fabric's default web font, Segoe UI, is subject to the assets license. If your app does not meet these requirements, you can substitute another font in place of Segoe UI. There are two methods available:

+ +
    +
  1. + Use Selawik, an open source alternative to Segoe UI from Microsoft. With support for this font built-in to Fabric, it's as simple as applying an additional class to the root "ms-Fabric" class that wraps your application. If Segoe UI is not installed on the user's system, Selawik will be used instead. +
    <div class="ms-Fabric ms-Fabric--selawik">...</div>
    +
    +

    This text is now in Selawik.

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla semper leo a elit malesuada scelerisque. Nam et accumsan nibh. Nulla facilisi. Nulla commodo vestibulum lobortis. Mauris interdum vitae mi a blandit. Duis odio mi, gravida et velit sit amet, pulvinar porta magna. Ut fermentum erat tortor, eu bibendum felis laoreet vel. Nulla vitae erat lacinia, mollis felis id, mollis risus. Integer in metus lacus. Ut ac ligula nunc. Vivamus sed lacinia ante.

    +
    +
  2. +
  3. + Specify a custom font for your application. This can be a commonly-installed local font, such as Helvetica, or a web font that you have included a @font-face declaration for. +
    .ms-Fabric {
    +  font-family: Helvetica, Arial, sans-serif;
    +}
    +
    +

    This text is now in Helvetica.

    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla semper leo a elit malesuada scelerisque. Nam et accumsan nibh. Nulla facilisi. Nulla commodo vestibulum lobortis. Mauris interdum vitae mi a blandit. Duis odio mi, gravida et velit sit amet, pulvinar porta magna. Ut fermentum erat tortor, eu bibendum felis laoreet vel. Nulla vitae erat lacinia, mollis felis id, mollis risus. Integer in metus lacus. Ut ac ligula nunc. Vivamus sed lacinia ante.

    +
    +
  4. +
+
+ +
+
+ + + \ No newline at end of file diff --git a/dist/documentation/docs.min.css b/dist/documentation/docs.min.css new file mode 100644 index 000000000..5485a2566 --- /dev/null +++ b/dist/documentation/docs.min.css @@ -0,0 +1,6 @@ +/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */ +/** + * Office UI Fabric Core 7.1.0 + * The front-end framework for building experiences for Office 365. + **/ +h1,h2,h3,h4{font-weight:400;line-height:1.2;margin:30px 0 8px}h1{color:#666;font-size:42px;font-weight:100}h2{font-weight:300;font-size:28px;color:#333}h3{font-weight:400;font-size:21px;color:#212121!important}h4{font-weight:600}h4,p{font-size:17px;color:#333}p{margin-bottom:20px;line-height:1.5}p,p strong{font-weight:400}p strong{font-weight:600}code.hljs{display:block;overflow-x:auto;padding:.5em;background:#deecf9}#body-content a{position:relative;white-space:nowrap}#body-content a:focus{outline:none!important}@media screen and (-ms-high-contrast:active){#body-content a:focus:before{border:1px solid #fff}}@media screen and (-ms-high-contrast:black-on-white){#body-content a:focus:before{border:1px solid #37006e}}@media screen and (-ms-high-contrast:active){#body-content a,#body-content a:hover{color:#0000c0}}@media screen and (-ms-high-contrast:black-on-white){#body-content a,#body-content a:hover{color:#0000c0}}#body-content .docs-Header{position:fixed;top:0;height:50px;left:0;right:0;line-height:50px;padding:0 20px;background:#005a9e;overflow:hidden;white-space:nowrap;z-index:1;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#body-content .docs-Header .Header-buttons{float:right}#body-content .docs-Header .Header-button{position:relative;text-decoration:none;background:0 0;color:#fff;border:none;padding:0;padding:0 10px;min-width:50px;height:50px;line-height:50px;margin:0 5px;text-transform:uppercase;display:inline-block;vertical-align:top;box-sizing:border-box}#body-content .docs-Header .Header-button:hover{background-color:#0078d7}#body-content .docs-Nav{display:none;margin:0 0 8px;width:100%}#body-content .docs-Nav .docs-MobileNav-item{display:inline-block;margin:0 12px 0 0;width:auto}#body-content .docs-Nav .docs-MobileNav-item i{display:none}#body-content .docs-Nav .docs-MobileNav-item a,#body-content .docs-Nav .docs-MobileNav-item a:active{font-size:14px;font-weight:400;color:#333;display:block;height:100%;padding-bottom:8px;padding-top:16px;position:relative}@media screen and (-ms-high-contrast:active){#body-content .docs-Nav .docs-MobileNav-item a,#body-content .docs-Nav .docs-MobileNav-item a:active{color:#ff0}}@media screen and (-ms-high-contrast:black-on-white){#body-content .docs-Nav .docs-MobileNav-item a,#body-content .docs-Nav .docs-MobileNav-item a:active{color:#0000c0}}#body-content .docs-Nav .docs-MobileNav-item a:focus{outline:none!important}@media screen and (-ms-high-contrast:active){#body-content .docs-Nav .docs-MobileNav-item a:focus:before{border:1px solid #fff}}@media screen and (-ms-high-contrast:black-on-white){#body-content .docs-Nav .docs-MobileNav-item a:focus:before{border:1px solid #37006e}}#body-content .docs-Nav div.current a{border-bottom:2px solid #0078d7}@media (min-width:1024px){#body-content .docs-Nav{display:block}#body-content .docs-Nav div.docs-MobileNav-subMenu{display:none}}#body-content .docs-Styles-section{float:left}#body-content .docs-Table{margin-bottom:20px;max-width:1140px;width:100%}#body-content .docs-Table th{font-size:14px;font-weight:400;padding:10px;text-align:left;vertical-align:top}#body-content .docs-Table tr{border-bottom:1px solid #f4f4f4;padding:5px 10px}#body-content .docs-Table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;max-width:300px;font-size:14px;padding:10px}#body-content .docs-Table td.light-border{border-style:solid;border-width:2px}#body-content .docs-Table .docs-Table-visibleForScreenReaders{font-size:0}#body-content .docs-Table i.ms-Icon--CheckMark:before{font-size:17px}#body-content .docs-Table i.ms-Icon--Cancel:before{font-size:14px}#body-content .docs-Table--striped tbody tr:nth-child(odd){background:#f8f8f8}#body-content .docs-ListTable li{list-style-type:none!important}#body-content ol.docs-ListTable,#body-content ul.docs-ListTable{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}#body-content ul.docs-ListTable,#body-content ul.docs-ListTable li{list-style-type:none!important}#body-content .docs-Page{margin:50px auto;padding:0 20px;position:relative;overflow:hidden}#body-content .docs-Page--home{min-height:0}#body-content .docs-innerPage{float:left;position:relative;width:100%}#body-content .docs-Page-leftNav{display:none;position:fixed;top:50px;width:300px;height:100%;border-right:1px solid #eee}@media (min-width:1024px){#body-content .docs-Page.has-leftNav{padding-left:330px}#body-content .docs-Page.has-leftNav .docs-Page-leftNav{left:0;display:block}#body-content .docs-Page.has-rightNav{padding-right:300px}#body-content .docs-Page.has-rightNav .docs-Page-rightNav{right:0;display:block}}.docs-animationsTable-header,.docs-animationsTable-header .docs-animationExampleColumn{display:none}@media (min-width:480px){.docs-animationsTable-header,.docs-animationsTable-header .docs-animationExampleColumn{display:block}}.docs-animationsTable-body .docs-animationCubicColumn,.docs-animationsTable-body .docs-animationTimingColumn,.docs-animationsTable-header .docs-animationCubicColumn,.docs-animationsTable-header .docs-animationTimingColumn{display:none}.docs-animationsTable-body .docs-animationClassColumn,.docs-animationsTable-body .docs-animationDescriptionColumn,.docs-animationsTable-header .docs-animationClassColumn,.docs-animationsTable-header .docs-animationDescriptionColumn{margin-bottom:12px}.docs-animationsTable-body .docs-animationExampleColumn,.docs-animationsTable-header .docs-animationExampleColumn{margin-bottom:14px}@media (min-width:640px){.docs-animationsTable-body .docs-animationDescriptionColumn,.docs-animationsTable-header .docs-animationDescriptionColumn{margin-bottom:0}.docs-animationsTable-body .docs-animationClassColumn,.docs-animationsTable-header .docs-animationClassColumn{amrgin-bottom:0}.docs-animationsTable-body .docs-animationExampleColumn,.docs-animationsTable-header .docs-animationExampleColumn{margin-bottom:0}}@media (min-width:1024px){.docs-animationsTable-body .docs-animationCubicColumn,.docs-animationsTable-body .docs-animationTimingColumn,.docs-animationsTable-header .docs-animationCubicColumn,.docs-animationsTable-header .docs-animationTimingColumn{display:block}}.docs-animationsTable-body.ms-Grid-row{margin-top:12px}.docs-animationsTable-body.ms-Grid-row .ms-Grid-col{line-height:32px;min-height:30px}.docs-animationsTable-body.ms-Grid-row .ms-Grid-col .mobileText{font-weight:600}@media (min-width:480px){.docs-animationsTable-body.ms-Grid-row .ms-Grid-col{line-height:18px;vertical-align:middle}.docs-animationsTable-body.ms-Grid-row .ms-Grid-col .mobileText{display:none}}@media (min-width:1024px){.docs-animationsTable-body.ms-Grid-row .ms-Grid-col{min-height:90px;line-height:90px}}.AnimationExample{position:relative;width:100%;height:90px;overflow:hidden;display:inline-block;float:left}.AnimationExample-content{width:100%;height:100%;border:1px solid #666;padding:10px}.AnimationExample-content hr{margin-top:8px;margin-bottom:8px}.AnimationExample-panel{position:absolute;top:0;width:60px;height:100%;opacity:0;background-color:#0078d7}.AnimationExample-note{display:inline-block;float:left;margin-left:10px}.AnimationExample .ms-slideLeftIn40 .AnimationExample-panel{right:0}.AnimationExample .ms-slideDownIn20 .AnimationExample-panel,.AnimationExample .ms-slideUpIn20 .AnimationExample-panel{top:60px;height:30px;width:100%}.AnimationExample .ms-slideDownIn10 .AnimationExample-panel,.AnimationExample .ms-slideUpIn10 .AnimationExample-panel{top:60px;height:20px;width:60px;right:10px}.AnimationExample .ms-slideDownIn20 .AnimationExample-panel{top:0}.AnimationExample .ms-slideDownIn10 .AnimationExample-panel{top:10px}.docs-animationsTable-body .ms-fadeOut100,.docs-animationsTable-body .ms-fadeOut200,.docs-animationsTable-body .ms-fadeOut400,.docs-animationsTable-body .ms-fadeOut500,.docs-animationsTable-body .ms-scaleDownOut98,.docs-animationsTable-body .ms-scaleUpOut103,.docs-animationsTable-body .ms-slideDownOut10,.docs-animationsTable-body .ms-slideDownOut20,.docs-animationsTable-body .ms-slideLeftOut40,.docs-animationsTable-body .ms-slideRightOut40,.docs-animationsTable-body .ms-slideUpOut10,.docs-animationsTable-body .ms-slideUpOut20{animation-play-state:paused}.docs-animationsTable-body .ms-fadeOut100 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeOut200 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeOut400 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeOut500 .AnimationExample-panel,.docs-animationsTable-body .ms-scaleDownOut98 .AnimationExample-panel,.docs-animationsTable-body .ms-scaleUpOut103 .AnimationExample-panel,.docs-animationsTable-body .ms-slideDownOut10 .AnimationExample-panel,.docs-animationsTable-body .ms-slideDownOut20 .AnimationExample-panel,.docs-animationsTable-body .ms-slideLeftOut40 .AnimationExample-panel,.docs-animationsTable-body .ms-slideRightOut40 .AnimationExample-panel,.docs-animationsTable-body .ms-slideUpOut10 .AnimationExample-panel,.docs-animationsTable-body .ms-slideUpOut20 .AnimationExample-panel{animation-play-state:running;opacity:1}.docs-animationsTable-body .ms-slideLeftOut40 .AnimationExample-panel,.docs-animationsTable-body .ms-slideRightOut40 .AnimationExample-panel{right:0}.docs-animationsTable-body .ms-slideLeftOut40 .AnimationExample-panel{left:0}.docs-animationsTable-body .ms-slideDownOut10 .AnimationExample-panel,.docs-animationsTable-body .ms-slideDownOut20 .AnimationExample-panel,.docs-animationsTable-body .ms-slideUpOut10 .AnimationExample-panel,.docs-animationsTable-body .ms-slideUpOut20 .AnimationExample-panel{width:100%;height:30px;top:0}.docs-animationsTable-body .ms-slideDownOut10 .AnimationExample-panel,.docs-animationsTable-body .ms-slideUpOut10 .AnimationExample-panel{width:60px;top:10px;right:10px;height:20px}.docs-animationsTable-body .ms-slideDownOut10 .AnimationExample-panel,.docs-animationsTable-body .ms-slideDownOut20 .AnimationExample-panel{top:60px}.docs-animationsTable-body .ms-scaleDownIn100,.docs-animationsTable-body .ms-scaleDownOut98,.docs-animationsTable-body .ms-scaleUpIn100,.docs-animationsTable-body .ms-scaleUpOut103{overflow:visible}.docs-animationsTable-body .ms-fadeIn100 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeIn200 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeIn400 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeIn500 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeOut100 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeOut200 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeOut400 .AnimationExample-panel,.docs-animationsTable-body .ms-fadeOut500 .AnimationExample-panel,.docs-animationsTable-body .ms-scaleDownIn100 .AnimationExample-panel,.docs-animationsTable-body .ms-scaleDownOut98 .AnimationExample-panel,.docs-animationsTable-body .ms-scaleUpIn100 .AnimationExample-panel,.docs-animationsTable-body .ms-scaleUpOut103 .AnimationExample-panel{height:100%;width:100%;top:0}.AnimationUsage{position:relative;width:150px;height:90px;overflow:hidden;float:left;display:inline-block;margin-bottom:20px}.AnimationUsage-content{width:100%;height:100%;padding:10px;border-style:solid;border-width:1px}.AnimationUsage-panel{position:absolute;top:0;width:60px;height:100%}.AnimationUsage-button{margin:30px 10px;float:left;display:inline-block}.docs-colorContainer{padding-left:9px;float:left;position:relative;width:100%}.docs-colorBox{height:65px;padding:18px;box-sizing:border-box}.docs-colorBox p{line-height:20px;font-size:12px;margin:0}.docs-colorBox .mobileText{font-weight:600}.docs-colorBoxBG{padding-top:11px}.docs-colorBoxBG span.ms-font-size-m{font-size:10px;line-height:14px}@media (min-width:640px){.docs-colorBoxBG span.ms-font-size-m{font-size:14px;line-height:20px}}.docs-colorBox.ms-lg4{line-height:7px}@media (min-width:640px){.docs-colorBox.ms-lg4{width:32.333333%;margin-right:1%}}.docs-colorBottomRow{margin-bottom:16px}.docs-colorBottomRow .docs-colorBox{width:100%;font-size:12px;padding-top:12px}@media (min-width:640px){.docs-colorBottomRow .docs-colorBox{width:32.333333%;font-size:14px}}.docs-colorBox-hasBg{background-color:#f8f8f8}.docs-colorBox-hasBorder{border:1px solid #eaeaea}.docs-colorBoxBorder{border-width:1px;border-style:solid}.docs-colorBox:last-child{margin-right:0}.Typography-infoButton,.Typography-toggleCodeButton{background:none;border:none;margin:0;padding:0;cursor:pointer;font-size:12px;padding:0 7px;height:30px;display:inline-block;outline:none;vertical-align:super;position:absolute;right:0;z-index:2;top:50%;transform:translateY(-50%)}.Typography-infoButton .ms-Icon,.Typography-toggleCodeButton .ms-Icon{color:#a6a6a6}.Typography-infoButton img,.Typography-toggleCodeButton img{fill:#a6a6a6}.Typography-infoButton:hover .ms-Icon,.Typography-infoButton:hover img,.Typography-toggleCodeButton:hover .ms-Icon,.Typography-toggleCodeButton:hover img{color:#666;fill:#666}.ms-Callout.docs-ColorSection-swatchCallout{position:absolute;width:290px;height:inherit;right:-14%;top:100%;z-index:3;display:none;pointer-events:none}.ms-Callout.docs-ColorSection-swatchCallout.ms-Callout--arrowTop:after,.ms-Callout.docs-ColorSection-swatchCallout.ms-Callout--arrowTop:before{right:47px;left:auto}.ms-Callout.docs-ColorSection-swatchCallout .ms-Callout-inner{width:100%}.ms-Callout.docs-ColorSection-swatchCallout .ms-Callout-header{background-color:#fff}.docs-colorBottomRow .Typography-infoButton:hover+.ms-Callout.docs-ColorSection-swatchCallout{display:block}.docs-ColorSection-contrastText{float:left;width:75%;text-overflow:ellipsis;overflow:hidden}.docs-ColorSection-contrastRatio,.docs-ColorSection-contrastText{padding:10px;margin-bottom:0;padding-top:14px;padding-bottom:14px}.docs-ColorSection-contrastRatio{float:right;width:25%}.docs-ColorSection-palette{margin-bottom:20px}.docs-ColorSection-swatches{padding:10px;border:1px solid #eaeaea;padding-bottom:0;padding-right:0}.ms-Callout-inner{position:relative}.docs-ColorSection-contrastCaptionLeft{float:left}.docs-ColorSection-contrastCaptionLeft h4{font-size:14px;font-weight:400}.docs-ColorSection-contrastCaptionRight{position:absolute;right:25px;top:0;color:#000;width:52px}.docs-ColorSection-contrastCaptionRight h4{font-size:14px;font-weight:400}.docs-ColorSection-contrastCaption{margin-bottom:10px;padding-left:7px;white-space:nowrap}.docs-ColorSection-swatchHeader{width:100%;height:50px;padding:10px;position:relative}.docs-ColorSection-swatchTitle{position:absolute;bottom:10px}.docs-ColorSection-swatchHex{position:absolute;right:10px;text-align:right}.docs-ColorSection-swatchBody{overflow:hidden;height:0}.docs-ColorSection-swatchCode{padding:5px;padding-right:0;margin-bottom:10px;white-space:nowrap;font-size:12px}.docs-ColorSection-swatchCode:last-child{margin-bottom:0}@media (min-width:600px){.docs-ColorSection-swatchBody{padding:10px;height:auto}.docs-ColorSection-swatch{width:calc("50% - 10px");display:inline-block;vertical-align:top;margin-right:10px;margin-bottom:10px;border:1px solid #eaeaea}}@media (min-width:980px){.docs-ColorSection-swatch{width:calc("33.3% - 10px")}}@media (min-width:1200px){.docs-ColorSection-swatch{width:calc("25% - 10px")}}a,body,html,input{margin:0;padding:0}body{font-size:15px;font-weight:400}*,:after,:before{box-sizing:border-box}img{border:none;padding:0;margin:0}pre{font-size:13px;padding:10px;background-color:#f4f4f4}.docs-u-fontCode,code,pre{font-family:Consolas,Monaco,Ubuntu Mono,Courier,monospace}.docs-u-fontCode,code{font-weight:400;padding:2px;overflow:hidden;border:none}#body-content .docs-IconList ul{margin:0;margin-bottom:20px}#body-content .docs-IconList ul li{float:left;font-size:11px;color:#666;text-align:center;width:33.3%;height:138px;padding:10px;overflow:hidden;background-color:#f8f8f8;width:49%;margin-right:1%;margin-bottom:1%;min-height:124px;list-style:none!important}@media (min-width:640px){#body-content .docs-IconList ul li{width:24%}}@media (min-width:1024px){#body-content .docs-IconList ul li{margin-right:1%;margin-bottom:1%;min-height:124px;height:100px}}#body-content .docs-IconList ul li .ms-Icon{color:#333;font-size:32px;margin:10px auto;width:100%;margin-top:.8em}#body-content .docs-IconList ul li span{display:inline-block;text-align:left;margin-top:10px;width:100%;font-size:12px}#body-content .LeftNav{width:210px;text-align:right;margin-top:42px;display:none}@media (min-width:967px){#body-content .LeftNav{display:block}}#body-content .LeftNav-links{margin:0}#body-content .LeftNav-item{display:block;text-align:left;margin:0}#body-content a.LeftNav-link{display:block;height:40px;font-size:14px;line-height:40px;padding:0 40px;border:none;cursor:pointer;color:#333;background:#fff;outline:transparent}#body-content a.LeftNav-link:hover{background:#f8f8f8;cursor:pointer}#body-content a.LeftNav-link:focus{color:#212121;outline:none!important;outline-style:none;box-shadow:none;border-color:transparent}#body-content a.LeftNav-link.is-selected{font-weight:600;color:#000;border-left-width:2px;border-left-style:solid}#body-content a.LeftNav-link.LeftNav-link--active{color:#0078d7;background-color:#f4f4f4;position:relative;color:#333}#body-content a.LeftNav-link.LeftNav-link--active:after{content:"";position:absolute;border-left:2px solid #000;top:0;left:0;right:0;bottom:0}#body-content a.LeftNav-link.LeftNav-link--active:active,#body-content a.LeftNav-link.LeftNav-link--active:visited,#body-content a:hover.LeftNav-link{color:#0078d7}#body-content .ms-font-xxl:first-child{margin-top:0}#body-content .ms-font-l{line-height:24px}#body-content .ms-font-m,#body-content .ms-font-s{line-height:20px}#body-content a{text-decoration:none;cursor:pointer}#body-content pre{border-radius:0;padding:0;border:none;margin-bottom:20px}.docs-demoGrid,.docs-demoGrid .ms-Grid-row{margin:0 -10px}.docs-demoGrid .block{background-color:#a6a6a6;color:#fff;height:50px;line-height:50px;margin-bottom:20px;text-align:center}.docs-HelperClasses .ms-Grid-row{width:100%;float:left}.docs-HelperClasses .docs-HelperHeader{display:none}.docs-HelperClasses .ms-Grid-col p.font-size-m{margin-bottom:12px}@media (min-width:640px){.docs-HelperClasses .docs-HelperHeader{display:block}.docs-HelperClasses p.font-size-m{margin-bottom:0}}.full-width-container{margin-top:0!important;padding-top:0}.ms-slideRightIn80{animation-name:fadeIn,a;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes a{0%{transform:translate3d(-80px,0,0)}to{transform:translateZ(0)}}.ms-slideLeftIn80{animation-name:fadeIn,b;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes b{0%{transform:translate3d(80px,0,0)}to{transform:translateZ(0)}}.ms-slideLeftOut80{animation-name:fadeOut,c;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes c{0%{transform:translateZ(0)}to{transform:translate3d(-80px,0,0)}}.ms-slideRightOut80{animation-name:fadeOut,d;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}@keyframes d{0%{transform:translateZ(0)}to{transform:translate3d(80px,0,0)}}.fabric-ie #layout-navigation{top:56px}.fabric-ie div.docs-showNavigation .tier-1{margin-top:57px}.widget-FabricStyleOverrides{display:none}@media (max-width:700px){.fabric-ie #layout-navigation{top:0}} \ No newline at end of file diff --git a/dist/documentation/index.html b/dist/documentation/index.html new file mode 100644 index 000000000..72f699d7e --- /dev/null +++ b/dist/documentation/index.html @@ -0,0 +1,404 @@ + + + + + Office Fabric UI Core Documentation + + + + + +
+ +
+
+ +
+ +

Get Started

+

Quick start

+

The simplest way to get started is to add a copy of Fabric to your project.

+
    +
  1. Download the source code zip file from the latest release on GitHub.
  2. +
  3. Unzip the file and copy the Fabric folder into your project.
  4. +
  5. Add a reference to fabric.css in the <head> of your page. Make sure the path is correct.
  6. +
  7. If you're using components, add a reference to fabric.components.css after the fabric.css reference.
  8. +
+ +

Using Fabric icons and fonts

+

Now that your project references Fabric, you can apply type styles to any text element.

+
<span class="ms-font-su ms-fontColor-themePrimary">Big blue text</span>
+

To use icons, add an <i> element with the appropriate icon classes.

+
<i class="ms-Icon ms-Icon--mail" aria-hidden="true"></i>
+

By default, icons inherit the text size and color of their parent. To override this, apply type styles directly to the icon.

+ + +

Using components

+

To use Fabric components:

+
    +
  1. Add markup to your pages using the appropriate classes.
  2. +
  3. If the component requires JavaScript, you can use the sample JavaScript included in the latest release on GitHub.
  4. +
  5. Initialize the component JavaScript, and you’re all set! For an example that shows how to initialize the JavaScript, see the components page.
  6. +
+ +

Other ways to get Fabric

+

In addition to downloading a copy for your project, you can include Fabric via a CDN reference, by adding it through a package manager, or by building your own copy from the source code.

+ +

Reference the CDN

+

If you prefer to have your project's assets stored on an external server, Fabric is available from the apps for Office CDN. To use it, include the following references in the <head> of your page.

+
<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/2.2.0/fabric.min.css">
+<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/2.2.0/fabric.components.min.css">
+
+

New versions of Fabric might not be available on the CDN right away. The following table lists the releases that are available now. To reference a specific version, update the version number in the URL to match the one you want.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Fabric ReleaseAvailable on CDN
2.6.1 + + Version 2.6.1 Available on the CDN +
2.6.0 + + Version 2.6.0 Available on the CDN +
2.5.0 + + Version 2.5.0 Available on the CDN +
2.4.1 + + Version 2.4.1 Available on the CDN +
2.4.0 + + Version 2.4.0 Available on the CDN +
2.3.0 + + Version 2.3.0 Available on the CDN +
2.2.0 + + Version 2.2.0 Available on the CDN +
2.1.0 + + Version 2.1.0 Available on the CDN +
2.0.1 + + Version 2.0.1 Available on the CDN +
1.2.1 + + Version 1.2.1 Available on the CDN +
1.1.3 + + Version 1.1.3 Available on the CDN +
1.1.2 + + Version 1.1.2 Available on the CDN +
1.1.1 + + Version 1.1.1 Available on the CDN +
1.0.0 + + Version 1.0.0 Available on the CDN +
+ +

Package managers

+

Fabric is also available from a variety of package managers, including Bower, npm, and the NuGet Package Manager. You can quickly add Fabric as a package and stay up to date with the latest version.

+ +

Install with Bower

+

To install Fabric using Bower, run the following command:

+
$ bower install office-ui-fabric
+ +

Install with npm

+

To install Fabric using npm, run the following command:

+
$ npm install office-ui-fabric
+ +

Install with NuGet Package Manager

+

To install Fabric's NuGet package, run the following command in the package manager console:

+
PM> Install-Package OfficeUIFabric
+ +

Build from source

+

Fabric is easy to build and customize locally using gulp and a handful of tasks to watch and build specific parts of the toolkit. You can also use gulp to build and tweak demos and samples.

+ +

For more information about how to build Fabric locally, including gulp tasks, check out our instructions on GitHub.

+ +
+
+ + + \ No newline at end of file diff --git a/dist/sass/Fabric.RTL.scss b/dist/sass/Fabric.RTL.scss new file mode 100644 index 000000000..8b796756b --- /dev/null +++ b/dist/sass/Fabric.RTL.scss @@ -0,0 +1,13 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// OSS Framework Design Language +// -------------------------------------------------- +// Fabric Core Module Loader (RTL) + +// Import the original, LTR version of Fabric +@import './Fabric'; + +// Apply RTL-specific overrides +@import './Icon.RTL'; +@import './Animation.RTL'; diff --git a/dist/sass/Fabric.Scoped.scss b/dist/sass/Fabric.Scoped.scss new file mode 100644 index 000000000..6b1928559 --- /dev/null +++ b/dist/sass/Fabric.Scoped.scss @@ -0,0 +1,33 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// Core styles scoped to the current major version of Fabric + +// Variable is set during gulp task as comma seperated list. i.e. 5,1,0 +$ms-fabric-version: 7,1,0; + +@import './References'; +@import './mixins/ScopedStyles.Mixins'; + +// Sets a global flag to enable scoped styles within certain files +$do-scope-styles: true; + +// Scope all core styles under a helper class for the current major version. +// This produces styles of the form .ms-Fabric-{version #} .ms-font-m. + +@include scope-fabric { + @import './Animation'; + @import './BrandIcon'; + @import './Color'; + @import './Font'; + @import './Grid'; + @import './Icon'; + @import './Responsive'; + @import './Utility'; + @import './Wrapper'; +} + +// @font-face definitions do not need to be scoped + @import './Font.Definitions'; + @import './Icon.Definitions'; diff --git a/dist/sass/Fabric.scss b/dist/sass/Fabric.scss new file mode 100644 index 000000000..c63f1626f --- /dev/null +++ b/dist/sass/Fabric.scss @@ -0,0 +1,22 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// OSS Framework Design Language +// -------------------------------------------------- +// Fabric Core Module Loader (LTR) + +// Variables and mixins +@import './References'; + +// Partials that output CSS +@import './Animation'; +@import './BrandIcon'; +@import './Color'; +@import './Font.Definitions'; +@import './Font'; +@import './Grid'; +@import './Icon.Definitions'; +@import './Icon'; +@import './Responsive'; +@import './Utility'; +@import './Wrapper'; diff --git a/dist/sass/_Animation.RTL.scss b/dist/sass/_Animation.RTL.scss new file mode 100644 index 000000000..9e2fe6b88 --- /dev/null +++ b/dist/sass/_Animation.RTL.scss @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Animation overrides for right-to-left users +.ms-slideRightIn10 { + @include ms-slideLeftIn10; +} + +.ms-slideRightIn20 { + @include ms-slideLeftIn20; +} + +.ms-slideRightIn40 { + @include ms-slideLeftIn40; +} + +.ms-slideRightIn400 { + @include ms-slideLeftIn400; +} + +.ms-slideRightOut40 { + @include ms-slideLeftOut40; +} + +.ms-slideRightOut400 { + @include ms-slideLeftOut400; +} + +.ms-slideLeftIn10 { + @include ms-slideRightIn10; +} + +.ms-slideLeftIn20 { + @include ms-slideRightIn20; +} + +.ms-slideLeftIn40 { + @include ms-slideRightIn40; +} + +.ms-slideLeftIn400 { + @include ms-slideRightIn400; +} + +.ms-slideLeftOut40 { + @include ms-slideRightOut40; +} + +.ms-slideLeftOut400 { + @include ms-slideRightOut400; +} + +.ms-rotate90deg { + @include ms-rotateN90deg; +} + +.ms-rotateN90deg { + @include ms-rotate90deg; +} diff --git a/dist/sass/_Animation.scss b/dist/sass/_Animation.scss new file mode 100644 index 000000000..e9224b73d --- /dev/null +++ b/dist/sass/_Animation.scss @@ -0,0 +1,173 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Fabric Animations + +// Output all @keyframes needed for the animations +@include ms-animation-keyframes; + +// Slide +.ms-slideRightIn10 { + @include ms-slideRightIn10; +} + +.ms-slideRightIn20 { + @include ms-slideRightIn20; +} + +.ms-slideRightIn40 { + @include ms-slideRightIn40; +} + +.ms-slideRightIn400 { + @include ms-slideRightIn400; +} + +.ms-slideRightOut40 { + @include ms-slideRightOut40; +} + +.ms-slideRightOut400 { + @include ms-slideRightOut400; +} + +.ms-slideLeftIn10 { + @include ms-slideLeftIn10; +} + +.ms-slideLeftIn20 { + @include ms-slideLeftIn20; +} + +.ms-slideLeftIn40 { + @include ms-slideLeftIn40; +} + +.ms-slideLeftIn400 { + @include ms-slideLeftIn400; +} + +.ms-slideLeftOut40 { + @include ms-slideLeftOut40; +} + +.ms-slideLeftOut400 { + @include ms-slideLeftOut400; +} + +.ms-slideUpIn10 { + @include ms-slideUpIn10; +} + +.ms-slideUpIn20 { + @include ms-slideUpIn20; +} + +.ms-slideDownIn10 { + @include ms-slideDownIn10; +} + +.ms-slideDownIn20 { + @include ms-slideDownIn20; +} + +.ms-slideUpOut10 { + @include ms-slideUpOut10; +} + +.ms-slideUpOut20 { + @include ms-slideUpOut20; +} + +.ms-slideDownOut10 { + @include ms-slideDownOut10; +} + +.ms-slideDownOut20 { + @include ms-slideDownOut20; +} + +// Scale +.ms-scaleUpIn100 { + @include ms-scaleUpIn100; +} + +.ms-scaleUpOut103 { + @include ms-scaleUpOut103; +} + +.ms-scaleDownOut98 { + @include ms-scaleDownOut98; +} + +.ms-scaleDownIn100 { + @include ms-scaleDownIn100; +} + +// Fade + +.ms-fadeIn100 { + @include ms-fadeIn100; +} + +.ms-fadeIn200 { + @include ms-fadeIn200; +} + +.ms-fadeIn400 { + @include ms-fadeIn400; +} + +.ms-fadeIn500 { + @include ms-fadeIn500; +} + +.ms-fadeOut100 { + @include ms-fadeOut100; +} + +.ms-fadeOut200 { + @include ms-fadeOut200; +} + +.ms-fadeOut400 { + @include ms-fadeOut400; +} + +.ms-fadeOut500 { + @include ms-fadeOut500; +} + +// Expand-collapse + +.ms-expandCollapse100 { + @include ms-expandCollapse100; +} + +.ms-expandCollapse200 { + @include ms-expandCollapse200; +} + +.ms-expandCollapse400 { + @include ms-expandCollapse400; +} + +// Delay +.ms-delay100 { + @include ms-delay100; +} + +.ms-delay200 { + @include ms-delay200; +} + +// Rotate +.ms-rotate90deg { + @include ms-rotate90deg; +} + +.ms-rotateN90deg { + @include ms-rotateN90deg; +} diff --git a/dist/sass/_BrandIcon.scss b/dist/sass/_BrandIcon.scss new file mode 100644 index 000000000..c151ad217 --- /dev/null +++ b/dist/sass/_BrandIcon.scss @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +@include ms-brand-icon-classes(1); +@include ms-brand-icon-size-classes(); + +// Pixel Ratio 1.5 +@media only screen and (min-resolution: 144dpi) { + @include ms-brand-icon-classes(1_5); +} + +// Pixel Ratio 2 +@media only screen and (min-resolution: 192dpi) { + @include ms-brand-icon-classes(2); +} + +// Pixel Ratio 3 +@media only screen and (min-resolution: 288dpi) { + @include ms-brand-icon-classes(3); +} \ No newline at end of file diff --git a/dist/sass/_Color.scss b/dist/sass/_Color.scss new file mode 100644 index 000000000..7febfd35e --- /dev/null +++ b/dist/sass/_Color.scss @@ -0,0 +1,441 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Fabric Core Color Mixins + +//== Background colors +// +// Theme colors +.ms-bgColor-themeDark, +.ms-bgColor-themeDark--hover:hover { + @include ms-bgColor-themeDark; +} + +.ms-bgColor-themeDarkAlt, +.ms-bgColor-themeDarkAlt--hover:hover { + @include ms-bgColor-themeDarkAlt; +} + +.ms-bgColor-themeDarker, +.ms-bgColor-themeDarker--hover:hover { + @include ms-bgColor-themeDarker; +} + +.ms-bgColor-themePrimary, +.ms-bgColor-themePrimary--hover:hover { + @include ms-bgColor-themePrimary; +} + +.ms-bgColor-themeSecondary, +.ms-bgColor-themeSecondary--hover:hover { + @include ms-bgColor-themeSecondary; +} + +.ms-bgColor-themeTertiary, +.ms-bgColor-themeTertiary--hover:hover { + @include ms-bgColor-themeTertiary; +} + +.ms-bgColor-themeLight, +.ms-bgColor-themeLight--hover:hover { + @include ms-bgColor-themeLight; +} + +.ms-bgColor-themeLighter, +.ms-bgColor-themeLighter--hover:hover { + @include ms-bgColor-themeLighter; +} + +.ms-bgColor-themeLighterAlt, +.ms-bgColor-themeLighterAlt--hover:hover { + @include ms-bgColor-themeLighterAlt; +} + +// Neutral colors +.ms-bgColor-black, +.ms-bgColor-black--hover:hover { + @include ms-bgColor-black; +} + +.ms-bgColor-neutralDark, +.ms-bgColor-neutralDark--hover:hover { + @include ms-bgColor-neutralDark; +} + +.ms-bgColor-neutralPrimary, +.ms-bgColor-neutralPrimary--hover:hover { + @include ms-bgColor-neutralPrimary; +} + +.ms-bgColor-neutralPrimaryAlt, +.ms-bgColor-neutralPrimaryAlt--hover:hover { + @include ms-bgColor-neutralPrimaryAlt; +} + +.ms-bgColor-neutralSecondary, +.ms-bgColor-neutralSecondary--hover:hover { + @include ms-bgColor-neutralSecondary; +} + +.ms-bgColor-neutralSecondaryAlt, +.ms-bgColor-neutralSecondaryAlt--hover:hover { + @include ms-bgColor-neutralSecondaryAlt; +} + +.ms-bgColor-neutralTertiary, +.ms-bgColor-neutralTertiary--hover:hover { + @include ms-bgColor-neutralTertiary; +} + +.ms-bgColor-neutralTertiaryAlt, +.ms-bgColor-neutralTertiaryAlt--hover:hover { + @include ms-bgColor-neutralTertiaryAlt; +} + +.ms-bgColor-neutralLight, +.ms-bgColor-neutralLight--hover:hover { + @include ms-bgColor-neutralLight; +} + +.ms-bgColor-neutralLighter, +.ms-bgColor-neutralLighter--hover:hover { + @include ms-bgColor-neutralLighter; +} + +.ms-bgColor-neutralLighterAlt, +.ms-bgColor-neutralLighterAlt--hover:hover { + @include ms-bgColor-neutralLighterAlt; +} + +.ms-bgColor-white, +.ms-bgColor-white--hover:hover { + @include ms-bgColor-white; +} + + +// Brand and accent colors +.ms-bgColor-yellow { + @include ms-bgColor-yellow; +} + +.ms-bgColor-yellowLight { + @include ms-bgColor-yellowLight; +} + +.ms-bgColor-orange { + @include ms-bgColor-orange; +} + +.ms-bgColor-orangeLight { + @include ms-bgColor-orangeLight; +} + +.ms-bgColor-orangeLighter { + @include ms-bgColor-orangeLighter; +} + +.ms-bgColor-redDark { + @include ms-bgColor-redDark; +} + +.ms-bgColor-red { + @include ms-bgColor-red; +} + +.ms-bgColor-magentaDark { + @include ms-bgColor-magentaDark; +} + +.ms-bgColor-magenta { + @include ms-bgColor-magenta; +} + +.ms-bgColor-magentaLight { + @include ms-bgColor-magentaLight; +} + +.ms-bgColor-purpleDark { + @include ms-bgColor-purpleDark; +} + +.ms-bgColor-purple { + @include ms-bgColor-purple; +} + +.ms-bgColor-purpleLight { + @include ms-bgColor-purpleLight; +} + +.ms-bgColor-blueDark { + @include ms-bgColor-blueDark; +} + +.ms-bgColor-blueMid { + @include ms-bgColor-blueMid; +} + +.ms-bgColor-blue { + @include ms-bgColor-blue; +} + +.ms-bgColor-blueLight { + @include ms-bgColor-blueLight; +} + +.ms-bgColor-tealDark { + @include ms-bgColor-tealDark; +} + +.ms-bgColor-teal { + @include ms-bgColor-teal; +} + +.ms-bgColor-tealLight { + @include ms-bgColor-tealLight; +} + +.ms-bgColor-greenDark { + @include ms-bgColor-greenDark; +} + +.ms-bgColor-green { + @include ms-bgColor-green; +} + +.ms-bgColor-greenLight { + @include ms-bgColor-greenLight; +} + +// Message colors +.ms-bgColor-info { + @include ms-bgColor-info; +} + +.ms-bgColor-success { + @include ms-bgColor-success; +} + +.ms-bgColor-severeWarning { + @include ms-bgColor-severeWarning; +} + +.ms-bgColor-warning { + @include ms-bgColor-warning; +} + +.ms-bgColor-error { + @include ms-bgColor-error; +} + + +//== Border colors +// + +// Theme colors +.ms-borderColor-themeDark, +.ms-borderColor-themeDark--hover:hover { + @include ms-borderColor-themeDark; +} + +.ms-borderColor-themeDarkAlt, +.ms-borderColor-themeDarkAlt--hover:hover { + @include ms-borderColor-themeDarkAlt; +} + +.ms-borderColor-themeDarker, +.ms-borderColor-themeDarker--hover:hover { + @include ms-borderColor-themeDarker; +} + +.ms-borderColor-themePrimary, +.ms-borderColor-themePrimary--hover:hover { + @include ms-borderColor-themePrimary; +} + +.ms-borderColor-themeSecondary, +.ms-borderColor-themeSecondary--hover:hover { + @include ms-borderColor-themeSecondary; +} + +.ms-borderColor-themeTertiary, +.ms-borderColor-themeTertiary--hover:hover { + @include ms-borderColor-themeTertiary; +} + +.ms-borderColor-themeLight, +.ms-borderColor-themeLight--hover:hover { + @include ms-borderColor-themeLight; +} + +.ms-borderColor-themeLighter, +.ms-borderColor-themeLighter--hover:hover { + @include ms-borderColor-themeLighter; +} + +.ms-borderColor-themeLighterAlt, +.ms-borderColor-themeLighterAlt--hover:hover { + @include ms-borderColor-themeLighterAlt; +} + + +// Neutral colors +.ms-borderColor-black, +.ms-borderColor-black--hover:hover { + @include ms-borderColor-black; +} + +.ms-borderColor-neutralDark, +.ms-borderColor-neutralDark--hover:hover { + @include ms-borderColor-neutralDark; +} + +.ms-borderColor-neutralPrimary, +.ms-borderColor-neutralPrimary--hover:hover { + @include ms-borderColor-neutralPrimary; +} + +.ms-borderColor-neutralPrimaryAlt, +.ms-borderColor-neutralPrimaryAlt--hover:hover { + @include ms-borderColor-neutralPrimaryAlt; +} + +.ms-borderColor-neutralSecondary, +.ms-borderColor-neutralSecondary--hover:hover { + @include ms-borderColor-neutralSecondary; +} + +.ms-borderColor-neutralSecondaryAlt, +.ms-borderColor-neutralSecondaryAlt--hover:hover { + @include ms-borderColor-neutralSecondaryAlt; +} + +.ms-borderColor-neutralTertiary, +.ms-borderColor-neutralTertiary--hover:hover { + @include ms-borderColor-neutralTertiary; +} + +.ms-borderColor-neutralTertiaryAlt, +.ms-borderColor-neutralTertiaryAlt--hover:hover { + @include ms-borderColor-neutralTertiaryAlt; +} + +.ms-borderColor-neutralLight, +.ms-borderColor-neutralLight--hover:hover { + @include ms-borderColor-neutralLight; +} + +.ms-borderColor-neutralLighter, +.ms-borderColor-neutralLighter--hover:hover { + @include ms-borderColor-neutralLighter; +} + +.ms-borderColor-neutralLighterAlt, +.ms-borderColor-neutralLighterAlt--hover:hover { + @include ms-borderColor-neutralLighterAlt; +} + +.ms-borderColor-white, +.ms-borderColor-white--hover:hover { + @include ms-borderColor-white; +} + +// Brand and accent colors +.ms-borderColor-yellow { + @include ms-borderColor-yellow; +} + +.ms-borderColor-yellowLight { + @include ms-borderColor-yellowLight; +} + +.ms-borderColor-orange { + @include ms-borderColor-orange; +} + +.ms-borderColor-orangeLight { + @include ms-borderColor-orangeLight; +} + +.ms-borderColor-orangeLighter { + @include ms-borderColor-orangeLighter; +} + +.ms-borderColor-redDark { + @include ms-borderColor-redDark; +} + +.ms-borderColor-red { + @include ms-borderColor-red; +} + +.ms-borderColor-magentaDark { + @include ms-borderColor-magentaDark; +} + +.ms-borderColor-magenta { + @include ms-borderColor-magenta; +} + +.ms-borderColor-magentaLight { + @include ms-borderColor-magentaLight; +} + +.ms-borderColor-purpleDark { + @include ms-borderColor-purpleDark; +} + +.ms-borderColor-purple { + @include ms-borderColor-purple; +} + +.ms-borderColor-purpleLight { + @include ms-borderColor-purpleLight; +} + +.ms-borderColor-blueDark { + @include ms-borderColor-blueDark; +} + +.ms-borderColor-blueMid { + @include ms-borderColor-blueMid; +} + +.ms-borderColor-blue { + @include ms-borderColor-blue; +} + +.ms-borderColor-blueLight { + @include ms-borderColor-blueLight; +} + +.ms-borderColor-tealDark { + @include ms-borderColor-tealDark; +} + +.ms-borderColor-teal { + @include ms-borderColor-teal; +} + +.ms-borderColor-tealLight { + @include ms-borderColor-tealLight; +} + +.ms-borderColor-greenDark { + @include ms-borderColor-greenDark; +} + +.ms-borderColor-green { + @include ms-borderColor-green; +} + +.ms-borderColor-greenLight { + @include ms-borderColor-greenLight; +} + +// Individual borders, by request +.ms-borderColorTop-themePrimary, +.ms-borderColorTop-themePrimary--hover:hover { + @include ms-borderColorTop-themePrimary; +} diff --git a/dist/sass/_Font.Definitions.scss b/dist/sass/_Font.Definitions.scss new file mode 100644 index 000000000..018f80658 --- /dev/null +++ b/dist/sass/_Font.Definitions.scss @@ -0,0 +1,33 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Produce @font-face definitions for each of the web fonts. +@include ms-font-face('Leelawadee UI Web', 'leelawadeeui-thai', 'leelawadeeui'); +@include ms-font-face('Segoe UI Web (Arabic)', 'segoeui-arabic'); +@include ms-font-face('Segoe UI Web (Cyrillic)', 'segoeui-cyrillic'); +@include ms-font-face('Segoe UI Web (East European)', 'segoeui-easteuropean'); +@include ms-font-face('Segoe UI Web (Greek)', 'segoeui-greek'); +@include ms-font-face('Segoe UI Web (Hebrew)', 'segoeui-hebrew'); +@include ms-font-face('Segoe UI Web (Vietnamese)', 'segoeui-vietnamese'); +@include ms-font-face('Segoe UI Web (West European)', 'segoeui-westeuropean'); +@include ms-font-face('Selawik Web', 'selawik', 'selawik'); + + +// Leelawadee UI (Thai and Lao) does not have a 'light' weight, so we override +// the font-face generated above to use the 'semilight' weight instead. +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'), + url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff'); + font-weight: 100; + font-style: normal; +} + +// Leelawadee UI (Thai and Lao) does not have a 'semibold' weight, so we override +// the font-face generated above to use the 'bold' weight instead. +@font-face { + font-family: 'Leelawadee UI Web'; + src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2') format('woff2'), + url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff') format('woff'); + font-weight: 600; + font-style: normal; +} diff --git a/dist/sass/_Font.scss b/dist/sass/_Font.scss new file mode 100644 index 000000000..75bb33dcc --- /dev/null +++ b/dist/sass/_Font.scss @@ -0,0 +1,397 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- + +// Super Styles (LIMITED USE) +// Weights: Light +.ms-font-su { + @include ms-font-su; +} +// No touch class for Super + +// Extra-Extra-Large +// Allowed weights: Light, SemiLight +.ms-font-xxl { + @include ms-font-xxl; +} + +// Extra-Large Plus Styles +// Allowed weights: Light, SemiLight +.ms-font-xl-plus { + @include ms-font-xl-plus; +} + +// Extra-Large Styles +// Allowed weights: Light, SemiLight +.ms-font-xl { + @include ms-font-xl; +} + +// Large Styles +// Allowed weights: SemiLight, Regular, Semibold +.ms-font-l { + @include ms-font-l; +} + +// Medium Plus Styles +// Allowed weights: SemiLight, Regular, Semibold +.ms-font-m-plus { + @include ms-font-m-plus; +} + +// Medium Styles +// Allowed weights: SemiLight, Regular, Semibold +.ms-font-m { + @include ms-font-m; +} + +// Small Plus Styles +// Allowed weights: SemiLight, Regular, Semibold +.ms-font-s-plus { + @include ms-font-s-plus; +} + +// Small Styles +// Allowed weights: SemiLight, Regular, Semibold +.ms-font-s { + @include ms-font-s; +} + +// XS Styles +// Allowed weights: SemiLight, Regular, Semibold +.ms-font-xs { + @include ms-font-xs; +} + +// Micro Styles (LIMITED USE) +// Weights: Semibold +.ms-font-mi { + @include ms-font-mi; +} + +//== Helper classes & mixins +// +// Helper mixins to override default type values + +// Font weights +.ms-fontWeight-light, +.ms-fontWeight-light--hover:hover { + @include ms-fontWeight-light; +} + +.ms-fontWeight-semilight, +.ms-fontWeight-semilight--hover:hover { + @include ms-fontWeight-semilight; +} + +.ms-fontWeight-regular, +.ms-fontWeight-regular--hover:hover { + @include ms-fontWeight-regular; +} + +.ms-fontWeight-semibold, +.ms-fontWeight-semibold--hover:hover { + @include ms-fontWeight-semibold; +} + +// Font sizes +.ms-fontSize-su { + @include ms-fontSize-su; +} + +.ms-fontSize-xxl { + @include ms-fontSize-xxl; +} + +.ms-fontSize-xlPlus { + @include ms-fontSize-xlPlus; +} + +.ms-fontSize-xl { + @include ms-fontSize-xl; +} + +.ms-fontSize-l { + @include ms-fontSize-l; +} + +.ms-fontSize-mPlus { + @include ms-fontSize-mPlus; +} + +.ms-fontSize-m { + @include ms-fontSize-m; +} + +.ms-fontSize-sPlus { + @include ms-fontSize-sPlus; +} + +.ms-fontSize-s { + @include ms-fontSize-s; +} + +.ms-fontSize-xs { + @include ms-fontSize-xs; +} + +.ms-fontSize-mi { + @include ms-fontSize-mi; +} + +// Theme colors +.ms-fontColor-themeDarker, +.ms-fontColor-themeDarker--hover:hover { + @include ms-fontColor-themeDarker; +} + +.ms-fontColor-themeDark, +.ms-fontColor-themeDark--hover:hover { + @include ms-fontColor-themeDark; +} + +.ms-fontColor-themeDarkAlt, +.ms-fontColor-themeDarkAlt--hover:hover { + @include ms-fontColor-themeDarkAlt; +} + +.ms-fontColor-themePrimary, +.ms-fontColor-themePrimary--hover:hover { + @include ms-fontColor-themePrimary; +} + +.ms-fontColor-themeSecondary, +.ms-fontColor-themeSecondary--hover:hover { + @include ms-fontColor-themeSecondary; +} + +.ms-fontColor-themeTertiary, +.ms-fontColor-themeTertiary--hover:hover { + @include ms-fontColor-themeTertiary; +} + +.ms-fontColor-themeLight, +.ms-fontColor-themeLight--hover:hover { + @include ms-fontColor-themeLight; +} + +.ms-fontColor-themeLighter, +.ms-fontColor-themeLighter--hover:hover { + @include ms-fontColor-themeLighter; +} + +.ms-fontColor-themeLighterAlt, +.ms-fontColor-themeLighterAlt--hover:hover { + @include ms-fontColor-themeLighterAlt; +} + + +// Neutral colors +.ms-fontColor-black, +.ms-fontColor-black--hover:hover { + @include ms-fontColor-black; +} + +.ms-fontColor-neutralDark, +.ms-fontColor-neutralDark--hover:hover { + @include ms-fontColor-neutralDark; +} + +.ms-fontColor-neutralPrimary, +.ms-fontColor-neutralPrimary--hover:hover { + @include ms-fontColor-neutralPrimary; +} + +.ms-fontColor-neutralPrimaryAlt, +.ms-fontColor-neutralPrimaryAlt--hover:hover { + @include ms-fontColor-neutralPrimaryAlt; +} + +.ms-fontColor-neutralSecondary, +.ms-fontColor-neutralSecondary--hover:hover { + @include ms-fontColor-neutralSecondary; +} + +.ms-fontColor-neutralSecondaryAlt, +.ms-fontColor-neutralSecondaryAlt--hover:hover { + @include ms-fontColor-neutralSecondaryAlt; +} + +.ms-fontColor-neutralTertiary, +.ms-fontColor-neutralTertiary--hover:hover { + @include ms-fontColor-neutralTertiary; +} + +.ms-fontColor-neutralTertiaryAlt, +.ms-fontColor-neutralTertiaryAlt--hover:hover { + @include ms-fontColor-neutralTertiaryAlt; +} + +.ms-fontColor-neutralLight, +.ms-fontColor-neutralLight--hover:hover { + @include ms-fontColor-neutralLight; +} + +.ms-fontColor-neutralLighter, +.ms-fontColor-neutralLighter--hover:hover { + @include ms-fontColor-neutralLighter; +} + +.ms-fontColor-neutralLighterAlt, +.ms-fontColor-neutralLighterAlt--hover:hover { + @include ms-fontColor-neutralLighterAlt; +} + +.ms-fontColor-white, +.ms-fontColor-white--hover:hover { + @include ms-fontColor-white; +} + +// Brand and accent colors +.ms-fontColor-yellow, +.ms-fontColor-yellow--hover:hover { + @include ms-fontColor-yellow; +} + +.ms-fontColor-yellowLight, +.ms-fontColor-yellowLight--hover:hover { + @include ms-fontColor-yellowLight; +} + +.ms-fontColor-orange, +.ms-fontColor-orange--hover:hover { + @include ms-fontColor-orange; +} + +.ms-fontColor-orangeLight, +.ms-fontColor-orangeLight--hover:hover { + @include ms-fontColor-orangeLight; +} + +.ms-fontColor-orangeLighter, +.ms-fontColor-orangeLighter--hover:hover { + @include ms-fontColor-orangeLighter; +} + +.ms-fontColor-redDark, +.ms-fontColor-redDark--hover:hover { + @include ms-fontColor-redDark; +} + +.ms-fontColor-red, +.ms-fontColor-red--hover:hover { + @include ms-fontColor-red; +} + +.ms-fontColor-magentaDark, +.ms-fontColor-magentaDark--hover:hover { + @include ms-fontColor-magentaDark; +} + +.ms-fontColor-magenta, +.ms-fontColor-magenta--hover:hover { + @include ms-fontColor-magenta; +} + +.ms-fontColor-magentaLight, +.ms-fontColor-magentaLight--hover:hover { + @include ms-fontColor-magentaLight; +} + +.ms-fontColor-purpleDark, +.ms-fontColor-purpleDark--hover:hover { + @include ms-fontColor-purpleDark; +} + +.ms-fontColor-purple, +.ms-fontColor-purple--hover:hover { + @include ms-fontColor-purple; +} + +.ms-fontColor-purpleLight, +.ms-fontColor-purpleLight--hover:hover { + @include ms-fontColor-purpleLight; +} + +.ms-fontColor-blueDark, +.ms-fontColor-blueDark--hover:hover { + @include ms-fontColor-blueDark; +} + +.ms-fontColor-blueMid, +.ms-fontColor-blueMid--hover:hover { + @include ms-fontColor-blueMid; +} + +.ms-fontColor-blue, +.ms-fontColor-blue--hover:hover { + @include ms-fontColor-blue; +} + +.ms-fontColor-blueLight, +.ms-fontColor-blueLight--hover:hover { + @include ms-fontColor-blueLight; +} + +.ms-fontColor-tealDark, +.ms-fontColor-tealDark--hover:hover { + @include ms-fontColor-tealDark; +} + +.ms-fontColor-teal, +.ms-fontColor-teal--hover:hover { + @include ms-fontColor-teal; +} + +.ms-fontColor-tealLight, +.ms-fontColor-tealLight--hover:hover { + @include ms-fontColor-tealLight; +} + +.ms-fontColor-greenDark, +.ms-fontColor-greenDark--hover:hover { + @include ms-fontColor-greenDark; +} + +.ms-fontColor-green, +.ms-fontColor-green--hover:hover { + @include ms-fontColor-green; +} + +.ms-fontColor-greenLight, +.ms-fontColor-greenLight--hover:hover { + @include ms-fontColor-greenLight; +} + +// Message colors +.ms-fontColor-info, +.ms-fontColor-info--hover:hover { + @include ms-fontColor-info; +} + +.ms-fontColor-success, +.ms-fontColor-success--hover:hover { + @include ms-fontColor-success; +} + +.ms-fontColor-alert, +.ms-fontColor-alert--hover:hover { // Deprecated: Use ms-fontColor-severeWarning + @include ms-fontColor-alert; +} + +.ms-fontColor-warning, +.ms-fontColor-warning--hover:hover { + @include ms-fontColor-warning; +} + +.ms-fontColor-severeWarning, +.ms-fontColor-severeWarning--hover:hover { + @include ms-fontColor-severeWarning; +} + +.ms-fontColor-error, +.ms-fontColor-error--hover:hover { + @include ms-fontColor-error; +} diff --git a/dist/sass/_Grid.scss b/dist/sass/_Grid.scss new file mode 100644 index 000000000..bf343e627 --- /dev/null +++ b/dist/sass/_Grid.scss @@ -0,0 +1,24 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Fluid 12-column grids for small, medium, and large devices + +//== Grid container (same for all sizes) +// +.ms-Grid { + @include ms-Grid; +} + +//== Grid rows (pull first and last column out) +// +.ms-Grid-row { + @include ms-Grid-row; +} + +//== Grid cells +// +.ms-Grid-col { + @include ms-Grid-col; +} diff --git a/dist/sass/_Icon.Definitions.scss b/dist/sass/_Icon.Definitions.scss new file mode 100644 index 000000000..cffb3b9d3 --- /dev/null +++ b/dist/sass/_Icon.Definitions.scss @@ -0,0 +1,29 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Icon font-family definition + +/* + Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license +*/ + +// Font-face definition for the 'FabricMDL2Icons' icon font +@font-face { + $icon-font-family: 'FabricMDL2Icons'; + $icon-font-name: 'fabricmdl2icons'; + $icon-font-version: '2.30'; + + @if variable_exists(do-scope-styles) { + $icon-font-family: 'FabricMDL2Icons-' + $ms-fabric-version-major; + $icon-font-name: 'scoped/fabricmdl2icons-' + $ms-fabric-version-major; + } + + font-family: $icon-font-family; + src: url('https://static2.sharepointonline.com/files/fabric/assets/icons/#{$icon-font-name}-#{$icon-font-version}.woff2') format('woff2'), + url('https://static2.sharepointonline.com/files/fabric/assets/icons/#{$icon-font-name}-#{$icon-font-version}.woff') format('woff'), + url('https://static2.sharepointonline.com/files/fabric/assets/icons/#{$icon-font-name}-#{$icon-font-version}.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/dist/sass/_Icon.RTL.scss b/dist/sass/_Icon.RTL.scss new file mode 100644 index 000000000..25934c02a --- /dev/null +++ b/dist/sass/_Icon.RTL.scss @@ -0,0 +1,191 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Substitute icons for right-to-left users +.ms-Icon--ArrowDownRightMirrored8::before { @include ms-Icon--ArrowDownRight8; } +.ms-Icon--ArrowDownRight8::before { @include ms-Icon--ArrowDownRightMirrored8; } + +.ms-Icon--ArrowUpRightMirrored8::before { @include ms-Icon--ArrowUpRight8; } +.ms-Icon--ArrowUpRight8::before { @include ms-Icon--ArrowUpRightMirrored8; } + +.ms-Icon--BidiLtr::before { @include ms-Icon--BidiRtl; } +.ms-Icon--BidiRtl::before { @include ms-Icon--BidiLtr; } + +.ms-Icon--BookmarksMirrored::before { @include ms-Icon--Bookmarks; } +.ms-Icon--Bookmarks::before { @include ms-Icon--BookmarksMirrored; } + +.ms-Icon--BulletedListMirrored::before { @include ms-Icon--BulletedList; } +.ms-Icon--BulletedList::before { @include ms-Icon--BulletedListMirrored; } + +.ms-Icon--CalendarMirrored::before { @include ms-Icon--Calendar; } +.ms-Icon--Calendar::before { @include ms-Icon--CalendarMirrored; } + +.ms-Icon--CaretBottomLeftSolid8::before { @include ms-Icon--CaretBottomRightSolid8; } +.ms-Icon--CaretBottomRightSolid8::before { @include ms-Icon--CaretBottomLeftSolid8; } + +.ms-Icon--CaretHollowMirrored::before { @include ms-Icon--CaretHollow; } +.ms-Icon--CaretHollow::before { @include ms-Icon--CaretHollowMirrored; } + +.ms-Icon--CaretLeft8::before { @include ms-Icon--CaretRight8; } +.ms-Icon--CaretRight8::before { @include ms-Icon--CaretLeft8; } + +.ms-Icon--CaretLeftSolid8::before { @include ms-Icon--CaretRightSolid8; } +.ms-Icon--CaretRightSolid8::before { @include ms-Icon--CaretLeftSolid8; } + +.ms-Icon--CaretSolidMirrored::before { @include ms-Icon--CaretSolid; } +.ms-Icon--CaretSolid::before { @include ms-Icon--CaretSolidMirrored; } + +.ms-Icon--CaretTopLeftSolid8::before { @include ms-Icon--CaretTopRightSolid8; } +.ms-Icon--CaretTopRightSolid8::before { @include ms-Icon--CaretTopLeftSolid8; } + +.ms-Icon--ChevronLeft::before { @include ms-Icon--ChevronRight; } +.ms-Icon--ChevronRight::before { @include ms-Icon--ChevronLeft; } + +.ms-Icon--ChevronLeftMed::before { @include ms-Icon--ChevronRightMed; } +.ms-Icon--ChevronRightMed::before { @include ms-Icon--ChevronLeftMed; } + +.ms-Icon--ChevronLeftSmall::before { @include ms-Icon--ChevronRightSmall; } +.ms-Icon--ChevronRightSmall::before { @include ms-Icon--ChevronLeftSmall; } + +.ms-Icon--ChromeBackMirrored::before { @include ms-Icon--ChromeBack; } +.ms-Icon--ChromeBack::before { @include ms-Icon--ChromeBackMirrored; } + +.ms-Icon--ClosePaneMirrored::before { @include ms-Icon--ClosePane; } +.ms-Icon--ClosePane::before { @include ms-Icon--ClosePaneMirrored; } + +.ms-Icon--CustomListMirrored::before { @include ms-Icon--CustomList; } +.ms-Icon--CustomList::before { @include ms-Icon--CustomListMirrored; } + +.ms-Icon--DateTimeMirrored::before { @include ms-Icon--DateTime; } +.ms-Icon--DateTime::before { @include ms-Icon--DateTimeMirrored; } + +.ms-Icon--DockLeftMirrored::before { @include ms-Icon--DockLeft; } +.ms-Icon--DockLeft::before { @include ms-Icon--DockLeftMirrored; } + +.ms-Icon--DoubleChevronLeft::before { @include ms-Icon--DoubleChevronRight; } +.ms-Icon--DoubleChevronRight::before { @include ms-Icon--DoubleChevronLeft; } + +.ms-Icon--DoubleChevronLeft12::before { @include ms-Icon--DoubleChevronRight12; } +.ms-Icon--DoubleChevronRight12::before { @include ms-Icon--DoubleChevronLeft12; } + +.ms-Icon--DoubleChevronLeftMedMirrored::before { @include ms-Icon--DoubleChevronLeftMed; } +.ms-Icon--DoubleChevronLeftMed::before { @include ms-Icon--DoubleChevronLeftMedMirrored; } + +.ms-Icon--EditMirrored::before { @include ms-Icon--Edit; } +.ms-Icon--Edit::before { @include ms-Icon--EditMirrored; } + +.ms-Icon--FabricFormLibraryMirrored::before { @include ms-Icon--FabricFormLibrary; } +.ms-Icon--FabricFormLibrary::before { @include ms-Icon--FabricFormLibraryMirrored; } + +.ms-Icon--FabricReportLibraryMirrored::before { @include ms-Icon--FabricReportLibrary; } +.ms-Icon--FabricReportLibrary::before { @include ms-Icon--FabricReportLibraryMirrored; } + +.ms-Icon--FlickLeft::before { @include ms-Icon--FlickRight; } +.ms-Icon--FlickRight::before { @include ms-Icon--FlickLeft; } + +.ms-Icon--FormLibraryMirrored::before { @include ms-Icon--FormLibrary; } +.ms-Icon--FormLibrary::before { @include ms-Icon--FormLibraryMirrored; } + +.ms-Icon--Forward::before { @include ms-Icon--Back; } +.ms-Icon--Back::before { @include ms-Icon--Forward; } + +.ms-Icon--HelpMirrored::before { @include ms-Icon--Help; } +.ms-Icon--Help::before { @include ms-Icon--HelpMirrored; } + +.ms-Icon--IssueTrackingMirrored::before { @include ms-Icon--IssueTracking; } +.ms-Icon--IssueTracking::before { @include ms-Icon--IssueTrackingMirrored; } + +.ms-Icon--ListMirrored::before { @include ms-Icon--List; } +.ms-Icon--List::before { @include ms-Icon--ListMirrored; } + +.ms-Icon--MailReplyAllMirrored::before { @include ms-Icon--MailReplyAll; } +.ms-Icon--MailReplyAll::before { @include ms-Icon--MailReplyAllMirrored; } + +.ms-Icon--MailReplyMirrored::before { @include ms-Icon--MailReply; } +.ms-Icon--MailReply::before { @include ms-Icon--MailReplyMirrored; } + +.ms-Icon--MultiSelectMirrored::before { @include ms-Icon--MultiSelect; } +.ms-Icon--MultiSelect::before { @include ms-Icon--MultiSelectMirrored; } + +.ms-Icon--OpenPaneMirrored::before { @include ms-Icon--OpenPane; } +.ms-Icon--OpenPane::before { @include ms-Icon--OpenPaneMirrored; } + +.ms-Icon--PageLeft::before { @include ms-Icon--PageRight; } +.ms-Icon--PageRight::before { @include ms-Icon--PageLeft; } + +.ms-Icon--QuestionnaireMirrored::before { @include ms-Icon--Questionnaire; } +.ms-Icon--Questionnaire::before { @include ms-Icon--QuestionnaireMirrored; } + +.ms-Icon--Redo::before { @include ms-Icon--Undo; } +.ms-Icon--Undo::before { @include ms-Icon--Redo; } + +.ms-Icon--ReplyAllMirrored::before { @include ms-Icon--ReplyAll; } +.ms-Icon--ReplyAll::before { @include ms-Icon--ReplyAllMirrored; } + +.ms-Icon--ReplyMirrored::before { @include ms-Icon--Reply; } +.ms-Icon--Reply::before { @include ms-Icon--ReplyMirrored; } + +.ms-Icon--ReportLibraryMirrored::before { @include ms-Icon--ReportLibrary; } +.ms-Icon--ReportLibrary::before { @include ms-Icon--ReportLibraryMirrored; } + +.ms-Icon--SendMirrored::before { @include ms-Icon--Send; } +.ms-Icon--Send::before { @include ms-Icon--SendMirrored; } + +.ms-Icon--ShowResultsMirrored::before { @include ms-Icon--ShowResults; } +.ms-Icon--ShowResults::before { @include ms-Icon--ShowResultsMirrored; } + +.ms-Icon--TaskManagerMirrored::before { @include ms-Icon--TaskManager; } +.ms-Icon--TaskManager::before { @include ms-Icon--TaskManagerMirrored; } + +.ms-Icon--ThumbnailViewMirrored::before { @include ms-Icon--ThumbnailView; } +.ms-Icon--ThumbnailView::before { @include ms-Icon--ThumbnailViewMirrored; } + +.ms-Icon--TriangleLeft12::before { @include ms-Icon--TriangleRight12; } +.ms-Icon--TriangleRight12::before { @include ms-Icon--TriangleLeft12; } + +.ms-Icon--TriangleSolidLeft12::before { @include ms-Icon--TriangleSolidRight12; } +.ms-Icon--TriangleSolidRight12::before { @include ms-Icon--TriangleSolidLeft12; } + +.ms-Icon--ExportMirrored::before { @include ms-Icon--Export; } +.ms-Icon--Export::before { @include ms-Icon--ExportMirrored; } + +.ms-Icon--ImportMirrored::before { @include ms-Icon--Import; } +.ms-Icon--Import::before { @include ms-Icon--ImportMirrored; } + +.ms-Icon--TaskGroupMirrored::before { @include ms-Icon--TaskGroup; } +.ms-Icon--TaskGroup::before { @include ms-Icon--TaskGroupMirrored; } + +.ms-Icon--BulletedList2Mirrored::before { @include ms-Icon--BulletedList2; } +.ms-Icon--BulletedList2::before { @include ms-Icon--BulletedList2Mirrored; } + +.ms-Icon--FolderListMirrored::before { @include ms-Icon--FolderList; } +.ms-Icon--FolderList::before { @include ms-Icon--FolderListMirrored; } + +.ms-Icon--NavigateBackMirrored::before { @include ms-Icon--NavigateBack; } +.ms-Icon--NavigateBack::before { @include ms-Icon--NavigateBackMirrored; } + +.ms-Icon--NavigateForwardMirrored::before { @include ms-Icon--NavigateForward; } +.ms-Icon--NavigateForward::before { @include ms-Icon--NavigateForwardMirrored; } + +.ms-Icon--UnknownMirroredSolid::before { @include ms-Icon--UnknownSolid; } +.ms-Icon--UnknownSolid::before { @include ms-Icon--UnknownMirroredSolid; } + +.ms-Icon--FeedbackRequestMirroredSolid::before { @include ms-Icon--FeedbackRequestSolid; } +.ms-Icon--FeedbackRequestSolid::before { @include ms-Icon--FeedbackRequestMirroredSolid; } + +.ms-Icon--FinancialMirroredSolid::before { @include ms-Icon--FinancialSolid; } +.ms-Icon--FinancialSolid::before { @include ms-Icon--FinancialMirroredSolid; } + +.ms-Icon--PageListMirroredSolid::before { @include ms-Icon--PageListSolid; } +.ms-Icon--PageListSolid::before { @include ms-Icon--PageListMirroredSolid; } + +.ms-Icon--ParkingLocationMirrored::before { @include ms-Icon--ParkingLocation; } +.ms-Icon--ParkingLocation::before { @include ms-Icon--ParkingLocationMirrored; } + +.ms-Icon--ParkingMirroredSolid::before { @include ms-Icon--ParkingSolid; } +.ms-Icon--ParkingSolid::before { @include ms-Icon--ParkingMirroredSolid; } + +.ms-Icon--ReviewRequestMirroredSolid::before { @include ms-Icon--ReviewRequestSolid; } +.ms-Icon--ReviewRequestSolid::before { @include ms-Icon--ReviewRequestMirroredSolid; } + +.ms-Icon--SidePanelMirrored::before { @include ms-Icon--SidePanel; } +.ms-Icon--SidePanel::before { @include ms-Icon--SidePanelMirrored; } diff --git a/dist/sass/_Icon.scss b/dist/sass/_Icon.scss new file mode 100644 index 000000000..a04b31bf5 --- /dev/null +++ b/dist/sass/_Icon.scss @@ -0,0 +1,1155 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Icon class definitions + + +// Base icon definition +.ms-Icon { + @include ms-Icon; +} + +// Modifier: Place the icon in a circle +.ms-Icon--circle { + @include ms-Icon--circle; +} + +// Modifiers: Size classes +.ms-Icon--xs { + @include ms-Icon--xs; +} + +.ms-Icon--s { + @include ms-Icon--s; +} + +.ms-Icon--m { + @include ms-Icon--m; +} + +.ms-Icon--l { + @include ms-Icon--l; +} + +// Modifiers: Each of the icons +.ms-Icon--AADLogo::before { @include ms-Icon--AADLogo; } +.ms-Icon--Accept::before { @include ms-Icon--Accept; } +.ms-Icon--AccessLogo::before { @include ms-Icon--AccessLogo; } +.ms-Icon--AccessLogoFill::before { @include ms-Icon--AccessLogoFill; } +.ms-Icon--Accounts::before { @include ms-Icon--Accounts; } +.ms-Icon--ActivityFeed::before { @include ms-Icon--ActivityFeed; } +.ms-Icon--Add::before { @include ms-Icon--Add; } +.ms-Icon--AddEvent::before { @include ms-Icon--AddEvent; } +.ms-Icon--AddFavorite::before { @include ms-Icon--AddFavorite; } +.ms-Icon--AddFavoriteFill::before { @include ms-Icon--AddFavoriteFill; } +.ms-Icon--AddFriend::before { @include ms-Icon--AddFriend; } +.ms-Icon--AddGroup::before { @include ms-Icon--AddGroup; } +.ms-Icon--AddOnlineMeeting::before { @include ms-Icon--AddOnlineMeeting; } +.ms-Icon--AddPhone::before { @include ms-Icon--AddPhone; } +.ms-Icon--AddTo::before { @include ms-Icon--AddTo; } +.ms-Icon--Admin::before { @include ms-Icon--Admin; } +.ms-Icon--AdminALogo::before { @include ms-Icon--AdminALogo; } +.ms-Icon--AdminCLogo::before { @include ms-Icon--AdminCLogo; } +.ms-Icon--AdminDLogo::before { @include ms-Icon--AdminDLogo; } +.ms-Icon--AdminELogo::before { @include ms-Icon--AdminELogo; } +.ms-Icon--AdminLLogo::before { @include ms-Icon--AdminLLogo; } +.ms-Icon--AdminMLogo::before { @include ms-Icon--AdminMLogo; } +.ms-Icon--AdminOLogo::before { @include ms-Icon--AdminOLogo; } +.ms-Icon--AdminPLogo::before { @include ms-Icon--AdminPLogo; } +.ms-Icon--AdminSLogo::before { @include ms-Icon--AdminSLogo; } +.ms-Icon--AdminYLogo::before { @include ms-Icon--AdminYLogo; } +.ms-Icon--Airplane::before { @include ms-Icon--Airplane; } +.ms-Icon--AirplaneSolid::before { @include ms-Icon--AirplaneSolid; } +.ms-Icon--AirTickets::before { @include ms-Icon--AirTickets; } +.ms-Icon--AlarmClock::before { @include ms-Icon--AlarmClock; } +.ms-Icon--Album::before { @include ms-Icon--Album; } +.ms-Icon--AlbumRemove::before { @include ms-Icon--AlbumRemove; } +.ms-Icon--AlertSolid::before { @include ms-Icon--AlertSolid; } +.ms-Icon--AlignCenter::before { @include ms-Icon--AlignCenter; } +.ms-Icon--AlignLeft::before { @include ms-Icon--AlignLeft; } +.ms-Icon--AlignRight::before { @include ms-Icon--AlignRight; } +.ms-Icon--AnalyticsLogo::before { @include ms-Icon--AnalyticsLogo; } +.ms-Icon--AnalyticsQuery::before { @include ms-Icon--AnalyticsQuery; } +.ms-Icon--AnalyticsReport::before { @include ms-Icon--AnalyticsReport; } +.ms-Icon--AndroidLogo::before { @include ms-Icon--AndroidLogo; } +.ms-Icon--Annotation::before { @include ms-Icon--Annotation; } +.ms-Icon--AppIconDefault::before { @include ms-Icon--AppIconDefault; } +.ms-Icon--Archive::before { @include ms-Icon--Archive; } +.ms-Icon--AreaChart::before { @include ms-Icon--AreaChart; } +.ms-Icon--Arrivals::before { @include ms-Icon--Arrivals; } +.ms-Icon--ArrowDownRight8::before { @include ms-Icon--ArrowDownRight8; } +.ms-Icon--ArrowDownRightMirrored8::before { @include ms-Icon--ArrowDownRightMirrored8; } +.ms-Icon--ArrowTallDownLeft::before { @include ms-Icon--ArrowTallDownLeft; } +.ms-Icon--ArrowTallDownRight::before { @include ms-Icon--ArrowTallDownRight; } +.ms-Icon--ArrowTallUpLeft::before { @include ms-Icon--ArrowTallUpLeft; } +.ms-Icon--ArrowTallUpRight::before { @include ms-Icon--ArrowTallUpRight; } +.ms-Icon--ArrowUpRight8::before { @include ms-Icon--ArrowUpRight8; } +.ms-Icon--ArrowUpRightMirrored8::before { @include ms-Icon--ArrowUpRightMirrored8; } +.ms-Icon--Articles::before { @include ms-Icon--Articles; } +.ms-Icon--Ascending::before { @include ms-Icon--Ascending; } +.ms-Icon--AssessmentGroup::before { @include ms-Icon--AssessmentGroup; } +.ms-Icon--AssessmentGroupTemplate::before { @include ms-Icon--AssessmentGroupTemplate; } +.ms-Icon--AssetLibrary::before { @include ms-Icon--AssetLibrary; } +.ms-Icon--Assign::before { @include ms-Icon--Assign; } +.ms-Icon--Asterisk::before { @include ms-Icon--Asterisk; } +.ms-Icon--AsteriskSolid::before { @include ms-Icon--AsteriskSolid; } +.ms-Icon--ATPLogo::before { @include ms-Icon--ATPLogo; } +.ms-Icon--Attach::before { @include ms-Icon--Attach; } +.ms-Icon--AustralianRules::before { @include ms-Icon--AustralianRules; } +.ms-Icon--AutoEnhanceOff::before { @include ms-Icon--AutoEnhanceOff; } +.ms-Icon--AutoEnhanceOn::before { @include ms-Icon--AutoEnhanceOn; } +.ms-Icon--AutoFillTemplate::before { @include ms-Icon--AutoFillTemplate; } +.ms-Icon--AutoRacing::before { @include ms-Icon--AutoRacing; } +.ms-Icon--AwayStatus::before { @include ms-Icon--AwayStatus; } +.ms-Icon--AzureAPIManagement::before { @include ms-Icon--AzureAPIManagement; } +.ms-Icon--AzureKeyVault::before { @include ms-Icon--AzureKeyVault; } +.ms-Icon--AzureLogo::before { @include ms-Icon--AzureLogo; } +.ms-Icon--AzureServiceEndpoint::before { @include ms-Icon--AzureServiceEndpoint; } +.ms-Icon--Back::before { @include ms-Icon--Back; } +.ms-Icon--Backlog::before { @include ms-Icon--Backlog; } +.ms-Icon--BackToWindow::before { @include ms-Icon--BackToWindow; } +.ms-Icon--Badge::before { @include ms-Icon--Badge; } +.ms-Icon--Balloons::before { @include ms-Icon--Balloons; } +.ms-Icon--BankSolid::before { @include ms-Icon--BankSolid; } +.ms-Icon--BarChart4::before { @include ms-Icon--BarChart4; } +.ms-Icon--BarChartHorizontal::before { @include ms-Icon--BarChartHorizontal; } +.ms-Icon--BarChartVertical::before { @include ms-Icon--BarChartVertical; } +.ms-Icon--Baseball::before { @include ms-Icon--Baseball; } +.ms-Icon--BidiLtr::before { @include ms-Icon--BidiLtr; } +.ms-Icon--BidiRtl::before { @include ms-Icon--BidiRtl; } +.ms-Icon--BingLogo::before { @include ms-Icon--BingLogo; } +.ms-Icon--BlockContact::before { @include ms-Icon--BlockContact; } +.ms-Icon--Blocked::before { @include ms-Icon--Blocked; } +.ms-Icon--Blocked2::before { @include ms-Icon--Blocked2; } +.ms-Icon--BlowingSnow::before { @include ms-Icon--BlowingSnow; } +.ms-Icon--Blur::before { @include ms-Icon--Blur; } +.ms-Icon--Boards::before { @include ms-Icon--Boards; } +.ms-Icon--Bold::before { @include ms-Icon--Bold; } +.ms-Icon--BookingsLogo::before { @include ms-Icon--BookingsLogo; } +.ms-Icon--Bookmarks::before { @include ms-Icon--Bookmarks; } +.ms-Icon--BookmarksMirrored::before { @include ms-Icon--BookmarksMirrored; } +.ms-Icon--BoxAdditionSolid::before { @include ms-Icon--BoxAdditionSolid; } +.ms-Icon--BoxCheckmarkSolid::before { @include ms-Icon--BoxCheckmarkSolid; } +.ms-Icon--BoxLogo::before { @include ms-Icon--BoxLogo; } +.ms-Icon--BoxMultiplySolid::before { @include ms-Icon--BoxMultiplySolid; } +.ms-Icon--BoxPlaySolid::before { @include ms-Icon--BoxPlaySolid; } +.ms-Icon--BoxSubtractSolid::before { @include ms-Icon--BoxSubtractSolid; } +.ms-Icon--BranchCommit::before { @include ms-Icon--BranchCommit; } +.ms-Icon--BranchCompare::before { @include ms-Icon--BranchCompare; } +.ms-Icon--BranchFork::before { @include ms-Icon--BranchFork; } +.ms-Icon--BranchFork2::before { @include ms-Icon--BranchFork2; } +.ms-Icon--BranchLocked::before { @include ms-Icon--BranchLocked; } +.ms-Icon--BranchMerge::before { @include ms-Icon--BranchMerge; } +.ms-Icon--BranchPullRequest::before { @include ms-Icon--BranchPullRequest; } +.ms-Icon--BranchSearch::before { @include ms-Icon--BranchSearch; } +.ms-Icon--BranchShelveset::before { @include ms-Icon--BranchShelveset; } +.ms-Icon--Breadcrumb::before { @include ms-Icon--Breadcrumb; } +.ms-Icon--Brightness::before { @include ms-Icon--Brightness; } +.ms-Icon--Broom::before { @include ms-Icon--Broom; } +.ms-Icon--BucketColor::before { @include ms-Icon--BucketColor; } +.ms-Icon--BucketColorFill::before { @include ms-Icon--BucketColorFill; } +.ms-Icon--BufferTimeAfter::before { @include ms-Icon--BufferTimeAfter; } +.ms-Icon--BufferTimeBefore::before { @include ms-Icon--BufferTimeBefore; } +.ms-Icon--BufferTimeBoth::before { @include ms-Icon--BufferTimeBoth; } +.ms-Icon--BugSolid::before { @include ms-Icon--BugSolid; } +.ms-Icon--Build::before { @include ms-Icon--Build; } +.ms-Icon--BuildIssue::before { @include ms-Icon--BuildIssue; } +.ms-Icon--BuildQueue::before { @include ms-Icon--BuildQueue; } +.ms-Icon--BuildQueueNew::before { @include ms-Icon--BuildQueueNew; } +.ms-Icon--BulletedList::before { @include ms-Icon--BulletedList; } +.ms-Icon--BulletedList2::before { @include ms-Icon--BulletedList2; } +.ms-Icon--BulletedList2Mirrored::before { @include ms-Icon--BulletedList2Mirrored; } +.ms-Icon--BulletedListMirrored::before { @include ms-Icon--BulletedListMirrored; } +.ms-Icon--BusinessHoursSign::before { @include ms-Icon--BusinessHoursSign; } +.ms-Icon--BusSolid::before { @include ms-Icon--BusSolid; } +.ms-Icon--Cafe::before { @include ms-Icon--Cafe; } +.ms-Icon--Cake::before { @include ms-Icon--Cake; } +.ms-Icon--CalculatorAddition::before { @include ms-Icon--CalculatorAddition; } +.ms-Icon--CalculatorEqualTo::before { @include ms-Icon--CalculatorEqualTo; } +.ms-Icon--CalculatorMultiply::before { @include ms-Icon--CalculatorMultiply; } +.ms-Icon--CalculatorNotEqualTo::before { @include ms-Icon--CalculatorNotEqualTo; } +.ms-Icon--CalculatorSubtract::before { @include ms-Icon--CalculatorSubtract; } +.ms-Icon--Calendar::before { @include ms-Icon--Calendar; } +.ms-Icon--CalendarAgenda::before { @include ms-Icon--CalendarAgenda; } +.ms-Icon--CalendarDay::before { @include ms-Icon--CalendarDay; } +.ms-Icon--CalendarMirrored::before { @include ms-Icon--CalendarMirrored; } +.ms-Icon--CalendarReply::before { @include ms-Icon--CalendarReply; } +.ms-Icon--CalendarWeek::before { @include ms-Icon--CalendarWeek; } +.ms-Icon--CalendarWorkWeek::before { @include ms-Icon--CalendarWorkWeek; } +.ms-Icon--CaloriesAdd::before { @include ms-Icon--CaloriesAdd; } +.ms-Icon--Camera::before { @include ms-Icon--Camera; } +.ms-Icon--Cancel::before { @include ms-Icon--Cancel; } +.ms-Icon--CannedChat::before { @include ms-Icon--CannedChat; } +.ms-Icon--Car::before { @include ms-Icon--Car; } +.ms-Icon--CaretBottomLeftCenter8::before { @include ms-Icon--CaretBottomLeftCenter8; } +.ms-Icon--CaretBottomLeftSolid8::before { @include ms-Icon--CaretBottomLeftSolid8; } +.ms-Icon--CaretBottomRightCenter8::before { @include ms-Icon--CaretBottomRightCenter8; } +.ms-Icon--CaretBottomRightSolid8::before { @include ms-Icon--CaretBottomRightSolid8; } +.ms-Icon--CaretDown8::before { @include ms-Icon--CaretDown8; } +.ms-Icon--CaretDownSolid8::before { @include ms-Icon--CaretDownSolid8; } +.ms-Icon--CaretHollow::before { @include ms-Icon--CaretHollow; } +.ms-Icon--CaretHollowMirrored::before { @include ms-Icon--CaretHollowMirrored; } +.ms-Icon--CaretLeft8::before { @include ms-Icon--CaretLeft8; } +.ms-Icon--CaretLeftSolid8::before { @include ms-Icon--CaretLeftSolid8; } +.ms-Icon--CaretRight::before { @include ms-Icon--CaretRight; } +.ms-Icon--CaretRight8::before { @include ms-Icon--CaretRight8; } +.ms-Icon--CaretRightSolid8::before { @include ms-Icon--CaretRightSolid8; } +.ms-Icon--CaretSolid::before { @include ms-Icon--CaretSolid; } +.ms-Icon--CaretSolid16::before { @include ms-Icon--CaretSolid16; } +.ms-Icon--CaretSolidDown::before { @include ms-Icon--CaretSolidDown; } +.ms-Icon--CaretSolidLeft::before { @include ms-Icon--CaretSolidLeft; } +.ms-Icon--CaretSolidMirrored::before { @include ms-Icon--CaretSolidMirrored; } +.ms-Icon--CaretSolidRight::before { @include ms-Icon--CaretSolidRight; } +.ms-Icon--CaretSolidUp::before { @include ms-Icon--CaretSolidUp; } +.ms-Icon--CaretTopLeftCenter8::before { @include ms-Icon--CaretTopLeftCenter8; } +.ms-Icon--CaretTopLeftSolid8::before { @include ms-Icon--CaretTopLeftSolid8; } +.ms-Icon--CaretTopRightCenter8::before { @include ms-Icon--CaretTopRightCenter8; } +.ms-Icon--CaretTopRightSolid8::before { @include ms-Icon--CaretTopRightSolid8; } +.ms-Icon--CaretUp8::before { @include ms-Icon--CaretUp8; } +.ms-Icon--CaretUpSolid8::before { @include ms-Icon--CaretUpSolid8; } +.ms-Icon--Cat::before { @include ms-Icon--Cat; } +.ms-Icon--CellPhone::before { @include ms-Icon--CellPhone; } +.ms-Icon--Certificate::before { @include ms-Icon--Certificate; } +.ms-Icon--Chart::before { @include ms-Icon--Chart; } +.ms-Icon--Chat::before { @include ms-Icon--Chat; } +.ms-Icon--ChatInviteFriend::before { @include ms-Icon--ChatInviteFriend; } +.ms-Icon--ChatSolid::before { @include ms-Icon--ChatSolid; } +.ms-Icon--Checkbox::before { @include ms-Icon--Checkbox; } +.ms-Icon--CheckboxComposite::before { @include ms-Icon--CheckboxComposite; } +.ms-Icon--CheckboxCompositeReversed::before { @include ms-Icon--CheckboxCompositeReversed; } +.ms-Icon--CheckboxIndeterminate::before { @include ms-Icon--CheckboxIndeterminate; } +.ms-Icon--CheckList::before { @include ms-Icon--CheckList; } +.ms-Icon--CheckMark::before { @include ms-Icon--CheckMark; } +.ms-Icon--ChevronDown::before { @include ms-Icon--ChevronDown; } +.ms-Icon--ChevronDownEnd6::before { @include ms-Icon--ChevronDownEnd6; } +.ms-Icon--ChevronDownMed::before { @include ms-Icon--ChevronDownMed; } +.ms-Icon--ChevronDownSmall::before { @include ms-Icon--ChevronDownSmall; } +.ms-Icon--ChevronFold10::before { @include ms-Icon--ChevronFold10; } +.ms-Icon--ChevronLeft::before { @include ms-Icon--ChevronLeft; } +.ms-Icon--ChevronLeftEnd6::before { @include ms-Icon--ChevronLeftEnd6; } +.ms-Icon--ChevronLeftMed::before { @include ms-Icon--ChevronLeftMed; } +.ms-Icon--ChevronLeftSmall::before { @include ms-Icon--ChevronLeftSmall; } +.ms-Icon--ChevronRight::before { @include ms-Icon--ChevronRight; } +.ms-Icon--ChevronRightEnd6::before { @include ms-Icon--ChevronRightEnd6; } +.ms-Icon--ChevronRightMed::before { @include ms-Icon--ChevronRightMed; } +.ms-Icon--ChevronRightSmall::before { @include ms-Icon--ChevronRightSmall; } +.ms-Icon--ChevronUnfold10::before { @include ms-Icon--ChevronUnfold10; } +.ms-Icon--ChevronUp::before { @include ms-Icon--ChevronUp; } +.ms-Icon--ChevronUpEnd6::before { @include ms-Icon--ChevronUpEnd6; } +.ms-Icon--ChevronUpMed::before { @include ms-Icon--ChevronUpMed; } +.ms-Icon--ChevronUpSmall::before { @include ms-Icon--ChevronUpSmall; } +.ms-Icon--ChromeBack::before { @include ms-Icon--ChromeBack; } +.ms-Icon--ChromeBackMirrored::before { @include ms-Icon--ChromeBackMirrored; } +.ms-Icon--ChromeClose::before { @include ms-Icon--ChromeClose; } +.ms-Icon--ChromeMinimize::before { @include ms-Icon--ChromeMinimize; } +.ms-Icon--CircleAddition::before { @include ms-Icon--CircleAddition; } +.ms-Icon--CircleAdditionSolid::before { @include ms-Icon--CircleAdditionSolid; } +.ms-Icon--CircleFill::before { @include ms-Icon--CircleFill; } +.ms-Icon--CircleHalfFull::before { @include ms-Icon--CircleHalfFull; } +.ms-Icon--CirclePause::before { @include ms-Icon--CirclePause; } +.ms-Icon--CirclePauseSolid::before { @include ms-Icon--CirclePauseSolid; } +.ms-Icon--CirclePlus::before { @include ms-Icon--CirclePlus; } +.ms-Icon--CircleRing::before { @include ms-Icon--CircleRing; } +.ms-Icon--CircleStop::before { @include ms-Icon--CircleStop; } +.ms-Icon--CircleStopSolid::before { @include ms-Icon--CircleStopSolid; } +.ms-Icon--CityNext::before { @include ms-Icon--CityNext; } +.ms-Icon--ClassNotebookLogoInverse::before { @include ms-Icon--ClassNotebookLogoInverse; } +.ms-Icon--ClassroomLogo::before { @include ms-Icon--ClassroomLogo; } +.ms-Icon--Clear::before { @include ms-Icon--Clear; } +.ms-Icon--ClearFilter::before { @include ms-Icon--ClearFilter; } +.ms-Icon--ClearFormatting::before { @include ms-Icon--ClearFormatting; } +.ms-Icon--ClearNight::before { @include ms-Icon--ClearNight; } +.ms-Icon--Clock::before { @include ms-Icon--Clock; } +.ms-Icon--CloneToDesktop::before { @include ms-Icon--CloneToDesktop; } +.ms-Icon--ClosedCaption::before { @include ms-Icon--ClosedCaption; } +.ms-Icon--ClosePane::before { @include ms-Icon--ClosePane; } +.ms-Icon--ClosePaneMirrored::before { @include ms-Icon--ClosePaneMirrored; } +.ms-Icon--Cloud::before { @include ms-Icon--Cloud; } +.ms-Icon--CloudAdd::before { @include ms-Icon--CloudAdd; } +.ms-Icon--CloudDownload::before { @include ms-Icon--CloudDownload; } +.ms-Icon--CloudUpload::before { @include ms-Icon--CloudUpload; } +.ms-Icon--CloudWeather::before { @include ms-Icon--CloudWeather; } +.ms-Icon--Cloudy::before { @include ms-Icon--Cloudy; } +.ms-Icon--Cocktails::before { @include ms-Icon--Cocktails; } +.ms-Icon--Code::before { @include ms-Icon--Code; } +.ms-Icon--Coffee::before { @include ms-Icon--Coffee; } +.ms-Icon--CoffeeScript::before { @include ms-Icon--CoffeeScript; } +.ms-Icon--CollapseContent::before { @include ms-Icon--CollapseContent; } +.ms-Icon--CollapseContentSingle::before { @include ms-Icon--CollapseContentSingle; } +.ms-Icon--CollapseMenu::before { @include ms-Icon--CollapseMenu; } +.ms-Icon--CollegeFootball::before { @include ms-Icon--CollegeFootball; } +.ms-Icon--CollegeHoops::before { @include ms-Icon--CollegeHoops; } +.ms-Icon--Color::before { @include ms-Icon--Color; } +.ms-Icon--ColorSolid::before { @include ms-Icon--ColorSolid; } +.ms-Icon--ColumnLeftTwoThirds::before { @include ms-Icon--ColumnLeftTwoThirds; } +.ms-Icon--ColumnLeftTwoThirdsEdit::before { @include ms-Icon--ColumnLeftTwoThirdsEdit; } +.ms-Icon--ColumnOptions::before { @include ms-Icon--ColumnOptions; } +.ms-Icon--ColumnRightTwoThirds::before { @include ms-Icon--ColumnRightTwoThirds; } +.ms-Icon--ColumnRightTwoThirdsEdit::before { @include ms-Icon--ColumnRightTwoThirdsEdit; } +.ms-Icon--Combine::before { @include ms-Icon--Combine; } +.ms-Icon--CommandPrompt::before { @include ms-Icon--CommandPrompt; } +.ms-Icon--Comment::before { @include ms-Icon--Comment; } +.ms-Icon--CommentAdd::before { @include ms-Icon--CommentAdd; } +.ms-Icon--CommentNext::before { @include ms-Icon--CommentNext; } +.ms-Icon--CommentPrevious::before { @include ms-Icon--CommentPrevious; } +.ms-Icon--CommentUrgent::before { @include ms-Icon--CommentUrgent; } +.ms-Icon--Communications::before { @include ms-Icon--Communications; } +.ms-Icon--CompassNW::before { @include ms-Icon--CompassNW; } +.ms-Icon--Completed::before { @include ms-Icon--Completed; } +.ms-Icon--CompletedSolid::before { @include ms-Icon--CompletedSolid; } +.ms-Icon--ConfigurationSolid::before { @include ms-Icon--ConfigurationSolid; } +.ms-Icon--ConstructionCone::before { @include ms-Icon--ConstructionCone; } +.ms-Icon--ConstructionConeSolid::before { @include ms-Icon--ConstructionConeSolid; } +.ms-Icon--Contact::before { @include ms-Icon--Contact; } +.ms-Icon--ContactCard::before { @include ms-Icon--ContactCard; } +.ms-Icon--ContactInfo::before { @include ms-Icon--ContactInfo; } +.ms-Icon--Contrast::before { @include ms-Icon--Contrast; } +.ms-Icon--Copy::before { @include ms-Icon--Copy; } +.ms-Icon--Cotton::before { @include ms-Icon--Cotton; } +.ms-Icon--CPlusPlus::before { @include ms-Icon--CPlusPlus; } +.ms-Icon--CPlusPlusLanguage::before { @include ms-Icon--CPlusPlusLanguage; } +.ms-Icon--Cricket::before { @include ms-Icon--Cricket; } +.ms-Icon--CRMReport::before { @include ms-Icon--CRMReport; } +.ms-Icon--CrownSolid::before { @include ms-Icon--CrownSolid; } +.ms-Icon--CSharp::before { @include ms-Icon--CSharp; } +.ms-Icon--CSharpLanguage::before { @include ms-Icon--CSharpLanguage; } +.ms-Icon--CSS::before { @include ms-Icon--CSS; } +.ms-Icon--CustomList::before { @include ms-Icon--CustomList; } +.ms-Icon--CustomListMirrored::before { @include ms-Icon--CustomListMirrored; } +.ms-Icon--Cut::before { @include ms-Icon--Cut; } +.ms-Icon--Cycling::before { @include ms-Icon--Cycling; } +.ms-Icon--Database::before { @include ms-Icon--Database; } +.ms-Icon--DataConnectionLibrary::before { @include ms-Icon--DataConnectionLibrary; } +.ms-Icon--DateTime::before { @include ms-Icon--DateTime; } +.ms-Icon--DateTime2::before { @include ms-Icon--DateTime2; } +.ms-Icon--DateTimeMirrored::before { @include ms-Icon--DateTimeMirrored; } +.ms-Icon--DecisionSolid::before { @include ms-Icon--DecisionSolid; } +.ms-Icon--DecreaseIndentLegacy::before { @include ms-Icon--DecreaseIndentLegacy; } +.ms-Icon--Delete::before { @include ms-Icon--Delete; } +.ms-Icon--DelveAnalytics::before { @include ms-Icon--DelveAnalytics; } +.ms-Icon--DelveAnalyticsLogo::before { @include ms-Icon--DelveAnalyticsLogo; } +.ms-Icon--DelveLogo::before { @include ms-Icon--DelveLogo; } +.ms-Icon--DelveLogoFill::before { @include ms-Icon--DelveLogoFill; } +.ms-Icon--DelveLogoInverse::before { @include ms-Icon--DelveLogoInverse; } +.ms-Icon--Deploy::before { @include ms-Icon--Deploy; } +.ms-Icon--Descending::before { @include ms-Icon--Descending; } +.ms-Icon--Design::before { @include ms-Icon--Design; } +.ms-Icon--DeveloperTools::before { @include ms-Icon--DeveloperTools; } +.ms-Icon--Devices3::before { @include ms-Icon--Devices3; } +.ms-Icon--Devices4::before { @include ms-Icon--Devices4; } +.ms-Icon--Dialpad::before { @include ms-Icon--Dialpad; } +.ms-Icon--DiamondSolid::before { @include ms-Icon--DiamondSolid; } +.ms-Icon--Dictionary::before { @include ms-Icon--Dictionary; } +.ms-Icon--DietPlanNotebook::before { @include ms-Icon--DietPlanNotebook; } +.ms-Icon--DiffInline::before { @include ms-Icon--DiffInline; } +.ms-Icon--DiffSideBySide::before { @include ms-Icon--DiffSideBySide; } +.ms-Icon--DisableUpdates::before { @include ms-Icon--DisableUpdates; } +.ms-Icon--Dislike::before { @include ms-Icon--Dislike; } +.ms-Icon--DockLeft::before { @include ms-Icon--DockLeft; } +.ms-Icon--DockLeftMirrored::before { @include ms-Icon--DockLeftMirrored; } +.ms-Icon--DockRight::before { @include ms-Icon--DockRight; } +.ms-Icon--DocLibrary::before { @include ms-Icon--DocLibrary; } +.ms-Icon--DocsLogoInverse::before { @include ms-Icon--DocsLogoInverse; } +.ms-Icon--Document::before { @include ms-Icon--Document; } +.ms-Icon--Documentation::before { @include ms-Icon--Documentation; } +.ms-Icon--DocumentManagement::before { @include ms-Icon--DocumentManagement; } +.ms-Icon--DocumentReply::before { @include ms-Icon--DocumentReply; } +.ms-Icon--DocumentSearch::before { @include ms-Icon--DocumentSearch; } +.ms-Icon--DocumentSet::before { @include ms-Icon--DocumentSet; } +.ms-Icon--DonutChart::before { @include ms-Icon--DonutChart; } +.ms-Icon--Door::before { @include ms-Icon--Door; } +.ms-Icon--DoubleBookmark::before { @include ms-Icon--DoubleBookmark; } +.ms-Icon--DoubleChevronDown::before { @include ms-Icon--DoubleChevronDown; } +.ms-Icon--DoubleChevronDown12::before { @include ms-Icon--DoubleChevronDown12; } +.ms-Icon--DoubleChevronDown8::before { @include ms-Icon--DoubleChevronDown8; } +.ms-Icon--DoubleChevronLeft::before { @include ms-Icon--DoubleChevronLeft; } +.ms-Icon--DoubleChevronLeft12::before { @include ms-Icon--DoubleChevronLeft12; } +.ms-Icon--DoubleChevronLeft8::before { @include ms-Icon--DoubleChevronLeft8; } +.ms-Icon--DoubleChevronLeftMed::before { @include ms-Icon--DoubleChevronLeftMed; } +.ms-Icon--DoubleChevronLeftMedMirrored::before { @include ms-Icon--DoubleChevronLeftMedMirrored; } +.ms-Icon--DoubleChevronRight::before { @include ms-Icon--DoubleChevronRight; } +.ms-Icon--DoubleChevronRight12::before { @include ms-Icon--DoubleChevronRight12; } +.ms-Icon--DoubleChevronRight8::before { @include ms-Icon--DoubleChevronRight8; } +.ms-Icon--DoubleChevronUp::before { @include ms-Icon--DoubleChevronUp; } +.ms-Icon--DoubleChevronUp12::before { @include ms-Icon--DoubleChevronUp12; } +.ms-Icon--DoubleChevronUp8::before { @include ms-Icon--DoubleChevronUp8; } +.ms-Icon--DoubleColumn::before { @include ms-Icon--DoubleColumn; } +.ms-Icon--DoubleColumnEdit::before { @include ms-Icon--DoubleColumnEdit; } +.ms-Icon--Down::before { @include ms-Icon--Down; } +.ms-Icon--Download::before { @include ms-Icon--Download; } +.ms-Icon--DRM::before { @include ms-Icon--DRM; } +.ms-Icon--Drop::before { @include ms-Icon--Drop; } +.ms-Icon--DropboxLogo::before { @include ms-Icon--DropboxLogo; } +.ms-Icon--Dropdown::before { @include ms-Icon--Dropdown; } +.ms-Icon--Duststorm::before { @include ms-Icon--Duststorm; } +.ms-Icon--Dynamics365Logo::before { @include ms-Icon--Dynamics365Logo; } +.ms-Icon--DynamicSMBLogo::before { @include ms-Icon--DynamicSMBLogo; } +.ms-Icon--EatDrink::before { @include ms-Icon--EatDrink; } +.ms-Icon--EdgeLogo::before { @include ms-Icon--EdgeLogo; } +.ms-Icon--Edit::before { @include ms-Icon--Edit; } +.ms-Icon--EditMail::before { @include ms-Icon--EditMail; } +.ms-Icon--EditMirrored::before { @include ms-Icon--EditMirrored; } +.ms-Icon--EditNote::before { @include ms-Icon--EditNote; } +.ms-Icon--EditPhoto::before { @include ms-Icon--EditPhoto; } +.ms-Icon--EditStyle::before { @include ms-Icon--EditStyle; } +.ms-Icon--EgnyteLogo::before { @include ms-Icon--EgnyteLogo; } +.ms-Icon--Embed::before { @include ms-Icon--Embed; } +.ms-Icon--EMI::before { @include ms-Icon--EMI; } +.ms-Icon--Emoji::before { @include ms-Icon--Emoji; } +.ms-Icon--Emoji2::before { @include ms-Icon--Emoji2; } +.ms-Icon--EmojiDisappointed::before { @include ms-Icon--EmojiDisappointed; } +.ms-Icon--EmojiNeutral::before { @include ms-Icon--EmojiNeutral; } +.ms-Icon--EmptyRecycleBin::before { @include ms-Icon--EmptyRecycleBin; } +.ms-Icon--EngineeringGroup::before { @include ms-Icon--EngineeringGroup; } +.ms-Icon--Equalizer::before { @include ms-Icon--Equalizer; } +.ms-Icon--EraseTool::before { @include ms-Icon--EraseTool; } +.ms-Icon--Error::before { @include ms-Icon--Error; } +.ms-Icon--ErrorBadge::before { @include ms-Icon--ErrorBadge; } +.ms-Icon--Event::before { @include ms-Icon--Event; } +.ms-Icon--EventDate::before { @include ms-Icon--EventDate; } +.ms-Icon--EventInfo::before { @include ms-Icon--EventInfo; } +.ms-Icon--ExcelDocument::before { @include ms-Icon--ExcelDocument; } +.ms-Icon--ExcelLogo::before { @include ms-Icon--ExcelLogo; } +.ms-Icon--ExcelLogo16::before { @include ms-Icon--ExcelLogo16; } +.ms-Icon--ExcelLogoFill::before { @include ms-Icon--ExcelLogoFill; } +.ms-Icon--ExcelLogoFill16::before { @include ms-Icon--ExcelLogoFill16; } +.ms-Icon--ExcelLogoInverse::before { @include ms-Icon--ExcelLogoInverse; } +.ms-Icon--ExcelLogoInverse16::before { @include ms-Icon--ExcelLogoInverse16; } +.ms-Icon--ExchangeLogo::before { @include ms-Icon--ExchangeLogo; } +.ms-Icon--ExchangeLogoFill::before { @include ms-Icon--ExchangeLogoFill; } +.ms-Icon--ExchangeLogoInverse::before { @include ms-Icon--ExchangeLogoInverse; } +.ms-Icon--ExpandMenu::before { @include ms-Icon--ExpandMenu; } +.ms-Icon--ExploreContent::before { @include ms-Icon--ExploreContent; } +.ms-Icon--ExploreContentSingle::before { @include ms-Icon--ExploreContentSingle; } +.ms-Icon--Export::before { @include ms-Icon--Export; } +.ms-Icon--ExportMirrored::before { @include ms-Icon--ExportMirrored; } +.ms-Icon--FabricAssetLibrary::before { @include ms-Icon--FabricAssetLibrary; } +.ms-Icon--FabricDataConnectionLibrary::before { @include ms-Icon--FabricDataConnectionLibrary; } +.ms-Icon--FabricDocLibrary::before { @include ms-Icon--FabricDocLibrary; } +.ms-Icon--FabricFolder::before { @include ms-Icon--FabricFolder; } +.ms-Icon--FabricFolderFill::before { @include ms-Icon--FabricFolderFill; } +.ms-Icon--FabricFolderSearch::before { @include ms-Icon--FabricFolderSearch; } +.ms-Icon--FabricFormLibrary::before { @include ms-Icon--FabricFormLibrary; } +.ms-Icon--FabricFormLibraryMirrored::before { @include ms-Icon--FabricFormLibraryMirrored; } +.ms-Icon--FabricMovetoFolder::before { @include ms-Icon--FabricMovetoFolder; } +.ms-Icon--FabricNewFolder::before { @include ms-Icon--FabricNewFolder; } +.ms-Icon--FabricOpenFolderHorizontal::before { @include ms-Icon--FabricOpenFolderHorizontal; } +.ms-Icon--FabricPictureLibrary::before { @include ms-Icon--FabricPictureLibrary; } +.ms-Icon--FabricPublicFolder::before { @include ms-Icon--FabricPublicFolder; } +.ms-Icon--FabricReportLibrary::before { @include ms-Icon--FabricReportLibrary; } +.ms-Icon--FabricReportLibraryMirrored::before { @include ms-Icon--FabricReportLibraryMirrored; } +.ms-Icon--FabricSyncFolder::before { @include ms-Icon--FabricSyncFolder; } +.ms-Icon--FabricUnsyncFolder::before { @include ms-Icon--FabricUnsyncFolder; } +.ms-Icon--FacebookLogo::before { @include ms-Icon--FacebookLogo; } +.ms-Icon--Family::before { @include ms-Icon--Family; } +.ms-Icon--FangBody::before { @include ms-Icon--FangBody; } +.ms-Icon--FastForward::before { @include ms-Icon--FastForward; } +.ms-Icon--Favicon::before { @include ms-Icon--Favicon; } +.ms-Icon--FavoriteList::before { @include ms-Icon--FavoriteList; } +.ms-Icon--FavoriteStar::before { @include ms-Icon--FavoriteStar; } +.ms-Icon--FavoriteStarFill::before { @include ms-Icon--FavoriteStarFill; } +.ms-Icon--Fax::before { @include ms-Icon--Fax; } +.ms-Icon--Feedback::before { @include ms-Icon--Feedback; } +.ms-Icon--FeedbackRequestMirroredSolid::before { @include ms-Icon--FeedbackRequestMirroredSolid; } +.ms-Icon--FeedbackRequestSolid::before { @include ms-Icon--FeedbackRequestSolid; } +.ms-Icon--FeedbackResponseSolid::before { @include ms-Icon--FeedbackResponseSolid; } +.ms-Icon--Ferry::before { @include ms-Icon--Ferry; } +.ms-Icon--FerrySolid::before { @include ms-Icon--FerrySolid; } +.ms-Icon--FieldChanged::before { @include ms-Icon--FieldChanged; } +.ms-Icon--FieldEmpty::before { @include ms-Icon--FieldEmpty; } +.ms-Icon--FieldFilled::before { @include ms-Icon--FieldFilled; } +.ms-Icon--FieldNotChanged::before { @include ms-Icon--FieldNotChanged; } +.ms-Icon--FileASPX::before { @include ms-Icon--FileASPX; } +.ms-Icon--FileBug::before { @include ms-Icon--FileBug; } +.ms-Icon--FileCode::before { @include ms-Icon--FileCode; } +.ms-Icon--FileComment::before { @include ms-Icon--FileComment; } +.ms-Icon--FileCSS::before { @include ms-Icon--FileCSS; } +.ms-Icon--FileHTML::before { @include ms-Icon--FileHTML; } +.ms-Icon--FileImage::before { @include ms-Icon--FileImage; } +.ms-Icon--FileJAVA::before { @include ms-Icon--FileJAVA; } +.ms-Icon--FileLess::before { @include ms-Icon--FileLess; } +.ms-Icon--FilePDB::before { @include ms-Icon--FilePDB; } +.ms-Icon--FileSass::before { @include ms-Icon--FileSass; } +.ms-Icon--FileSQL::before { @include ms-Icon--FileSQL; } +.ms-Icon--FileSymlink::before { @include ms-Icon--FileSymlink; } +.ms-Icon--FileTemplate::before { @include ms-Icon--FileTemplate; } +.ms-Icon--FileTypeSolution::before { @include ms-Icon--FileTypeSolution; } +.ms-Icon--Filter::before { @include ms-Icon--Filter; } +.ms-Icon--Filters::before { @include ms-Icon--Filters; } +.ms-Icon--FiltersSolid::before { @include ms-Icon--FiltersSolid; } +.ms-Icon--Financial::before { @include ms-Icon--Financial; } +.ms-Icon--FinancialMirroredSolid::before { @include ms-Icon--FinancialMirroredSolid; } +.ms-Icon--FinancialSolid::before { @include ms-Icon--FinancialSolid; } +.ms-Icon--Fingerprint::before { @include ms-Icon--Fingerprint; } +.ms-Icon--FiveTileGrid::before { @include ms-Icon--FiveTileGrid; } +.ms-Icon--Flag::before { @include ms-Icon--Flag; } +.ms-Icon--FlameSolid::before { @include ms-Icon--FlameSolid; } +.ms-Icon--FlickDown::before { @include ms-Icon--FlickDown; } +.ms-Icon--FlickLeft::before { @include ms-Icon--FlickLeft; } +.ms-Icon--FlickRight::before { @include ms-Icon--FlickRight; } +.ms-Icon--FlickUp::before { @include ms-Icon--FlickUp; } +.ms-Icon--Flow::before { @include ms-Icon--Flow; } +.ms-Icon--FocalPoint::before { @include ms-Icon--FocalPoint; } +.ms-Icon--Fog::before { @include ms-Icon--Fog; } +.ms-Icon--Folder::before { @include ms-Icon--Folder; } +.ms-Icon--FolderFill::before { @include ms-Icon--FolderFill; } +.ms-Icon--FolderHorizontal::before { @include ms-Icon--FolderHorizontal; } +.ms-Icon--FolderList::before { @include ms-Icon--FolderList; } +.ms-Icon--FolderListMirrored::before { @include ms-Icon--FolderListMirrored; } +.ms-Icon--FolderOpen::before { @include ms-Icon--FolderOpen; } +.ms-Icon--FolderQuery::before { @include ms-Icon--FolderQuery; } +.ms-Icon--FolderSearch::before { @include ms-Icon--FolderSearch; } +.ms-Icon--Font::before { @include ms-Icon--Font; } +.ms-Icon--FontColor::before { @include ms-Icon--FontColor; } +.ms-Icon--FontDecrease::before { @include ms-Icon--FontDecrease; } +.ms-Icon--FontIncrease::before { @include ms-Icon--FontIncrease; } +.ms-Icon--FontSize::before { @include ms-Icon--FontSize; } +.ms-Icon--FormLibrary::before { @include ms-Icon--FormLibrary; } +.ms-Icon--FormLibraryMirrored::before { @include ms-Icon--FormLibraryMirrored; } +.ms-Icon--Forward::before { @include ms-Icon--Forward; } +.ms-Icon--ForwardEvent::before { @include ms-Icon--ForwardEvent; } +.ms-Icon--Freezing::before { @include ms-Icon--Freezing; } +.ms-Icon--Frigid::before { @include ms-Icon--Frigid; } +.ms-Icon--FSharp::before { @include ms-Icon--FSharp; } +.ms-Icon--FSharpLanguage::before { @include ms-Icon--FSharpLanguage; } +.ms-Icon--FullCircleMask::before { @include ms-Icon--FullCircleMask; } +.ms-Icon--FullHistory::before { @include ms-Icon--FullHistory; } +.ms-Icon--FullScreen::before { @include ms-Icon--FullScreen; } +.ms-Icon--FullWidth::before { @include ms-Icon--FullWidth; } +.ms-Icon--FullWidthEdit::before { @include ms-Icon--FullWidthEdit; } +.ms-Icon--Generate::before { @include ms-Icon--Generate; } +.ms-Icon--Giftbox::before { @include ms-Icon--Giftbox; } +.ms-Icon--GiftboxOpen::before { @include ms-Icon--GiftboxOpen; } +.ms-Icon--GiftBoxSolid::before { @include ms-Icon--GiftBoxSolid; } +.ms-Icon--GiftCard::before { @include ms-Icon--GiftCard; } +.ms-Icon--GitGraph::before { @include ms-Icon--GitGraph; } +.ms-Icon--Glasses::before { @include ms-Icon--Glasses; } +.ms-Icon--Glimmer::before { @include ms-Icon--Glimmer; } +.ms-Icon--GlobalNavButton::before { @include ms-Icon--GlobalNavButton; } +.ms-Icon--Globe::before { @include ms-Icon--Globe; } +.ms-Icon--GlobeFavorite::before { @include ms-Icon--GlobeFavorite; } +.ms-Icon--Golf::before { @include ms-Icon--Golf; } +.ms-Icon--GoogleDriveLogo::before { @include ms-Icon--GoogleDriveLogo; } +.ms-Icon--GoogleDriveLogoBottomBlue::before { @include ms-Icon--GoogleDriveLogoBottomBlue; } +.ms-Icon--GoogleDriveLogoLeftGreen::before { @include ms-Icon--GoogleDriveLogoLeftGreen; } +.ms-Icon--GoogleDriveLogoRightYellow::before { @include ms-Icon--GoogleDriveLogoRightYellow; } +.ms-Icon--GotoToday::before { @include ms-Icon--GotoToday; } +.ms-Icon--GripperBarVertical::before { @include ms-Icon--GripperBarVertical; } +.ms-Icon--GripperTool::before { @include ms-Icon--GripperTool; } +.ms-Icon--Group::before { @include ms-Icon--Group; } +.ms-Icon--GroupedAscending::before { @include ms-Icon--GroupedAscending; } +.ms-Icon--GroupedDescending::before { @include ms-Icon--GroupedDescending; } +.ms-Icon--GroupedList::before { @include ms-Icon--GroupedList; } +.ms-Icon--HailDay::before { @include ms-Icon--HailDay; } +.ms-Icon--HailNight::before { @include ms-Icon--HailNight; } +.ms-Icon--HalfAlpha::before { @include ms-Icon--HalfAlpha; } +.ms-Icon--Handwriting::before { @include ms-Icon--Handwriting; } +.ms-Icon--HardDriveGroup::before { @include ms-Icon--HardDriveGroup; } +.ms-Icon--Header1::before { @include ms-Icon--Header1; } +.ms-Icon--Header2::before { @include ms-Icon--Header2; } +.ms-Icon--Header3::before { @include ms-Icon--Header3; } +.ms-Icon--Header4::before { @include ms-Icon--Header4; } +.ms-Icon--Headset::before { @include ms-Icon--Headset; } +.ms-Icon--HeadsetSolid::before { @include ms-Icon--HeadsetSolid; } +.ms-Icon--Health::before { @include ms-Icon--Health; } +.ms-Icon--HealthSolid::before { @include ms-Icon--HealthSolid; } +.ms-Icon--Heart::before { @include ms-Icon--Heart; } +.ms-Icon--HeartFill::before { @include ms-Icon--HeartFill; } +.ms-Icon--Help::before { @include ms-Icon--Help; } +.ms-Icon--HelpMirrored::before { @include ms-Icon--HelpMirrored; } +.ms-Icon--Hide::before { @include ms-Icon--Hide; } +.ms-Icon--Hide2::before { @include ms-Icon--Hide2; } +.ms-Icon--Highlight::before { @include ms-Icon--Highlight; } +.ms-Icon--HighlightMappedShapes::before { @include ms-Icon--HighlightMappedShapes; } +.ms-Icon--History::before { @include ms-Icon--History; } +.ms-Icon--Home::before { @include ms-Icon--Home; } +.ms-Icon--HomeSolid::before { @include ms-Icon--HomeSolid; } +.ms-Icon--Hospital::before { @include ms-Icon--Hospital; } +.ms-Icon--Hotel::before { @include ms-Icon--Hotel; } +.ms-Icon--IconSetsFlag::before { @include ms-Icon--IconSetsFlag; } +.ms-Icon--ImageCrosshair::before { @include ms-Icon--ImageCrosshair; } +.ms-Icon--ImageDiff::before { @include ms-Icon--ImageDiff; } +.ms-Icon--ImagePixel::before { @include ms-Icon--ImagePixel; } +.ms-Icon--Import::before { @include ms-Icon--Import; } +.ms-Icon--Important::before { @include ms-Icon--Important; } +.ms-Icon--ImportMirrored::before { @include ms-Icon--ImportMirrored; } +.ms-Icon--InboxCheck::before { @include ms-Icon--InboxCheck; } +.ms-Icon--IncidentTriangle::before { @include ms-Icon--IncidentTriangle; } +.ms-Icon--IncreaseIndentLegacy::before { @include ms-Icon--IncreaseIndentLegacy; } +.ms-Icon--Info::before { @include ms-Icon--Info; } +.ms-Icon--Info2::before { @include ms-Icon--Info2; } +.ms-Icon--InfoSolid::before { @include ms-Icon--InfoSolid; } +.ms-Icon--InsertTextBox::before { @include ms-Icon--InsertTextBox; } +.ms-Icon--InstallToDrive::before { @include ms-Icon--InstallToDrive; } +.ms-Icon--InternetSharing::before { @include ms-Icon--InternetSharing; } +.ms-Icon--iOSAppStoreLogo::before { @include ms-Icon--iOSAppStoreLogo; } +.ms-Icon--IssueTracking::before { @include ms-Icon--IssueTracking; } +.ms-Icon--IssueTrackingMirrored::before { @include ms-Icon--IssueTrackingMirrored; } +.ms-Icon--Italic::before { @include ms-Icon--Italic; } +.ms-Icon--JavaScriptLanguage::before { @include ms-Icon--JavaScriptLanguage; } +.ms-Icon--JoinOnlineMeeting::before { @include ms-Icon--JoinOnlineMeeting; } +.ms-Icon--JS::before { @include ms-Icon--JS; } +.ms-Icon--Label::before { @include ms-Icon--Label; } +.ms-Icon--LandscapeOrientation::before { @include ms-Icon--LandscapeOrientation; } +.ms-Icon--LaptopSelected::before { @include ms-Icon--LaptopSelected; } +.ms-Icon--LargeGrid::before { @include ms-Icon--LargeGrid; } +.ms-Icon--Library::before { @include ms-Icon--Library; } +.ms-Icon--Lifesaver::before { @include ms-Icon--Lifesaver; } +.ms-Icon--LifesaverLock::before { @include ms-Icon--LifesaverLock; } +.ms-Icon--Light::before { @include ms-Icon--Light; } +.ms-Icon--Lightbulb::before { @include ms-Icon--Lightbulb; } +.ms-Icon--LightningBolt::before { @include ms-Icon--LightningBolt; } +.ms-Icon--Like::before { @include ms-Icon--Like; } +.ms-Icon--LineChart::before { @include ms-Icon--LineChart; } +.ms-Icon--Link::before { @include ms-Icon--Link; } +.ms-Icon--LinkedInLogo::before { @include ms-Icon--LinkedInLogo; } +.ms-Icon--List::before { @include ms-Icon--List; } +.ms-Icon--ListMirrored::before { @include ms-Icon--ListMirrored; } +.ms-Icon--LocaleLanguage::before { @include ms-Icon--LocaleLanguage; } +.ms-Icon--Location::before { @include ms-Icon--Location; } +.ms-Icon--LocationCircle::before { @include ms-Icon--LocationCircle; } +.ms-Icon--LocationDot::before { @include ms-Icon--LocationDot; } +.ms-Icon--LocationFill::before { @include ms-Icon--LocationFill; } +.ms-Icon--LocationOutline::before { @include ms-Icon--LocationOutline; } +.ms-Icon--Lock::before { @include ms-Icon--Lock; } +.ms-Icon--LockSolid::before { @include ms-Icon--LockSolid; } +.ms-Icon--LogRemove::before { @include ms-Icon--LogRemove; } +.ms-Icon--LowerBrightness::before { @include ms-Icon--LowerBrightness; } +.ms-Icon--LyncLogo::before { @include ms-Icon--LyncLogo; } +.ms-Icon--Mail::before { @include ms-Icon--Mail; } +.ms-Icon--MailAlert::before { @include ms-Icon--MailAlert; } +.ms-Icon--MailCheck::before { @include ms-Icon--MailCheck; } +.ms-Icon--MailFill::before { @include ms-Icon--MailFill; } +.ms-Icon--MailForward::before { @include ms-Icon--MailForward; } +.ms-Icon--MailForwardMirrored::before { @include ms-Icon--MailForwardMirrored; } +.ms-Icon--MailLowImportance::before { @include ms-Icon--MailLowImportance; } +.ms-Icon--MailPause::before { @include ms-Icon--MailPause; } +.ms-Icon--MailRepeat::before { @include ms-Icon--MailRepeat; } +.ms-Icon--MailReply::before { @include ms-Icon--MailReply; } +.ms-Icon--MailReplyAll::before { @include ms-Icon--MailReplyAll; } +.ms-Icon--MailReplyAllMirrored::before { @include ms-Icon--MailReplyAllMirrored; } +.ms-Icon--MailReplyMirrored::before { @include ms-Icon--MailReplyMirrored; } +.ms-Icon--MailSolid::before { @include ms-Icon--MailSolid; } +.ms-Icon--MapDirections::before { @include ms-Icon--MapDirections; } +.ms-Icon--MapPin::before { @include ms-Icon--MapPin; } +.ms-Icon--MarkDownLanguage::before { @include ms-Icon--MarkDownLanguage; } +.ms-Icon--Market::before { @include ms-Icon--Market; } +.ms-Icon--MarketDown::before { @include ms-Icon--MarketDown; } +.ms-Icon--Medical::before { @include ms-Icon--Medical; } +.ms-Icon--Megaphone::before { @include ms-Icon--Megaphone; } +.ms-Icon--MegaphoneSolid::before { @include ms-Icon--MegaphoneSolid; } +.ms-Icon--Memo::before { @include ms-Icon--Memo; } +.ms-Icon--Merge::before { @include ms-Icon--Merge; } +.ms-Icon--MergeDuplicate::before { @include ms-Icon--MergeDuplicate; } +.ms-Icon--Message::before { @include ms-Icon--Message; } +.ms-Icon--MessageFill::before { @include ms-Icon--MessageFill; } +.ms-Icon--Microphone::before { @include ms-Icon--Microphone; } +.ms-Icon--MicrosoftStaffhubLogo::before { @include ms-Icon--MicrosoftStaffhubLogo; } +.ms-Icon--MiniLink::before { @include ms-Icon--MiniLink; } +.ms-Icon--MobileSelected::before { @include ms-Icon--MobileSelected; } +.ms-Icon--Money::before { @include ms-Icon--Money; } +.ms-Icon--More::before { @include ms-Icon--More; } +.ms-Icon--MoreSports::before { @include ms-Icon--MoreSports; } +.ms-Icon--MoreVertical::before { @include ms-Icon--MoreVertical; } +.ms-Icon--Move::before { @include ms-Icon--Move; } +.ms-Icon--MoveToFolder::before { @include ms-Icon--MoveToFolder; } +.ms-Icon--MSNLogo::before { @include ms-Icon--MSNLogo; } +.ms-Icon--MSNVideos::before { @include ms-Icon--MSNVideos; } +.ms-Icon--MSNVideosSolid::before { @include ms-Icon--MSNVideosSolid; } +.ms-Icon--MultiSelect::before { @include ms-Icon--MultiSelect; } +.ms-Icon--MultiSelectMirrored::before { @include ms-Icon--MultiSelectMirrored; } +.ms-Icon--MusicInCollection::before { @include ms-Icon--MusicInCollection; } +.ms-Icon--MusicInCollectionFill::before { @include ms-Icon--MusicInCollectionFill; } +.ms-Icon--MusicNote::before { @include ms-Icon--MusicNote; } +.ms-Icon--Nav2DMapView::before { @include ms-Icon--Nav2DMapView; } +.ms-Icon--NavigateBack::before { @include ms-Icon--NavigateBack; } +.ms-Icon--NavigateBackMirrored::before { @include ms-Icon--NavigateBackMirrored; } +.ms-Icon--NavigateExternalInline::before { @include ms-Icon--NavigateExternalInline; } +.ms-Icon--NavigateForward::before { @include ms-Icon--NavigateForward; } +.ms-Icon--NavigateForwardMirrored::before { @include ms-Icon--NavigateForwardMirrored; } +.ms-Icon--NetworkTower::before { @include ms-Icon--NetworkTower; } +.ms-Icon--NewAnalyticsQuery::before { @include ms-Icon--NewAnalyticsQuery; } +.ms-Icon--NewFolder::before { @include ms-Icon--NewFolder; } +.ms-Icon--News::before { @include ms-Icon--News; } +.ms-Icon--NewTeamProject::before { @include ms-Icon--NewTeamProject; } +.ms-Icon--Next::before { @include ms-Icon--Next; } +.ms-Icon--NoteForward::before { @include ms-Icon--NoteForward; } +.ms-Icon--NotePinned::before { @include ms-Icon--NotePinned; } +.ms-Icon--NoteReply::before { @include ms-Icon--NoteReply; } +.ms-Icon--NumberedList::before { @include ms-Icon--NumberedList; } +.ms-Icon--NumberField::before { @include ms-Icon--NumberField; } +.ms-Icon--OfficeAddinsLogo::before { @include ms-Icon--OfficeAddinsLogo; } +.ms-Icon--OfficeAssistantLogo::before { @include ms-Icon--OfficeAssistantLogo; } +.ms-Icon--OfficeFormLogo::before { @include ms-Icon--OfficeFormLogo; } +.ms-Icon--OfficeLogo::before { @include ms-Icon--OfficeLogo; } +.ms-Icon--OfficeStoreLogo::before { @include ms-Icon--OfficeStoreLogo; } +.ms-Icon--OfficeVideoLogo::before { @include ms-Icon--OfficeVideoLogo; } +.ms-Icon--OfficeVideoLogoFill::before { @include ms-Icon--OfficeVideoLogoFill; } +.ms-Icon--OfficeVideoLogoInverse::before { @include ms-Icon--OfficeVideoLogoInverse; } +.ms-Icon--OfflineOneDriveParachute::before { @include ms-Icon--OfflineOneDriveParachute; } +.ms-Icon--OfflineOneDriveParachuteDisabled::before { @include ms-Icon--OfflineOneDriveParachuteDisabled; } +.ms-Icon--OfflineStorageSolid::before { @include ms-Icon--OfflineStorageSolid; } +.ms-Icon--OneDrive::before { @include ms-Icon--OneDrive; } +.ms-Icon--OneDriveAdd::before { @include ms-Icon--OneDriveAdd; } +.ms-Icon--OneNoteEduLogoInverse::before { @include ms-Icon--OneNoteEduLogoInverse; } +.ms-Icon--OneNoteLogo::before { @include ms-Icon--OneNoteLogo; } +.ms-Icon--OneNoteLogo16::before { @include ms-Icon--OneNoteLogo16; } +.ms-Icon--OneNoteLogoFill::before { @include ms-Icon--OneNoteLogoFill; } +.ms-Icon--OneNoteLogoFill16::before { @include ms-Icon--OneNoteLogoFill16; } +.ms-Icon--OneNoteLogoInverse::before { @include ms-Icon--OneNoteLogoInverse; } +.ms-Icon--OneNoteLogoInverse16::before { @include ms-Icon--OneNoteLogoInverse16; } +.ms-Icon--OpenFile::before { @include ms-Icon--OpenFile; } +.ms-Icon--OpenFolderHorizontal::before { @include ms-Icon--OpenFolderHorizontal; } +.ms-Icon--OpenInNewWindow::before { @include ms-Icon--OpenInNewWindow; } +.ms-Icon--OpenPane::before { @include ms-Icon--OpenPane; } +.ms-Icon--OpenPaneMirrored::before { @include ms-Icon--OpenPaneMirrored; } +.ms-Icon--OpenSource::before { @include ms-Icon--OpenSource; } +.ms-Icon--Org::before { @include ms-Icon--Org; } +.ms-Icon--OutlookLogo::before { @include ms-Icon--OutlookLogo; } +.ms-Icon--OutlookLogo16::before { @include ms-Icon--OutlookLogo16; } +.ms-Icon--OutlookLogoFill::before { @include ms-Icon--OutlookLogoFill; } +.ms-Icon--OutlookLogoFill16::before { @include ms-Icon--OutlookLogoFill16; } +.ms-Icon--OutlookLogoInverse::before { @include ms-Icon--OutlookLogoInverse; } +.ms-Icon--OutlookLogoInverse16::before { @include ms-Icon--OutlookLogoInverse16; } +.ms-Icon--OutOfOffice::before { @include ms-Icon--OutOfOffice; } +.ms-Icon--Package::before { @include ms-Icon--Package; } +.ms-Icon--Packages::before { @include ms-Icon--Packages; } +.ms-Icon--Page::before { @include ms-Icon--Page; } +.ms-Icon--PageAdd::before { @include ms-Icon--PageAdd; } +.ms-Icon--PageCheckedin::before { @include ms-Icon--PageCheckedin; } +.ms-Icon--PageCheckedOut::before { @include ms-Icon--PageCheckedOut; } +.ms-Icon--PageEdit::before { @include ms-Icon--PageEdit; } +.ms-Icon--PageLeft::before { @include ms-Icon--PageLeft; } +.ms-Icon--PageListMirroredSolid::before { @include ms-Icon--PageListMirroredSolid; } +.ms-Icon--PageListSolid::before { @include ms-Icon--PageListSolid; } +.ms-Icon--PageRight::before { @include ms-Icon--PageRight; } +.ms-Icon--PageSolid::before { @include ms-Icon--PageSolid; } +.ms-Icon--PanoIndicator::before { @include ms-Icon--PanoIndicator; } +.ms-Icon--Parachute::before { @include ms-Icon--Parachute; } +.ms-Icon--ParachuteSolid::before { @include ms-Icon--ParachuteSolid; } +.ms-Icon--Parameter::before { @include ms-Icon--Parameter; } +.ms-Icon--ParatureLogo::before { @include ms-Icon--ParatureLogo; } +.ms-Icon--ParkingLocation::before { @include ms-Icon--ParkingLocation; } +.ms-Icon--ParkingLocationMirrored::before { @include ms-Icon--ParkingLocationMirrored; } +.ms-Icon--ParkingMirroredSolid::before { @include ms-Icon--ParkingMirroredSolid; } +.ms-Icon--ParkingSolid::before { @include ms-Icon--ParkingSolid; } +.ms-Icon--PartlyCloudyDay::before { @include ms-Icon--PartlyCloudyDay; } +.ms-Icon--PartlyCloudyNight::before { @include ms-Icon--PartlyCloudyNight; } +.ms-Icon--PartyLeader::before { @include ms-Icon--PartyLeader; } +.ms-Icon--Paste::before { @include ms-Icon--Paste; } +.ms-Icon--Pause::before { @include ms-Icon--Pause; } +.ms-Icon--PaymentCard::before { @include ms-Icon--PaymentCard; } +.ms-Icon--PC1::before { @include ms-Icon--PC1; } +.ms-Icon--PDF::before { @include ms-Icon--PDF; } +.ms-Icon--PencilReply::before { @include ms-Icon--PencilReply; } +.ms-Icon--People::before { @include ms-Icon--People; } +.ms-Icon--PeopleAdd::before { @include ms-Icon--PeopleAdd; } +.ms-Icon--PeopleAlert::before { @include ms-Icon--PeopleAlert; } +.ms-Icon--PeopleBlock::before { @include ms-Icon--PeopleBlock; } +.ms-Icon--PeoplePause::before { @include ms-Icon--PeoplePause; } +.ms-Icon--PeopleRepeat::before { @include ms-Icon--PeopleRepeat; } +.ms-Icon--Permissions::before { @include ms-Icon--Permissions; } +.ms-Icon--PermissionsSolid::before { @include ms-Icon--PermissionsSolid; } +.ms-Icon--Personalize::before { @include ms-Icon--Personalize; } +.ms-Icon--Phone::before { @include ms-Icon--Phone; } +.ms-Icon--Photo2::before { @include ms-Icon--Photo2; } +.ms-Icon--Photo2Add::before { @include ms-Icon--Photo2Add; } +.ms-Icon--Photo2Remove::before { @include ms-Icon--Photo2Remove; } +.ms-Icon--PhotoCollection::before { @include ms-Icon--PhotoCollection; } +.ms-Icon--Picture::before { @include ms-Icon--Picture; } +.ms-Icon--PictureLibrary::before { @include ms-Icon--PictureLibrary; } +.ms-Icon--PieDouble::before { @include ms-Icon--PieDouble; } +.ms-Icon--PieSingle::before { @include ms-Icon--PieSingle; } +.ms-Icon--Pill::before { @include ms-Icon--Pill; } +.ms-Icon--Pin::before { @include ms-Icon--Pin; } +.ms-Icon--Pinned::before { @include ms-Icon--Pinned; } +.ms-Icon--PinnedFill::before { @include ms-Icon--PinnedFill; } +.ms-Icon--PivotChart::before { @include ms-Icon--PivotChart; } +.ms-Icon--PlannerLogo::before { @include ms-Icon--PlannerLogo; } +.ms-Icon--PlanView::before { @include ms-Icon--PlanView; } +.ms-Icon--Play::before { @include ms-Icon--Play; } +.ms-Icon--PlayerSettings::before { @include ms-Icon--PlayerSettings; } +.ms-Icon--PlayResume::before { @include ms-Icon--PlayResume; } +.ms-Icon--Plug::before { @include ms-Icon--Plug; } +.ms-Icon--PlugConnected::before { @include ms-Icon--PlugConnected; } +.ms-Icon--PlugDisconnected::before { @include ms-Icon--PlugDisconnected; } +.ms-Icon--PlugSolid::before { @include ms-Icon--PlugSolid; } +.ms-Icon--POI::before { @include ms-Icon--POI; } +.ms-Icon--POISolid::before { @include ms-Icon--POISolid; } +.ms-Icon--PostUpdate::before { @include ms-Icon--PostUpdate; } +.ms-Icon--PowerApps::before { @include ms-Icon--PowerApps; } +.ms-Icon--PowerApps2Logo::before { @include ms-Icon--PowerApps2Logo; } +.ms-Icon--PowerAppsLogo::before { @include ms-Icon--PowerAppsLogo; } +.ms-Icon--PowerBILogo::before { @include ms-Icon--PowerBILogo; } +.ms-Icon--PowerPointDocument::before { @include ms-Icon--PowerPointDocument; } +.ms-Icon--PowerPointLogo::before { @include ms-Icon--PowerPointLogo; } +.ms-Icon--PowerPointLogo16::before { @include ms-Icon--PowerPointLogo16; } +.ms-Icon--PowerPointLogoFill::before { @include ms-Icon--PowerPointLogoFill; } +.ms-Icon--PowerPointLogoFill16::before { @include ms-Icon--PowerPointLogoFill16; } +.ms-Icon--PowerPointLogoInverse::before { @include ms-Icon--PowerPointLogoInverse; } +.ms-Icon--PowerPointLogoInverse16::before { @include ms-Icon--PowerPointLogoInverse16; } +.ms-Icon--Precipitation::before { @include ms-Icon--Precipitation; } +.ms-Icon--PresenceChickletVideo::before { @include ms-Icon--PresenceChickletVideo; } +.ms-Icon--Preview::before { @include ms-Icon--Preview; } +.ms-Icon--PreviewLink::before { @include ms-Icon--PreviewLink; } +.ms-Icon--Previous::before { @include ms-Icon--Previous; } +.ms-Icon--Print::before { @include ms-Icon--Print; } +.ms-Icon--PrintfaxPrinterFile::before { @include ms-Icon--PrintfaxPrinterFile; } +.ms-Icon--Processing::before { @include ms-Icon--Processing; } +.ms-Icon--ProcessMetaTask::before { @include ms-Icon--ProcessMetaTask; } +.ms-Icon--Product::before { @include ms-Icon--Product; } +.ms-Icon--ProFootball::before { @include ms-Icon--ProFootball; } +.ms-Icon--ProgressLoopInner::before { @include ms-Icon--ProgressLoopInner; } +.ms-Icon--ProgressLoopOuter::before { @include ms-Icon--ProgressLoopOuter; } +.ms-Icon--ProgressRingDots::before { @include ms-Icon--ProgressRingDots; } +.ms-Icon--ProHockey::before { @include ms-Icon--ProHockey; } +.ms-Icon--ProjectCollection::before { @include ms-Icon--ProjectCollection; } +.ms-Icon--ProjectLogoInverse::before { @include ms-Icon--ProjectLogoInverse; } +.ms-Icon--ProtectedDocument::before { @include ms-Icon--ProtectedDocument; } +.ms-Icon--ProtectRestrict::before { @include ms-Icon--ProtectRestrict; } +.ms-Icon--PublicCalendar::before { @include ms-Icon--PublicCalendar; } +.ms-Icon--PublicContactCard::before { @include ms-Icon--PublicContactCard; } +.ms-Icon--PublicEmail::before { @include ms-Icon--PublicEmail; } +.ms-Icon--PublicFolder::before { @include ms-Icon--PublicFolder; } +.ms-Icon--PublisherLogo::before { @include ms-Icon--PublisherLogo; } +.ms-Icon--PublisherLogo16::before { @include ms-Icon--PublisherLogo16; } +.ms-Icon--PublisherLogoFill::before { @include ms-Icon--PublisherLogoFill; } +.ms-Icon--PublisherLogoFill16::before { @include ms-Icon--PublisherLogoFill16; } +.ms-Icon--PublisherLogoInverse16::before { @include ms-Icon--PublisherLogoInverse16; } +.ms-Icon--Puzzle::before { @include ms-Icon--Puzzle; } +.ms-Icon--PY::before { @include ms-Icon--PY; } +.ms-Icon--PythonLanguage::before { @include ms-Icon--PythonLanguage; } +.ms-Icon--QueryList::before { @include ms-Icon--QueryList; } +.ms-Icon--Questionnaire::before { @include ms-Icon--Questionnaire; } +.ms-Icon--QuestionnaireMirrored::before { @include ms-Icon--QuestionnaireMirrored; } +.ms-Icon--QuickNote::before { @include ms-Icon--QuickNote; } +.ms-Icon--QuickNoteSolid::before { @include ms-Icon--QuickNoteSolid; } +.ms-Icon--RadioBtnOff::before { @include ms-Icon--RadioBtnOff; } +.ms-Icon--RadioBtnOn::before { @include ms-Icon--RadioBtnOn; } +.ms-Icon--RadioBullet::before { @include ms-Icon--RadioBullet; } +.ms-Icon--Rain::before { @include ms-Icon--Rain; } +.ms-Icon--RainShowersDay::before { @include ms-Icon--RainShowersDay; } +.ms-Icon--RainShowersNight::before { @include ms-Icon--RainShowersNight; } +.ms-Icon--RainSnow::before { @include ms-Icon--RainSnow; } +.ms-Icon--RawSource::before { @include ms-Icon--RawSource; } +.ms-Icon--Read::before { @include ms-Icon--Read; } +.ms-Icon--ReadingMode::before { @include ms-Icon--ReadingMode; } +.ms-Icon--ReadingModeSolid::before { @include ms-Icon--ReadingModeSolid; } +.ms-Icon--ReceiptCheck::before { @include ms-Icon--ReceiptCheck; } +.ms-Icon--ReceiptForward::before { @include ms-Icon--ReceiptForward; } +.ms-Icon--ReceiptReply::before { @include ms-Icon--ReceiptReply; } +.ms-Icon--Recent::before { @include ms-Icon--Recent; } +.ms-Icon--Record2::before { @include ms-Icon--Record2; } +.ms-Icon--RecurringEvent::before { @include ms-Icon--RecurringEvent; } +.ms-Icon--RecurringTask::before { @include ms-Icon--RecurringTask; } +.ms-Icon--RecycleBin::before { @include ms-Icon--RecycleBin; } +.ms-Icon--Redeploy::before { @include ms-Icon--Redeploy; } +.ms-Icon--RedEye::before { @include ms-Icon--RedEye; } +.ms-Icon--Redo::before { @include ms-Icon--Redo; } +.ms-Icon--Refresh::before { @include ms-Icon--Refresh; } +.ms-Icon--ReminderGroup::before { @include ms-Icon--ReminderGroup; } +.ms-Icon--Remove::before { @include ms-Icon--Remove; } +.ms-Icon--RemoveEvent::before { @include ms-Icon--RemoveEvent; } +.ms-Icon--RemoveFilter::before { @include ms-Icon--RemoveFilter; } +.ms-Icon--RemoveLink::before { @include ms-Icon--RemoveLink; } +.ms-Icon--RemoveOccurrence::before { @include ms-Icon--RemoveOccurrence; } +.ms-Icon--Rename::before { @include ms-Icon--Rename; } +.ms-Icon--ReopenPages::before { @include ms-Icon--ReopenPages; } +.ms-Icon--Repair::before { @include ms-Icon--Repair; } +.ms-Icon--Reply::before { @include ms-Icon--Reply; } +.ms-Icon--ReplyAll::before { @include ms-Icon--ReplyAll; } +.ms-Icon--ReplyAllAlt::before { @include ms-Icon--ReplyAllAlt; } +.ms-Icon--ReplyAllMirrored::before { @include ms-Icon--ReplyAllMirrored; } +.ms-Icon--ReplyAlt::before { @include ms-Icon--ReplyAlt; } +.ms-Icon--ReplyMirrored::before { @include ms-Icon--ReplyMirrored; } +.ms-Icon--Repo::before { @include ms-Icon--Repo; } +.ms-Icon--ReportLibrary::before { @include ms-Icon--ReportLibrary; } +.ms-Icon--ReportLibraryMirrored::before { @include ms-Icon--ReportLibraryMirrored; } +.ms-Icon--RepoSolid::before { @include ms-Icon--RepoSolid; } +.ms-Icon--ReturnToSession::before { @include ms-Icon--ReturnToSession; } +.ms-Icon--ReviewRequestMirroredSolid::before { @include ms-Icon--ReviewRequestMirroredSolid; } +.ms-Icon--ReviewRequestSolid::before { @include ms-Icon--ReviewRequestSolid; } +.ms-Icon--ReviewResponseSolid::before { @include ms-Icon--ReviewResponseSolid; } +.ms-Icon--ReviewSolid::before { @include ms-Icon--ReviewSolid; } +.ms-Icon--RevToggleKey::before { @include ms-Icon--RevToggleKey; } +.ms-Icon--Rewind::before { @include ms-Icon--Rewind; } +.ms-Icon--Ribbon::before { @include ms-Icon--Ribbon; } +.ms-Icon--RibbonSolid::before { @include ms-Icon--RibbonSolid; } +.ms-Icon--RightDoubleQuote::before { @include ms-Icon--RightDoubleQuote; } +.ms-Icon--Ringer::before { @include ms-Icon--Ringer; } +.ms-Icon--RingerOff::before { @include ms-Icon--RingerOff; } +.ms-Icon--Robot::before { @include ms-Icon--Robot; } +.ms-Icon--Rocket::before { @include ms-Icon--Rocket; } +.ms-Icon--Room::before { @include ms-Icon--Room; } +.ms-Icon--Rotate::before { @include ms-Icon--Rotate; } +.ms-Icon--RowsChild::before { @include ms-Icon--RowsChild; } +.ms-Icon--RowsGroup::before { @include ms-Icon--RowsGroup; } +.ms-Icon--Rugby::before { @include ms-Icon--Rugby; } +.ms-Icon--Running::before { @include ms-Icon--Running; } +.ms-Icon--Sad::before { @include ms-Icon--Sad; } +.ms-Icon--SadSolid::before { @include ms-Icon--SadSolid; } +.ms-Icon--Save::before { @include ms-Icon--Save; } +.ms-Icon--SaveAll::before { @include ms-Icon--SaveAll; } +.ms-Icon--SaveAndClose::before { @include ms-Icon--SaveAndClose; } +.ms-Icon--SaveAs::before { @include ms-Icon--SaveAs; } +.ms-Icon--Savings::before { @include ms-Icon--Savings; } +.ms-Icon--ScheduleEventAction::before { @include ms-Icon--ScheduleEventAction; } +.ms-Icon--ScopeTemplate::before { @include ms-Icon--ScopeTemplate; } +.ms-Icon--Script::before { @include ms-Icon--Script; } +.ms-Icon--ScrollUpDown::before { @include ms-Icon--ScrollUpDown; } +.ms-Icon--Search::before { @include ms-Icon--Search; } +.ms-Icon--SearchAndApps::before { @include ms-Icon--SearchAndApps; } +.ms-Icon--Section::before { @include ms-Icon--Section; } +.ms-Icon--Sections::before { @include ms-Icon--Sections; } +.ms-Icon--SecurityGroup::before { @include ms-Icon--SecurityGroup; } +.ms-Icon--Send::before { @include ms-Icon--Send; } +.ms-Icon--SendMirrored::before { @include ms-Icon--SendMirrored; } +.ms-Icon--Separator::before { @include ms-Icon--Separator; } +.ms-Icon--Server::before { @include ms-Icon--Server; } +.ms-Icon--ServerEnviroment::before { @include ms-Icon--ServerEnviroment; } +.ms-Icon--ServerProcesses::before { @include ms-Icon--ServerProcesses; } +.ms-Icon--SetAction::before { @include ms-Icon--SetAction; } +.ms-Icon--Settings::before { @include ms-Icon--Settings; } +.ms-Icon--Share::before { @include ms-Icon--Share; } +.ms-Icon--ShareiOS::before { @include ms-Icon--ShareiOS; } +.ms-Icon--SharepointLogo::before { @include ms-Icon--SharepointLogo; } +.ms-Icon--SharepointLogoFill::before { @include ms-Icon--SharepointLogoFill; } +.ms-Icon--SharepointLogoInverse::before { @include ms-Icon--SharepointLogoInverse; } +.ms-Icon--Shield::before { @include ms-Icon--Shield; } +.ms-Icon--ShieldSolid::before { @include ms-Icon--ShieldSolid; } +.ms-Icon--Shop::before { @include ms-Icon--Shop; } +.ms-Icon--ShoppingCart::before { @include ms-Icon--ShoppingCart; } +.ms-Icon--ShoppingCartSolid::before { @include ms-Icon--ShoppingCartSolid; } +.ms-Icon--ShopServer::before { @include ms-Icon--ShopServer; } +.ms-Icon--ShowResults::before { @include ms-Icon--ShowResults; } +.ms-Icon--ShowResultsMirrored::before { @include ms-Icon--ShowResultsMirrored; } +.ms-Icon--SidePanel::before { @include ms-Icon--SidePanel; } +.ms-Icon--SidePanelMirrored::before { @include ms-Icon--SidePanelMirrored; } +.ms-Icon--SignOut::before { @include ms-Icon--SignOut; } +.ms-Icon--SingleBookmark::before { @include ms-Icon--SingleBookmark; } +.ms-Icon--SingleColumn::before { @include ms-Icon--SingleColumn; } +.ms-Icon--SingleColumnEdit::before { @include ms-Icon--SingleColumnEdit; } +.ms-Icon--SIPMove::before { @include ms-Icon--SIPMove; } +.ms-Icon--SkypeCheck::before { @include ms-Icon--SkypeCheck; } +.ms-Icon--SkypeCircleCheck::before { @include ms-Icon--SkypeCircleCheck; } +.ms-Icon--SkypeCircleClock::before { @include ms-Icon--SkypeCircleClock; } +.ms-Icon--SkypeCircleMinus::before { @include ms-Icon--SkypeCircleMinus; } +.ms-Icon--SkypeClock::before { @include ms-Icon--SkypeClock; } +.ms-Icon--SkypeForBusinessLogoFill::before { @include ms-Icon--SkypeForBusinessLogoFill; } +.ms-Icon--SkypeLogo::before { @include ms-Icon--SkypeLogo; } +.ms-Icon--SkypeMessage::before { @include ms-Icon--SkypeMessage; } +.ms-Icon--SkypeMinus::before { @include ms-Icon--SkypeMinus; } +.ms-Icon--SliderThumb::before { @include ms-Icon--SliderThumb; } +.ms-Icon--Snow::before { @include ms-Icon--Snow; } +.ms-Icon--Snowflake::before { @include ms-Icon--Snowflake; } +.ms-Icon--SnowShowerDay::before { @include ms-Icon--SnowShowerDay; } +.ms-Icon--SnowShowerNight::before { @include ms-Icon--SnowShowerNight; } +.ms-Icon--Soccer::before { @include ms-Icon--Soccer; } +.ms-Icon--SocialListeningLogo::before { @include ms-Icon--SocialListeningLogo; } +.ms-Icon--Sort::before { @include ms-Icon--Sort; } +.ms-Icon--SortDown::before { @include ms-Icon--SortDown; } +.ms-Icon--SortLines::before { @include ms-Icon--SortLines; } +.ms-Icon--SortUp::before { @include ms-Icon--SortUp; } +.ms-Icon--Speakers::before { @include ms-Icon--Speakers; } +.ms-Icon--SpeedHigh::before { @include ms-Icon--SpeedHigh; } +.ms-Icon--Split::before { @include ms-Icon--Split; } +.ms-Icon--Sprint::before { @include ms-Icon--Sprint; } +.ms-Icon--Squalls::before { @include ms-Icon--Squalls; } +.ms-Icon--StackedBarChart::before { @include ms-Icon--StackedBarChart; } +.ms-Icon--StackedLineChart::before { @include ms-Icon--StackedLineChart; } +.ms-Icon--StackIndicator::before { @include ms-Icon--StackIndicator; } +.ms-Icon--Starburst::before { @include ms-Icon--Starburst; } +.ms-Icon--StarburstSolid::before { @include ms-Icon--StarburstSolid; } +.ms-Icon--StatusErrorFull::before { @include ms-Icon--StatusErrorFull; } +.ms-Icon--StatusTriangle::before { @include ms-Icon--StatusTriangle; } +.ms-Icon--Step::before { @include ms-Icon--Step; } +.ms-Icon--StepInsert::before { @include ms-Icon--StepInsert; } +.ms-Icon--StepShared::before { @include ms-Icon--StepShared; } +.ms-Icon--StepSharedAdd::before { @include ms-Icon--StepSharedAdd; } +.ms-Icon--StepSharedInsert::before { @include ms-Icon--StepSharedInsert; } +.ms-Icon--StockDown::before { @include ms-Icon--StockDown; } +.ms-Icon--StockUp::before { @include ms-Icon--StockUp; } +.ms-Icon--Stop::before { @include ms-Icon--Stop; } +.ms-Icon--StopSolid::before { @include ms-Icon--StopSolid; } +.ms-Icon--Stopwatch::before { @include ms-Icon--Stopwatch; } +.ms-Icon--StoreLogo::before { @include ms-Icon--StoreLogo; } +.ms-Icon--StoreLogoMed::before { @include ms-Icon--StoreLogoMed; } +.ms-Icon--Storyboard::before { @include ms-Icon--Storyboard; } +.ms-Icon--Streaming::before { @include ms-Icon--Streaming; } +.ms-Icon--StreamingOff::before { @include ms-Icon--StreamingOff; } +.ms-Icon--StreamLogo::before { @include ms-Icon--StreamLogo; } +.ms-Icon--Strikethrough::before { @include ms-Icon--Strikethrough; } +.ms-Icon--Subscribe::before { @include ms-Icon--Subscribe; } +.ms-Icon--Subscript::before { @include ms-Icon--Subscript; } +.ms-Icon--Suitcase::before { @include ms-Icon--Suitcase; } +.ms-Icon--SunAdd::before { @include ms-Icon--SunAdd; } +.ms-Icon--Sunny::before { @include ms-Icon--Sunny; } +.ms-Icon--SunQuestionMark::before { @include ms-Icon--SunQuestionMark; } +.ms-Icon--Superscript::before { @include ms-Icon--Superscript; } +.ms-Icon--SwayLogoInverse::before { @include ms-Icon--SwayLogoInverse; } +.ms-Icon--Switch::before { @include ms-Icon--Switch; } +.ms-Icon--SwitcherStartEnd::before { @include ms-Icon--SwitcherStartEnd; } +.ms-Icon--Sync::before { @include ms-Icon--Sync; } +.ms-Icon--SyncFolder::before { @include ms-Icon--SyncFolder; } +.ms-Icon--SyncToPC::before { @include ms-Icon--SyncToPC; } +.ms-Icon--System::before { @include ms-Icon--System; } +.ms-Icon--Tab::before { @include ms-Icon--Tab; } +.ms-Icon--Table::before { @include ms-Icon--Table; } +.ms-Icon--Tablet::before { @include ms-Icon--Tablet; } +.ms-Icon--TabletSelected::before { @include ms-Icon--TabletSelected; } +.ms-Icon--Tag::before { @include ms-Icon--Tag; } +.ms-Icon--Taskboard::before { @include ms-Icon--Taskboard; } +.ms-Icon--TaskGroup::before { @include ms-Icon--TaskGroup; } +.ms-Icon--TaskGroupMirrored::before { @include ms-Icon--TaskGroupMirrored; } +.ms-Icon--TaskManager::before { @include ms-Icon--TaskManager; } +.ms-Icon--TaskManagerMirrored::before { @include ms-Icon--TaskManagerMirrored; } +.ms-Icon--TaskSolid::before { @include ms-Icon--TaskSolid; } +.ms-Icon--TeamFavorite::before { @include ms-Icon--TeamFavorite; } +.ms-Icon--TeamsLogo::before { @include ms-Icon--TeamsLogo; } +.ms-Icon--TeamsLogoFill::before { @include ms-Icon--TeamsLogoFill; } +.ms-Icon--TeamsLogoInverse::before { @include ms-Icon--TeamsLogoInverse; } +.ms-Icon--Teamwork::before { @include ms-Icon--Teamwork; } +.ms-Icon--TemporaryUser::before { @include ms-Icon--TemporaryUser; } +.ms-Icon--Tennis::before { @include ms-Icon--Tennis; } +.ms-Icon--TestAutoSolid::before { @include ms-Icon--TestAutoSolid; } +.ms-Icon--TestBeaker::before { @include ms-Icon--TestBeaker; } +.ms-Icon--TestBeakerSolid::before { @include ms-Icon--TestBeakerSolid; } +.ms-Icon--TestCase::before { @include ms-Icon--TestCase; } +.ms-Icon--TestExploreSolid::before { @include ms-Icon--TestExploreSolid; } +.ms-Icon--TestImpactSolid::before { @include ms-Icon--TestImpactSolid; } +.ms-Icon--TestParameter::before { @include ms-Icon--TestParameter; } +.ms-Icon--TestPlan::before { @include ms-Icon--TestPlan; } +.ms-Icon--TestStep::before { @include ms-Icon--TestStep; } +.ms-Icon--TestSuite::before { @include ms-Icon--TestSuite; } +.ms-Icon--TestUserSolid::before { @include ms-Icon--TestUserSolid; } +.ms-Icon--TextBox::before { @include ms-Icon--TextBox; } +.ms-Icon--TextCallout::before { @include ms-Icon--TextCallout; } +.ms-Icon--TextDocument::before { @include ms-Icon--TextDocument; } +.ms-Icon--TextField::before { @include ms-Icon--TextField; } +.ms-Icon--ThumbnailView::before { @include ms-Icon--ThumbnailView; } +.ms-Icon--ThumbnailViewMirrored::before { @include ms-Icon--ThumbnailViewMirrored; } +.ms-Icon--Thunderstorms::before { @include ms-Icon--Thunderstorms; } +.ms-Icon--Ticket::before { @include ms-Icon--Ticket; } +.ms-Icon--Tiles::before { @include ms-Icon--Tiles; } +.ms-Icon--Tiles2::before { @include ms-Icon--Tiles2; } +.ms-Icon--Timeline::before { @include ms-Icon--Timeline; } +.ms-Icon--TimelineDelivery::before { @include ms-Icon--TimelineDelivery; } +.ms-Icon--TimelineMatrixView::before { @include ms-Icon--TimelineMatrixView; } +.ms-Icon--TimelineProgress::before { @include ms-Icon--TimelineProgress; } +.ms-Icon--Timer::before { @include ms-Icon--Timer; } +.ms-Icon--ToggleBorder::before { @include ms-Icon--ToggleBorder; } +.ms-Icon--ToggleFilled::before { @include ms-Icon--ToggleFilled; } +.ms-Icon--ToggleThumb::before { @include ms-Icon--ToggleThumb; } +.ms-Icon--Touch::before { @include ms-Icon--Touch; } +.ms-Icon--TouchPointer::before { @include ms-Icon--TouchPointer; } +.ms-Icon--Train::before { @include ms-Icon--Train; } +.ms-Icon--TrainSolid::before { @include ms-Icon--TrainSolid; } +.ms-Icon--TransferCall::before { @include ms-Icon--TransferCall; } +.ms-Icon--TriangleDown12::before { @include ms-Icon--TriangleDown12; } +.ms-Icon--TriangleLeft12::before { @include ms-Icon--TriangleLeft12; } +.ms-Icon--TriangleRight12::before { @include ms-Icon--TriangleRight12; } +.ms-Icon--TriangleSolid::before { @include ms-Icon--TriangleSolid; } +.ms-Icon--TriangleSolidDown12::before { @include ms-Icon--TriangleSolidDown12; } +.ms-Icon--TriangleSolidLeft12::before { @include ms-Icon--TriangleSolidLeft12; } +.ms-Icon--TriangleSolidRight12::before { @include ms-Icon--TriangleSolidRight12; } +.ms-Icon--TriangleSolidUp12::before { @include ms-Icon--TriangleSolidUp12; } +.ms-Icon--TriangleUp12::before { @include ms-Icon--TriangleUp12; } +.ms-Icon--TriggerApproval::before { @include ms-Icon--TriggerApproval; } +.ms-Icon--TriggerAuto::before { @include ms-Icon--TriggerAuto; } +.ms-Icon--TriggerUser::before { @include ms-Icon--TriggerUser; } +.ms-Icon--TripleColumn::before { @include ms-Icon--TripleColumn; } +.ms-Icon--TripleColumnEdit::before { @include ms-Icon--TripleColumnEdit; } +.ms-Icon--Trophy::before { @include ms-Icon--Trophy; } +.ms-Icon--Trophy2Solid::before { @include ms-Icon--Trophy2Solid; } +.ms-Icon--TurnRight::before { @include ms-Icon--TurnRight; } +.ms-Icon--TVMonitor::before { @include ms-Icon--TVMonitor; } +.ms-Icon--TVMonitorSelected::before { @include ms-Icon--TVMonitorSelected; } +.ms-Icon--TypeScriptLanguage::before { @include ms-Icon--TypeScriptLanguage; } +.ms-Icon--Umbrella::before { @include ms-Icon--Umbrella; } +.ms-Icon--Underline::before { @include ms-Icon--Underline; } +.ms-Icon--Undo::before { @include ms-Icon--Undo; } +.ms-Icon--Unfavorite::before { @include ms-Icon--Unfavorite; } +.ms-Icon--Unknown::before { @include ms-Icon--Unknown; } +.ms-Icon--UnknownCall::before { @include ms-Icon--UnknownCall; } +.ms-Icon--UnknownMirroredSolid::before { @include ms-Icon--UnknownMirroredSolid; } +.ms-Icon--UnknownSolid::before { @include ms-Icon--UnknownSolid; } +.ms-Icon--Unlock::before { @include ms-Icon--Unlock; } +.ms-Icon--UnlockSolid::before { @include ms-Icon--UnlockSolid; } +.ms-Icon--Unpin::before { @include ms-Icon--Unpin; } +.ms-Icon--Unsubscribe::before { @include ms-Icon--Unsubscribe; } +.ms-Icon--UnsyncFolder::before { @include ms-Icon--UnsyncFolder; } +.ms-Icon--Up::before { @include ms-Icon--Up; } +.ms-Icon--Upload::before { @include ms-Icon--Upload; } +.ms-Icon--UserFollowed::before { @include ms-Icon--UserFollowed; } +.ms-Icon--UserPause::before { @include ms-Icon--UserPause; } +.ms-Icon--UserSync::before { @include ms-Icon--UserSync; } +.ms-Icon--Variable::before { @include ms-Icon--Variable; } +.ms-Icon--VariableGroup::before { @include ms-Icon--VariableGroup; } +.ms-Icon--VB::before { @include ms-Icon--VB; } +.ms-Icon--VennDiagram::before { @include ms-Icon--VennDiagram; } +.ms-Icon--Video::before { @include ms-Icon--Video; } +.ms-Icon--VideoSolid::before { @include ms-Icon--VideoSolid; } +.ms-Icon--View::before { @include ms-Icon--View; } +.ms-Icon--ViewAll::before { @include ms-Icon--ViewAll; } +.ms-Icon--ViewAll2::before { @include ms-Icon--ViewAll2; } +.ms-Icon--ViewDashboard::before { @include ms-Icon--ViewDashboard; } +.ms-Icon--ViewList::before { @include ms-Icon--ViewList; } +.ms-Icon--ViewListGroup::before { @include ms-Icon--ViewListGroup; } +.ms-Icon--ViewListTree::before { @include ms-Icon--ViewListTree; } +.ms-Icon--VisioDiagram::before { @include ms-Icon--VisioDiagram; } +.ms-Icon--VisioDocument::before { @include ms-Icon--VisioDocument; } +.ms-Icon--VisioLogo::before { @include ms-Icon--VisioLogo; } +.ms-Icon--VisioLogo16::before { @include ms-Icon--VisioLogo16; } +.ms-Icon--VisioLogoFill::before { @include ms-Icon--VisioLogoFill; } +.ms-Icon--VisioLogoFill16::before { @include ms-Icon--VisioLogoFill16; } +.ms-Icon--VisioLogoInverse::before { @include ms-Icon--VisioLogoInverse; } +.ms-Icon--VisioLogoInverse16::before { @include ms-Icon--VisioLogoInverse16; } +.ms-Icon--VisualBasicLanguage::before { @include ms-Icon--VisualBasicLanguage; } +.ms-Icon--VisualStudioLogo::before { @include ms-Icon--VisualStudioLogo; } +.ms-Icon--VoicemailForward::before { @include ms-Icon--VoicemailForward; } +.ms-Icon--VoicemailReply::before { @include ms-Icon--VoicemailReply; } +.ms-Icon--Volume0::before { @include ms-Icon--Volume0; } +.ms-Icon--Volume1::before { @include ms-Icon--Volume1; } +.ms-Icon--Volume2::before { @include ms-Icon--Volume2; } +.ms-Icon--Volume3::before { @include ms-Icon--Volume3; } +.ms-Icon--VolumeDisabled::before { @include ms-Icon--VolumeDisabled; } +.ms-Icon--VSTSAltLogo1::before { @include ms-Icon--VSTSAltLogo1; } +.ms-Icon--VSTSAltLogo2::before { @include ms-Icon--VSTSAltLogo2; } +.ms-Icon--VSTSLogo::before { @include ms-Icon--VSTSLogo; } +.ms-Icon--Waffle::before { @include ms-Icon--Waffle; } +.ms-Icon--Warning::before { @include ms-Icon--Warning; } +.ms-Icon--Website::before { @include ms-Icon--Website; } +.ms-Icon--Weights::before { @include ms-Icon--Weights; } +.ms-Icon--WifiEthernet::before { @include ms-Icon--WifiEthernet; } +.ms-Icon--WindDirection::before { @include ms-Icon--WindDirection; } +.ms-Icon--WindowsLogo::before { @include ms-Icon--WindowsLogo; } +.ms-Icon--WipePhone::before { @include ms-Icon--WipePhone; } +.ms-Icon--WordDocument::before { @include ms-Icon--WordDocument; } +.ms-Icon--WordLogo::before { @include ms-Icon--WordLogo; } +.ms-Icon--WordLogo16::before { @include ms-Icon--WordLogo16; } +.ms-Icon--WordLogoFill::before { @include ms-Icon--WordLogoFill; } +.ms-Icon--WordLogoFill16::before { @include ms-Icon--WordLogoFill16; } +.ms-Icon--WordLogoInverse::before { @include ms-Icon--WordLogoInverse; } +.ms-Icon--WordLogoInverse16::before { @include ms-Icon--WordLogoInverse16; } +.ms-Icon--Work::before { @include ms-Icon--Work; } +.ms-Icon--WorkFlow::before { @include ms-Icon--WorkFlow; } +.ms-Icon--WorkItem::before { @include ms-Icon--WorkItem; } +.ms-Icon--WorkItemBar::before { @include ms-Icon--WorkItemBar; } +.ms-Icon--WorkItemBarSolid::before { @include ms-Icon--WorkItemBarSolid; } +.ms-Icon--WorkItemBug::before { @include ms-Icon--WorkItemBug; } +.ms-Icon--World::before { @include ms-Icon--World; } +.ms-Icon--WorldClock::before { @include ms-Icon--WorldClock; } +.ms-Icon--YammerLogo::before { @include ms-Icon--YammerLogo; } +.ms-Icon--ZipFolder::before { @include ms-Icon--ZipFolder; } +.ms-Icon--Zoom::before { @include ms-Icon--Zoom; } +.ms-Icon--ZoomIn::before { @include ms-Icon--ZoomIn; } +.ms-Icon--ZoomOut::before { @include ms-Icon--ZoomOut; } + +// @todo: These classes have been deprecated and will be removed in a future release. +.ms-Icon--SwayLogo::before { @include ms-Icon--SwayLogoInverse; } +.ms-Icon--ClassNotebookLogo::before { @include ms-Icon--ClassNotebookLogoInverse; } +.ms-Icon--DocsLogo::before { @include ms-Icon--DocsLogoInverse; } +.ms-Icon--OneNoteEduLogo::before { @include ms-Icon--OneNoteEduLogoInverse; } +.ms-Icon--ProjectLogo::before { @include ms-Icon--ProjectLogoInverse; } diff --git a/dist/sass/_References.scss b/dist/sass/_References.scss new file mode 100644 index 000000000..167813cec --- /dev/null +++ b/dist/sass/_References.scss @@ -0,0 +1,27 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Variables and mixins that can be referenced without outputting any CSS. + +// Variables +@import './variables/Animation.Variables'; +@import './variables/BrandIcon.Variables'; +@import './variables/Color.Variables'; +@import './variables/Font.Variables'; +@import './variables/General.Variables'; +@import './variables/Icon.Variables'; +@import './variables/Responsive.Variables'; +@import './variables/ZIndex.Variables'; + +// Mixins +@import './mixins/Animation.Mixins'; +@import './mixins/BrandIcon.Mixins'; +@import './mixins/Color.Mixins'; +@import './mixins/Directionality.Mixins'; +@import './mixins/Font.Mixins'; +@import './mixins/Grid.Mixins'; +@import './mixins/Icon.Mixins'; +@import './mixins/General.Mixins'; +@import './mixins/Responsive.Mixins'; diff --git a/dist/sass/_Responsive.scss b/dist/sass/_Responsive.scss new file mode 100644 index 000000000..8d0a55d6c --- /dev/null +++ b/dist/sass/_Responsive.scss @@ -0,0 +1,1010 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Responsive utilities based on defined variables, component visibility, +// and size for different displays. + +//== Responsive visiblity classes +// + +// Hidden on small +@media (max-width: $ms-screen-max-sm) { + .ms-hiddenSm, + .ms-hiddenMdDown, + .ms-hiddenLgDown, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +// Hidden on medium +@media (min-width: $ms-screen-min-md) and (max-width: $ms-screen-max-md) { + .ms-hiddenMd, + .ms-hiddenMdUp, + .ms-hiddenMdDown, + .ms-hiddenLgDown, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +// Hidden on large +@media (min-width: $ms-screen-min-lg) and (max-width: $ms-screen-max-lg) { + .ms-hiddenMdUp, + .ms-hiddenLg, + .ms-hiddenLgUp, + .ms-hiddenLgDown, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +// Hidden on extra large +@media (min-width: $ms-screen-min-xl) and (max-width: $ms-screen-max-xl) { + .ms-hiddenMdUp, + .ms-hiddenLgUp, + .ms-hiddenXl, + .ms-hiddenXlUp, + .ms-hiddenXlDown, + .ms-hiddenXxlDown { + display: none !important; + } +} + +// Hidden on extra extra large +@media (min-width: $ms-screen-min-xxl) and (max-width: $ms-screen-max-xxl) { + .ms-hiddenMdUp, + .ms-hiddenLgUp, + .ms-hiddenXlUp, + .ms-hiddenXxl, + .ms-hiddenXxlUp, + .ms-hiddenXxlDown { + display: none !important; + } +} + +// Hidden on extra extra extra large +@media (min-width: $ms-screen-min-xxxl) { + .ms-hiddenMdUp, + .ms-hiddenLgUp, + .ms-hiddenXlUp, + .ms-hiddenXxlUp, + .ms-hiddenXxxl { + display: none !important; + } +} + + +//== Responsive sizes +// +// These are all based on a 12 column grid. For example, +// ms-sm6 sets the width to 50% (6/12) on small screens. + +// Small screens (default) +.ms-sm12 { + @include ms-sm12; +} +.ms-sm11 { + @include ms-sm11; +} +.ms-sm10 { + @include ms-sm10; +} +.ms-sm9 { + @include ms-sm9; +} +.ms-sm8 { + @include ms-sm8; +} +.ms-sm7 { + @include ms-sm7; +} +.ms-sm6 { + @include ms-sm6; +} +.ms-sm5 { + @include ms-sm5; +} +.ms-sm4 { + @include ms-sm4; +} +.ms-sm3 { + @include ms-sm3; +} +.ms-sm2 { + @include ms-sm2; +} +.ms-sm1 { + @include ms-sm1; +} +.ms-smPull12 { + @include ms-smPull12; +} +.ms-smPull11 { + @include ms-smPull11; +} +.ms-smPull10 { + @include ms-smPull10; +} +.ms-smPull9 { + @include ms-smPull9; +} +.ms-smPull8 { + @include ms-smPull8; +} +.ms-smPull7 { + @include ms-smPull7; +} +.ms-smPull6 { + @include ms-smPull6; +} +.ms-smPull5 { + @include ms-smPull5; +} +.ms-smPull4 { + @include ms-smPull4; +} +.ms-smPull3 { + @include ms-smPull3; +} +.ms-smPull2 { + @include ms-smPull2; +} +.ms-smPull1 { + @include ms-smPull1; +} +.ms-smPull0 { + @include ms-smPull0; +} +.ms-smPush12 { + @include ms-smPush12; +} +.ms-smPush11 { + @include ms-smPush11; +} +.ms-smPush10 { + @include ms-smPush10; +} +.ms-smPush9 { + @include ms-smPush9; +} +.ms-smPush8 { + @include ms-smPush8; +} +.ms-smPush7 { + @include ms-smPush7; +} +.ms-smPush6 { + @include ms-smPush6; +} +.ms-smPush5 { + @include ms-smPush5; +} +.ms-smPush4 { + @include ms-smPush4; +} +.ms-smPush3 { + @include ms-smPush3; +} +.ms-smPush2 { + @include ms-smPush2; +} +.ms-smPush1 { + @include ms-smPush1; +} +.ms-smPush0 { + @include ms-smPush0; +} + +// Small Offset classes 0 ... 11 +.ms-smOffset11 { + @include ms-smOffset11; +} +.ms-smOffset10 { + @include ms-smOffset10; +} +.ms-smOffset9 { + @include ms-smOffset9; +} +.ms-smOffset8 { + @include ms-smOffset8; +} +.ms-smOffset7 { + @include ms-smOffset7; +} +.ms-smOffset6 { + @include ms-smOffset6; +} +.ms-smOffset5 { + @include ms-smOffset5; +} +.ms-smOffset4 { + @include ms-smOffset4; +} +.ms-smOffset3 { + @include ms-smOffset3; +} +.ms-smOffset2 { + @include ms-smOffset2; +} +.ms-smOffset1 { + @include ms-smOffset1; +} +.ms-smOffset0 { + @include ms-smOffset0; +} + +// Medium screens +.ms-md12 { + @include ms-md12; +} +.ms-md11 { + @include ms-md11; +} +.ms-md10 { + @include ms-md10; +} +.ms-md9 { + @include ms-md9; +} +.ms-md8 { + @include ms-md8; +} +.ms-md7 { + @include ms-md7; +} +.ms-md6 { + @include ms-md6; +} +.ms-md5 { + @include ms-md5; +} +.ms-md4 { + @include ms-md4; +} +.ms-md3 { + @include ms-md3; +} +.ms-md2 { + @include ms-md2; +} +.ms-md1 { + @include ms-md1; +} +.ms-mdPull12 { + @include ms-mdPull12; +} +.ms-mdPull11 { + @include ms-mdPull11; +} +.ms-mdPull10 { + @include ms-mdPull10; +} +.ms-mdPull9 { + @include ms-mdPull9; +} +.ms-mdPull8 { + @include ms-mdPull8; +} +.ms-mdPull7 { + @include ms-mdPull7; +} +.ms-mdPull6 { + @include ms-mdPull6; +} +.ms-mdPull5 { + @include ms-mdPull5; +} +.ms-mdPull4 { + @include ms-mdPull4; +} +.ms-mdPull3 { + @include ms-mdPull3; +} +.ms-mdPull2 { + @include ms-mdPull2; +} +.ms-mdPull1 { + @include ms-mdPull1; +} +.ms-mdPull0 { + @include ms-mdPull0; +} +.ms-mdPush12 { + @include ms-mdPush12; +} +.ms-mdPush11 { + @include ms-mdPush11; +} +.ms-mdPush10 { + @include ms-mdPush10; +} +.ms-mdPush9 { + @include ms-mdPush9; +} +.ms-mdPush8 { + @include ms-mdPush8; +} +.ms-mdPush7 { + @include ms-mdPush7; +} +.ms-mdPush6 { + @include ms-mdPush6; +} +.ms-mdPush5 { + @include ms-mdPush5; +} +.ms-mdPush4 { + @include ms-mdPush4; +} +.ms-mdPush3 { + @include ms-mdPush3; +} +.ms-mdPush2 { + @include ms-mdPush2; +} +.ms-mdPush1 { + @include ms-mdPush1; +} +.ms-mdPush0 { + @include ms-mdPush0; +} + +// Medium Offset classes 0 ... 11 +.ms-mdOffset11 { + @include ms-mdOffset11; +} +.ms-mdOffset10 { + @include ms-mdOffset10; +} +.ms-mdOffset9 { + @include ms-mdOffset9; +} +.ms-mdOffset8 { + @include ms-mdOffset8; +} +.ms-mdOffset7 { + @include ms-mdOffset7; +} +.ms-mdOffset6 { + @include ms-mdOffset6; +} +.ms-mdOffset5 { + @include ms-mdOffset5; +} +.ms-mdOffset4 { + @include ms-mdOffset4; +} +.ms-mdOffset3 { + @include ms-mdOffset3; +} +.ms-mdOffset2 { + @include ms-mdOffset2; +} +.ms-mdOffset1 { + @include ms-mdOffset1; +} +.ms-mdOffset0 { + @include ms-mdOffset0; +} + +// Large screens +.ms-lg12 { + @include ms-lg12; +} +.ms-lg11 { + @include ms-lg11; +} +.ms-lg10 { + @include ms-lg10; +} +.ms-lg9 { + @include ms-lg9; +} +.ms-lg8 { + @include ms-lg8; +} +.ms-lg7 { + @include ms-lg7; +} +.ms-lg6 { + @include ms-lg6; +} +.ms-lg5 { + @include ms-lg5; +} +.ms-lg4 { + @include ms-lg4; +} +.ms-lg3 { + @include ms-lg3; +} +.ms-lg2 { + @include ms-lg2; +} +.ms-lg1 { + @include ms-lg1; +} +.ms-lgPull12 { + @include ms-lgPull12; +} +.ms-lgPull11 { + @include ms-lgPull11; +} +.ms-lgPull10 { + @include ms-lgPull10; +} +.ms-lgPull9 { + @include ms-lgPull9; +} +.ms-lgPull8 { + @include ms-lgPull8; +} +.ms-lgPull7 { + @include ms-lgPull7; +} +.ms-lgPull6 { + @include ms-lgPull6; +} +.ms-lgPull5 { + @include ms-lgPull5; +} +.ms-lgPull4 { + @include ms-lgPull4; +} +.ms-lgPull3 { + @include ms-lgPull3; +} +.ms-lgPull2 { + @include ms-lgPull2; +} +.ms-lgPull1 { + @include ms-lgPull1; +} +.ms-lgPull0 { + @include ms-lgPull0; +} +.ms-lgPush12 { + @include ms-lgPush12; +} +.ms-lgPush11 { + @include ms-lgPush11; +} +.ms-lgPush10 { + @include ms-lgPush10; +} +.ms-lgPush9 { + @include ms-lgPush9; +} +.ms-lgPush8 { + @include ms-lgPush8; +} +.ms-lgPush7 { + @include ms-lgPush7; +} +.ms-lgPush6 { + @include ms-lgPush6; +} +.ms-lgPush5 { + @include ms-lgPush5; +} +.ms-lgPush4 { + @include ms-lgPush4; +} +.ms-lgPush3 { + @include ms-lgPush3; +} +.ms-lgPush2 { + @include ms-lgPush2; +} +.ms-lgPush1 { + @include ms-lgPush1; +} +.ms-lgPush0 { + @include ms-lgPush0; +} + +// Large Offset classes 0 ... 11 +.ms-lgOffset11 { + @include ms-lgOffset11; +} +.ms-lgOffset10 { + @include ms-lgOffset10; +} +.ms-lgOffset9 { + @include ms-lgOffset9; +} +.ms-lgOffset8 { + @include ms-lgOffset8; +} +.ms-lgOffset7 { + @include ms-lgOffset7; +} +.ms-lgOffset6 { + @include ms-lgOffset6; +} +.ms-lgOffset5 { + @include ms-lgOffset5; +} +.ms-lgOffset4 { + @include ms-lgOffset4; +} +.ms-lgOffset3 { + @include ms-lgOffset3; +} +.ms-lgOffset2 { + @include ms-lgOffset2; +} +.ms-lgOffset1 { + @include ms-lgOffset1; +} +.ms-lgOffset0 { + @include ms-lgOffset0; +} + +// Extra large screens +.ms-xl12 { + @include ms-xl12; +} +.ms-xl11 { + @include ms-xl11; +} +.ms-xl10 { + @include ms-xl10; +} +.ms-xl9 { + @include ms-xl9; +} +.ms-xl8 { + @include ms-xl8; +} +.ms-xl7 { + @include ms-xl7; +} +.ms-xl6 { + @include ms-xl6; +} +.ms-xl5 { + @include ms-xl5; +} +.ms-xl4 { + @include ms-xl4; +} +.ms-xl3 { + @include ms-xl3; +} +.ms-xl2 { + @include ms-xl2; +} +.ms-xl1 { + @include ms-xl1; +} +.ms-xlPull12 { + @include ms-xlPull12; +} +.ms-xlPull11 { + @include ms-xlPull11; +} +.ms-xlPull10 { + @include ms-xlPull10; +} +.ms-xlPull9 { + @include ms-xlPull9; +} +.ms-xlPull8 { + @include ms-xlPull8; +} +.ms-xlPull7 { + @include ms-xlPull7; +} +.ms-xlPull6 { + @include ms-xlPull6; +} +.ms-xlPull5 { + @include ms-xlPull5; +} +.ms-xlPull4 { + @include ms-xlPull4; +} +.ms-xlPull3 { + @include ms-xlPull3; +} +.ms-xlPull2 { + @include ms-xlPull2; +} +.ms-xlPull1 { + @include ms-xlPull1; +} +.ms-xlPull0 { + @include ms-xlPull0; +} +.ms-xlPush12 { + @include ms-xlPush12; +} +.ms-xlPush11 { + @include ms-xlPush11; +} +.ms-xlPush10 { + @include ms-xlPush10; +} +.ms-xlPush9 { + @include ms-xlPush9; +} +.ms-xlPush8 { + @include ms-xlPush8; +} +.ms-xlPush7 { + @include ms-xlPush7; +} +.ms-xlPush6 { + @include ms-xlPush6; +} +.ms-xlPush5 { + @include ms-xlPush5; +} +.ms-xlPush4 { + @include ms-xlPush4; +} +.ms-xlPush3 { + @include ms-xlPush3; +} +.ms-xlPush2 { + @include ms-xlPush2; +} +.ms-xlPush1 { + @include ms-xlPush1; +} +.ms-xlPush0 { + @include ms-xlPush0; +} + +// Large Offset classes 0 ... 11 +.ms-xlOffset11 { + @include ms-xlOffset11; +} +.ms-xlOffset10 { + @include ms-xlOffset10; +} +.ms-xlOffset9 { + @include ms-xlOffset9; +} +.ms-xlOffset8 { + @include ms-xlOffset8; +} +.ms-xlOffset7 { + @include ms-xlOffset7; +} +.ms-xlOffset6 { + @include ms-xlOffset6; +} +.ms-xlOffset5 { + @include ms-xlOffset5; +} +.ms-xlOffset4 { + @include ms-xlOffset4; +} +.ms-xlOffset3 { + @include ms-xlOffset3; +} +.ms-xlOffset2 { + @include ms-xlOffset2; +} +.ms-xlOffset1 { + @include ms-xlOffset1; +} +.ms-xlOffset0 { + @include ms-xlOffset0; +} + +// Extra extra large screens +.ms-xxl12 { + @include ms-xxl12; +} +.ms-xxl11 { + @include ms-xxl11; +} +.ms-xxl10 { + @include ms-xxl10; +} +.ms-xxl9 { + @include ms-xxl9; +} +.ms-xxl8 { + @include ms-xxl8; +} +.ms-xxl7 { + @include ms-xxl7; +} +.ms-xxl6 { + @include ms-xxl6; +} +.ms-xxl5 { + @include ms-xxl5; +} +.ms-xxl4 { + @include ms-xxl4; +} +.ms-xxl3 { + @include ms-xxl3; +} +.ms-xxl2 { + @include ms-xxl2; +} +.ms-xxl1 { + @include ms-xxl1; +} +.ms-xxlPull12 { + @include ms-xxlPull12; +} +.ms-xxlPull11 { + @include ms-xxlPull11; +} +.ms-xxlPull10 { + @include ms-xxlPull10; +} +.ms-xxlPull9 { + @include ms-xxlPull9; +} +.ms-xxlPull8 { + @include ms-xxlPull8; +} +.ms-xxlPull7 { + @include ms-xxlPull7; +} +.ms-xxlPull6 { + @include ms-xxlPull6; +} +.ms-xxlPull5 { + @include ms-xxlPull5; +} +.ms-xxlPull4 { + @include ms-xxlPull4; +} +.ms-xxlPull3 { + @include ms-xxlPull3; +} +.ms-xxlPull2 { + @include ms-xxlPull2; +} +.ms-xxlPull1 { + @include ms-xxlPull1; +} +.ms-xxlPull0 { + @include ms-xxlPull0; +} +.ms-xxlPush12 { + @include ms-xxlPush12; +} +.ms-xxlPush11 { + @include ms-xxlPush11; +} +.ms-xxlPush10 { + @include ms-xxlPush10; +} +.ms-xxlPush9 { + @include ms-xxlPush9; +} +.ms-xxlPush8 { + @include ms-xxlPush8; +} +.ms-xxlPush7 { + @include ms-xxlPush7; +} +.ms-xxlPush6 { + @include ms-xxlPush6; +} +.ms-xxlPush5 { + @include ms-xxlPush5; +} +.ms-xxlPush4 { + @include ms-xxlPush4; +} +.ms-xxlPush3 { + @include ms-xxlPush3; +} +.ms-xxlPush2 { + @include ms-xxlPush2; +} +.ms-xxlPush1 { + @include ms-xxlPush1; +} +.ms-xxlPush0 { + @include ms-xxlPush0; +} + +// Extra extra large Offset classes 0 ... 11 +.ms-xxlOffset11 { + @include ms-xxlOffset11; +} +.ms-xxlOffset10 { + @include ms-xxlOffset10; +} +.ms-xxlOffset9 { + @include ms-xxlOffset9; +} +.ms-xxlOffset8 { + @include ms-xxlOffset8; +} +.ms-xxlOffset7 { + @include ms-xxlOffset7; +} +.ms-xxlOffset6 { + @include ms-xxlOffset6; +} +.ms-xxlOffset5 { + @include ms-xxlOffset5; +} +.ms-xxlOffset4 { + @include ms-xxlOffset4; +} +.ms-xxlOffset3 { + @include ms-xxlOffset3; +} +.ms-xxlOffset2 { + @include ms-xxlOffset2; +} +.ms-xxlOffset1 { + @include ms-xxlOffset1; +} +.ms-xxlOffset0 { + @include ms-xxlOffset0; +} + +// Extra extra extra large screens +.ms-xxxl12 { + @include ms-xxxl12; +} +.ms-xxxl11 { + @include ms-xxxl11; +} +.ms-xxxl10 { + @include ms-xxxl10; +} +.ms-xxxl9 { + @include ms-xxxl9; +} +.ms-xxxl8 { + @include ms-xxxl8; +} +.ms-xxxl7 { + @include ms-xxxl7; +} +.ms-xxxl6 { + @include ms-xxxl6; +} +.ms-xxxl5 { + @include ms-xxxl5; +} +.ms-xxxl4 { + @include ms-xxxl4; +} +.ms-xxxl3 { + @include ms-xxxl3; +} +.ms-xxxl2 { + @include ms-xxxl2; +} +.ms-xxxl1 { + @include ms-xxxl1; +} +.ms-xxxlPull12 { + @include ms-xxxlPull12; +} +.ms-xxxlPull11 { + @include ms-xxxlPull11; +} +.ms-xxxlPull10 { + @include ms-xxxlPull10; +} +.ms-xxxlPull9 { + @include ms-xxxlPull9; +} +.ms-xxxlPull8 { + @include ms-xxxlPull8; +} +.ms-xxxlPull7 { + @include ms-xxxlPull7; +} +.ms-xxxlPull6 { + @include ms-xxxlPull6; +} +.ms-xxxlPull5 { + @include ms-xxxlPull5; +} +.ms-xxxlPull4 { + @include ms-xxxlPull4; +} +.ms-xxxlPull3 { + @include ms-xxxlPull3; +} +.ms-xxxlPull2 { + @include ms-xxxlPull2; +} +.ms-xxxlPull1 { + @include ms-xxxlPull1; +} +.ms-xxxlPull0 { + @include ms-xxxlPull0; +} +.ms-xxxlPush12 { + @include ms-xxxlPush12; +} +.ms-xxxlPush11 { + @include ms-xxxlPush11; +} +.ms-xxxlPush10 { + @include ms-xxxlPush10; +} +.ms-xxxlPush9 { + @include ms-xxxlPush9; +} +.ms-xxxlPush8 { + @include ms-xxxlPush8; +} +.ms-xxxlPush7 { + @include ms-xxxlPush7; +} +.ms-xxxlPush6 { + @include ms-xxxlPush6; +} +.ms-xxxlPush5 { + @include ms-xxxlPush5; +} +.ms-xxxlPush4 { + @include ms-xxxlPush4; +} +.ms-xxxlPush3 { + @include ms-xxxlPush3; +} +.ms-xxxlPush2 { + @include ms-xxxlPush2; +} +.ms-xxxlPush1 { + @include ms-xxxlPush1; +} +.ms-xxxlPush0 { + @include ms-xxxlPush0; +} + +// Extra extra extra large Offset classes 0 ... 11 +.ms-xxxlOffset11 { + @include ms-xxxlOffset11; +} +.ms-xxxlOffset10 { + @include ms-xxxlOffset10; +} +.ms-xxxlOffset9 { + @include ms-xxxlOffset9; +} +.ms-xxxlOffset8 { + @include ms-xxxlOffset8; +} +.ms-xxxlOffset7 { + @include ms-xxxlOffset7; +} +.ms-xxxlOffset6 { + @include ms-xxxlOffset6; +} +.ms-xxxlOffset5 { + @include ms-xxxlOffset5; +} +.ms-xxxlOffset4 { + @include ms-xxxlOffset4; +} +.ms-xxxlOffset3 { + @include ms-xxxlOffset3; +} +.ms-xxxlOffset2 { + @include ms-xxxlOffset2; +} +.ms-xxxlOffset1 { + @include ms-xxxlOffset1; +} +.ms-xxxlOffset0 { + @include ms-xxxlOffset0; +} diff --git a/dist/sass/_Utility.scss b/dist/sass/_Utility.scss new file mode 100644 index 000000000..fd44550e8 --- /dev/null +++ b/dist/sass/_Utility.scss @@ -0,0 +1,44 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Some mixins are output to CSS classes as utilities. + +// The best box is a border box. +.ms-borderBox, .ms-borderBox::before, .ms-borderBox::after { + @include ms-borderBox; +} + +// To apply border base settings +.ms-borderBase { + @include ms-borderBase; +} + +// Ensures the block expands to the full height to enclose its floated childen. +.ms-clearfix { + @include ms-clearfix; +} + +// Basic border-box, margin, and padding reset. +.ms-normalize { + @include ms-normalize; +} + +// Use to set left, center, right text alignment styles +@include ms-textAlign(left, center, right); + +// Use to hide content while still making it readable by screen reader (Accessibility) +.ms-screenReaderOnly { + @include ms-screenReaderOnly; +} + +// Use to add truncation with ellipsis +.ms-textTruncate { + @include ms-textTruncate; +} + +// Use to disable text wrapping +.ms-noWrap{ + @include ms-noWrap; +} diff --git a/dist/sass/_Wrapper.scss b/dist/sass/_Wrapper.scss new file mode 100644 index 000000000..3ddba1f7d --- /dev/null +++ b/dist/sass/_Wrapper.scss @@ -0,0 +1,42 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Wrapper component to set base typography. + +.ms-Fabric { + @include ms-Fabric; +} + +// Create overrides for each language that has an alternate font-family. +@include ms-font-family-language-override('ar', $ms-font-family-arabic); +@include ms-font-family-language-override('bg', $ms-font-family-cyrillic); +@include ms-font-family-language-override('cs', $ms-font-family-east-european); +@include ms-font-family-language-override('el', $ms-font-family-greek); +@include ms-font-family-language-override('et', $ms-font-family-east-european); +@include ms-font-family-language-override('he', $ms-font-family-hebrew); +@include ms-font-family-language-override('hi', $ms-font-family-hindi); +@include ms-font-family-language-override('hr', $ms-font-family-east-european); +@include ms-font-family-language-override('hu', $ms-font-family-east-european); +@include ms-font-family-language-override('ja', $ms-font-family-japanese); +@include ms-font-family-language-override('kk', $ms-font-family-east-european); +@include ms-font-family-language-override('ko', $ms-font-family-korean); +@include ms-font-family-language-override('lo', $ms-font-family-lao); +@include ms-font-family-language-override('lt', $ms-font-family-east-european); +@include ms-font-family-language-override('lv', $ms-font-family-east-european); +@include ms-font-family-language-override('pl', $ms-font-family-east-european); +@include ms-font-family-language-override('ru', $ms-font-family-cyrillic); +@include ms-font-family-language-override('sk', $ms-font-family-east-european); +@include ms-font-family-language-override('sr-latn', $ms-font-family-east-european); +@include ms-font-family-language-override('th', $ms-font-family-thai); +@include ms-font-family-language-override('tr', $ms-font-family-east-european); +@include ms-font-family-language-override('uk', $ms-font-family-cyrillic); +@include ms-font-family-language-override('vi', $ms-font-family-vietnamese); +@include ms-font-family-language-override('zh-hans', $ms-font-family-chinese-simplified); +@include ms-font-family-language-override('zh-hant', $ms-font-family-chinese-traditional); + +// Modifier: Use Selawik as an open source alternative to Segoe UI. +.ms-Fabric--selawik { + font-family: $ms-font-family-selawik; +} diff --git a/dist/sass/mixins/_Animation.Mixins.scss b/dist/sass/mixins/_Animation.Mixins.scss new file mode 100644 index 000000000..f79470869 --- /dev/null +++ b/dist/sass/mixins/_Animation.Mixins.scss @@ -0,0 +1,360 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Fabric Animations + + +// Outputs the keyframes used by the animation classes +@mixin ms-animation-keyframes() { + // Set a default value for the version-scoped variable if it isn't assigned + $ms-fabric-version-suffix: '' !default; + + @keyframes ms-slideRightIn10#{$ms-fabric-version-suffix} { + from { transform: translate3d(-10px, 0px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideRightIn20#{$ms-fabric-version-suffix} { + from { transform: translate3d(-20px, 0px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideRightIn40#{$ms-fabric-version-suffix} { + from { transform: translate3d(-40px, 0px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideRightIn400#{$ms-fabric-version-suffix} { + from { transform: translate3d(-400px, 0px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideRightOut40#{$ms-fabric-version-suffix} { + from { transform: translate3d(0px, 0px, 0px); } + to { transform: translate3d(40px, 0px, 0px); } + } + + @keyframes ms-slideRightOut400#{$ms-fabric-version-suffix} { + from { transform: translate3d(0, 0px, 0px); } + to { transform: translate3d(400px, 0px, 0px); } + } + + @keyframes ms-slideLeftIn10#{$ms-fabric-version-suffix} { + from { transform: translate3d(10px, 0px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideLeftIn20#{$ms-fabric-version-suffix} { + from { transform: translate3d(20px, 0px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideLeftIn40#{$ms-fabric-version-suffix} { + from { transform: translate3d(40px, 0px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideLeftIn400#{$ms-fabric-version-suffix} { + from { transform: translate3d(400px, 0px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideLeftOut40#{$ms-fabric-version-suffix} { + from { transform: translate3d(0, 0px, 0px); } + to { transform: translate3d(-40px, 0px, 0px); } + } + + @keyframes ms-slideLeftOut400#{$ms-fabric-version-suffix} { + from { transform: translate3d(0, 0px, 0px); } + to { transform: translate3d(-400px, 0px, 0px); } + } + + @keyframes ms-slideUpIn10#{$ms-fabric-version-suffix} { + from { transform: translate3d(0px, 10px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideUpIn20#{$ms-fabric-version-suffix} { + from { transform: translate3d(0px, 20px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideDownIn10#{$ms-fabric-version-suffix} { + from { transform: translate3d(0px, -10px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideDownIn20#{$ms-fabric-version-suffix} { + from { transform: translate3d(0px, -20px, 0px); } + to { transform: translate3d(0px, 0px, 0px); } + } + + @keyframes ms-slideUpOut10#{$ms-fabric-version-suffix} { + from { transform: translate3d(0px, 0, 0px); } + to { transform: translate3d(0px, -10px, 0px); } + } + + @keyframes ms-slideUpOut20#{$ms-fabric-version-suffix} { + from { transform: translate3d(0px, 0, 0px); } + to { transform: translate3d(0px, -20px, 0px); } + } + + @keyframes ms-slideDownOut10#{$ms-fabric-version-suffix} { + from { transform: translate3d(0px, 0, 0px); } + to { transform: translate3d(0px, 10px, 0px); } + } + + @keyframes ms-slideDownOut20#{$ms-fabric-version-suffix} { + from { transform: translate3d(0px, 0, 0px); } + to { transform: translate3d(0px, 20px, 0px); } + } + + @keyframes ms-scaleUp100#{$ms-fabric-version-suffix} { + from { transform: scale3d(.98, .98, 1); } + to { transform: scale3d(1, 1, 1); } + } + + @keyframes ms-scaleUp103#{$ms-fabric-version-suffix} { + from { transform: scale3d(1, 1, 1); } + to { transform: scale3d(1.03, 1.03, 1); } + } + + @keyframes ms-scaleDown98#{$ms-fabric-version-suffix} { + from { transform: scale3d(1, 1, 1); } + to { transform: scale3d(0.98, 0.98, 1); } + } + + @keyframes ms-scaleDown100#{$ms-fabric-version-suffix} { + from { transform: scale3d(1.03, 1.03, 1); } + to { transform: scale3d(1, 1, 1); } + } + + @keyframes ms-fadeIn#{$ms-fabric-version-suffix} { + from { + opacity: 0; + animation-timing-function: $ms-animation-ease-2; + } + to { opacity: 1; } + } + + @keyframes ms-fadeOut#{$ms-fabric-version-suffix} { + from { + opacity: 1; + animation-timing-function: $ms-animation-ease-2; + } + to { opacity: 0; } + } + + @keyframes ms-rotate90#{$ms-fabric-version-suffix} { + from { transform: rotateZ(0deg); } + to { transform: rotateZ(90deg); } + } + + @keyframes ms-rotateN90#{$ms-fabric-version-suffix} { + from { transform: rotateZ(90deg); } + to { transform: rotateZ(0deg); } + } +} + +// Generate an animation +@mixin ms-animation($names, $duration, $timing: $ms-animation-ease-1, $fillMode: both) { + // Set a default value for the version-scoped variable if it isn't assigned + $ms-fabric-version-suffix: '' !default; + + // Append the scoping suffix to each animation name + $namelist: (); + + @each $name in $names { + $newname: $name#{$ms-fabric-version-suffix}; + + $namelist: append($namelist, unquote($newname), 'comma'); + } + + animation-name: $namelist; + animation-duration: $duration; + animation-timing-function: $timing; + animation-fill-mode: $fillMode; +} + +// Slide +@mixin ms-slideRightIn10 { + @include ms-animation((ms-fadeIn, ms-slideRightIn10), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideRightIn20 { + @include ms-animation((ms-fadeIn, ms-slideRightIn20), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideRightIn40 { + @include ms-animation((ms-fadeIn, ms-slideRightIn40), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideRightIn400 { + @include ms-animation((ms-fadeIn, ms-slideRightIn400), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideRightOut40 { + @include ms-animation((ms-fadeOut, ms-slideRightOut40), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-slideRightOut400 { + @include ms-animation((ms-fadeOut, ms-slideRightOut400), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-slideLeftIn10 { + @include ms-animation((ms-fadeIn, ms-slideLeftIn10), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideLeftIn20 { + @include ms-animation((ms-fadeIn, ms-slideLeftIn20), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideLeftIn40 { + @include ms-animation((ms-fadeIn, ms-slideLeftIn40), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideLeftIn400 { + @include ms-animation((ms-fadeIn, ms-slideLeftIn400), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideLeftOut40 { + @include ms-animation((ms-fadeOut, ms-slideLeftOut40), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-slideLeftOut400 { + @include ms-animation((ms-fadeOut, ms-slideLeftOut400), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-slideUpIn10 { + @include ms-animation((ms-fadeIn, ms-slideUpIn10), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-slideUpIn20 { + @include ms-animation((ms-fadeIn, ms-slideUpIn20), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideDownIn10 { + @include ms-animation((ms-fadeIn, ms-slideDownIn10), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-slideDownIn20 { + @include ms-animation((ms-fadeIn, ms-slideDownIn20), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-slideUpOut10 { + @include ms-animation((ms-fadeOut, ms-slideUpOut10), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-slideUpOut20 { + @include ms-animation((ms-fadeOut, ms-slideUpOut20), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-slideDownOut10 { + @include ms-animation((ms-fadeOut, ms-slideDownOut10), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-slideDownOut20 { + @include ms-animation((ms-fadeOut, ms-slideDownOut20), $ms-animation-duration-1, $ms-animation-ease-2); +} + +// Scale +@mixin ms-scaleUpIn100 { + @include ms-animation((ms-fadeIn, ms-scaleUp100), $ms-animation-duration-3, $ms-animation-ease-1); +} + +@mixin ms-scaleUpOut103 { + @include ms-animation((ms-fadeOut, ms-scaleUp103), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-scaleDownOut98 { + @include ms-animation((ms-fadeOut, ms-scaleDown98), $ms-animation-duration-1, $ms-animation-ease-2); +} + +@mixin ms-scaleDownIn100 { + @include ms-animation((ms-fadeIn, ms-scaleDown100), $ms-animation-duration-3, $ms-animation-ease-1); +} + +// Rotate +@mixin ms-rotate90deg { + // @todo: The duration should use a variable, likely $ms-animation-duration-1 + @include ms-animation(ms-rotate90, 0.1s, $ms-animation-ease-2); +} + +@mixin ms-rotateN90deg { + // @todo: The duration should use a variable, likely $ms-animation-duration-1 + @include ms-animation(ms-rotateN90, 0.1s, $ms-animation-ease-2); +} + + +// Fade +@mixin ms-fadeIn100 { + animation-duration: $ms-animation-duration-1; // @todo: Based on class name, likely intended to be 0.1s + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +@mixin ms-fadeIn200 { + animation-duration: $ms-animation-duration-2; // @todo: Based on class name, likely intended to be 0.2s + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +@mixin ms-fadeIn400 { + animation-duration: $ms-animation-duration-3; // @todo: Based on class name, likely intended to be 0.4s + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +@mixin ms-fadeIn500 { + animation-duration: $ms-animation-duration-4; // @todo: Based on class name, likely intended to be 0.5s + animation-name: ms-fadeIn; + animation-fill-mode: both; +} + +@mixin ms-fadeOut100 { + animation-duration: 0.1s; // @todo: This is the only duration that matches the class name + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +@mixin ms-fadeOut200 { + animation-duration: $ms-animation-duration-1; // @todo: Based on class name, likely intended to be 0.2s + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +@mixin ms-fadeOut400 { + animation-duration: $ms-animation-duration-3; // @todo: Based on class name, likely intended to be 0.4s + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +@mixin ms-fadeOut500 { + animation-duration: $ms-animation-duration-4; // @todo: Based on class name, likely intended to be 0.5s + animation-name: ms-fadeOut; + animation-fill-mode: both; +} + +// Expand-collapse +@mixin ms-expandCollapse100 { + transition: height 0.1s $ms-animation-ease-2; // @todo: This is the only duration that matches the class name +} + +@mixin ms-expandCollapse200 { + transition: height $ms-animation-duration-1 $ms-animation-ease-2; // @todo: Based on class name, likely intended to be 0.2s +} + +@mixin ms-expandCollapse400 { + transition: height $ms-animation-duration-3 $ms-animation-ease-2; // @todo: Based on class name, likely intended to be 0.4s +} + +// Delay +@mixin ms-delay100 { + animation-delay: $ms-animation-duration-1; // @todo: Based on class name, likely intended to be 0.1s +} + +@mixin ms-delay200 { + animation-delay: $ms-animation-duration-2; // @todo: Based on class name, likely intended to be 0.2s +} diff --git a/dist/sass/mixins/_BrandIcon.Mixins.scss b/dist/sass/mixins/_BrandIcon.Mixins.scss new file mode 100644 index 000000000..a28051a7a --- /dev/null +++ b/dist/sass/mixins/_BrandIcon.Mixins.scss @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Generate classes for product and document icons +@mixin ms-brand-icon-classes($retina) { + @each $icon in $ms-brand-icon-product-icons { + .ms-BrandIcon--#{$icon} { + @include ms-brand-icon-sizes($icon, $retina, $ms-brand-icon-product-images-path); + } + } + + @each $icon in $ms-brand-icon-document-icons { + .ms-BrandIcon--#{$icon} { + @include ms-brand-icon-sizes($icon, $retina, $ms-brand-icon-document-images-path); + } + } +} + +// Generate size classes for each icon +@mixin ms-brand-icon-sizes($icon, $retina, $images-path) { + @each $size in $ms-brand-icon-sizes { + &.ms-BrandIcon--icon#{$size} { + background-image: url(#{$images-path}/#{$icon}_#{$size}x#{$retina}.png); + } + } +} + +// Generate generic icon size classes +@mixin ms-brand-icon-size-classes() { + @each $size in $ms-brand-icon-sizes { + .ms-BrandIcon--icon#{$size} { + background-size: 100% 100%; + width: #{$size}px; + height: #{$size}px; + } + } +} diff --git a/dist/sass/mixins/_Color.Mixins.scss b/dist/sass/mixins/_Color.Mixins.scss new file mode 100644 index 000000000..2d87a98e1 --- /dev/null +++ b/dist/sass/mixins/_Color.Mixins.scss @@ -0,0 +1,418 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Fabric Core Color Mixins + + +//== Background colors +// +// Theme colors +@mixin ms-bgColor-themeDark { + background-color: $ms-color-themeDark; +} + +@mixin ms-bgColor-themeDarkAlt { + background-color: $ms-color-themeDarkAlt; +} + +@mixin ms-bgColor-themeDarker { + background-color: $ms-color-themeDarker; +} + +@mixin ms-bgColor-themePrimary { + background-color: $ms-color-themePrimary; +} + +@mixin ms-bgColor-themeSecondary { + background-color: $ms-color-themeSecondary; +} + +@mixin ms-bgColor-themeTertiary { + background-color: $ms-color-themeTertiary; +} + +@mixin ms-bgColor-themeLight { + background-color: $ms-color-themeLight; +} + +@mixin ms-bgColor-themeLighter { + background-color: $ms-color-themeLighter; +} + +@mixin ms-bgColor-themeLighterAlt { + background-color: $ms-color-themeLighterAlt; +} + +// Neutral colors +@mixin ms-bgColor-black { + background-color: $ms-color-black; +} + +@mixin ms-bgColor-neutralDark { + background-color: $ms-color-neutralDark; +} + +@mixin ms-bgColor-neutralPrimary { + background-color: $ms-color-neutralPrimary; +} + +@mixin ms-bgColor-neutralPrimaryAlt { + background-color: $ms-color-neutralPrimaryAlt; +} + +@mixin ms-bgColor-neutralSecondary { + background-color: $ms-color-neutralSecondary; +} + +@mixin ms-bgColor-neutralSecondaryAlt { + background-color: $ms-color-neutralSecondaryAlt; +} + +@mixin ms-bgColor-neutralTertiary { + background-color: $ms-color-neutralTertiary; +} + +@mixin ms-bgColor-neutralTertiaryAlt { + background-color: $ms-color-neutralTertiaryAlt; +} + +@mixin ms-bgColor-neutralLight { + background-color: $ms-color-neutralLight; +} + +@mixin ms-bgColor-neutralLighter { + background-color: $ms-color-neutralLighter; +} + +@mixin ms-bgColor-neutralLighterAlt { + background-color: $ms-color-neutralLighterAlt; +} + +@mixin ms-bgColor-white { + background-color: $ms-color-white; +} + + +// Brand and accent colors +@mixin ms-bgColor-yellow { + background-color: $ms-color-yellow; +} + +@mixin ms-bgColor-yellowLight { + background-color: $ms-color-yellowLight; +} + +@mixin ms-bgColor-orange { + background-color: $ms-color-orange; +} + +@mixin ms-bgColor-orangeLight { + background-color: $ms-color-orangeLight; +} + +@mixin ms-bgColor-orangeLighter { + background-color: $ms-color-orangeLighter; +} + +@mixin ms-bgColor-redDark { + background-color: $ms-color-redDark; +} + +@mixin ms-bgColor-red { + background-color: $ms-color-red; +} + +@mixin ms-bgColor-magentaDark { + background-color: $ms-color-magentaDark; +} + +@mixin ms-bgColor-magenta { + background-color: $ms-color-magenta; +} + +@mixin ms-bgColor-magentaLight { + background-color: $ms-color-magentaLight; +} + +@mixin ms-bgColor-purpleDark { + background-color: $ms-color-purpleDark; +} + +@mixin ms-bgColor-purple { + background-color: $ms-color-purple; +} + +@mixin ms-bgColor-purpleLight { + background-color: $ms-color-purpleLight; +} + +@mixin ms-bgColor-blueDark { + background-color: $ms-color-blueDark; +} + +@mixin ms-bgColor-blueMid { + background-color: $ms-color-blueMid; +} + +@mixin ms-bgColor-blue { + background-color: $ms-color-blue; +} + +@mixin ms-bgColor-blueLight { + background-color: $ms-color-blueLight; +} + +@mixin ms-bgColor-tealDark { + background-color: $ms-color-tealDark; +} + +@mixin ms-bgColor-teal { + background-color: $ms-color-teal; +} + +@mixin ms-bgColor-tealLight { + background-color: $ms-color-tealLight; +} + +@mixin ms-bgColor-greenDark { + background-color: $ms-color-greenDark; +} + +@mixin ms-bgColor-green { + background-color: $ms-color-green; +} + +@mixin ms-bgColor-greenLight { + background-color: $ms-color-greenLight; +} + +// Message colors +@mixin ms-bgColor-info { + background-color: $ms-color-infoBackground; +} + +@mixin ms-bgColor-success { + background-color: $ms-color-successBackground; +} + +@mixin ms-bgColor-severeWarning { + background-color: $ms-color-severeWarningBackground; +} + +@mixin ms-bgColor-warning { + background-color: $ms-color-warningBackground; +} + +@mixin ms-bgColor-error { + background-color: $ms-color-errorBackground; +} + + +//== Border colors +// + +// Theme colors +@mixin ms-borderColor-themeDark { + border-color: $ms-color-themeDark; +} + +@mixin ms-borderColor-themeDarkAlt { + border-color: $ms-color-themeDarkAlt; +} + +@mixin ms-borderColor-themeDarker { + border-color: $ms-color-themeDarker; +} + +@mixin ms-borderColor-themePrimary { + border-color: $ms-color-themePrimary; +} + +@mixin ms-borderColor-themeSecondary { + border-color: $ms-color-themeSecondary; +} + +@mixin ms-borderColor-themeTertiary { + border-color: $ms-color-themeTertiary; +} + +@mixin ms-borderColor-themeLight { + border-color: $ms-color-themeLight; +} + +@mixin ms-borderColor-themeLighter { + border-color: $ms-color-themeLighter; +} + +@mixin ms-borderColor-themeLighterAlt { + border-color: $ms-color-themeLighterAlt; +} + + +// Neutral colors +@mixin ms-borderColor-black { + border-color: $ms-color-black; +} + +@mixin ms-borderColor-neutralDark { + border-color: $ms-color-neutralDark; +} + +@mixin ms-borderColor-neutralPrimary { + border-color: $ms-color-neutralPrimary; +} + +@mixin ms-borderColor-neutralPrimaryAlt { + border-color: $ms-color-neutralPrimaryAlt; +} + +@mixin ms-borderColor-neutralSecondary { + border-color: $ms-color-neutralSecondary; +} + +@mixin ms-borderColor-neutralSecondaryAlt { + border-color: $ms-color-neutralSecondaryAlt; +} + +@mixin ms-borderColor-neutralTertiary { + border-color: $ms-color-neutralTertiary; +} + +@mixin ms-borderColor-neutralTertiaryAlt { + border-color: $ms-color-neutralTertiaryAlt; +} + +@mixin ms-borderColor-neutralLight { + border-color: $ms-color-neutralLight; +} + +@mixin ms-borderColor-neutralLighter { + border-color: $ms-color-neutralLighter; +} + +@mixin ms-borderColor-neutralLighterAlt { + border-color: $ms-color-neutralLighterAlt; +} + +@mixin ms-borderColor-white { + border-color: $ms-color-white; +} + +// Brand and accent colors +@mixin ms-borderColor-yellow { + border-color: $ms-color-yellow; +} + +@mixin ms-borderColor-yellowLight { + border-color: $ms-color-yellowLight; +} + +@mixin ms-borderColor-orange { + border-color: $ms-color-orange; +} + +@mixin ms-borderColor-orangeLight { + border-color: $ms-color-orangeLight; +} + +@mixin ms-borderColor-orangeLighter { + border-color: $ms-color-orangeLighter; +} + +@mixin ms-borderColor-redDark { + border-color: $ms-color-redDark; +} + +@mixin ms-borderColor-red { + border-color: $ms-color-red; +} + +@mixin ms-borderColor-magentaDark { + border-color: $ms-color-magentaDark; +} + +@mixin ms-borderColor-magenta { + border-color: $ms-color-magenta; +} + +@mixin ms-borderColor-magentaLight { + border-color: $ms-color-magentaLight; +} + +@mixin ms-borderColor-purpleDark { + border-color: $ms-color-purpleDark; +} + +@mixin ms-borderColor-purple { + border-color: $ms-color-purple; +} + +@mixin ms-borderColor-purpleLight { + border-color: $ms-color-purpleLight; +} + +@mixin ms-borderColor-blueDark { + border-color: $ms-color-blueDark; +} + +@mixin ms-borderColor-blueMid { + border-color: $ms-color-blueMid; +} + +@mixin ms-borderColor-blue { + border-color: $ms-color-blue; +} + +@mixin ms-borderColor-blueLight { + border-color: $ms-color-blueLight; +} + +@mixin ms-borderColor-tealDark { + border-color: $ms-color-tealDark; +} + +@mixin ms-borderColor-teal { + border-color: $ms-color-teal; +} + +@mixin ms-borderColor-tealLight { + border-color: $ms-color-tealLight; +} + +@mixin ms-borderColor-greenDark { + border-color: $ms-color-greenDark; +} + +@mixin ms-borderColor-green { + border-color: $ms-color-green; +} + +@mixin ms-borderColor-greenLight { + border-color: $ms-color-greenLight; +} + + +// Message colors +@mixin ms-borderColor-info { + border-color: $ms-color-info; +} + +@mixin ms-borderColor-success { + border-color: $ms-color-success; +} + +@mixin ms-borderColor-alert { + border-color: $ms-color-alert; +} + +@mixin ms-borderColor-error { + border-color: $ms-color-error; +} + + +// Individual borders, by request +@mixin ms-borderColorTop-themePrimary { + border-top-color: $ms-color-themePrimary; +} diff --git a/dist/sass/mixins/_Directionality.Mixins.scss b/dist/sass/mixins/_Directionality.Mixins.scss new file mode 100644 index 000000000..5ae1ad6a1 --- /dev/null +++ b/dist/sass/mixins/_Directionality.Mixins.scss @@ -0,0 +1,325 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Directionality mixins to generate LTR and RTL-specific styles + +// Base left-to-right mixin definition. +@mixin ms-LTR { + [dir='ltr'] & { + @content; + } +} + +// Base right-to-left mixin definition. +@mixin ms-RTL { + [dir='rtl'] & { + @content; + } +} + +// Use baseRTL to set the default direction to right-to-left on +// a root element (e.g. page or region) that needs RTL support. +@mixin ms-base-RTL { + @include ms-RTL { + direction: rtl; + unicode-bidi: bidi-override; + } +} + + +// Common CSS property mixins with support for RTL. +// Use to automatically create RTL versions of your properties. + +// Border styles. +@mixin ms-border-color($top, $right, $bottom, $left) { + border-color: $top $right $bottom $left; + + @include ms-RTL { + border-color: $top $left $bottom $right; + } +} + +@mixin ms-border-left($width, $style, $color) { + @include ms-LTR { + border-left: $width $style $color; + } + + @include ms-RTL { + border-right: $width $style $color; + } +} + +@mixin ms-border-left-color($color) { + @include ms-LTR { + border-left-color: $color; + } + + @include ms-RTL { + border-right-color: $color; + } +} + +@mixin ms-border-left-style($style) { + @include ms-LTR { + border-left-style: $style; + } + + @include ms-RTL { + border-right-style: $style; + } +} + +@mixin ms-border-left-width($width) { + @include ms-LTR { + border-left-width: $width; + } + + @include ms-RTL { + border-right-width: $width; + } +} + +@mixin ms-border-radius($topLeft, $topRight, $bottomRight, $bottomLeft) { + border-radius: $topLeft $topRight $bottomRight $bottomLeft; + + @include ms-RTL { + border-radius: $topRight $topLeft $bottomLeft $bottomRight; + } +} + +@mixin ms-border-right($width, $style, $color) { + @include ms-LTR { + border-right: $width $style $color; + } + + @include ms-RTL { + border-left: $width $style $color; + } +} + +@mixin ms-border-right-color($color) { + @include ms-LTR { + border-right-color: $color; + } + + @include ms-RTL { + border-left-color: $color; + } +} + +@mixin ms-border-right-style($style) { + @include ms-LTR { + border-right-style: $style; + } + + @include ms-RTL { + border-left-style: $style; + } +} + +@mixin ms-border-right-width($width) { + @include ms-LTR { + border-right-width: $width; + } + + @include ms-RTL { + border-left-width: $width; + } +} + +// Floats. +@mixin ms-clear($side) { + @if $side == left { + @include ms-LTR { + clear: $side; + } + + @include ms-RTL { + clear: right; + } + } @else if $side == right { + @include ms-LTR { + clear: $side; + } + + @include ms-RTL { + clear: left; + } + } @else { + clear: $side; + } +} + +@mixin ms-float($direction) { + @if $direction == left { + @include ms-LTR { + float: left; + } + + @include ms-RTL { + float: right; + } + } @else { + @include ms-LTR { + float: right; + } + + @include ms-RTL { + float: left; + } + } +} + +// Positioning. +@mixin ms-left($distance) { + @include ms-LTR { + left: $distance; + } + + @include ms-RTL { + right: $distance; + } +} + +@mixin ms-right($distance) { + @include ms-LTR { + right: $distance; + } + + @include ms-RTL { + left: $distance; + } +} + +// Margins. +@mixin ms-margin($top, $right, $bottom, $left) { + margin: $top $right $bottom $left; + + @include ms-RTL { + margin: $top $left $bottom $right; + } +} + +@mixin ms-margin-left($distance) { + @include ms-LTR { + margin-left: $distance; + } + + @include ms-RTL { + margin-right: $distance; + } +} + +@mixin ms-margin-right($distance) { + @include ms-LTR { + margin-right: $distance; + } + @include ms-RTL { + margin-left: $distance; + } +} + +// Padding. +@mixin ms-padding($top, $right, $bottom, $left) { + padding: $top $right $bottom $left; + + @include ms-RTL { + padding: $top $left $bottom $right; + } +} + +@mixin ms-padding-left($distance) { + @include ms-LTR { + padding-left: $distance; + } + + @include ms-RTL { + padding-right: $distance; + } +} + +@mixin ms-padding-right($distance) { + @include ms-LTR { + padding-right: $distance; + } + + @include ms-RTL { + padding-left: $distance; + } +} + +// Text-alignment. +@mixin ms-text-align($direction) { + @if $direction == left { + @include ms-LTR { + text-align: left; + } + + @include ms-RTL { + text-align: right; + } + } @else { + @include ms-LTR { + text-align: right; + } + + @include ms-RTL { + text-align: left; + } + } +} + +// Box-shadow. +@mixin ms-box-shadow($left, $etc) { + @include ms-LTR { + box-shadow: $left $etc; + } + + @include ms-RTL { + box-shadow: -$left $etc; + } +} + +// Transforms. +@mixin ms-transform-scaleX($scaleX: 1) { + @include ms-LTR { + transform: scaleX($scaleX); + } + + @include ms-RTL { + transform: scaleX(-$scaleX); + } +} + +@mixin ms-transform-translateX($distance) { + @include ms-LTR { + transform: translateX($distance); + } + + @include ms-RTL { + transform: translateX(-$distance); + } +} + +// Transitions. Only supported when ONLY left/right are declared +@mixin ms-transition-property($direction) { + @if $direction == left { + @include ms-LTR { + transition-property: left; + } + + @include ms-RTL { + transition-property: right; + } + } @else { + @include ms-LTR { + transition-property: right; + } + + @include ms-RTL { + transition-property: left; + } + } +} diff --git a/dist/sass/mixins/_Font.Mixins.scss b/dist/sass/mixins/_Font.Mixins.scss new file mode 100644 index 000000000..2be339a0d --- /dev/null +++ b/dist/sass/mixins/_Font.Mixins.scss @@ -0,0 +1,391 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Font definitions + +/* + Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license +*/ + +// Produce @font-face definitions for the web fonts. +@mixin ms-font-face($font-family-name, $cdn-folder, $cdn-font-name: 'segoeui') { + @font-face { + font-family: $font-family-name; + src: url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-light.woff2') format('woff2'), + url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-light.woff') format('woff'); + font-weight: $ms-font-weight-light; + font-style: normal; + } + + @font-face { + font-family: $font-family-name; + src: url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-semilight.woff2') format('woff2'), + url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-semilight.woff') format('woff'); + font-weight: $ms-font-weight-semilight; + font-style: normal; + } + + @font-face { + font-family: $font-family-name; + src: url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-regular.woff2') format('woff2'), + url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-regular.woff') format('woff'); + font-weight: $ms-font-weight-regular; + font-style: normal; + } + + @font-face { + font-family: $font-family-name; + src: url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-semibold.woff2') format('woff2'), + url('#{$ms-font-cdn-path}/#{$cdn-folder}/#{$cdn-font-name}-semibold.woff') format('woff'); + font-weight: $ms-font-weight-semibold; + font-style: normal; + } +} + +// Generate overrides to set font-family based on the lang attribute. +@mixin ms-font-family-language-override($language-code, $font-family) { + *[lang^='#{$language-code}'] .ms-Fabric, + .ms-Fabric *[lang^='#{$language-code}'], + .ms-Fabric[lang^='#{$language-code}'] { + font-family: $font-family; + } +} + +// Super Styles (LIMITED USE) +@mixin ms-font-su { + font-size: $ms-font-size-su; + font-weight: $ms-font-weight-light; +} + +// Extra-Extra-Large +@mixin ms-font-xxl { + font-size: $ms-font-size-xxl; + font-weight: $ms-font-weight-light; +} + +// Extra-Large Styles +@mixin ms-font-xl-plus { + font-size: $ms-font-size-xl-plus; + font-weight: $ms-font-weight-light; +} + +// Extra-Large Styles +@mixin ms-font-xl { + font-size: $ms-font-size-xl; + font-weight: $ms-font-weight-light; +} + +// Large Styles +@mixin ms-font-l { + font-size: $ms-font-size-l; + font-weight: $ms-font-weight-semilight; +} + +// Medium Plus Styles +@mixin ms-font-m-plus { + font-size: $ms-font-size-m-plus; + font-weight: $ms-font-weight-regular; +} + +// Medium Styles +@mixin ms-font-m { + font-size: $ms-font-size-m; + font-weight: $ms-font-weight-regular; +} + +// Small Plus Styles +@mixin ms-font-s-plus { + font-size: $ms-font-size-s-plus; + font-weight: $ms-font-weight-regular; +} + +// Small Styles +@mixin ms-font-s { + font-size: $ms-font-size-s; + font-weight: $ms-font-weight-regular; +} + +// XS Styles +@mixin ms-font-xs { + font-size: $ms-font-size-xs; + font-weight: $ms-font-weight-regular; +} + +// Micro Styles (LIMITED USE) +@mixin ms-font-mi { + font-size: $ms-font-size-mi; + font-weight: $ms-font-weight-semibold; +} + +//== Helper classes & mixins +// +// Helper mixins to override default type values + +// Font weights +@mixin ms-fontWeight-light { + font-weight: $ms-font-weight-light; +} + +@mixin ms-fontWeight-semilight { + font-weight: $ms-font-weight-semilight; +} + +@mixin ms-fontWeight-regular { + font-weight: $ms-font-weight-regular; +} + +@mixin ms-fontWeight-semibold { + font-weight: $ms-font-weight-semibold; +} + +// Font sizes +@mixin ms-fontSize-su { + font-size: $ms-font-size-su; +} + +@mixin ms-fontSize-xxl { + font-size: $ms-font-size-xxl; +} + +@mixin ms-fontSize-xlPlus { + font-size: $ms-font-size-xl-plus; +} + +@mixin ms-fontSize-xl { + font-size: $ms-font-size-xl; +} + +@mixin ms-fontSize-l { + font-size: $ms-font-size-l; +} + +@mixin ms-fontSize-mPlus { + font-size: $ms-font-size-m-plus; +} + +@mixin ms-fontSize-m { + font-size: $ms-font-size-m; +} + +@mixin ms-fontSize-sPlus { + font-size: $ms-font-size-s-plus; +} + +@mixin ms-fontSize-s { + font-size: $ms-font-size-s; +} + +@mixin ms-fontSize-xs { + font-size: $ms-font-size-xs; +} + +@mixin ms-fontSize-mi { + font-size: $ms-font-size-mi; +} + +// Theme colors +@mixin ms-fontColor-themeDarker { + color: $ms-color-themeDarker; +} + +@mixin ms-fontColor-themeDark { + color: $ms-color-themeDark; +} + +@mixin ms-fontColor-themeDarkAlt { + color: $ms-color-themeDarkAlt; +} + +@mixin ms-fontColor-themePrimary { + color: $ms-color-themePrimary; +} + +@mixin ms-fontColor-themeSecondary { + color: $ms-color-themeSecondary; +} + +@mixin ms-fontColor-themeTertiary { + color: $ms-color-themeTertiary; +} + +@mixin ms-fontColor-themeLight { + color: $ms-color-themeLight; +} + +@mixin ms-fontColor-themeLighter { + color: $ms-color-themeLighter; +} + +@mixin ms-fontColor-themeLighterAlt { + color: $ms-color-themeLighterAlt; +} + + +// Neutral colors +@mixin ms-fontColor-black { + color: $ms-color-black; +} + +@mixin ms-fontColor-neutralDark { + color: $ms-color-neutralDark; +} + +@mixin ms-fontColor-neutralPrimary { + color: $ms-color-neutralPrimary; +} + +@mixin ms-fontColor-neutralPrimaryAlt { + color: $ms-color-neutralPrimaryAlt; +} + +@mixin ms-fontColor-neutralSecondary { + color: $ms-color-neutralSecondary; +} + +@mixin ms-fontColor-neutralSecondaryAlt { + color: $ms-color-neutralSecondaryAlt; +} + +@mixin ms-fontColor-neutralTertiary { + color: $ms-color-neutralTertiary; +} + +@mixin ms-fontColor-neutralTertiaryAlt { + color: $ms-color-neutralTertiaryAlt; +} + +@mixin ms-fontColor-neutralLight { + color: $ms-color-neutralLight; +} + +@mixin ms-fontColor-neutralLighter { + color: $ms-color-neutralLighter; +} + +@mixin ms-fontColor-neutralLighterAlt { + color: $ms-color-neutralLighterAlt; +} + +@mixin ms-fontColor-white { + color: $ms-color-white; +} + +// Brand and accent colors +@mixin ms-fontColor-yellow { + color: $ms-color-yellow; +} + +@mixin ms-fontColor-yellowLight { + color: $ms-color-yellowLight; +} + +@mixin ms-fontColor-orange { + color: $ms-color-orange; +} + +@mixin ms-fontColor-orangeLight { + color: $ms-color-orangeLight; +} + +@mixin ms-fontColor-orangeLighter { + color: $ms-color-orangeLighter; +} + +@mixin ms-fontColor-redDark { + color: $ms-color-redDark; +} + +@mixin ms-fontColor-red { + color: $ms-color-red; +} + +@mixin ms-fontColor-magentaDark { + color: $ms-color-magentaDark; +} + +@mixin ms-fontColor-magenta { + color: $ms-color-magenta; +} + +@mixin ms-fontColor-magentaLight { + color: $ms-color-magentaLight; +} + +@mixin ms-fontColor-purpleDark { + color: $ms-color-purpleDark; +} + +@mixin ms-fontColor-purple { + color: $ms-color-purple; +} + +@mixin ms-fontColor-purpleLight { + color: $ms-color-purpleLight; +} + +@mixin ms-fontColor-blueDark { + color: $ms-color-blueDark; +} + +@mixin ms-fontColor-blueMid { + color: $ms-color-blueMid; +} + +@mixin ms-fontColor-blue { + color: $ms-color-blue; +} + +@mixin ms-fontColor-blueLight { + color: $ms-color-blueLight; +} + +@mixin ms-fontColor-tealDark { + color: $ms-color-tealDark; +} + +@mixin ms-fontColor-teal { + color: $ms-color-teal; +} + +@mixin ms-fontColor-tealLight { + color: $ms-color-tealLight; +} + +@mixin ms-fontColor-greenDark { + color: $ms-color-greenDark; +} + +@mixin ms-fontColor-green { + color: $ms-color-green; +} + +@mixin ms-fontColor-greenLight { + color: $ms-color-greenLight; +} + +// Message colors +@mixin ms-fontColor-info { + color: $ms-color-info; +} + +@mixin ms-fontColor-success { + color: $ms-color-success; +} + +@mixin ms-fontColor-alert { // @todo: Deprecated: Use ms-fontColor-severeWarning + color: $ms-color-alert; +} + +@mixin ms-fontColor-warning { + color: $ms-color-warning; +} + +@mixin ms-fontColor-severeWarning { + color: $ms-color-severeWarning; +} + +@mixin ms-fontColor-error { + color: $ms-color-error; +} diff --git a/dist/sass/mixins/_General.Mixins.scss b/dist/sass/mixins/_General.Mixins.scss new file mode 100644 index 000000000..bd9256373 --- /dev/null +++ b/dist/sass/mixins/_General.Mixins.scss @@ -0,0 +1,208 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Vendor-prefixed mixins + +// Border radius. +@mixin ms-border-radius($radius: 5px) { + border-radius: $radius; + background-clip: padding-box; +} + +// Drop shadow. +@mixin ms-drop-shadow($x-offset: 0, $y-offset: 0, $blur: 5px, $spread: 0, $alpha: 0.4) { + box-shadow: $x-offset $y-offset $blur $spread rgba(0, 0, 0, $alpha); +} + +// Background gradient. +@mixin ms-background-gradient($origin: left, $start: #000, $start-location: 0%, $stop: #FFF, $stop-location: 100%) { + + // To maintain compatibility with the old arguments, reverse + // the $origin direction and set it as $destination. + $destination: null; + @if $origin == top { + $destination: bottom; + } + @if $origin == right { + $destination: left; + } + @if $origin == bottom { + $destination: top; + } + @if $origin == left { + $destination: right; + } + + background-color: $start; + background-image: linear-gradient(to $destination, $start $start-location, $stop $stop-location); +} + +// Rotation. +@mixin ms-rotate($deg) { + transform: rotate($deg); +} + +// Prevents user selection of text elements. +@mixin ms-user-select ($val) { + -webkit-touch-callout: $val; + -webkit-user-select: $val; + -khtml-user-select: $val; + -moz-user-select: $val; + -ms-user-select: $val; + user-select: $val; +} + +// Prevents the text within a block element from wrapping to second line. +@mixin ms-no-wrap() { + display: block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +// Flexbox +@mixin ms-flex-box() { + display: -ms-flexbox; + display: -webkit-flex; + display: flex; +} + +@mixin ms-alignItems($mode) { + -webkit-box-align: $mode; + -moz-box-align: $mode; + -ms-flex-align: $mode; + -webkit-align-items: $mode; + align-items: $mode; +} + +// Base/wrapper component to set typography throughout the app. +@mixin ms-Fabric { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + @include ms-inherit-font-family(); + color: $ms-color-neutralPrimary; + font-family: $ms-font-family-west-european; + font-size: $ms-font-size-m; +} + +// Set the font-family to 'inherit' for elements where the browser +// styles commonly conflict with the font-family that we want. +@mixin ms-inherit-font-family() { + button, + input { + font-family: inherit; + } +} + +// Overrides the browser's default focus outline style. +@mixin ms-focus-outline($inset: 0, $color: $ms-focus-border-color) { + // Only do this when it's a child of ms-Fabric in a focusVisible state. + .ms-Fabric.is-focusVisible &:focus { + outline: $ms-focus-border-width $ms-focus-border-style $color; + outline-offset: -$inset; + } +} + +// Simulates a focus outline using an absolutely-positioned pseudo-element. +@mixin ms-focus-border($inset: 0, $color: $ms-focus-border-color) { + // Clear browser-specific focus styles and use 'transparent' as placeholder for focus style. + outline: transparent; + + // Requirement because pseudo-element is absolutely positioned. + position: relative; + + // Clear the focus border in Firefox. + // Reference: http://stackoverflow.com/a/199319/1436671 + &::-moz-focus-inner { + border: 0; + } + + // When the element that uses this mixin is in a :focus state, add a pseudo-element to + // create a border. Only do this when it's a child of ms-Fabric in a focusVisible state. + .ms-Fabric.is-focusVisible &:focus::after { + // Wrap the parent element with $padding. + content: ''; + position: absolute; + top: $inset; + right: $inset; + bottom: $inset; + left: $inset; + + // Add focus border of specified $color. + border: $ms-focus-border-width $ms-focus-border-style $color; + + // Make the content not respond to mouse/touch events. + // Reference: https://css-tricks.com/almanac/properties/p/pointer-events/ + pointer-events: none; + } +} + +// The best box is a border box. +@mixin ms-borderBox { + box-sizing: border-box; +} + +// For setting the border base width +@mixin ms-borderBase { + border: 1px solid; +} + +// Ensures the block expands to the full height to enclose its floated childen. +@mixin ms-clearfix { + *zoom: 1; + &::before, + &::after { + display: table; + content: ''; + line-height: 0; + } + &::after { + clear: both; + } +} + +// Basic border-box, margin, and padding reset. +@mixin ms-normalize { + @include ms-borderBox; + box-shadow: none; + margin: 0; + padding: 0; +} + +// Generate text alignment classes, such as .ms-textAlignLeft +// @param [variable list] $alignments +@mixin ms-textAlign($alignments...) { + @each $align in $alignments { + $alignStr: inspect($align); + .ms-textAlign#{to-upper-case(str-slice($alignStr, 1, 1)) + str-slice($alignStr, 2)} { + text-align: $align; + } + } +} + +// To hide content while still making it readable by screen readers (Accessibility) +@mixin ms-screenReaderOnly { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; +} + +// To add truncation with ellipsis +@mixin ms-textTruncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + word-wrap: normal; // Fix for IE 8/9 in case 'word-wrap: break-word' is set on parent nodes +} + +// To disable text wrapping +@mixin ms-noWrap { + white-space: nowrap; +} diff --git a/dist/sass/mixins/_Grid.Mixins.scss b/dist/sass/mixins/_Grid.Mixins.scss new file mode 100644 index 000000000..545e5a9b7 --- /dev/null +++ b/dist/sass/mixins/_Grid.Mixins.scss @@ -0,0 +1,39 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Fluid 12-column grids for small, medium, and large devices + +//== Grid container (same for all sizes) +// +@mixin ms-Grid { + @include ms-borderBox; + @include ms-clearfix; + padding: 0 8px; +} + +//== Grid rows (pull first and last column out) +// +@mixin ms-Grid-row { + margin: 0 -8px; + @include ms-borderBox; + @include ms-clearfix; +} + +//== Grid cells +// +@mixin ms-Grid-col { + position: relative; + min-height: 1px; + padding-left: 8px; + padding-right: 8px; + @include ms-borderBox; + float: left; + + // For nested grids (a grid inside a column), removing the padding + // so that the nested grid's columns go to the edge of the parent's. + .ms-Grid { + padding: 0; + } +} diff --git a/dist/sass/mixins/_Icon.Mixins.scss b/dist/sass/mixins/_Icon.Mixins.scss new file mode 100644 index 000000000..a516d9927 --- /dev/null +++ b/dist/sass/mixins/_Icon.Mixins.scss @@ -0,0 +1,1178 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric +// -------------------------------------------------- +// Icon mixin definitions + +// Base icon definition +@mixin ms-Icon { + $icon-font-family: 'FabricMDL2Icons'; + + @if variable_exists(do-scope-styles) { + $icon-font-family: 'FabricMDL2Icons-' + $ms-fabric-version-major; + } + + display: inline-block; + font-family: $icon-font-family; + font-style: normal; + font-weight: normal; + speak: none; +} + +// Modifier: Place the icon in a circle. +@mixin ms-Icon--circle { + position: relative; + display: inline-block; + font-size: 1rem; + width: 1em; + height: 1em; + margin: 0 0.5em 0 0; + padding: 0; + text-align: left; + + &::before, &::after { + line-height: 1; + font-size: inherit; + } + + &::before { + display: block; + width: 100%; + height: 100%; + margin: 0; + padding: 0; + vertical-align: top; + position: absolute; + } + + &::after { + content: '\e000'; + position: absolute; + top: 0; + left: 0; + transform: scale(2); + transform-origin: 50% 50%; + z-index: $ms-zIndex-back; + } +} + +// Modifiers: Icon sizes +@mixin ms-Icon--xs { font-size: $ms-icon-size-xs; } +@mixin ms-Icon--s { font-size: $ms-icon-size-s; } +@mixin ms-Icon--m { font-size: $ms-icon-size-m; } +@mixin ms-Icon--l { font-size: $ms-icon-size-l; } + +// Modifiers: Each of the icons. +@mixin ms-Icon--AADLogo { content: '\ED68'; } +@mixin ms-Icon--Accept { content: '\E8FB'; } +@mixin ms-Icon--AccessLogo { content: '\ED69'; } +@mixin ms-Icon--AccessLogoFill { content: '\F1DB'; } +@mixin ms-Icon--Accounts { content: '\E910'; } +@mixin ms-Icon--ActivityFeed { content: '\F056'; } +@mixin ms-Icon--Add { content: '\E710'; } +@mixin ms-Icon--AddEvent { content: '\EEB5'; } +@mixin ms-Icon--AddFavorite { content: '\F0C8'; } +@mixin ms-Icon--AddFavoriteFill { content: '\F0C9'; } +@mixin ms-Icon--AddFriend { content: '\E8FA'; } +@mixin ms-Icon--AddGroup { content: '\EE3D'; } +@mixin ms-Icon--AddOnlineMeeting { content: '\ED8E'; } +@mixin ms-Icon--AddPhone { content: '\ED96'; } +@mixin ms-Icon--AddTo { content: '\ECC8'; } +@mixin ms-Icon--Admin { content: '\E7EF'; } +@mixin ms-Icon--AdminALogo { content: '\ED6A'; } +@mixin ms-Icon--AdminCLogo { content: '\ED6B'; } +@mixin ms-Icon--AdminDLogo { content: '\ED6C'; } +@mixin ms-Icon--AdminELogo { content: '\ED6D'; } +@mixin ms-Icon--AdminLLogo { content: '\ED6E'; } +@mixin ms-Icon--AdminMLogo { content: '\ED6F'; } +@mixin ms-Icon--AdminOLogo { content: '\ED70'; } +@mixin ms-Icon--AdminPLogo { content: '\ED71'; } +@mixin ms-Icon--AdminSLogo { content: '\ED72'; } +@mixin ms-Icon--AdminYLogo { content: '\ED73'; } +@mixin ms-Icon--Airplane { content: '\E709'; } +@mixin ms-Icon--AirplaneSolid { content: '\EB4C'; } +@mixin ms-Icon--AirTickets { content: '\EF7A'; } +@mixin ms-Icon--AlarmClock { content: '\E919'; } +@mixin ms-Icon--Album { content: '\E7AB'; } +@mixin ms-Icon--AlbumRemove { content: '\EC62'; } +@mixin ms-Icon--AlertSolid { content: '\F331'; } +@mixin ms-Icon--AlignCenter { content: '\E8E3'; } +@mixin ms-Icon--AlignLeft { content: '\E8E4'; } +@mixin ms-Icon--AlignRight { content: '\E8E2'; } +@mixin ms-Icon--AnalyticsLogo { content: '\F1DE'; } +@mixin ms-Icon--AnalyticsQuery { content: '\F1DF'; } +@mixin ms-Icon--AnalyticsReport { content: '\F1E1'; } +@mixin ms-Icon--AndroidLogo { content: '\EF8B'; } +@mixin ms-Icon--Annotation { content: '\E924'; } +@mixin ms-Icon--AppIconDefault { content: '\ECAA'; } +@mixin ms-Icon--Archive { content: '\F03F'; } +@mixin ms-Icon--AreaChart { content: '\E9D2'; } +@mixin ms-Icon--Arrivals { content: '\EB34'; } +@mixin ms-Icon--ArrowDownRight8 { content: '\EED5'; } +@mixin ms-Icon--ArrowDownRightMirrored8 { content: '\EEF0'; } +@mixin ms-Icon--ArrowTallDownLeft { content: '\F2BF'; } +@mixin ms-Icon--ArrowTallDownRight { content: '\F2C0'; } +@mixin ms-Icon--ArrowTallUpLeft { content: '\F2BD'; } +@mixin ms-Icon--ArrowTallUpRight { content: '\F2BE'; } +@mixin ms-Icon--ArrowUpRight8 { content: '\EED4'; } +@mixin ms-Icon--ArrowUpRightMirrored8 { content: '\EEEF'; } +@mixin ms-Icon--Articles { content: '\EAC1'; } +@mixin ms-Icon--Ascending { content: '\EDC0'; } +@mixin ms-Icon--AssessmentGroup { content: '\F31A'; } +@mixin ms-Icon--AssessmentGroupTemplate { content: '\F2B1'; } +@mixin ms-Icon--AssetLibrary { content: '\EEB6'; } +@mixin ms-Icon--Assign { content: '\E9D3'; } +@mixin ms-Icon--Asterisk { content: '\EA38'; } +@mixin ms-Icon--AsteriskSolid { content: '\F34D'; } +@mixin ms-Icon--ATPLogo { content: '\EF85'; } +@mixin ms-Icon--Attach { content: '\E723'; } +@mixin ms-Icon--AustralianRules { content: '\EE70'; } +@mixin ms-Icon--AutoEnhanceOff { content: '\E78E'; } +@mixin ms-Icon--AutoEnhanceOn { content: '\E78D'; } +@mixin ms-Icon--AutoFillTemplate { content: '\F313'; } +@mixin ms-Icon--AutoRacing { content: '\EB24'; } +@mixin ms-Icon--AwayStatus { content: '\EE6A'; } +@mixin ms-Icon--AzureAPIManagement { content: '\F37F'; } +@mixin ms-Icon--AzureKeyVault { content: '\F3B4'; } +@mixin ms-Icon--AzureLogo { content: '\EB6A'; } +@mixin ms-Icon--AzureServiceEndpoint { content: '\F380'; } +@mixin ms-Icon--Back { content: '\E72B'; } +@mixin ms-Icon--Backlog { content: '\F2AC'; } +@mixin ms-Icon--BackToWindow { content: '\E73F'; } +@mixin ms-Icon--Badge { content: '\EC1B'; } +@mixin ms-Icon--Balloons { content: '\ED7E'; } +@mixin ms-Icon--BankSolid { content: '\F34F'; } +@mixin ms-Icon--BarChart4 { content: '\EAE7'; } +@mixin ms-Icon--BarChartHorizontal { content: '\E9EB'; } +@mixin ms-Icon--BarChartVertical { content: '\E9EC'; } +@mixin ms-Icon--Baseball { content: '\EB20'; } +@mixin ms-Icon--BidiLtr { content: '\E9AA'; } +@mixin ms-Icon--BidiRtl { content: '\E9AB'; } +@mixin ms-Icon--BingLogo { content: '\EB6B'; } +@mixin ms-Icon--BlockContact { content: '\E8F8'; } +@mixin ms-Icon--Blocked { content: '\E733'; } +@mixin ms-Icon--Blocked2 { content: '\ECE4'; } +@mixin ms-Icon--BlowingSnow { content: '\E9C9'; } +@mixin ms-Icon--Blur { content: '\F28E'; } +@mixin ms-Icon--Boards { content: '\EF68'; } +@mixin ms-Icon--Bold { content: '\E8DD'; } +@mixin ms-Icon--BookingsLogo { content: '\EDC7'; } +@mixin ms-Icon--Bookmarks { content: '\E8A4'; } +@mixin ms-Icon--BookmarksMirrored { content: '\EA41'; } +@mixin ms-Icon--BoxAdditionSolid { content: '\F2D4'; } +@mixin ms-Icon--BoxCheckmarkSolid { content: '\F2D7'; } +@mixin ms-Icon--BoxLogo { content: '\ED75'; } +@mixin ms-Icon--BoxMultiplySolid { content: '\F2D5'; } +@mixin ms-Icon--BoxPlaySolid { content: '\F2D6'; } +@mixin ms-Icon--BoxSubtractSolid { content: '\F2D3'; } +@mixin ms-Icon--BranchCommit { content: '\F293'; } +@mixin ms-Icon--BranchCompare { content: '\F294'; } +@mixin ms-Icon--BranchFork { content: '\F173'; } +@mixin ms-Icon--BranchFork2 { content: '\F291'; } +@mixin ms-Icon--BranchLocked { content: '\F292'; } +@mixin ms-Icon--BranchMerge { content: '\F295'; } +@mixin ms-Icon--BranchPullRequest { content: '\F296'; } +@mixin ms-Icon--BranchSearch { content: '\F297'; } +@mixin ms-Icon--BranchShelveset { content: '\F298'; } +@mixin ms-Icon--Breadcrumb { content: '\EF8C'; } +@mixin ms-Icon--Brightness { content: '\E706'; } +@mixin ms-Icon--Broom { content: '\EA99'; } +@mixin ms-Icon--BucketColor { content: '\F1B6'; } +@mixin ms-Icon--BucketColorFill { content: '\F1B7'; } +@mixin ms-Icon--BufferTimeAfter { content: '\F0D0'; } +@mixin ms-Icon--BufferTimeBefore { content: '\F0CF'; } +@mixin ms-Icon--BufferTimeBoth { content: '\F0D1'; } +@mixin ms-Icon--BugSolid { content: '\F335'; } +@mixin ms-Icon--Build { content: '\F28F'; } +@mixin ms-Icon--BuildIssue { content: '\F319'; } +@mixin ms-Icon--BuildQueue { content: '\F24F'; } +@mixin ms-Icon--BuildQueueNew { content: '\F250'; } +@mixin ms-Icon--BulletedList { content: '\E8FD'; } +@mixin ms-Icon--BulletedList2 { content: '\F2C7'; } +@mixin ms-Icon--BulletedList2Mirrored { content: '\F2C8'; } +@mixin ms-Icon--BulletedListMirrored { content: '\EA42'; } +@mixin ms-Icon--BusinessHoursSign { content: '\F310'; } +@mixin ms-Icon--BusSolid { content: '\EB47'; } +@mixin ms-Icon--Cafe { content: '\EC32'; } +@mixin ms-Icon--Cake { content: '\ECA4'; } +@mixin ms-Icon--CalculatorAddition { content: '\E948'; } +@mixin ms-Icon--CalculatorEqualTo { content: '\E94E'; } +@mixin ms-Icon--CalculatorMultiply { content: '\E947'; } +@mixin ms-Icon--CalculatorNotEqualTo { content: '\F2D2'; } +@mixin ms-Icon--CalculatorSubtract { content: '\E949'; } +@mixin ms-Icon--Calendar { content: '\E787'; } +@mixin ms-Icon--CalendarAgenda { content: '\EE9A'; } +@mixin ms-Icon--CalendarDay { content: '\E8BF'; } +@mixin ms-Icon--CalendarMirrored { content: '\ED28'; } +@mixin ms-Icon--CalendarReply { content: '\E8F5'; } +@mixin ms-Icon--CalendarWeek { content: '\E8C0'; } +@mixin ms-Icon--CalendarWorkWeek { content: '\EF51'; } +@mixin ms-Icon--CaloriesAdd { content: '\F172'; } +@mixin ms-Icon--Camera { content: '\E722'; } +@mixin ms-Icon--Cancel { content: '\E711'; } +@mixin ms-Icon--CannedChat { content: '\F0F2'; } +@mixin ms-Icon--Car { content: '\E804'; } +@mixin ms-Icon--CaretBottomLeftCenter8 { content: '\F365'; } +@mixin ms-Icon--CaretBottomLeftSolid8 { content: '\F121'; } +@mixin ms-Icon--CaretBottomRightCenter8 { content: '\F364'; } +@mixin ms-Icon--CaretBottomRightSolid8 { content: '\F122'; } +@mixin ms-Icon--CaretDown8 { content: '\EDD8'; } +@mixin ms-Icon--CaretDownSolid8 { content: '\EDDC'; } +@mixin ms-Icon--CaretHollow { content: '\E817'; } +@mixin ms-Icon--CaretHollowMirrored { content: '\EA45'; } +@mixin ms-Icon--CaretLeft8 { content: '\EDD5'; } +@mixin ms-Icon--CaretLeftSolid8 { content: '\EDD9'; } +@mixin ms-Icon--CaretRight { content: '\F06B'; } +@mixin ms-Icon--CaretRight8 { content: '\EDD6'; } +@mixin ms-Icon--CaretRightSolid8 { content: '\EDDA'; } +@mixin ms-Icon--CaretSolid { content: '\E818'; } +@mixin ms-Icon--CaretSolid16 { content: '\EE62'; } +@mixin ms-Icon--CaretSolidDown { content: '\F08E'; } +@mixin ms-Icon--CaretSolidLeft { content: '\F08D'; } +@mixin ms-Icon--CaretSolidMirrored { content: '\EA46'; } +@mixin ms-Icon--CaretSolidRight { content: '\F08F'; } +@mixin ms-Icon--CaretSolidUp { content: '\F090'; } +@mixin ms-Icon--CaretTopLeftCenter8 { content: '\F367'; } +@mixin ms-Icon--CaretTopLeftSolid8 { content: '\EF54'; } +@mixin ms-Icon--CaretTopRightCenter8 { content: '\F366'; } +@mixin ms-Icon--CaretTopRightSolid8 { content: '\EF55'; } +@mixin ms-Icon--CaretUp8 { content: '\EDD7'; } +@mixin ms-Icon--CaretUpSolid8 { content: '\EDDB'; } +@mixin ms-Icon--Cat { content: '\ED7F'; } +@mixin ms-Icon--CellPhone { content: '\E8EA'; } +@mixin ms-Icon--Certificate { content: '\EB95'; } +@mixin ms-Icon--Chart { content: '\E999'; } +@mixin ms-Icon--Chat { content: '\E901'; } +@mixin ms-Icon--ChatInviteFriend { content: '\ECFE'; } +@mixin ms-Icon--ChatSolid { content: '\F344'; } +@mixin ms-Icon--Checkbox { content: '\E739'; } +@mixin ms-Icon--CheckboxComposite { content: '\E73A'; } +@mixin ms-Icon--CheckboxCompositeReversed { content: '\E73D'; } +@mixin ms-Icon--CheckboxIndeterminate { content: '\E73C'; } +@mixin ms-Icon--CheckList { content: '\E9D5'; } +@mixin ms-Icon--CheckMark { content: '\E73E'; } +@mixin ms-Icon--ChevronDown { content: '\E70D'; } +@mixin ms-Icon--ChevronDownEnd6 { content: '\F36F'; } +@mixin ms-Icon--ChevronDownMed { content: '\E972'; } +@mixin ms-Icon--ChevronDownSmall { content: '\E96E'; } +@mixin ms-Icon--ChevronFold10 { content: '\F36A'; } +@mixin ms-Icon--ChevronLeft { content: '\E76B'; } +@mixin ms-Icon--ChevronLeftEnd6 { content: '\F371'; } +@mixin ms-Icon--ChevronLeftMed { content: '\E973'; } +@mixin ms-Icon--ChevronLeftSmall { content: '\E96F'; } +@mixin ms-Icon--ChevronRight { content: '\E76C'; } +@mixin ms-Icon--ChevronRightEnd6 { content: '\F372'; } +@mixin ms-Icon--ChevronRightMed { content: '\E974'; } +@mixin ms-Icon--ChevronRightSmall { content: '\E970'; } +@mixin ms-Icon--ChevronUnfold10 { content: '\F369'; } +@mixin ms-Icon--ChevronUp { content: '\E70E'; } +@mixin ms-Icon--ChevronUpEnd6 { content: '\F370'; } +@mixin ms-Icon--ChevronUpMed { content: '\E971'; } +@mixin ms-Icon--ChevronUpSmall { content: '\E96D'; } +@mixin ms-Icon--ChromeBack { content: '\E830'; } +@mixin ms-Icon--ChromeBackMirrored { content: '\EA47'; } +@mixin ms-Icon--ChromeClose { content: '\E8BB'; } +@mixin ms-Icon--ChromeMinimize { content: '\E921'; } +@mixin ms-Icon--CircleAddition { content: '\F2E3'; } +@mixin ms-Icon--CircleAdditionSolid { content: '\F2E4'; } +@mixin ms-Icon--CircleFill { content: '\EA3B'; } +@mixin ms-Icon--CircleHalfFull { content: '\ED9E'; } +@mixin ms-Icon--CirclePause { content: '\F2D9'; } +@mixin ms-Icon--CirclePauseSolid { content: '\F2D8'; } +@mixin ms-Icon--CirclePlus { content: '\EAEE'; } +@mixin ms-Icon--CircleRing { content: '\EA3A'; } +@mixin ms-Icon--CircleStop { content: '\F2DC'; } +@mixin ms-Icon--CircleStopSolid { content: '\F2DB'; } +@mixin ms-Icon--CityNext { content: '\EC06'; } +@mixin ms-Icon--ClassNotebookLogoInverse { content: '\EDC8'; } +@mixin ms-Icon--ClassroomLogo { content: '\EF75'; } +@mixin ms-Icon--Clear { content: '\E894'; } +@mixin ms-Icon--ClearFilter { content: '\EF8F'; } +@mixin ms-Icon--ClearFormatting { content: '\EDDD'; } +@mixin ms-Icon--ClearNight { content: '\E9C2'; } +@mixin ms-Icon--Clock { content: '\E917'; } +@mixin ms-Icon--CloneToDesktop { content: '\F28C'; } +@mixin ms-Icon--ClosedCaption { content: '\EF84'; } +@mixin ms-Icon--ClosePane { content: '\E89F'; } +@mixin ms-Icon--ClosePaneMirrored { content: '\EA49'; } +@mixin ms-Icon--Cloud { content: '\E753'; } +@mixin ms-Icon--CloudAdd { content: '\ECA9'; } +@mixin ms-Icon--CloudDownload { content: '\EBD3'; } +@mixin ms-Icon--CloudUpload { content: '\EC8E'; } +@mixin ms-Icon--CloudWeather { content: '\E9BE'; } +@mixin ms-Icon--Cloudy { content: '\E9BF'; } +@mixin ms-Icon--Cocktails { content: '\EA9D'; } +@mixin ms-Icon--Code { content: '\E943'; } +@mixin ms-Icon--Coffee { content: '\EAEF'; } +@mixin ms-Icon--CoffeeScript { content: '\F2FA'; } +@mixin ms-Icon--CollapseContent { content: '\F165'; } +@mixin ms-Icon--CollapseContentSingle { content: '\F166'; } +@mixin ms-Icon--CollapseMenu { content: '\EF66'; } +@mixin ms-Icon--CollegeFootball { content: '\EB26'; } +@mixin ms-Icon--CollegeHoops { content: '\EB25'; } +@mixin ms-Icon--Color { content: '\E790'; } +@mixin ms-Icon--ColorSolid { content: '\F354'; } +@mixin ms-Icon--ColumnLeftTwoThirds { content: '\F1D6'; } +@mixin ms-Icon--ColumnLeftTwoThirdsEdit { content: '\F324'; } +@mixin ms-Icon--ColumnOptions { content: '\F317'; } +@mixin ms-Icon--ColumnRightTwoThirds { content: '\F1D7'; } +@mixin ms-Icon--ColumnRightTwoThirdsEdit { content: '\F325'; } +@mixin ms-Icon--Combine { content: '\EDBB'; } +@mixin ms-Icon--CommandPrompt { content: '\E756'; } +@mixin ms-Icon--Comment { content: '\E90A'; } +@mixin ms-Icon--CommentAdd { content: '\F2B3'; } +@mixin ms-Icon--CommentNext { content: '\F2B4'; } +@mixin ms-Icon--CommentPrevious { content: '\F2B5'; } +@mixin ms-Icon--CommentUrgent { content: '\F307'; } +@mixin ms-Icon--Communications { content: '\E95A'; } +@mixin ms-Icon--CompassNW { content: '\E942'; } +@mixin ms-Icon--Completed { content: '\E930'; } +@mixin ms-Icon--CompletedSolid { content: '\EC61'; } +@mixin ms-Icon--ConfigurationSolid { content: '\F334'; } +@mixin ms-Icon--ConstructionCone { content: '\E98F'; } +@mixin ms-Icon--ConstructionConeSolid { content: '\F339'; } +@mixin ms-Icon--Contact { content: '\E77B'; } +@mixin ms-Icon--ContactCard { content: '\EEBD'; } +@mixin ms-Icon--ContactInfo { content: '\E779'; } +@mixin ms-Icon--Contrast { content: '\E7A1'; } +@mixin ms-Icon--Copy { content: '\E8C8'; } +@mixin ms-Icon--Cotton { content: '\EAF3'; } +@mixin ms-Icon--CPlusPlus { content: '\F2F4'; } +@mixin ms-Icon--CPlusPlusLanguage { content: '\F2F3'; } +@mixin ms-Icon--Cricket { content: '\EB1E'; } +@mixin ms-Icon--CRMReport { content: '\EFFE'; } +@mixin ms-Icon--CrownSolid { content: '\F336'; } +@mixin ms-Icon--CSharp { content: '\F2F0'; } +@mixin ms-Icon--CSharpLanguage { content: '\F2EF'; } +@mixin ms-Icon--CSS { content: '\EBEF'; } +@mixin ms-Icon--CustomList { content: '\EEBE'; } +@mixin ms-Icon--CustomListMirrored { content: '\EEBF'; } +@mixin ms-Icon--Cut { content: '\E8C6'; } +@mixin ms-Icon--Cycling { content: '\EAC7'; } +@mixin ms-Icon--Database { content: '\EFC7'; } +@mixin ms-Icon--DataConnectionLibrary { content: '\EEB7'; } +@mixin ms-Icon--DateTime { content: '\EC92'; } +@mixin ms-Icon--DateTime2 { content: '\EA17'; } +@mixin ms-Icon--DateTimeMirrored { content: '\EE93'; } +@mixin ms-Icon--DecisionSolid { content: '\F350'; } +@mixin ms-Icon--DecreaseIndentLegacy { content: '\E290'; } +@mixin ms-Icon--Delete { content: '\E74D'; } +@mixin ms-Icon--DelveAnalytics { content: '\EEEE'; } +@mixin ms-Icon--DelveAnalyticsLogo { content: '\EDCA'; } +@mixin ms-Icon--DelveLogo { content: '\F280'; } +@mixin ms-Icon--DelveLogoFill { content: '\F281'; } +@mixin ms-Icon--DelveLogoInverse { content: '\ED76'; } +@mixin ms-Icon--Deploy { content: '\F29D'; } +@mixin ms-Icon--Descending { content: '\EDC1'; } +@mixin ms-Icon--Design { content: '\EB3C'; } +@mixin ms-Icon--DeveloperTools { content: '\EC7A'; } +@mixin ms-Icon--Devices3 { content: '\EA6C'; } +@mixin ms-Icon--Devices4 { content: '\EB66'; } +@mixin ms-Icon--Dialpad { content: '\E75F'; } +@mixin ms-Icon--DiamondSolid { content: '\F34C'; } +@mixin ms-Icon--Dictionary { content: '\E82D'; } +@mixin ms-Icon--DietPlanNotebook { content: '\EAC8'; } +@mixin ms-Icon--DiffInline { content: '\F309'; } +@mixin ms-Icon--DiffSideBySide { content: '\F30A'; } +@mixin ms-Icon--DisableUpdates { content: '\E8D8'; } +@mixin ms-Icon--Dislike { content: '\E8E0'; } +@mixin ms-Icon--DockLeft { content: '\E90C'; } +@mixin ms-Icon--DockLeftMirrored { content: '\EA4C'; } +@mixin ms-Icon--DockRight { content: '\E90D'; } +@mixin ms-Icon--DocLibrary { content: '\EEB8'; } +@mixin ms-Icon--DocsLogoInverse { content: '\EDCB'; } +@mixin ms-Icon--Document { content: '\E8A5'; } +@mixin ms-Icon--Documentation { content: '\EC17'; } +@mixin ms-Icon--DocumentManagement { content: '\EFFC'; } +@mixin ms-Icon--DocumentReply { content: '\EF57'; } +@mixin ms-Icon--DocumentSearch { content: '\EF6C'; } +@mixin ms-Icon--DocumentSet { content: '\EED6'; } +@mixin ms-Icon--DonutChart { content: '\F368'; } +@mixin ms-Icon--Door { content: '\EB75'; } +@mixin ms-Icon--DoubleBookmark { content: '\EB8F'; } +@mixin ms-Icon--DoubleChevronDown { content: '\EE04'; } +@mixin ms-Icon--DoubleChevronDown12 { content: '\EE97'; } +@mixin ms-Icon--DoubleChevronDown8 { content: '\F36B'; } +@mixin ms-Icon--DoubleChevronLeft { content: '\EDBE'; } +@mixin ms-Icon--DoubleChevronLeft12 { content: '\EE98'; } +@mixin ms-Icon--DoubleChevronLeft8 { content: '\F36D'; } +@mixin ms-Icon--DoubleChevronLeftMed { content: '\E991'; } +@mixin ms-Icon--DoubleChevronLeftMedMirrored { content: '\EA4D'; } +@mixin ms-Icon--DoubleChevronRight { content: '\EDBF'; } +@mixin ms-Icon--DoubleChevronRight12 { content: '\EE99'; } +@mixin ms-Icon--DoubleChevronRight8 { content: '\F36E'; } +@mixin ms-Icon--DoubleChevronUp { content: '\EDBD'; } +@mixin ms-Icon--DoubleChevronUp12 { content: '\EE96'; } +@mixin ms-Icon--DoubleChevronUp8 { content: '\F36C'; } +@mixin ms-Icon--DoubleColumn { content: '\F1D4'; } +@mixin ms-Icon--DoubleColumnEdit { content: '\F322'; } +@mixin ms-Icon--Down { content: '\E74B'; } +@mixin ms-Icon--Download { content: '\E896'; } +@mixin ms-Icon--DRM { content: '\ECA8'; } +@mixin ms-Icon--Drop { content: '\EB42'; } +@mixin ms-Icon--DropboxLogo { content: '\ED77'; } +@mixin ms-Icon--Dropdown { content: '\EDC5'; } +@mixin ms-Icon--Duststorm { content: '\E9CD'; } +@mixin ms-Icon--Dynamics365Logo { content: '\EDCC'; } +@mixin ms-Icon--DynamicSMBLogo { content: '\EDCD'; } +@mixin ms-Icon--EatDrink { content: '\E807'; } +@mixin ms-Icon--EdgeLogo { content: '\EC60'; } +@mixin ms-Icon--Edit { content: '\E70F'; } +@mixin ms-Icon--EditMail { content: '\EF61'; } +@mixin ms-Icon--EditMirrored { content: '\EB7E'; } +@mixin ms-Icon--EditNote { content: '\ED9D'; } +@mixin ms-Icon--EditPhoto { content: '\EF77'; } +@mixin ms-Icon--EditStyle { content: '\EF60'; } +@mixin ms-Icon--EgnyteLogo { content: '\F373'; } +@mixin ms-Icon--Embed { content: '\ECCE'; } +@mixin ms-Icon--EMI { content: '\E731'; } +@mixin ms-Icon--Emoji { content: '\E899'; } +@mixin ms-Icon--Emoji2 { content: '\E76E'; } +@mixin ms-Icon--EmojiDisappointed { content: '\EA88'; } +@mixin ms-Icon--EmojiNeutral { content: '\EA87'; } +@mixin ms-Icon--EmptyRecycleBin { content: '\EF88'; } +@mixin ms-Icon--EngineeringGroup { content: '\F362'; } +@mixin ms-Icon--Equalizer { content: '\E9E9'; } +@mixin ms-Icon--EraseTool { content: '\E75C'; } +@mixin ms-Icon--Error { content: '\E783'; } +@mixin ms-Icon--ErrorBadge { content: '\EA39'; } +@mixin ms-Icon--Event { content: '\ECA3'; } +@mixin ms-Icon--EventDate { content: '\F059'; } +@mixin ms-Icon--EventInfo { content: '\ED8B'; } +@mixin ms-Icon--ExcelDocument { content: '\EF73'; } +@mixin ms-Icon--ExcelLogo { content: '\F1E5'; } +@mixin ms-Icon--ExcelLogo16 { content: '\F397'; } +@mixin ms-Icon--ExcelLogoFill { content: '\F1E6'; } +@mixin ms-Icon--ExcelLogoFill16 { content: '\F398'; } +@mixin ms-Icon--ExcelLogoInverse { content: '\EC28'; } +@mixin ms-Icon--ExcelLogoInverse16 { content: '\F396'; } +@mixin ms-Icon--ExchangeLogo { content: '\F284'; } +@mixin ms-Icon--ExchangeLogoFill { content: '\F285'; } +@mixin ms-Icon--ExchangeLogoInverse { content: '\ED78'; } +@mixin ms-Icon--ExpandMenu { content: '\EF67'; } +@mixin ms-Icon--ExploreContent { content: '\ECCD'; } +@mixin ms-Icon--ExploreContentSingle { content: '\F164'; } +@mixin ms-Icon--Export { content: '\EDE1'; } +@mixin ms-Icon--ExportMirrored { content: '\EDE2'; } +@mixin ms-Icon--FabricAssetLibrary { content: '\F09C'; } +@mixin ms-Icon--FabricDataConnectionLibrary { content: '\F09D'; } +@mixin ms-Icon--FabricDocLibrary { content: '\F09E'; } +@mixin ms-Icon--FabricFolder { content: '\F0A9'; } +@mixin ms-Icon--FabricFolderFill { content: '\F0AA'; } +@mixin ms-Icon--FabricFolderSearch { content: '\F0A4'; } +@mixin ms-Icon--FabricFormLibrary { content: '\F09F'; } +@mixin ms-Icon--FabricFormLibraryMirrored { content: '\F0A0'; } +@mixin ms-Icon--FabricMovetoFolder { content: '\F0A5'; } +@mixin ms-Icon--FabricNewFolder { content: '\F0AB'; } +@mixin ms-Icon--FabricOpenFolderHorizontal { content: '\F0A8'; } +@mixin ms-Icon--FabricPictureLibrary { content: '\F0AC'; } +@mixin ms-Icon--FabricPublicFolder { content: '\F0A3'; } +@mixin ms-Icon--FabricReportLibrary { content: '\F0A1'; } +@mixin ms-Icon--FabricReportLibraryMirrored { content: '\F0A2'; } +@mixin ms-Icon--FabricSyncFolder { content: '\F0A7'; } +@mixin ms-Icon--FabricUnsyncFolder { content: '\F0A6'; } +@mixin ms-Icon--FacebookLogo { content: '\ECB3'; } +@mixin ms-Icon--Family { content: '\EBDA'; } +@mixin ms-Icon--FangBody { content: '\ECEB'; } +@mixin ms-Icon--FastForward { content: '\EB9D'; } +@mixin ms-Icon--Favicon { content: '\E737'; } +@mixin ms-Icon--FavoriteList { content: '\E728'; } +@mixin ms-Icon--FavoriteStar { content: '\E734'; } +@mixin ms-Icon--FavoriteStarFill { content: '\E735'; } +@mixin ms-Icon--Fax { content: '\EF5C'; } +@mixin ms-Icon--Feedback { content: '\ED15'; } +@mixin ms-Icon--FeedbackRequestMirroredSolid { content: '\F35A'; } +@mixin ms-Icon--FeedbackRequestSolid { content: '\F359'; } +@mixin ms-Icon--FeedbackResponseSolid { content: '\F35B'; } +@mixin ms-Icon--Ferry { content: '\E7E3'; } +@mixin ms-Icon--FerrySolid { content: '\EB48'; } +@mixin ms-Icon--FieldChanged { content: '\F2C3'; } +@mixin ms-Icon--FieldEmpty { content: '\F2C1'; } +@mixin ms-Icon--FieldFilled { content: '\F2C2'; } +@mixin ms-Icon--FieldNotChanged { content: '\F2C4'; } +@mixin ms-Icon--FileASPX { content: '\F2E9'; } +@mixin ms-Icon--FileBug { content: '\F30D'; } +@mixin ms-Icon--FileCode { content: '\F30E'; } +@mixin ms-Icon--FileComment { content: '\F30F'; } +@mixin ms-Icon--FileCSS { content: '\F2EA'; } +@mixin ms-Icon--FileHTML { content: '\F2ED'; } +@mixin ms-Icon--FileImage { content: '\F311'; } +@mixin ms-Icon--FileJAVA { content: '\F2E8'; } +@mixin ms-Icon--FileLess { content: '\F2EC'; } +@mixin ms-Icon--FilePDB { content: '\F2E5'; } +@mixin ms-Icon--FileSass { content: '\F2EB'; } +@mixin ms-Icon--FileSQL { content: '\F2E7'; } +@mixin ms-Icon--FileSymlink { content: '\F312'; } +@mixin ms-Icon--FileTemplate { content: '\F2E6'; } +@mixin ms-Icon--FileTypeSolution { content: '\F387'; } +@mixin ms-Icon--Filter { content: '\E71C'; } +@mixin ms-Icon--Filters { content: '\E795'; } +@mixin ms-Icon--FiltersSolid { content: '\F353'; } +@mixin ms-Icon--Financial { content: '\E7BB'; } +@mixin ms-Icon--FinancialMirroredSolid { content: '\F347'; } +@mixin ms-Icon--FinancialSolid { content: '\F346'; } +@mixin ms-Icon--Fingerprint { content: '\E928'; } +@mixin ms-Icon--FiveTileGrid { content: '\F274'; } +@mixin ms-Icon--Flag { content: '\E7C1'; } +@mixin ms-Icon--FlameSolid { content: '\F1F3'; } +@mixin ms-Icon--FlickDown { content: '\E935'; } +@mixin ms-Icon--FlickLeft { content: '\E937'; } +@mixin ms-Icon--FlickRight { content: '\E938'; } +@mixin ms-Icon--FlickUp { content: '\E936'; } +@mixin ms-Icon--Flow { content: '\EF90'; } +@mixin ms-Icon--FocalPoint { content: '\F277'; } +@mixin ms-Icon--Fog { content: '\E9CB'; } +@mixin ms-Icon--Folder { content: '\E8B7'; } +@mixin ms-Icon--FolderFill { content: '\E8D5'; } +@mixin ms-Icon--FolderHorizontal { content: '\F12B'; } +@mixin ms-Icon--FolderList { content: '\F2CE'; } +@mixin ms-Icon--FolderListMirrored { content: '\F2CF'; } +@mixin ms-Icon--FolderOpen { content: '\E838'; } +@mixin ms-Icon--FolderQuery { content: '\F2CD'; } +@mixin ms-Icon--FolderSearch { content: '\EF65'; } +@mixin ms-Icon--Font { content: '\E8D2'; } +@mixin ms-Icon--FontColor { content: '\E8D3'; } +@mixin ms-Icon--FontDecrease { content: '\E8E7'; } +@mixin ms-Icon--FontIncrease { content: '\E8E8'; } +@mixin ms-Icon--FontSize { content: '\E8E9'; } +@mixin ms-Icon--FormLibrary { content: '\EEB9'; } +@mixin ms-Icon--FormLibraryMirrored { content: '\EEBA'; } +@mixin ms-Icon--Forward { content: '\E72A'; } +@mixin ms-Icon--ForwardEvent { content: '\ED8C'; } +@mixin ms-Icon--Freezing { content: '\E9EF'; } +@mixin ms-Icon--Frigid { content: '\E9CA'; } +@mixin ms-Icon--FSharp { content: '\F2F6'; } +@mixin ms-Icon--FSharpLanguage { content: '\F2F5'; } +@mixin ms-Icon--FullCircleMask { content: '\E91F'; } +@mixin ms-Icon--FullHistory { content: '\F31C'; } +@mixin ms-Icon--FullScreen { content: '\E740'; } +@mixin ms-Icon--FullWidth { content: '\F2FE'; } +@mixin ms-Icon--FullWidthEdit { content: '\F2FF'; } +@mixin ms-Icon--Generate { content: '\E9DA'; } +@mixin ms-Icon--Giftbox { content: '\EC1F'; } +@mixin ms-Icon--GiftboxOpen { content: '\F133'; } +@mixin ms-Icon--GiftBoxSolid { content: '\F341'; } +@mixin ms-Icon--GiftCard { content: '\EB8E'; } +@mixin ms-Icon--GitGraph { content: '\F2CA'; } +@mixin ms-Icon--Glasses { content: '\EA16'; } +@mixin ms-Icon--Glimmer { content: '\ECF4'; } +@mixin ms-Icon--GlobalNavButton { content: '\E700'; } +@mixin ms-Icon--Globe { content: '\E774'; } +@mixin ms-Icon--GlobeFavorite { content: '\EF53'; } +@mixin ms-Icon--Golf { content: '\EB1F'; } +@mixin ms-Icon--GoogleDriveLogo { content: '\EE0B'; } +@mixin ms-Icon--GoogleDriveLogoBottomBlue { content: '\F375'; } +@mixin ms-Icon--GoogleDriveLogoLeftGreen { content: '\F374'; } +@mixin ms-Icon--GoogleDriveLogoRightYellow { content: '\F376'; } +@mixin ms-Icon--GotoToday { content: '\E8D1'; } +@mixin ms-Icon--GripperBarVertical { content: '\E784'; } +@mixin ms-Icon--GripperTool { content: '\E75E'; } +@mixin ms-Icon--Group { content: '\E902'; } +@mixin ms-Icon--GroupedAscending { content: '\EE67'; } +@mixin ms-Icon--GroupedDescending { content: '\EE66'; } +@mixin ms-Icon--GroupedList { content: '\EF74'; } +@mixin ms-Icon--HailDay { content: '\EA00'; } +@mixin ms-Icon--HailNight { content: '\EA13'; } +@mixin ms-Icon--HalfAlpha { content: '\E97E'; } +@mixin ms-Icon--Handwriting { content: '\E929'; } +@mixin ms-Icon--HardDriveGroup { content: '\F18F'; } +@mixin ms-Icon--Header1 { content: '\EA19'; } +@mixin ms-Icon--Header2 { content: '\EF36'; } +@mixin ms-Icon--Header3 { content: '\EF37'; } +@mixin ms-Icon--Header4 { content: '\EF38'; } +@mixin ms-Icon--Headset { content: '\E95B'; } +@mixin ms-Icon--HeadsetSolid { content: '\F348'; } +@mixin ms-Icon--Health { content: '\E95E'; } +@mixin ms-Icon--HealthSolid { content: '\F33F'; } +@mixin ms-Icon--Heart { content: '\EB51'; } +@mixin ms-Icon--HeartFill { content: '\EB52'; } +@mixin ms-Icon--Help { content: '\E897'; } +@mixin ms-Icon--HelpMirrored { content: '\EA51'; } +@mixin ms-Icon--Hide { content: '\ED1A'; } +@mixin ms-Icon--Hide2 { content: '\EF89'; } +@mixin ms-Icon--Highlight { content: '\E7E6'; } +@mixin ms-Icon--HighlightMappedShapes { content: '\F2A1'; } +@mixin ms-Icon--History { content: '\E81C'; } +@mixin ms-Icon--Home { content: '\E80F'; } +@mixin ms-Icon--HomeSolid { content: '\EA8A'; } +@mixin ms-Icon--Hospital { content: '\E91D'; } +@mixin ms-Icon--Hotel { content: '\E824'; } +@mixin ms-Icon--IconSetsFlag { content: '\F2A4'; } +@mixin ms-Icon--ImageCrosshair { content: '\F2C9'; } +@mixin ms-Icon--ImageDiff { content: '\F30B'; } +@mixin ms-Icon--ImagePixel { content: '\F30C'; } +@mixin ms-Icon--Import { content: '\E8B5'; } +@mixin ms-Icon--Important { content: '\E8C9'; } +@mixin ms-Icon--ImportMirrored { content: '\EA52'; } +@mixin ms-Icon--InboxCheck { content: '\EF64'; } +@mixin ms-Icon--IncidentTriangle { content: '\E814'; } +@mixin ms-Icon--IncreaseIndentLegacy { content: '\E291'; } +@mixin ms-Icon--Info { content: '\E946'; } +@mixin ms-Icon--Info2 { content: '\EA1F'; } +@mixin ms-Icon--InfoSolid { content: '\F167'; } +@mixin ms-Icon--InsertTextBox { content: '\EC7D'; } +@mixin ms-Icon--InstallToDrive { content: '\F28D'; } +@mixin ms-Icon--InternetSharing { content: '\E704'; } +@mixin ms-Icon--iOSAppStoreLogo { content: '\EF8A'; } +@mixin ms-Icon--IssueTracking { content: '\EEC0'; } +@mixin ms-Icon--IssueTrackingMirrored { content: '\EEC1'; } +@mixin ms-Icon--Italic { content: '\E8DB'; } +@mixin ms-Icon--JavaScriptLanguage { content: '\F2EE'; } +@mixin ms-Icon--JoinOnlineMeeting { content: '\ED8F'; } +@mixin ms-Icon--JS { content: '\EBF0'; } +@mixin ms-Icon--Label { content: '\E932'; } +@mixin ms-Icon--LandscapeOrientation { content: '\EF6B'; } +@mixin ms-Icon--LaptopSelected { content: '\EC76'; } +@mixin ms-Icon--LargeGrid { content: '\EECB'; } +@mixin ms-Icon--Library { content: '\E8F1'; } +@mixin ms-Icon--Lifesaver { content: '\EF62'; } +@mixin ms-Icon--LifesaverLock { content: '\EF63'; } +@mixin ms-Icon--Light { content: '\E793'; } +@mixin ms-Icon--Lightbulb { content: '\EA80'; } +@mixin ms-Icon--LightningBolt { content: '\E945'; } +@mixin ms-Icon--Like { content: '\E8E1'; } +@mixin ms-Icon--LineChart { content: '\E9E6'; } +@mixin ms-Icon--Link { content: '\E71B'; } +@mixin ms-Icon--LinkedInLogo { content: '\F20A'; } +@mixin ms-Icon--List { content: '\EA37'; } +@mixin ms-Icon--ListMirrored { content: '\EA55'; } +@mixin ms-Icon--LocaleLanguage { content: '\F2B7'; } +@mixin ms-Icon--Location { content: '\E81D'; } +@mixin ms-Icon--LocationCircle { content: '\E80E'; } +@mixin ms-Icon--LocationDot { content: '\E827'; } +@mixin ms-Icon--LocationFill { content: '\E920'; } +@mixin ms-Icon--LocationOutline { content: '\F2D0'; } +@mixin ms-Icon--Lock { content: '\E72E'; } +@mixin ms-Icon--LockSolid { content: '\E9A2'; } +@mixin ms-Icon--LogRemove { content: '\F316'; } +@mixin ms-Icon--LowerBrightness { content: '\EC8A'; } +@mixin ms-Icon--LyncLogo { content: '\ED79'; } +@mixin ms-Icon--Mail { content: '\E715'; } +@mixin ms-Icon--MailAlert { content: '\ED80'; } +@mixin ms-Icon--MailCheck { content: '\ED81'; } +@mixin ms-Icon--MailFill { content: '\E8A8'; } +@mixin ms-Icon--MailForward { content: '\E89C'; } +@mixin ms-Icon--MailForwardMirrored { content: '\EA56'; } +@mixin ms-Icon--MailLowImportance { content: '\ED82'; } +@mixin ms-Icon--MailPause { content: '\ED83'; } +@mixin ms-Icon--MailRepeat { content: '\ED84'; } +@mixin ms-Icon--MailReply { content: '\E8CA'; } +@mixin ms-Icon--MailReplyAll { content: '\E8C2'; } +@mixin ms-Icon--MailReplyAllMirrored { content: '\EA58'; } +@mixin ms-Icon--MailReplyMirrored { content: '\EA57'; } +@mixin ms-Icon--MailSolid { content: '\F343'; } +@mixin ms-Icon--MapDirections { content: '\E816'; } +@mixin ms-Icon--MapPin { content: '\E707'; } +@mixin ms-Icon--MarkDownLanguage { content: '\F2FB'; } +@mixin ms-Icon--Market { content: '\EAFC'; } +@mixin ms-Icon--MarketDown { content: '\EF42'; } +@mixin ms-Icon--Medical { content: '\EAD4'; } +@mixin ms-Icon--Megaphone { content: '\E789'; } +@mixin ms-Icon--MegaphoneSolid { content: '\F332'; } +@mixin ms-Icon--Memo { content: '\E77C'; } +@mixin ms-Icon--Merge { content: '\E7D5'; } +@mixin ms-Icon--MergeDuplicate { content: '\F29A'; } +@mixin ms-Icon--Message { content: '\E8BD'; } +@mixin ms-Icon--MessageFill { content: '\EC70'; } +@mixin ms-Icon--Microphone { content: '\E720'; } +@mixin ms-Icon--MicrosoftStaffhubLogo { content: '\F130'; } +@mixin ms-Icon--MiniLink { content: '\E732'; } +@mixin ms-Icon--MobileSelected { content: '\EC75'; } +@mixin ms-Icon--Money { content: '\EAFD'; } +@mixin ms-Icon--More { content: '\E712'; } +@mixin ms-Icon--MoreSports { content: '\EB22'; } +@mixin ms-Icon--MoreVertical { content: '\F2BC'; } +@mixin ms-Icon--Move { content: '\E7C2'; } +@mixin ms-Icon--MoveToFolder { content: '\E8DE'; } +@mixin ms-Icon--MSNLogo { content: '\EB6C'; } +@mixin ms-Icon--MSNVideos { content: '\EB1C'; } +@mixin ms-Icon--MSNVideosSolid { content: '\F2DA'; } +@mixin ms-Icon--MultiSelect { content: '\E762'; } +@mixin ms-Icon--MultiSelectMirrored { content: '\EA98'; } +@mixin ms-Icon--MusicInCollection { content: '\E940'; } +@mixin ms-Icon--MusicInCollectionFill { content: '\EA36'; } +@mixin ms-Icon--MusicNote { content: '\EC4F'; } +@mixin ms-Icon--Nav2DMapView { content: '\E800'; } +@mixin ms-Icon--NavigateBack { content: '\F2DD'; } +@mixin ms-Icon--NavigateBackMirrored { content: '\F2DE'; } +@mixin ms-Icon--NavigateExternalInline { content: '\F35F'; } +@mixin ms-Icon--NavigateForward { content: '\F2DF'; } +@mixin ms-Icon--NavigateForwardMirrored { content: '\F2E0'; } +@mixin ms-Icon--NetworkTower { content: '\EC05'; } +@mixin ms-Icon--NewAnalyticsQuery { content: '\F1E0'; } +@mixin ms-Icon--NewFolder { content: '\E8F4'; } +@mixin ms-Icon--News { content: '\E900'; } +@mixin ms-Icon--NewTeamProject { content: '\F2B2'; } +@mixin ms-Icon--Next { content: '\E893'; } +@mixin ms-Icon--NoteForward { content: '\ED99'; } +@mixin ms-Icon--NotePinned { content: '\ED9A'; } +@mixin ms-Icon--NoteReply { content: '\ED98'; } +@mixin ms-Icon--NumberedList { content: '\EA1C'; } +@mixin ms-Icon--NumberField { content: '\EDC4'; } +@mixin ms-Icon--OfficeAddinsLogo { content: '\EEC7'; } +@mixin ms-Icon--OfficeAssistantLogo { content: '\EDCE'; } +@mixin ms-Icon--OfficeFormLogo { content: '\EF86'; } +@mixin ms-Icon--OfficeLogo { content: '\EB6E'; } +@mixin ms-Icon--OfficeStoreLogo { content: '\EDCF'; } +@mixin ms-Icon--OfficeVideoLogo { content: '\F282'; } +@mixin ms-Icon--OfficeVideoLogoFill { content: '\F283'; } +@mixin ms-Icon--OfficeVideoLogoInverse { content: '\ED7A'; } +@mixin ms-Icon--OfflineOneDriveParachute { content: '\EEC8'; } +@mixin ms-Icon--OfflineOneDriveParachuteDisabled { content: '\EEC9'; } +@mixin ms-Icon--OfflineStorageSolid { content: '\F34E'; } +@mixin ms-Icon--OneDrive { content: '\E941'; } +@mixin ms-Icon--OneDriveAdd { content: '\EF32'; } +@mixin ms-Icon--OneNoteEduLogoInverse { content: '\EDD0'; } +@mixin ms-Icon--OneNoteLogo { content: '\F1E7'; } +@mixin ms-Icon--OneNoteLogo16 { content: '\F39A'; } +@mixin ms-Icon--OneNoteLogoFill { content: '\F1E8'; } +@mixin ms-Icon--OneNoteLogoFill16 { content: '\F39B'; } +@mixin ms-Icon--OneNoteLogoInverse { content: '\EC0D'; } +@mixin ms-Icon--OneNoteLogoInverse16 { content: '\F399'; } +@mixin ms-Icon--OpenFile { content: '\E8E5'; } +@mixin ms-Icon--OpenFolderHorizontal { content: '\ED25'; } +@mixin ms-Icon--OpenInNewWindow { content: '\E8A7'; } +@mixin ms-Icon--OpenPane { content: '\E8A0'; } +@mixin ms-Icon--OpenPaneMirrored { content: '\EA5B'; } +@mixin ms-Icon--OpenSource { content: '\EBC2'; } +@mixin ms-Icon--Org { content: '\ECA6'; } +@mixin ms-Icon--OutlookLogo { content: '\F1E9'; } +@mixin ms-Icon--OutlookLogo16 { content: '\F39D'; } +@mixin ms-Icon--OutlookLogoFill { content: '\F1EA'; } +@mixin ms-Icon--OutlookLogoFill16 { content: '\F39E'; } +@mixin ms-Icon--OutlookLogoInverse { content: '\EB6D'; } +@mixin ms-Icon--OutlookLogoInverse16 { content: '\F39C'; } +@mixin ms-Icon--OutOfOffice { content: '\ED34'; } +@mixin ms-Icon--Package { content: '\E7B8'; } +@mixin ms-Icon--Packages { content: '\F318'; } +@mixin ms-Icon--Page { content: '\E7C3'; } +@mixin ms-Icon--PageAdd { content: '\EA1A'; } +@mixin ms-Icon--PageCheckedin { content: '\F104'; } +@mixin ms-Icon--PageCheckedOut { content: '\F02C'; } +@mixin ms-Icon--PageEdit { content: '\EFB6'; } +@mixin ms-Icon--PageLeft { content: '\E760'; } +@mixin ms-Icon--PageListMirroredSolid { content: '\F33B'; } +@mixin ms-Icon--PageListSolid { content: '\F33A'; } +@mixin ms-Icon--PageRight { content: '\E761'; } +@mixin ms-Icon--PageSolid { content: '\E729'; } +@mixin ms-Icon--PanoIndicator { content: '\E7B0'; } +@mixin ms-Icon--Parachute { content: '\F351'; } +@mixin ms-Icon--ParachuteSolid { content: '\F352'; } +@mixin ms-Icon--Parameter { content: '\F306'; } +@mixin ms-Icon--ParatureLogo { content: '\ED7B'; } +@mixin ms-Icon--ParkingLocation { content: '\E811'; } +@mixin ms-Icon--ParkingLocationMirrored { content: '\EA5E'; } +@mixin ms-Icon--ParkingMirroredSolid { content: '\F34B'; } +@mixin ms-Icon--ParkingSolid { content: '\F34A'; } +@mixin ms-Icon--PartlyCloudyDay { content: '\E9C0'; } +@mixin ms-Icon--PartlyCloudyNight { content: '\E9C1'; } +@mixin ms-Icon--PartyLeader { content: '\ECA7'; } +@mixin ms-Icon--Paste { content: '\E77F'; } +@mixin ms-Icon--Pause { content: '\E769'; } +@mixin ms-Icon--PaymentCard { content: '\E8C7'; } +@mixin ms-Icon--PC1 { content: '\E977'; } +@mixin ms-Icon--PDF { content: '\EA90'; } +@mixin ms-Icon--PencilReply { content: '\EF7B'; } +@mixin ms-Icon--People { content: '\E716'; } +@mixin ms-Icon--PeopleAdd { content: '\EA15'; } +@mixin ms-Icon--PeopleAlert { content: '\ED93'; } +@mixin ms-Icon--PeopleBlock { content: '\ED91'; } +@mixin ms-Icon--PeoplePause { content: '\ED94'; } +@mixin ms-Icon--PeopleRepeat { content: '\ED92'; } +@mixin ms-Icon--Permissions { content: '\E8D7'; } +@mixin ms-Icon--PermissionsSolid { content: '\F349'; } +@mixin ms-Icon--Personalize { content: '\E771'; } +@mixin ms-Icon--Phone { content: '\E717'; } +@mixin ms-Icon--Photo2 { content: '\EB9F'; } +@mixin ms-Icon--Photo2Add { content: '\ECAB'; } +@mixin ms-Icon--Photo2Remove { content: '\ECAC'; } +@mixin ms-Icon--PhotoCollection { content: '\E7AA'; } +@mixin ms-Icon--Picture { content: '\E8B9'; } +@mixin ms-Icon--PictureLibrary { content: '\EEC2'; } +@mixin ms-Icon--PieDouble { content: '\EB04'; } +@mixin ms-Icon--PieSingle { content: '\EB05'; } +@mixin ms-Icon--Pill { content: '\EACB'; } +@mixin ms-Icon--Pin { content: '\E718'; } +@mixin ms-Icon--Pinned { content: '\E840'; } +@mixin ms-Icon--PinnedFill { content: '\E842'; } +@mixin ms-Icon--PivotChart { content: '\F24C'; } +@mixin ms-Icon--PlannerLogo { content: '\EDD1'; } +@mixin ms-Icon--PlanView { content: '\F360'; } +@mixin ms-Icon--Play { content: '\E768'; } +@mixin ms-Icon--PlayerSettings { content: '\EF58'; } +@mixin ms-Icon--PlayResume { content: '\F2C6'; } +@mixin ms-Icon--Plug { content: '\F300'; } +@mixin ms-Icon--PlugConnected { content: '\F302'; } +@mixin ms-Icon--PlugDisconnected { content: '\F303'; } +@mixin ms-Icon--PlugSolid { content: '\F301'; } +@mixin ms-Icon--POI { content: '\ECAF'; } +@mixin ms-Icon--POISolid { content: '\F2D1'; } +@mixin ms-Icon--PostUpdate { content: '\E8F3'; } +@mixin ms-Icon--PowerApps { content: '\EDD2'; } +@mixin ms-Icon--PowerApps2Logo { content: '\F092'; } +@mixin ms-Icon--PowerAppsLogo { content: '\F091'; } +@mixin ms-Icon--PowerBILogo { content: '\EA1E'; } +@mixin ms-Icon--PowerPointDocument { content: '\EF72'; } +@mixin ms-Icon--PowerPointLogo { content: '\F1EB'; } +@mixin ms-Icon--PowerPointLogo16 { content: '\F394'; } +@mixin ms-Icon--PowerPointLogoFill { content: '\F1EC'; } +@mixin ms-Icon--PowerPointLogoFill16 { content: '\F395'; } +@mixin ms-Icon--PowerPointLogoInverse { content: '\EC2A'; } +@mixin ms-Icon--PowerPointLogoInverse16 { content: '\F393'; } +@mixin ms-Icon--Precipitation { content: '\E9CF'; } +@mixin ms-Icon--PresenceChickletVideo { content: '\E979'; } +@mixin ms-Icon--Preview { content: '\E8FF'; } +@mixin ms-Icon--PreviewLink { content: '\E8A1'; } +@mixin ms-Icon--Previous { content: '\E892'; } +@mixin ms-Icon--Print { content: '\E749'; } +@mixin ms-Icon--PrintfaxPrinterFile { content: '\E956'; } +@mixin ms-Icon--Processing { content: '\E9F5'; } +@mixin ms-Icon--ProcessMetaTask { content: '\F290'; } +@mixin ms-Icon--Product { content: '\ECDC'; } +@mixin ms-Icon--ProFootball { content: '\EB27'; } +@mixin ms-Icon--ProgressLoopInner { content: '\ECDE'; } +@mixin ms-Icon--ProgressLoopOuter { content: '\ECDF'; } +@mixin ms-Icon--ProgressRingDots { content: '\F16A'; } +@mixin ms-Icon--ProHockey { content: '\EB28'; } +@mixin ms-Icon--ProjectCollection { content: '\F363'; } +@mixin ms-Icon--ProjectLogoInverse { content: '\EDD4'; } +@mixin ms-Icon--ProtectedDocument { content: '\E8A6'; } +@mixin ms-Icon--ProtectRestrict { content: '\F22A'; } +@mixin ms-Icon--PublicCalendar { content: '\EF6D'; } +@mixin ms-Icon--PublicContactCard { content: '\EF6E'; } +@mixin ms-Icon--PublicEmail { content: '\EF6F'; } +@mixin ms-Icon--PublicFolder { content: '\EF70'; } +@mixin ms-Icon--PublisherLogo { content: '\F1ED'; } +@mixin ms-Icon--PublisherLogo16 { content: '\F3A0'; } +@mixin ms-Icon--PublisherLogoFill { content: '\F1EE'; } +@mixin ms-Icon--PublisherLogoFill16 { content: '\F3A1'; } +@mixin ms-Icon--PublisherLogoInverse16 { content: '\F39F'; } +@mixin ms-Icon--Puzzle { content: '\EA86'; } +@mixin ms-Icon--PY { content: '\F2F9'; } +@mixin ms-Icon--PythonLanguage { content: '\F2F8'; } +@mixin ms-Icon--QueryList { content: '\F2B8'; } +@mixin ms-Icon--Questionnaire { content: '\EE19'; } +@mixin ms-Icon--QuestionnaireMirrored { content: '\EE4B'; } +@mixin ms-Icon--QuickNote { content: '\E70B'; } +@mixin ms-Icon--QuickNoteSolid { content: '\F338'; } +@mixin ms-Icon--RadioBtnOff { content: '\ECCA'; } +@mixin ms-Icon--RadioBtnOn { content: '\ECCB'; } +@mixin ms-Icon--RadioBullet { content: '\E915'; } +@mixin ms-Icon--Rain { content: '\E9C4'; } +@mixin ms-Icon--RainShowersDay { content: '\E9C3'; } +@mixin ms-Icon--RainShowersNight { content: '\EA0F'; } +@mixin ms-Icon--RainSnow { content: '\E9C7'; } +@mixin ms-Icon--RawSource { content: '\F299'; } +@mixin ms-Icon--Read { content: '\E8C3'; } +@mixin ms-Icon--ReadingMode { content: '\E736'; } +@mixin ms-Icon--ReadingModeSolid { content: '\F33D'; } +@mixin ms-Icon--ReceiptCheck { content: '\EF5B'; } +@mixin ms-Icon--ReceiptForward { content: '\EF59'; } +@mixin ms-Icon--ReceiptReply { content: '\EF5A'; } +@mixin ms-Icon--Recent { content: '\E823'; } +@mixin ms-Icon--Record2 { content: '\EA3F'; } +@mixin ms-Icon--RecurringEvent { content: '\EF5D'; } +@mixin ms-Icon--RecurringTask { content: '\EDB2'; } +@mixin ms-Icon--RecycleBin { content: '\EF87'; } +@mixin ms-Icon--Redeploy { content: '\F29E'; } +@mixin ms-Icon--RedEye { content: '\E7B3'; } +@mixin ms-Icon--Redo { content: '\E7A6'; } +@mixin ms-Icon--Refresh { content: '\E72C'; } +@mixin ms-Icon--ReminderGroup { content: '\EBF8'; } +@mixin ms-Icon--Remove { content: '\E738'; } +@mixin ms-Icon--RemoveEvent { content: '\ED8A'; } +@mixin ms-Icon--RemoveFilter { content: '\EB08'; } +@mixin ms-Icon--RemoveLink { content: '\ED90'; } +@mixin ms-Icon--RemoveOccurrence { content: '\ED9B'; } +@mixin ms-Icon--Rename { content: '\E8AC'; } +@mixin ms-Icon--ReopenPages { content: '\ED50'; } +@mixin ms-Icon--Repair { content: '\E90F'; } +@mixin ms-Icon--Reply { content: '\E97A'; } +@mixin ms-Icon--ReplyAll { content: '\EE0A'; } +@mixin ms-Icon--ReplyAllAlt { content: '\EF5F'; } +@mixin ms-Icon--ReplyAllMirrored { content: '\EE36'; } +@mixin ms-Icon--ReplyAlt { content: '\EF5E'; } +@mixin ms-Icon--ReplyMirrored { content: '\EE35'; } +@mixin ms-Icon--Repo { content: '\F2CB'; } +@mixin ms-Icon--ReportLibrary { content: '\EEBB'; } +@mixin ms-Icon--ReportLibraryMirrored { content: '\EEBC'; } +@mixin ms-Icon--RepoSolid { content: '\F2CC'; } +@mixin ms-Icon--ReturnToSession { content: '\ED24'; } +@mixin ms-Icon--ReviewRequestMirroredSolid { content: '\F357'; } +@mixin ms-Icon--ReviewRequestSolid { content: '\F356'; } +@mixin ms-Icon--ReviewResponseSolid { content: '\F358'; } +@mixin ms-Icon--ReviewSolid { content: '\F355'; } +@mixin ms-Icon--RevToggleKey { content: '\E845'; } +@mixin ms-Icon--Rewind { content: '\EB9E'; } +@mixin ms-Icon--Ribbon { content: '\E9D1'; } +@mixin ms-Icon--RibbonSolid { content: '\F345'; } +@mixin ms-Icon--RightDoubleQuote { content: '\E9B1'; } +@mixin ms-Icon--Ringer { content: '\EA8F'; } +@mixin ms-Icon--RingerOff { content: '\F2C5'; } +@mixin ms-Icon--Robot { content: '\E99A'; } +@mixin ms-Icon--Rocket { content: '\F3B3'; } +@mixin ms-Icon--Room { content: '\ED9F'; } +@mixin ms-Icon--Rotate { content: '\E7AD'; } +@mixin ms-Icon--RowsChild { content: '\F29C'; } +@mixin ms-Icon--RowsGroup { content: '\F29B'; } +@mixin ms-Icon--Rugby { content: '\EB2D'; } +@mixin ms-Icon--Running { content: '\EADA'; } +@mixin ms-Icon--Sad { content: '\E757'; } +@mixin ms-Icon--SadSolid { content: '\F33E'; } +@mixin ms-Icon--Save { content: '\E74E'; } +@mixin ms-Icon--SaveAll { content: '\F203'; } +@mixin ms-Icon--SaveAndClose { content: '\F038'; } +@mixin ms-Icon--SaveAs { content: '\E792'; } +@mixin ms-Icon--Savings { content: '\EB0B'; } +@mixin ms-Icon--ScheduleEventAction { content: '\F1EF'; } +@mixin ms-Icon--ScopeTemplate { content: '\F2B0'; } +@mixin ms-Icon--Script { content: '\F03A'; } +@mixin ms-Icon--ScrollUpDown { content: '\EC8F'; } +@mixin ms-Icon--Search { content: '\E721'; } +@mixin ms-Icon--SearchAndApps { content: '\E773'; } +@mixin ms-Icon--Section { content: '\EC0C'; } +@mixin ms-Icon--Sections { content: '\EF76'; } +@mixin ms-Icon--SecurityGroup { content: '\ED85'; } +@mixin ms-Icon--Send { content: '\E724'; } +@mixin ms-Icon--SendMirrored { content: '\EA63'; } +@mixin ms-Icon--Separator { content: '\F35E'; } +@mixin ms-Icon--Server { content: '\F201'; } +@mixin ms-Icon--ServerEnviroment { content: '\F29F'; } +@mixin ms-Icon--ServerProcesses { content: '\F1FE'; } +@mixin ms-Icon--SetAction { content: '\F071'; } +@mixin ms-Icon--Settings { content: '\E713'; } +@mixin ms-Icon--Share { content: '\E72D'; } +@mixin ms-Icon--ShareiOS { content: '\EF79'; } +@mixin ms-Icon--SharepointLogo { content: '\F27E'; } +@mixin ms-Icon--SharepointLogoFill { content: '\F27F'; } +@mixin ms-Icon--SharepointLogoInverse { content: '\ED18'; } +@mixin ms-Icon--Shield { content: '\EA18'; } +@mixin ms-Icon--ShieldSolid { content: '\F340'; } +@mixin ms-Icon--Shop { content: '\E719'; } +@mixin ms-Icon--ShoppingCart { content: '\E7BF'; } +@mixin ms-Icon--ShoppingCartSolid { content: '\F342'; } +@mixin ms-Icon--ShopServer { content: '\F2B6'; } +@mixin ms-Icon--ShowResults { content: '\E8BC'; } +@mixin ms-Icon--ShowResultsMirrored { content: '\EA65'; } +@mixin ms-Icon--SidePanel { content: '\EF52'; } +@mixin ms-Icon--SidePanelMirrored { content: '\F221'; } +@mixin ms-Icon--SignOut { content: '\F3B1'; } +@mixin ms-Icon--SingleBookmark { content: '\EDFF'; } +@mixin ms-Icon--SingleColumn { content: '\F1D3'; } +@mixin ms-Icon--SingleColumnEdit { content: '\F321'; } +@mixin ms-Icon--SIPMove { content: '\E759'; } +@mixin ms-Icon--SkypeCheck { content: '\EF80'; } +@mixin ms-Icon--SkypeCircleCheck { content: '\EF7D'; } +@mixin ms-Icon--SkypeCircleClock { content: '\EF7E'; } +@mixin ms-Icon--SkypeCircleMinus { content: '\EF7F'; } +@mixin ms-Icon--SkypeClock { content: '\EF81'; } +@mixin ms-Icon--SkypeForBusinessLogoFill { content: '\F27D'; } +@mixin ms-Icon--SkypeLogo { content: '\EB6F'; } +@mixin ms-Icon--SkypeMessage { content: '\EF83'; } +@mixin ms-Icon--SkypeMinus { content: '\EF82'; } +@mixin ms-Icon--SliderThumb { content: '\EC13'; } +@mixin ms-Icon--Snow { content: '\E9C8'; } +@mixin ms-Icon--Snowflake { content: '\EB46'; } +@mixin ms-Icon--SnowShowerDay { content: '\E9FD'; } +@mixin ms-Icon--SnowShowerNight { content: '\EA11'; } +@mixin ms-Icon--Soccer { content: '\EB21'; } +@mixin ms-Icon--SocialListeningLogo { content: '\ED7C'; } +@mixin ms-Icon--Sort { content: '\E8CB'; } +@mixin ms-Icon--SortDown { content: '\EE69'; } +@mixin ms-Icon--SortLines { content: '\E9D0'; } +@mixin ms-Icon--SortUp { content: '\EE68'; } +@mixin ms-Icon--Speakers { content: '\E7F5'; } +@mixin ms-Icon--SpeedHigh { content: '\EC4A'; } +@mixin ms-Icon--Split { content: '\EDBC'; } +@mixin ms-Icon--Sprint { content: '\F3B0'; } +@mixin ms-Icon--Squalls { content: '\E9CC'; } +@mixin ms-Icon--StackedBarChart { content: '\F24D'; } +@mixin ms-Icon--StackedLineChart { content: '\F24E'; } +@mixin ms-Icon--StackIndicator { content: '\E7FF'; } +@mixin ms-Icon--Starburst { content: '\EF78'; } +@mixin ms-Icon--StarburstSolid { content: '\F33C'; } +@mixin ms-Icon--StatusErrorFull { content: '\EB90'; } +@mixin ms-Icon--StatusTriangle { content: '\EA82'; } +@mixin ms-Icon--Step { content: '\F241'; } +@mixin ms-Icon--StepInsert { content: '\F242'; } +@mixin ms-Icon--StepShared { content: '\F243'; } +@mixin ms-Icon--StepSharedAdd { content: '\F244'; } +@mixin ms-Icon--StepSharedInsert { content: '\F245'; } +@mixin ms-Icon--StockDown { content: '\EB0F'; } +@mixin ms-Icon--StockUp { content: '\EB11'; } +@mixin ms-Icon--Stop { content: '\E71A'; } +@mixin ms-Icon--StopSolid { content: '\EE95'; } +@mixin ms-Icon--Stopwatch { content: '\E916'; } +@mixin ms-Icon--StoreLogo { content: '\EA96'; } +@mixin ms-Icon--StoreLogoMed { content: '\EA04'; } +@mixin ms-Icon--Storyboard { content: '\F308'; } +@mixin ms-Icon--Streaming { content: '\E93E'; } +@mixin ms-Icon--StreamingOff { content: '\F2BB'; } +@mixin ms-Icon--StreamLogo { content: '\F329'; } +@mixin ms-Icon--Strikethrough { content: '\EDE0'; } +@mixin ms-Icon--Subscribe { content: '\EDA1'; } +@mixin ms-Icon--Subscript { content: '\EDDF'; } +@mixin ms-Icon--Suitcase { content: '\EDD3'; } +@mixin ms-Icon--SunAdd { content: '\EF69'; } +@mixin ms-Icon--Sunny { content: '\E9BD'; } +@mixin ms-Icon--SunQuestionMark { content: '\EF6A'; } +@mixin ms-Icon--Superscript { content: '\EDDE'; } +@mixin ms-Icon--SwayLogoInverse { content: '\ED29'; } +@mixin ms-Icon--Switch { content: '\E8AB'; } +@mixin ms-Icon--SwitcherStartEnd { content: '\E810'; } +@mixin ms-Icon--Sync { content: '\E895'; } +@mixin ms-Icon--SyncFolder { content: '\E8F7'; } +@mixin ms-Icon--SyncToPC { content: '\EE6E'; } +@mixin ms-Icon--System { content: '\E770'; } +@mixin ms-Icon--Tab { content: '\E7E9'; } +@mixin ms-Icon--Table { content: '\ED86'; } +@mixin ms-Icon--Tablet { content: '\E70A'; } +@mixin ms-Icon--TabletSelected { content: '\EC74'; } +@mixin ms-Icon--Tag { content: '\E8EC'; } +@mixin ms-Icon--Taskboard { content: '\F1C2'; } +@mixin ms-Icon--TaskGroup { content: '\F2AE'; } +@mixin ms-Icon--TaskGroupMirrored { content: '\F2AF'; } +@mixin ms-Icon--TaskManager { content: '\EDB7'; } +@mixin ms-Icon--TaskManagerMirrored { content: '\EDB8'; } +@mixin ms-Icon--TaskSolid { content: '\F333'; } +@mixin ms-Icon--TeamFavorite { content: '\F2AD'; } +@mixin ms-Icon--TeamsLogo { content: '\F27B'; } +@mixin ms-Icon--TeamsLogoFill { content: '\F27C'; } +@mixin ms-Icon--TeamsLogoInverse { content: '\F27A'; } +@mixin ms-Icon--Teamwork { content: '\EA12'; } +@mixin ms-Icon--TemporaryUser { content: '\EE58'; } +@mixin ms-Icon--Tennis { content: '\EB33'; } +@mixin ms-Icon--TestAutoSolid { content: '\F3A8'; } +@mixin ms-Icon--TestBeaker { content: '\F3A5'; } +@mixin ms-Icon--TestBeakerSolid { content: '\F3A6'; } +@mixin ms-Icon--TestCase { content: '\F3AF'; } +@mixin ms-Icon--TestExploreSolid { content: '\F3A7'; } +@mixin ms-Icon--TestImpactSolid { content: '\F3AA'; } +@mixin ms-Icon--TestParameter { content: '\F3AD'; } +@mixin ms-Icon--TestPlan { content: '\F3AB'; } +@mixin ms-Icon--TestStep { content: '\F3AC'; } +@mixin ms-Icon--TestSuite { content: '\F3AE'; } +@mixin ms-Icon--TestUserSolid { content: '\F3A9'; } +@mixin ms-Icon--TextBox { content: '\EDC2'; } +@mixin ms-Icon--TextCallout { content: '\F2A2'; } +@mixin ms-Icon--TextDocument { content: '\F029'; } +@mixin ms-Icon--TextField { content: '\EDC3'; } +@mixin ms-Icon--ThumbnailView { content: '\E7B6'; } +@mixin ms-Icon--ThumbnailViewMirrored { content: '\EA67'; } +@mixin ms-Icon--Thunderstorms { content: '\E9C6'; } +@mixin ms-Icon--Ticket { content: '\EB54'; } +@mixin ms-Icon--Tiles { content: '\ECA5'; } +@mixin ms-Icon--Tiles2 { content: '\EF7C'; } +@mixin ms-Icon--Timeline { content: '\ED9C'; } +@mixin ms-Icon--TimelineDelivery { content: '\F2AB'; } +@mixin ms-Icon--TimelineMatrixView { content: '\F361'; } +@mixin ms-Icon--TimelineProgress { content: '\F2AA'; } +@mixin ms-Icon--Timer { content: '\E91E'; } +@mixin ms-Icon--ToggleBorder { content: '\EC12'; } +@mixin ms-Icon--ToggleFilled { content: '\EC11'; } +@mixin ms-Icon--ToggleThumb { content: '\EC14'; } +@mixin ms-Icon--Touch { content: '\E815'; } +@mixin ms-Icon--TouchPointer { content: '\E7C9'; } +@mixin ms-Icon--Train { content: '\E7C0'; } +@mixin ms-Icon--TrainSolid { content: '\EB4D'; } +@mixin ms-Icon--TransferCall { content: '\ED95'; } +@mixin ms-Icon--TriangleDown12 { content: '\EED1'; } +@mixin ms-Icon--TriangleLeft12 { content: '\EED2'; } +@mixin ms-Icon--TriangleRight12 { content: '\EED3'; } +@mixin ms-Icon--TriangleSolid { content: '\EA08'; } +@mixin ms-Icon--TriangleSolidDown12 { content: '\EECD'; } +@mixin ms-Icon--TriangleSolidLeft12 { content: '\EECE'; } +@mixin ms-Icon--TriangleSolidRight12 { content: '\EECF'; } +@mixin ms-Icon--TriangleSolidUp12 { content: '\EECC'; } +@mixin ms-Icon--TriangleUp12 { content: '\EED0'; } +@mixin ms-Icon--TriggerApproval { content: '\F3B2'; } +@mixin ms-Icon--TriggerAuto { content: '\F24A'; } +@mixin ms-Icon--TriggerUser { content: '\F24B'; } +@mixin ms-Icon--TripleColumn { content: '\F1D5'; } +@mixin ms-Icon--TripleColumnEdit { content: '\F323'; } +@mixin ms-Icon--Trophy { content: '\ED3F'; } +@mixin ms-Icon--Trophy2Solid { content: '\F337'; } +@mixin ms-Icon--TurnRight { content: '\E7DB'; } +@mixin ms-Icon--TVMonitor { content: '\E7F4'; } +@mixin ms-Icon--TVMonitorSelected { content: '\EC77'; } +@mixin ms-Icon--TypeScriptLanguage { content: '\F2F7'; } +@mixin ms-Icon--Umbrella { content: '\EC04'; } +@mixin ms-Icon--Underline { content: '\E8DC'; } +@mixin ms-Icon--Undo { content: '\E7A7'; } +@mixin ms-Icon--Unfavorite { content: '\E8D9'; } +@mixin ms-Icon--Unknown { content: '\E9CE'; } +@mixin ms-Icon--UnknownCall { content: '\ED97'; } +@mixin ms-Icon--UnknownMirroredSolid { content: '\F2E2'; } +@mixin ms-Icon--UnknownSolid { content: '\F2E1'; } +@mixin ms-Icon--Unlock { content: '\E785'; } +@mixin ms-Icon--UnlockSolid { content: '\F304'; } +@mixin ms-Icon--Unpin { content: '\E77A'; } +@mixin ms-Icon--Unsubscribe { content: '\EDA0'; } +@mixin ms-Icon--UnsyncFolder { content: '\E8F6'; } +@mixin ms-Icon--Up { content: '\E74A'; } +@mixin ms-Icon--Upload { content: '\E898'; } +@mixin ms-Icon--UserFollowed { content: '\F25C'; } +@mixin ms-Icon--UserPause { content: '\F2BA'; } +@mixin ms-Icon--UserSync { content: '\F2B9'; } +@mixin ms-Icon--Variable { content: '\F305'; } +@mixin ms-Icon--VariableGroup { content: '\F31B'; } +@mixin ms-Icon--VB { content: '\F2F2'; } +@mixin ms-Icon--VennDiagram { content: '\F273'; } +@mixin ms-Icon--Video { content: '\E714'; } +@mixin ms-Icon--VideoSolid { content: '\EA0C'; } +@mixin ms-Icon--View { content: '\E890'; } +@mixin ms-Icon--ViewAll { content: '\E8A9'; } +@mixin ms-Icon--ViewAll2 { content: '\EF56'; } +@mixin ms-Icon--ViewDashboard { content: '\F246'; } +@mixin ms-Icon--ViewList { content: '\F247'; } +@mixin ms-Icon--ViewListGroup { content: '\F248'; } +@mixin ms-Icon--ViewListTree { content: '\F249'; } +@mixin ms-Icon--VisioDiagram { content: '\F2A0'; } +@mixin ms-Icon--VisioDocument { content: '\F2A9'; } +@mixin ms-Icon--VisioLogo { content: '\F2A7'; } +@mixin ms-Icon--VisioLogo16 { content: '\F3A3'; } +@mixin ms-Icon--VisioLogoFill { content: '\F2A8'; } +@mixin ms-Icon--VisioLogoFill16 { content: '\F3A4'; } +@mixin ms-Icon--VisioLogoInverse { content: '\ED7D'; } +@mixin ms-Icon--VisioLogoInverse16 { content: '\F3A2'; } +@mixin ms-Icon--VisualBasicLanguage { content: '\F2F1'; } +@mixin ms-Icon--VisualStudioLogo { content: '\EC22'; } +@mixin ms-Icon--VoicemailForward { content: '\ED87'; } +@mixin ms-Icon--VoicemailReply { content: '\ED88'; } +@mixin ms-Icon--Volume0 { content: '\E992'; } +@mixin ms-Icon--Volume1 { content: '\E993'; } +@mixin ms-Icon--Volume2 { content: '\E994'; } +@mixin ms-Icon--Volume3 { content: '\E995'; } +@mixin ms-Icon--VolumeDisabled { content: '\EA85'; } +@mixin ms-Icon--VSTSAltLogo1 { content: '\F382'; } +@mixin ms-Icon--VSTSAltLogo2 { content: '\F383'; } +@mixin ms-Icon--VSTSLogo { content: '\F381'; } +@mixin ms-Icon--Waffle { content: '\ED89'; } +@mixin ms-Icon--Warning { content: '\E7BA'; } +@mixin ms-Icon--Website { content: '\EB41'; } +@mixin ms-Icon--Weights { content: '\EADB'; } +@mixin ms-Icon--WifiEthernet { content: '\EE77'; } +@mixin ms-Icon--WindDirection { content: '\EBE6'; } +@mixin ms-Icon--WindowsLogo { content: '\E782'; } +@mixin ms-Icon--WipePhone { content: '\ED8D'; } +@mixin ms-Icon--WordDocument { content: '\EF71'; } +@mixin ms-Icon--WordLogo { content: '\F1E3'; } +@mixin ms-Icon--WordLogo16 { content: '\F391'; } +@mixin ms-Icon--WordLogoFill { content: '\F1E4'; } +@mixin ms-Icon--WordLogoFill16 { content: '\F392'; } +@mixin ms-Icon--WordLogoInverse { content: '\EC29'; } +@mixin ms-Icon--WordLogoInverse16 { content: '\F390'; } +@mixin ms-Icon--Work { content: '\E821'; } +@mixin ms-Icon--WorkFlow { content: '\EA01'; } +@mixin ms-Icon--WorkItem { content: '\F314'; } +@mixin ms-Icon--WorkItemBar { content: '\F35C'; } +@mixin ms-Icon--WorkItemBarSolid { content: '\F35D'; } +@mixin ms-Icon--WorkItemBug { content: '\F315'; } +@mixin ms-Icon--World { content: '\E909'; } +@mixin ms-Icon--WorldClock { content: '\E918'; } +@mixin ms-Icon--YammerLogo { content: '\ED19'; } +@mixin ms-Icon--ZipFolder { content: '\F012'; } +@mixin ms-Icon--Zoom { content: '\E71E'; } +@mixin ms-Icon--ZoomIn { content: '\E8A3'; } +@mixin ms-Icon--ZoomOut { content: '\E71F'; } diff --git a/dist/sass/mixins/_Responsive.Mixins.scss b/dist/sass/mixins/_Responsive.Mixins.scss new file mode 100644 index 000000000..ce26cd970 --- /dev/null +++ b/dist/sass/mixins/_Responsive.Mixins.scss @@ -0,0 +1,1425 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Small Screens +@mixin ms-sm12 { + width: 100%; +} +@mixin ms-sm11 { + width: 91.66666666666666%; +} +@mixin ms-sm10 { + width: 83.33333333333334%; +} +@mixin ms-sm9 { + width: 75%; +} +@mixin ms-sm8 { + width: 66.66666666666666%; +} +@mixin ms-sm7 { + width: 58.333333333333336%; +} +@mixin ms-sm6 { + width: 50%; +} +@mixin ms-sm5 { + width: 41.66666666666667%; +} +@mixin ms-sm4 { + width: 33.33333333333333%; +} +@mixin ms-sm3 { + width: 25%; +} +@mixin ms-sm2 { + width: 16.666666666666664%; +} +@mixin ms-sm1 { + width: 8.333333333333332%; +} +@mixin ms-smPull12 { + right: 100%; +} +@mixin ms-smPull11 { + right: 91.66666666666666%; +} +@mixin ms-smPull10 { + right: 83.33333333333334%; +} +@mixin ms-smPull9 { + right: 75%; +} +@mixin ms-smPull8 { + right: 66.66666666666666%; +} +@mixin ms-smPull7 { + right: 58.333333333333336%; +} +@mixin ms-smPull6 { + right: 50%; +} +@mixin ms-smPull5 { + right: 41.66666666666667%; +} +@mixin ms-smPull4 { + right: 33.33333333333333%; +} +@mixin ms-smPull3 { + right: 25%; +} +@mixin ms-smPull2 { + right: 16.666666666666664%; +} +@mixin ms-smPull1 { + right: 8.333333333333332%; +} +@mixin ms-smPull0 { + right: auto; +} +@mixin ms-smPush12 { + left: 100%; +} +@mixin ms-smPush11 { + left: 91.66666666666666%; +} +@mixin ms-smPush10 { + left: 83.33333333333334%; +} +@mixin ms-smPush9 { + left: 75%; +} +@mixin ms-smPush8 { + left: 66.66666666666666%; +} +@mixin ms-smPush7 { + left: 58.333333333333336%; +} +@mixin ms-smPush6 { + left: 50%; +} +@mixin ms-smPush5 { + left: 41.66666666666667%; +} +@mixin ms-smPush4 { + left: 33.33333333333333%; +} +@mixin ms-smPush3 { + left: 25%; +} +@mixin ms-smPush2 { + left: 16.666666666666664%; +} +@mixin ms-smPush1 { + left: 8.333333333333332%; +} +@mixin ms-smPush0 { + left: auto; +} + +// Small Offset classes 0 ... 11 +@mixin ms-smOffset11 { + margin-left: 91.66666666666666%; +} +@mixin ms-smOffset10 { + margin-left: 83.33333333333334%; +} +@mixin ms-smOffset9 { + margin-left: 75%; +} +@mixin ms-smOffset8 { + margin-left: 66.66666666666666%; +} +@mixin ms-smOffset7 { + margin-left: 58.333333333333336%; +} +@mixin ms-smOffset6 { + margin-left: 50%; +} +@mixin ms-smOffset5 { + margin-left: 41.66666666666667%; +} +@mixin ms-smOffset4 { + margin-left: 33.33333333333333%; +} +@mixin ms-smOffset3 { + margin-left: 25%; +} +@mixin ms-smOffset2 { + margin-left: 16.666666666666664%; +} +@mixin ms-smOffset1 { + margin-left: 8.333333333333332%; +} +@mixin ms-smOffset0 { + margin-left: 0; +} + +// Medium Screens +@mixin ms-md12 { + @media (min-width: $ms-screen-min-md) { + width: 100%; + } +} +@mixin ms-md11 { + @media (min-width: $ms-screen-min-md) { + width: 91.66666666666666%; + } +} +@mixin ms-md10 { + @media (min-width: $ms-screen-min-md) { + width: 83.33333333333334%; + } +} +@mixin ms-md9 { + @media (min-width: $ms-screen-min-md) { + width: 75%; + } +} +@mixin ms-md8 { + @media (min-width: $ms-screen-min-md) { + width: 66.66666666666666%; + } +} +@mixin ms-md7 { + @media (min-width: $ms-screen-min-md) { + width: 58.333333333333336%; + } +} +@mixin ms-md6 { + @media (min-width: $ms-screen-min-md) { + width: 50%; + } +} +@mixin ms-md5 { + @media (min-width: $ms-screen-min-md) { + width: 41.66666666666667%; + } +} +@mixin ms-md4 { + @media (min-width: $ms-screen-min-md) { + width: 33.33333333333333%; + } +} +@mixin ms-md3 { + @media (min-width: $ms-screen-min-md) { + width: 25%; + } +} +@mixin ms-md2 { + @media (min-width: $ms-screen-min-md) { + width: 16.666666666666664%; + } +} +@mixin ms-md1 { + @media (min-width: $ms-screen-min-md) { + width: 8.333333333333332%; + } +} +@mixin ms-mdPull12 { + @media (min-width: $ms-screen-min-md) { + right: 100%; + } +} +@mixin ms-mdPull11 { + @media (min-width: $ms-screen-min-md) { + right: 91.66666666666666%; + } +} +@mixin ms-mdPull10 { + @media (min-width: $ms-screen-min-md) { + right: 83.33333333333334%; + } +} +@mixin ms-mdPull9 { + @media (min-width: $ms-screen-min-md) { + right: 75%; + } +} +@mixin ms-mdPull8 { + @media (min-width: $ms-screen-min-md) { + right: 66.66666666666666%; + } +} +@mixin ms-mdPull7 { + @media (min-width: $ms-screen-min-md) { + right: 58.333333333333336%; + } +} +@mixin ms-mdPull6 { + @media (min-width: $ms-screen-min-md) { + right: 50%; + } +} +@mixin ms-mdPull5 { + @media (min-width: $ms-screen-min-md) { + right: 41.66666666666667%; + } +} +@mixin ms-mdPull4 { + @media (min-width: $ms-screen-min-md) { + right: 33.33333333333333%; + } +} +@mixin ms-mdPull3 { + @media (min-width: $ms-screen-min-md) { + right: 25%; + } +} +@mixin ms-mdPull2 { + @media (min-width: $ms-screen-min-md) { + right: 16.666666666666664%; + } +} +@mixin ms-mdPull1 { + @media (min-width: $ms-screen-min-md) { + right: 8.333333333333332%; + } +} +@mixin ms-mdPull0 { + @media (min-width: $ms-screen-min-md) { + right: auto; + } +} +@mixin ms-mdPush12 { + @media (min-width: $ms-screen-min-md) { + left: 100%; + } +} +@mixin ms-mdPush11 { + @media (min-width: $ms-screen-min-md) { + left: 91.66666666666666%; + } +} +@mixin ms-mdPush10 { + @media (min-width: $ms-screen-min-md) { + left: 83.33333333333334%; + } +} +@mixin ms-mdPush9 { + @media (min-width: $ms-screen-min-md) { + left: 75%; + } +} +@mixin ms-mdPush8 { + @media (min-width: $ms-screen-min-md) { + left: 66.66666666666666%; + } +} +@mixin ms-mdPush7 { + @media (min-width: $ms-screen-min-md) { + left: 58.333333333333336%; + } +} +@mixin ms-mdPush6 { + @media (min-width: $ms-screen-min-md) { + left: 50%; + } +} +@mixin ms-mdPush5 { + @media (min-width: $ms-screen-min-md) { + left: 41.66666666666667%; + } +} +@mixin ms-mdPush4 { + @media (min-width: $ms-screen-min-md) { + left: 33.33333333333333%; + } +} +@mixin ms-mdPush3 { + @media (min-width: $ms-screen-min-md) { + left: 25%; + } +} +@mixin ms-mdPush2 { + @media (min-width: $ms-screen-min-md) { + left: 16.666666666666664%; + } +} +@mixin ms-mdPush1 { + @media (min-width: $ms-screen-min-md) { + left: 8.333333333333332%; + } +} +@mixin ms-mdPush0 { + @media (min-width: $ms-screen-min-md) { + left: auto; + } +} + +// Medium Offset classes 0 ... 11 +@mixin ms-mdOffset11 { + @media (min-width: $ms-screen-min-md) { + margin-left: 91.66666666666666%; + } +} +@mixin ms-mdOffset10 { + @media (min-width: $ms-screen-min-md) { + margin-left: 83.33333333333334%; + } +} +@mixin ms-mdOffset9 { + @media (min-width: $ms-screen-min-md) { + margin-left: 75%; + } +} +@mixin ms-mdOffset8 { + @media (min-width: $ms-screen-min-md) { + margin-left: 66.66666666666666%; + } +} +@mixin ms-mdOffset7 { + @media (min-width: $ms-screen-min-md) { + margin-left: 58.333333333333336%; + } +} +@mixin ms-mdOffset6 { + @media (min-width: $ms-screen-min-md) { + margin-left: 50%; + } +} +@mixin ms-mdOffset5 { + @media (min-width: $ms-screen-min-md) { + margin-left: 41.66666666666667%; + } +} +@mixin ms-mdOffset4 { + @media (min-width: $ms-screen-min-md) { + margin-left: 33.33333333333333%; + } +} +@mixin ms-mdOffset3 { + @media (min-width: $ms-screen-min-md) { + margin-left: 25%; + } +} +@mixin ms-mdOffset2 { + @media (min-width: $ms-screen-min-md) { + margin-left: 16.666666666666664%; + } +} +@mixin ms-mdOffset1 { + @media (min-width: $ms-screen-min-md) { + margin-left: 8.333333333333332%; + } +} +@mixin ms-mdOffset0 { + @media (min-width: $ms-screen-min-md) { + margin-left: 0; + } +} + +// Large screens +@mixin ms-lg12 { + @media (min-width: $ms-screen-min-lg) { + width: 100%; + } +} +@mixin ms-lg11 { + @media (min-width: $ms-screen-min-lg) { + width: 91.66666666666666%; + } +} +@mixin ms-lg10 { + @media (min-width: $ms-screen-min-lg) { + width: 83.33333333333334%; + } +} +@mixin ms-lg9 { + @media (min-width: $ms-screen-min-lg) { + width: 75%; + } +} +@mixin ms-lg8 { + @media (min-width: $ms-screen-min-lg) { + width: 66.66666666666666%; + } +} +@mixin ms-lg7 { + @media (min-width: $ms-screen-min-lg) { + width: 58.333333333333336%; + } +} +@mixin ms-lg6 { + @media (min-width: $ms-screen-min-lg) { + width: 50%; + } +} +@mixin ms-lg5 { + @media (min-width: $ms-screen-min-lg) { + width: 41.66666666666667%; + } +} +@mixin ms-lg4 { + @media (min-width: $ms-screen-min-lg) { + width: 33.33333333333333%; + } +} +@mixin ms-lg3 { + @media (min-width: $ms-screen-min-lg) { + width: 25%; + } +} +@mixin ms-lg2 { + @media (min-width: $ms-screen-min-lg) { + width: 16.666666666666664%; + } +} +@mixin ms-lg1 { + @media (min-width: $ms-screen-min-lg) { + width: 8.333333333333332%; + } +} +@mixin ms-lgPull12 { + @media (min-width: $ms-screen-min-lg) { + right: 100%; + } +} +@mixin ms-lgPull11 { + @media (min-width: $ms-screen-min-lg) { + right: 91.66666666666666%; + } +} +@mixin ms-lgPull10 { + @media (min-width: $ms-screen-min-lg) { + right: 83.33333333333334%; + } +} +@mixin ms-lgPull9 { + @media (min-width: $ms-screen-min-lg) { + right: 75%; + } +} +@mixin ms-lgPull8 { + @media (min-width: $ms-screen-min-lg) { + right: 66.66666666666666%; + } +} +@mixin ms-lgPull7 { + @media (min-width: $ms-screen-min-lg) { + right: 58.333333333333336%; + } +} +@mixin ms-lgPull6 { + @media (min-width: $ms-screen-min-lg) { + right: 50%; + } +} +@mixin ms-lgPull5 { + @media (min-width: $ms-screen-min-lg) { + right: 41.66666666666667%; + } +} +@mixin ms-lgPull4 { + @media (min-width: $ms-screen-min-lg) { + right: 33.33333333333333%; + } +} +@mixin ms-lgPull3 { + @media (min-width: $ms-screen-min-lg) { + right: 25%; + } +} +@mixin ms-lgPull2 { + @media (min-width: $ms-screen-min-lg) { + right: 16.666666666666664%; + } +} +@mixin ms-lgPull1 { + @media (min-width: $ms-screen-min-lg) { + right: 8.333333333333332%; + } +} +@mixin ms-lgPull0 { + @media (min-width: $ms-screen-min-lg) { + right: auto; + } +} +@mixin ms-lgPush12 { + @media (min-width: $ms-screen-min-lg) { + left: 100%; + } +} +@mixin ms-lgPush11 { + @media (min-width: $ms-screen-min-lg) { + left: 91.66666666666666%; + } +} +@mixin ms-lgPush10 { + @media (min-width: $ms-screen-min-lg) { + left: 83.33333333333334%; + } +} +@mixin ms-lgPush9 { + @media (min-width: $ms-screen-min-lg) { + left: 75%; + } +} +@mixin ms-lgPush8 { + @media (min-width: $ms-screen-min-lg) { + left: 66.66666666666666%; + } +} +@mixin ms-lgPush7 { + @media (min-width: $ms-screen-min-lg) { + left: 58.333333333333336%; + } +} +@mixin ms-lgPush6 { + @media (min-width: $ms-screen-min-lg) { + left: 50%; + } +} +@mixin ms-lgPush5 { + @media (min-width: $ms-screen-min-lg) { + left: 41.66666666666667%; + } +} +@mixin ms-lgPush4 { + @media (min-width: $ms-screen-min-lg) { + left: 33.33333333333333%; + } +} +@mixin ms-lgPush3 { + @media (min-width: $ms-screen-min-lg) { + left: 25%; + } +} +@mixin ms-lgPush2 { + @media (min-width: $ms-screen-min-lg) { + left: 16.666666666666664%; + } +} +@mixin ms-lgPush1 { + @media (min-width: $ms-screen-min-lg) { + left: 8.333333333333332%; + } +} +@mixin ms-lgPush0 { + @media (min-width: $ms-screen-min-lg) { + left: auto; + } +} + +// Large Offset classes 0 ... 11 +@mixin ms-lgOffset11 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 91.66666666666666%; + } +} +@mixin ms-lgOffset10 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 83.33333333333334%; + } +} +@mixin ms-lgOffset9 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 75%; + } +} +@mixin ms-lgOffset8 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 66.66666666666666%; + } +} +@mixin ms-lgOffset7 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 58.333333333333336%; + } +} +@mixin ms-lgOffset6 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 50%; + } +} +@mixin ms-lgOffset5 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 41.66666666666667%; + } +} +@mixin ms-lgOffset4 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 33.33333333333333%; + } +} +@mixin ms-lgOffset3 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 25%; + } +} +@mixin ms-lgOffset2 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 16.666666666666664%; + } +} +@mixin ms-lgOffset1 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 8.333333333333332%; + } +} +@mixin ms-lgOffset0 { + @media (min-width: $ms-screen-min-lg) { + margin-left: 0; + } +} + +// Extra Large Screens +@mixin ms-xl12 { + @media (min-width: $ms-screen-min-xl) { + width: 100%; + } +} +@mixin ms-xl11 { + @media (min-width: $ms-screen-min-xl) { + width: 91.66666666666666%; + } +} +@mixin ms-xl10 { + @media (min-width: $ms-screen-min-xl) { + width: 83.33333333333334%; + } +} +@mixin ms-xl9 { + @media (min-width: $ms-screen-min-xl) { + width: 75%; + } +} +@mixin ms-xl8 { + @media (min-width: $ms-screen-min-xl) { + width: 66.66666666666666%; + } +} +@mixin ms-xl7 { + @media (min-width: $ms-screen-min-xl) { + width: 58.333333333333336%; + } +} +@mixin ms-xl6 { + @media (min-width: $ms-screen-min-xl) { + width: 50%; + } +} +@mixin ms-xl5 { + @media (min-width: $ms-screen-min-xl) { + width: 41.66666666666667%; + } +} +@mixin ms-xl4 { + @media (min-width: $ms-screen-min-xl) { + width: 33.33333333333333%; + } +} +@mixin ms-xl3 { + @media (min-width: $ms-screen-min-xl) { + width: 25%; + } +} +@mixin ms-xl2 { + @media (min-width: $ms-screen-min-xl) { + width: 16.666666666666664%; + } +} +@mixin ms-xl1 { + @media (min-width: $ms-screen-min-xl) { + width: 8.333333333333332%; + } +} +@mixin ms-xlPull12 { + @media (min-width: $ms-screen-min-xl) { + right: 100%; + } +} +@mixin ms-xlPull11 { + @media (min-width: $ms-screen-min-xl) { + right: 91.66666666666666%; + } +} +@mixin ms-xlPull10 { + @media (min-width: $ms-screen-min-xl) { + right: 83.33333333333334%; + } +} +@mixin ms-xlPull9 { + @media (min-width: $ms-screen-min-xl) { + right: 75%; + } +} +@mixin ms-xlPull8 { + @media (min-width: $ms-screen-min-xl) { + right: 66.66666666666666%; + } +} +@mixin ms-xlPull7 { + @media (min-width: $ms-screen-min-xl) { + right: 58.333333333333336%; + } +} +@mixin ms-xlPull6 { + @media (min-width: $ms-screen-min-xl) { + right: 50%; + } +} +@mixin ms-xlPull5 { + @media (min-width: $ms-screen-min-xl) { + right: 41.66666666666667%; + } +} +@mixin ms-xlPull4 { + @media (min-width: $ms-screen-min-xl) { + right: 33.33333333333333%; + } +} +@mixin ms-xlPull3 { + @media (min-width: $ms-screen-min-xl) { + right: 25%; + } +} +@mixin ms-xlPull2 { + @media (min-width: $ms-screen-min-xl) { + right: 16.666666666666664%; + } +} +@mixin ms-xlPull1 { + @media (min-width: $ms-screen-min-xl) { + right: 8.333333333333332%; + } +} +@mixin ms-xlPull0 { + @media (min-width: $ms-screen-min-xl) { + right: auto; + } +} +@mixin ms-xlPush12 { + @media (min-width: $ms-screen-min-xl) { + left: 100%; + } +} +@mixin ms-xlPush11 { + @media (min-width: $ms-screen-min-xl) { + left: 91.66666666666666%; + } +} +@mixin ms-xlPush10 { + @media (min-width: $ms-screen-min-xl) { + left: 83.33333333333334%; + } +} +@mixin ms-xlPush9 { + @media (min-width: $ms-screen-min-xl) { + left: 75%; + } +} +@mixin ms-xlPush8 { + @media (min-width: $ms-screen-min-xl) { + left: 66.66666666666666%; + } +} +@mixin ms-xlPush7 { + @media (min-width: $ms-screen-min-xl) { + left: 58.333333333333336%; + } +} +@mixin ms-xlPush6 { + @media (min-width: $ms-screen-min-xl) { + left: 50%; + } +} +@mixin ms-xlPush5 { + @media (min-width: $ms-screen-min-xl) { + left: 41.66666666666667%; + } +} +@mixin ms-xlPush4 { + @media (min-width: $ms-screen-min-xl) { + left: 33.33333333333333%; + } +} +@mixin ms-xlPush3 { + @media (min-width: $ms-screen-min-xl) { + left: 25%; + } +} +@mixin ms-xlPush2 { + @media (min-width: $ms-screen-min-xl) { + left: 16.666666666666664%; + } +} +@mixin ms-xlPush1 { + @media (min-width: $ms-screen-min-xl) { + left: 8.333333333333332%; + } +} +@mixin ms-xlPush0 { + @media (min-width: $ms-screen-min-xl) { + left: auto; + } +} + +// Large Offset classes 0 ... 11 +@mixin ms-xlOffset11 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 91.66666666666666%; + } +} +@mixin ms-xlOffset10 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 83.33333333333334%; + } +} +@mixin ms-xlOffset9 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 75%; + } +} +@mixin ms-xlOffset8 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 66.66666666666666%; + } +} +@mixin ms-xlOffset7 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 58.333333333333336%; + } +} +@mixin ms-xlOffset6 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 50%; + } +} +@mixin ms-xlOffset5 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 41.66666666666667%; + } +} +@mixin ms-xlOffset4 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 33.33333333333333%; + } +} +@mixin ms-xlOffset3 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 25%; + } +} +@mixin ms-xlOffset2 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 16.666666666666664%; + } +} +@mixin ms-xlOffset1 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 8.333333333333332%; + } +} +@mixin ms-xlOffset0 { + @media (min-width: $ms-screen-min-xl) { + margin-left: 0; + } +} + +// XXL Screens +@mixin ms-xxl12 { + @media (min-width: $ms-screen-min-xxl) { + width: 100%; + } +} +@mixin ms-xxl11 { + @media (min-width: $ms-screen-min-xxl) { + width: 91.66666666666666%; + } +} +@mixin ms-xxl10 { + @media (min-width: $ms-screen-min-xxl) { + width: 83.33333333333334%; + } +} +@mixin ms-xxl9 { + @media (min-width: $ms-screen-min-xxl) { + width: 75%; + } +} +@mixin ms-xxl8 { + @media (min-width: $ms-screen-min-xxl) { + width: 66.66666666666666%; + } +} +@mixin ms-xxl7 { + @media (min-width: $ms-screen-min-xxl) { + width: 58.333333333333336%; + } +} +@mixin ms-xxl6 { + @media (min-width: $ms-screen-min-xxl) { + width: 50%; + } +} +@mixin ms-xxl5 { + @media (min-width: $ms-screen-min-xxl) { + width: 41.66666666666667%; + } +} +@mixin ms-xxl4 { + @media (min-width: $ms-screen-min-xxl) { + width: 33.33333333333333%; + } +} +@mixin ms-xxl3 { + @media (min-width: $ms-screen-min-xxl) { + width: 25%; + } +} +@mixin ms-xxl2 { + @media (min-width: $ms-screen-min-xxl) { + width: 16.666666666666664%; + } +} +@mixin ms-xxl1 { + @media (min-width: $ms-screen-min-xxl) { + width: 8.333333333333332%; + } +} +@mixin ms-xxlPull12 { + @media (min-width: $ms-screen-min-xxl) { + right: 100%; + } +} +@mixin ms-xxlPull11 { + @media (min-width: $ms-screen-min-xxl) { + right: 91.66666666666666%; + } +} +@mixin ms-xxlPull10 { + @media (min-width: $ms-screen-min-xxl) { + right: 83.33333333333334%; + } +} +@mixin ms-xxlPull9 { + @media (min-width: $ms-screen-min-xxl) { + right: 75%; + } +} +@mixin ms-xxlPull8 { + @media (min-width: $ms-screen-min-xxl) { + right: 66.66666666666666%; + } +} +@mixin ms-xxlPull7 { + @media (min-width: $ms-screen-min-xxl) { + right: 58.333333333333336%; + } +} +@mixin ms-xxlPull6 { + @media (min-width: $ms-screen-min-xxl) { + right: 50%; + } +} +@mixin ms-xxlPull5 { + @media (min-width: $ms-screen-min-xxl) { + right: 41.66666666666667%; + } +} +@mixin ms-xxlPull4 { + @media (min-width: $ms-screen-min-xxl) { + right: 33.33333333333333%; + } +} +@mixin ms-xxlPull3 { + @media (min-width: $ms-screen-min-xxl) { + right: 25%; + } +} +@mixin ms-xxlPull2 { + @media (min-width: $ms-screen-min-xxl) { + right: 16.666666666666664%; + } +} +@mixin ms-xxlPull1 { + @media (min-width: $ms-screen-min-xxl) { + right: 8.333333333333332%; + } +} +@mixin ms-xxlPull0 { + @media (min-width: $ms-screen-min-xxl) { + right: auto; + } +} +@mixin ms-xxlPush12 { + @media (min-width: $ms-screen-min-xxl) { + left: 100%; + } +} +@mixin ms-xxlPush11 { + @media (min-width: $ms-screen-min-xxl) { + left: 91.66666666666666%; + } +} +@mixin ms-xxlPush10 { + @media (min-width: $ms-screen-min-xxl) { + left: 83.33333333333334%; + } +} +@mixin ms-xxlPush9 { + @media (min-width: $ms-screen-min-xxl) { + left: 75%; + } +} +@mixin ms-xxlPush8 { + @media (min-width: $ms-screen-min-xxl) { + left: 66.66666666666666%; + } +} +@mixin ms-xxlPush7 { + @media (min-width: $ms-screen-min-xxl) { + left: 58.333333333333336%; + } +} +@mixin ms-xxlPush6 { + @media (min-width: $ms-screen-min-xxl) { + left: 50%; + } +} +@mixin ms-xxlPush5 { + @media (min-width: $ms-screen-min-xxl) { + left: 41.66666666666667%; + } +} +@mixin ms-xxlPush4 { + @media (min-width: $ms-screen-min-xxl) { + left: 33.33333333333333%; + } +} +@mixin ms-xxlPush3 { + @media (min-width: $ms-screen-min-xxl) { + left: 25%; + } +} +@mixin ms-xxlPush2 { + @media (min-width: $ms-screen-min-xxl) { + left: 16.666666666666664%; + } +} +@mixin ms-xxlPush1 { + @media (min-width: $ms-screen-min-xxl) { + left: 8.333333333333332%; + } +} +@mixin ms-xxlPush0 { + @media (min-width: $ms-screen-min-xxl) { + left: auto; + } +} + +// Extra extra large Offset classes 0 ... 11 +@mixin ms-xxlOffset11 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 91.66666666666666%; + } +} +@mixin ms-xxlOffset10 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 83.33333333333334%; + } +} +@mixin ms-xxlOffset9 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 75%; + } +} +@mixin ms-xxlOffset8 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 66.66666666666666%; + } +} +@mixin ms-xxlOffset7 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 58.333333333333336%; + } +} +@mixin ms-xxlOffset6 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 50%; + } +} +@mixin ms-xxlOffset5 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 41.66666666666667%; + } +} +@mixin ms-xxlOffset4 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 33.33333333333333%; + } +} +@mixin ms-xxlOffset3 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 25%; + } +} +@mixin ms-xxlOffset2 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 16.666666666666664%; + } +} +@mixin ms-xxlOffset1 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 8.333333333333332%; + } +} +@mixin ms-xxlOffset0 { + @media (min-width: $ms-screen-min-xxl) { + margin-left: 0; + } +} + +// Extra extra extra large screens +@mixin ms-xxxl12 { + @media (min-width: $ms-screen-min-xxxl) { + width: 100%; + } +} +@mixin ms-xxxl11 { + @media (min-width: $ms-screen-min-xxxl) { + width: 91.66666666666666%; + } +} +@mixin ms-xxxl10 { + @media (min-width: $ms-screen-min-xxxl) { + width: 83.33333333333334%; + } +} +@mixin ms-xxxl9 { + @media (min-width: $ms-screen-min-xxxl) { + width: 75%; + } +} +@mixin ms-xxxl8 { + @media (min-width: $ms-screen-min-xxxl) { + width: 66.66666666666666%; + } +} +@mixin ms-xxxl7 { + @media (min-width: $ms-screen-min-xxxl) { + width: 58.333333333333336%; + } +} +@mixin ms-xxxl6 { + @media (min-width: $ms-screen-min-xxxl) { + width: 50%; + } +} +@mixin ms-xxxl5 { + @media (min-width: $ms-screen-min-xxxl) { + width: 41.66666666666667%; + } +} +@mixin ms-xxxl4 { + @media (min-width: $ms-screen-min-xxxl) { + width: 33.33333333333333%; + } +} +@mixin ms-xxxl3 { + @media (min-width: $ms-screen-min-xxxl) { + width: 25%; + } +} +@mixin ms-xxxl2 { + @media (min-width: $ms-screen-min-xxxl) { + width: 16.666666666666664%; + } +} +@mixin ms-xxxl1 { + @media (min-width: $ms-screen-min-xxxl) { + width: 8.333333333333332%; + } +} +@mixin ms-xxxlPull12 { + @media (min-width: $ms-screen-min-xxxl) { + right: 100%; + } +} +@mixin ms-xxxlPull11 { + @media (min-width: $ms-screen-min-xxxl) { + right: 91.66666666666666%; + } +} +@mixin ms-xxxlPull10 { + @media (min-width: $ms-screen-min-xxxl) { + right: 83.33333333333334%; + } +} +@mixin ms-xxxlPull9 { + @media (min-width: $ms-screen-min-xxxl) { + right: 75%; + } +} +@mixin ms-xxxlPull8 { + @media (min-width: $ms-screen-min-xxxl) { + right: 66.66666666666666%; + } +} +@mixin ms-xxxlPull7 { + @media (min-width: $ms-screen-min-xxxl) { + right: 58.333333333333336%; + } +} +@mixin ms-xxxlPull6 { + @media (min-width: $ms-screen-min-xxxl) { + right: 50%; + } +} +@mixin ms-xxxlPull5 { + @media (min-width: $ms-screen-min-xxxl) { + right: 41.66666666666667%; + } +} +@mixin ms-xxxlPull4 { + @media (min-width: $ms-screen-min-xxxl) { + right: 33.33333333333333%; + } +} +@mixin ms-xxxlPull3 { + @media (min-width: $ms-screen-min-xxxl) { + right: 25%; + } +} +@mixin ms-xxxlPull2 { + @media (min-width: $ms-screen-min-xxxl) { + right: 16.666666666666664%; + } +} +@mixin ms-xxxlPull1 { + @media (min-width: $ms-screen-min-xxxl) { + right: 8.333333333333332%; + } +} +@mixin ms-xxxlPull0 { + @media (min-width: $ms-screen-min-xxxl) { + right: auto; + } +} +@mixin ms-xxxlPush12 { + @media (min-width: $ms-screen-min-xxxl) { + left: 100%; + } +} +@mixin ms-xxxlPush11 { + @media (min-width: $ms-screen-min-xxxl) { + left: 91.66666666666666%; + } +} +@mixin ms-xxxlPush10 { + @media (min-width: $ms-screen-min-xxxl) { + left: 83.33333333333334%; + } +} +@mixin ms-xxxlPush9 { + @media (min-width: $ms-screen-min-xxxl) { + left: 75%; + } +} +@mixin ms-xxxlPush8 { + @media (min-width: $ms-screen-min-xxxl) { + left: 66.66666666666666%; + } +} +@mixin ms-xxxlPush7 { + @media (min-width: $ms-screen-min-xxxl) { + left: 58.333333333333336%; + } +} +@mixin ms-xxxlPush6 { + @media (min-width: $ms-screen-min-xxxl) { + left: 50%; + } +} +@mixin ms-xxxlPush5 { + @media (min-width: $ms-screen-min-xxxl) { + left: 41.66666666666667%; + } +} +@mixin ms-xxxlPush4 { + @media (min-width: $ms-screen-min-xxxl) { + left: 33.33333333333333%; + } +} +@mixin ms-xxxlPush3 { + @media (min-width: $ms-screen-min-xxxl) { + left: 25%; + } +} +@mixin ms-xxxlPush2 { + @media (min-width: $ms-screen-min-xxxl) { + left: 16.666666666666664%; + } +} +@mixin ms-xxxlPush1 { + @media (min-width: $ms-screen-min-xxxl) { + left: 8.333333333333332%; + } +} +@mixin ms-xxxlPush0 { + @media (min-width: $ms-screen-min-xxxl) { + left: auto; + } +} + +// Extra extra extra large Offset classes 0 ... 11 +@mixin ms-xxxlOffset11 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 91.66666666666666%; + } +} +@mixin ms-xxxlOffset10 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 83.33333333333334%; + } +} +@mixin ms-xxxlOffset9 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 75%; + } +} +@mixin ms-xxxlOffset8 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 66.66666666666666%; + } +} +@mixin ms-xxxlOffset7 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 58.333333333333336%; + } +} +@mixin ms-xxxlOffset6 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 50%; + } +} +@mixin ms-xxxlOffset5 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 41.66666666666667%; + } +} +@mixin ms-xxxlOffset4 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 33.33333333333333%; + } +} +@mixin ms-xxxlOffset3 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 25%; + } +} +@mixin ms-xxxlOffset2 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 16.666666666666664%; + } +} +@mixin ms-xxxlOffset1 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 8.333333333333332%; + } +} +@mixin ms-xxxlOffset0 { + @media (min-width: $ms-screen-min-xxxl) { + margin-left: 0; + } +} diff --git a/dist/sass/mixins/_ScopedStyles.Mixins.scss b/dist/sass/mixins/_ScopedStyles.Mixins.scss new file mode 100644 index 000000000..e9587e854 --- /dev/null +++ b/dist/sass/mixins/_ScopedStyles.Mixins.scss @@ -0,0 +1,20 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// +// Office UI Fabric + +$ms-fabric-version-major: nth($ms-fabric-version, 1); +$ms-fabric-version-minor: nth($ms-fabric-version, 2); +$ms-fabric-version-patch: nth($ms-fabric-version, 3); + +// The CSS class for scoping styles to the current version of Fabric. +$ms-fabric-version-suffix: '--v' + $ms-fabric-version-major + '-' + $ms-fabric-version-minor + '-' + $ms-fabric-version-patch; +$ms-fabric-scope-class: '.ms-Fabric' + $ms-fabric-version-suffix; + +// A mixin to scope styles to the current version of Fabric. +// Produces styles of the form .ms-Fabric-{version #} @content. +@mixin scope-fabric { + #{$ms-fabric-scope-class} { + @content; + } +} diff --git a/dist/sass/variables/_Animation.Variables.scss b/dist/sass/variables/_Animation.Variables.scss new file mode 100644 index 000000000..76b90dc28 --- /dev/null +++ b/dist/sass/variables/_Animation.Variables.scss @@ -0,0 +1,11 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Easings +$ms-animation-ease-1: cubic-bezier(0.1,0.9,0.2,1) !default; +$ms-animation-ease-2: cubic-bezier(0.1,0.25,0.75,0.9) !default; + +// Durations +$ms-animation-duration-1: 0.167s !default; +$ms-animation-duration-2: 0.267s !default; +$ms-animation-duration-3: 0.367s !default; +$ms-animation-duration-4: 0.467s !default; diff --git a/dist/sass/variables/_BrandIcon.Variables.scss b/dist/sass/variables/_BrandIcon.Variables.scss new file mode 100644 index 000000000..053d8a79a --- /dev/null +++ b/dist/sass/variables/_BrandIcon.Variables.scss @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Image paths +$ms-brand-icon-product-images-path: 'https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png'; +$ms-brand-icon-document-images-path: 'https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png'; + +// Names +$ms-brand-icon-product-icons: access excel infopath office onedrive onenote outlook powerpoint project sharepoint visio word; +$ms-brand-icon-document-icons: accdb csv docx dotx mpp mpt odp ods odt one onepkg onetoc potx ppsx pptx pub vsdx vssx vstx xls xlsx xltx xsn; + +// Sizes +$ms-brand-icon-sizes: 16 48 96; diff --git a/dist/sass/variables/_Color.Variables.scss b/dist/sass/variables/_Color.Variables.scss new file mode 100644 index 000000000..5c8dd7051 --- /dev/null +++ b/dist/sass/variables/_Color.Variables.scss @@ -0,0 +1,77 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Theme +$ms-color-themeDarker: #004578 !default; +$ms-color-themeDark: #005a9e !default; +$ms-color-themeDarkAlt: #106ebe !default; +$ms-color-themePrimary: #0078d7 !default; +$ms-color-themeSecondary: #2488d8 !default; +$ms-color-themeTertiary: #69afe5 !default; +$ms-color-themeLight: #c7e0f4 !default; +$ms-color-themeLighter: #deecf9 !default; +$ms-color-themeLighterAlt: #eff6fc !default; + +// Neutral +$ms-color-black: #000000 !default; +$ms-color-neutralDark: #212121 !default; +$ms-color-neutralPrimary: #333333 !default; +$ms-color-neutralPrimaryAlt: #3C3C3C !default; +$ms-color-neutralSecondary: #666666 !default; +$ms-color-neutralSecondaryAlt: #767676 !default; +$ms-color-neutralTertiary: #a6a6a6 !default; +$ms-color-neutralTertiaryAlt: #c8c8c8 !default; +$ms-color-neutralQuaternary: #d0d0d0 !default; +$ms-color-neutralQuaternaryAlt: #dadada !default; +$ms-color-neutralLight: #eaeaea !default; +$ms-color-neutralLighter: #f4f4f4 !default; +$ms-color-neutralLighterAlt: #f8f8f8 !default; +$ms-color-white: #ffffff !default; + +// Translucent +$ms-color-blackTranslucent40: rgba(0,0,0,.4) !default; +$ms-color-whiteTranslucent40: rgba(255,255,255,.4) !default; + +// Accent +$ms-color-yellow: #ffb900 !default; +$ms-color-yellowLight: #fff100 !default; +$ms-color-orange: #d83b01 !default; +$ms-color-orangeLight: #ea4300 !default; +$ms-color-orangeLighter: #ff8c00 !default; +$ms-color-redDark: #a80000 !default; +$ms-color-red: #e81123 !default; +$ms-color-magentaDark: #5c005c !default; +$ms-color-magenta: #b4009e !default; +$ms-color-magentaLight: #e3008c !default; +$ms-color-purpleDark: #32145a !default; +$ms-color-purple: #5c2d91 !default; +$ms-color-purpleLight: #b4a0ff !default; +$ms-color-blueDark: #002050 !default; +$ms-color-blueMid: #00188f !default; +$ms-color-blue: #0078d7 !default; +$ms-color-blueLight: #00bcf2 !default; +$ms-color-tealDark: #004b50 !default; +$ms-color-teal: #008272 !default; +$ms-color-tealLight: #00b294 !default; +$ms-color-greenDark: #004b1c !default; +$ms-color-green: #107c10 !default; +$ms-color-greenLight: #bad80a !default; + +// Message +$ms-color-info: $ms-color-neutralSecondaryAlt !default; +$ms-color-infoBackground: $ms-color-neutralLighter !default; +$ms-color-success: $ms-color-green !default; +$ms-color-successBackground: #dff6dd !default; +$ms-color-severeWarning: $ms-color-orange !default; +$ms-color-severeWarningBackground: #fed9cc !default; +$ms-color-alert: $ms-color-severeWarning !default; // Deprecated: Use $ms-color-severeWarning +$ms-color-alertBackground: $ms-color-severeWarningBackground !default; // Deprecated: Use $ms-color-severeWarningBackground +$ms-color-warning: $ms-color-neutralSecondaryAlt !default; +$ms-color-warningBackground: #fff4ce !default; +$ms-color-error: $ms-color-redDark !default; +$ms-color-errorBackground: #fde7e9 !default; + +// High contrast colors +$ms-color-contrastBlackDisabled: #00ff00 !default; +$ms-color-contrastWhiteDisabled: #600000 !default; +$ms-color-contrastBlackSelected: #1AEBFF !default; +$ms-color-contrastWhiteSelected: #37006E !default; diff --git a/dist/sass/variables/_Font.Variables.scss b/dist/sass/variables/_Font.Variables.scss new file mode 100644 index 000000000..eea53952d --- /dev/null +++ b/dist/sass/variables/_Font.Variables.scss @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Font directory and paths +$ms-font-cdn-path: 'https://static2.sharepointonline.com/files/fabric/assets/fonts' !default; + +// Fallback fonts, if specified system or web fonts are unavailable. +$ms-font-family-fallbacks: -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default; + +// Language-specific font stacks. +$ms-font-family-arabic: 'Segoe UI Web (Arabic)', $ms-font-family-fallbacks !default; +$ms-font-family-chinese-simplified: 'Microsoft Yahei', Verdana, Simsun, $ms-font-family-fallbacks !default; +$ms-font-family-chinese-traditional: 'Microsoft Jhenghei', Pmingliu, $ms-font-family-fallbacks !default; +$ms-font-family-cyrillic: 'Segoe UI Web (Cyrillic)', $ms-font-family-fallbacks !default; +$ms-font-family-east-european: 'Segoe UI Web (East European)', $ms-font-family-fallbacks !default; +$ms-font-family-greek: 'Segoe UI Web (Greek)', $ms-font-family-fallbacks !default; +$ms-font-family-hebrew: 'Segoe UI Web (Hebrew)', $ms-font-family-fallbacks !default; +$ms-font-family-hindi: 'Nirmala UI', $ms-font-family-fallbacks !default; +$ms-font-family-japanese: 'Yu Gothic', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka, $ms-font-family-fallbacks !default; +$ms-font-family-korean: 'Malgun Gothic', Gulim, $ms-font-family-fallbacks !default; +$ms-font-family-lao: 'Leelawadee UI Web', 'Lao UI', DokChampa, $ms-font-family-fallbacks !default; +$ms-font-family-selawik: 'Selawik Web', $ms-font-family-fallbacks !default; +$ms-font-family-thai: 'Leelawadee UI Web', 'Kmer UI', $ms-font-family-fallbacks !default; +$ms-font-family-vietnamese: 'Segoe UI Web (Vietnamese)', $ms-font-family-fallbacks !default; +$ms-font-family-west-european: 'Segoe UI Web (West European)', $ms-font-family-fallbacks !default; + +// Weights +$ms-font-weight-light: 100 !default; +$ms-font-weight-semilight: 300 !default; +$ms-font-weight-regular: 400 !default; +$ms-font-weight-semibold: 600 !default; + +// Sizes +$ms-font-size-su: 42px !default; +$ms-font-size-xxl: 28px !default; +$ms-font-size-xl-plus: 24px !default; +$ms-font-size-xl: 21px !default; +$ms-font-size-l: 17px !default; +$ms-font-size-m-plus: 15px !default; +$ms-font-size-m: 14px !default; +$ms-font-size-s-plus: 13px !default; +$ms-font-size-s: 12px !default; +$ms-font-size-xs: 11px !default; +$ms-font-size-mi: 10px !default; diff --git a/dist/sass/variables/_General.Variables.scss b/dist/sass/variables/_General.Variables.scss new file mode 100644 index 000000000..53be12d3e --- /dev/null +++ b/dist/sass/variables/_General.Variables.scss @@ -0,0 +1,6 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Default focus border style. +$ms-focus-border-width: 1px; +$ms-focus-border-color: $ms-color-neutralSecondary; +$ms-focus-border-style: solid; diff --git a/dist/sass/variables/_Icon.Variables.scss b/dist/sass/variables/_Icon.Variables.scss new file mode 100644 index 000000000..ccfa32db5 --- /dev/null +++ b/dist/sass/variables/_Icon.Variables.scss @@ -0,0 +1,7 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Sizes +$ms-icon-size-xs: 10px; +$ms-icon-size-s: 12px; +$ms-icon-size-m: 16px; +$ms-icon-size-l: 20px; diff --git a/dist/sass/variables/_Responsive.Variables.scss b/dist/sass/variables/_Responsive.Variables.scss new file mode 100644 index 000000000..5cce6eb53 --- /dev/null +++ b/dist/sass/variables/_Responsive.Variables.scss @@ -0,0 +1,16 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Minimum widths for each breakpoint +$ms-screen-min-sm: 320px !default; +$ms-screen-min-md: 480px !default; +$ms-screen-min-lg: 640px !default; +$ms-screen-min-xl: 1024px !default; +$ms-screen-min-xxl: 1366px !default; +$ms-screen-min-xxxl: 1920px !default; + +// Maximum widths for each breakpoint +$ms-screen-max-sm: ($ms-screen-min-md - 1); +$ms-screen-max-md: ($ms-screen-min-lg - 1); +$ms-screen-max-lg: ($ms-screen-min-xl - 1); +$ms-screen-max-xl: ($ms-screen-min-xxl - 1); +$ms-screen-max-xxl: ($ms-screen-min-xxxl - 1); diff --git a/dist/sass/variables/_ZIndex.Variables.scss b/dist/sass/variables/_ZIndex.Variables.scss new file mode 100644 index 000000000..19561ea43 --- /dev/null +++ b/dist/sass/variables/_ZIndex.Variables.scss @@ -0,0 +1,14 @@ +// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. + +// Large ranges +$ms-zIndex-0: 0 !default; +$ms-zIndex-1: 100 !default; +$ms-zIndex-2: 200 !default; +$ms-zIndex-3: 300 !default; +$ms-zIndex-4: 400 !default; +$ms-zIndex-5: 500 !default; + +// Small ranges +$ms-zIndex-back: 0 !default; +$ms-zIndex-middle: 5 !default; +$ms-zIndex-front: 10 !default;