/*
https://res-1.cdn.office.net/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css
*/

/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
/**
 * Office UI Fabric Core 11.0.0
 * The front-end framework for building experiences for Office 365.
 **/
@charset 'UTF-8';

@-webkit-keyframes ms-motion-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ms-motion-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ms-motion-fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes ms-motion-fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes ms-motion-scaleDownIn {
    from {
        transform: scale3d(1.15,1.15,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@keyframes ms-motion-scaleDownIn {
    from {
        transform: scale3d(1.15,1.15,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes ms-motion-scaleDownOut {
    from {
        transform: scale3d(1,1,1)
    }

    to {
        transform: scale3d(.9,.9,1)
    }
}

@keyframes ms-motion-scaleDownOut {
    from {
        transform: scale3d(1,1,1)
    }

    to {
        transform: scale3d(.9,.9,1)
    }
}

@-webkit-keyframes ms-motion-slideLeftOut {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-48px,0,0)
    }
}

@keyframes ms-motion-slideLeftOut {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-48px,0,0)
    }
}

@-webkit-keyframes ms-motion-slideRightOut {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(48px,0,0)
    }
}

@keyframes ms-motion-slideRightOut {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(48px,0,0)
    }
}

@-webkit-keyframes ms-motion-slideLeftIn {
    from {
        transform: translate3d(48px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-motion-slideLeftIn {
    from {
        transform: translate3d(48px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-motion-slideRightIn {
    from {
        transform: translate3d(-48px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-motion-slideRightIn {
    from {
        transform: translate3d(-48px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-motion-slideUpOut {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-48px,0)
    }
}

@keyframes ms-motion-slideUpOut {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-48px,0)
    }
}

@-webkit-keyframes ms-motion-slideDownOut {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,48px,0)
    }
}

@keyframes ms-motion-slideDownOut {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,48px,0)
    }
}

@-webkit-keyframes ms-motion-slideUpIn {
    from {
        transform: translate3d(0,48px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-motion-slideUpIn {
    from {
        transform: translate3d(0,48px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-motion-slideDownIn {
    from {
        transform: translate3d(0,-48px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-motion-slideDownIn {
    from {
        transform: translate3d(0,-48px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.ms-motion-fadeIn {
    -webkit-animation: ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both
}

.ms-motion-fadeOut {
    -webkit-animation: ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both
}

.ms-motion-scaleDownIn {
    -webkit-animation: ms-motion-scaleDownIn .3s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-scaleDownIn .3s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both
}

.ms-motion-scaleDownOut {
    -webkit-animation: ms-motion-scaleDownOut .3s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-scaleDownOut .3s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both
}

[dir=ltr] .ms-motion-slideLeftOut {
    -webkit-animation: ms-motion-slideLeftOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideLeftOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both
}

[dir=rtl] .ms-motion-slideLeftOut {
    -webkit-animation: ms-motion-slideRightOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideRightOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both
}

[dir=ltr] .ms-motion-slideRightOut {
    -webkit-animation: ms-motion-slideRightOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideRightOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both
}

[dir=rtl] .ms-motion-slideRightOut {
    -webkit-animation: ms-motion-slideLeftOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideLeftOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both
}

[dir=ltr] .ms-motion-slideLeftIn {
    -webkit-animation: ms-motion-slideLeftIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideLeftIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both
}

[dir=rtl] .ms-motion-slideLeftIn {
    -webkit-animation: ms-motion-slideRightIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideRightIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both
}

[dir=ltr] .ms-motion-slideRightIn {
    -webkit-animation: ms-motion-slideRightIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideRightIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both
}

[dir=rtl] .ms-motion-slideRightIn {
    -webkit-animation: ms-motion-slideLeftIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideLeftIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both
}

.ms-motion-slideUpOut {
    -webkit-animation: ms-motion-slideUpOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideUpOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both
}

.ms-motion-slideDownOut {
    -webkit-animation: ms-motion-slideDownOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideDownOut .1s cubic-bezier(.9,.1,1,.2) both,ms-motion-fadeOut .1s cubic-bezier(0,0,1,1) both
}

.ms-motion-slideUpIn {
    -webkit-animation: ms-motion-slideUpIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideUpIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both
}

.ms-motion-slideDownIn {
    -webkit-animation: ms-motion-slideDownIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both;
    animation: ms-motion-slideDownIn .1s cubic-bezier(.1,.9,.2,1) both,ms-motion-fadeIn .1s cubic-bezier(0,0,1,1) both
}

@-webkit-keyframes ms-slideRightIn10 {
    from {
        transform: translate3d(-10px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideRightIn10 {
    from {
        transform: translate3d(-10px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideRightIn20 {
    from {
        transform: translate3d(-20px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideRightIn20 {
    from {
        transform: translate3d(-20px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideRightIn40 {
    from {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideRightIn40 {
    from {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideRightIn400 {
    from {
        transform: translate3d(-400px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideRightIn400 {
    from {
        transform: translate3d(-400px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideRightOut40 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(40px,0,0)
    }
}

@keyframes ms-slideRightOut40 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(40px,0,0)
    }
}

@-webkit-keyframes ms-slideRightOut400 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(400px,0,0)
    }
}

@keyframes ms-slideRightOut400 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(400px,0,0)
    }
}

@-webkit-keyframes ms-slideLeftIn10 {
    from {
        transform: translate3d(10px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideLeftIn10 {
    from {
        transform: translate3d(10px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideLeftIn20 {
    from {
        transform: translate3d(20px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideLeftIn20 {
    from {
        transform: translate3d(20px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideLeftIn40 {
    from {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideLeftIn40 {
    from {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideLeftIn400 {
    from {
        transform: translate3d(400px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideLeftIn400 {
    from {
        transform: translate3d(400px,0,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideLeftOut40 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-40px,0,0)
    }
}

@keyframes ms-slideLeftOut40 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-40px,0,0)
    }
}

@-webkit-keyframes ms-slideLeftOut400 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-400px,0,0)
    }
}

@keyframes ms-slideLeftOut400 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-400px,0,0)
    }
}

@-webkit-keyframes ms-slideUpIn10 {
    from {
        transform: translate3d(0,10px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideUpIn10 {
    from {
        transform: translate3d(0,10px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideUpIn20 {
    from {
        transform: translate3d(0,20px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideUpIn20 {
    from {
        transform: translate3d(0,20px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideDownIn10 {
    from {
        transform: translate3d(0,-10px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideDownIn10 {
    from {
        transform: translate3d(0,-10px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideDownIn20 {
    from {
        transform: translate3d(0,-20px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes ms-slideDownIn20 {
    from {
        transform: translate3d(0,-20px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes ms-slideUpOut10 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-10px,0)
    }
}

@keyframes ms-slideUpOut10 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-10px,0)
    }
}

@-webkit-keyframes ms-slideUpOut20 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-20px,0)
    }
}

@keyframes ms-slideUpOut20 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,-20px,0)
    }
}

@-webkit-keyframes ms-slideDownOut10 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,10px,0)
    }
}

@keyframes ms-slideDownOut10 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,10px,0)
    }
}

@-webkit-keyframes ms-slideDownOut20 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,20px,0)
    }
}

@keyframes ms-slideDownOut20 {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(0,20px,0)
    }
}

@-webkit-keyframes ms-scaleUp100 {
    from {
        transform: scale3d(.98,.98,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@keyframes ms-scaleUp100 {
    from {
        transform: scale3d(.98,.98,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes ms-scaleUp103 {
    from {
        transform: scale3d(1,1,1)
    }

    to {
        transform: scale3d(1.03,1.03,1)
    }
}

@keyframes ms-scaleUp103 {
    from {
        transform: scale3d(1,1,1)
    }

    to {
        transform: scale3d(1.03,1.03,1)
    }
}

@-webkit-keyframes ms-scaleDown98 {
    from {
        transform: scale3d(1,1,1)
    }

    to {
        transform: scale3d(.98,.98,1)
    }
}

@keyframes ms-scaleDown98 {
    from {
        transform: scale3d(1,1,1)
    }

    to {
        transform: scale3d(.98,.98,1)
    }
}

@-webkit-keyframes ms-scaleDown100 {
    from {
        transform: scale3d(1.03,1.03,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@keyframes ms-scaleDown100 {
    from {
        transform: scale3d(1.03,1.03,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes ms-fadeIn {
    from {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
        animation-timing-function: cubic-bezier(.1,.25,.75,.9)
    }

    to {
        opacity: 1
    }
}

@keyframes ms-fadeIn {
    from {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
        animation-timing-function: cubic-bezier(.1,.25,.75,.9)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ms-fadeOut {
    from {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
        animation-timing-function: cubic-bezier(.1,.25,.75,.9)
    }

    to {
        opacity: 0
    }
}

@keyframes ms-fadeOut {
    from {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
        animation-timing-function: cubic-bezier(.1,.25,.75,.9)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes ms-rotate90 {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(90deg)
    }
}

@keyframes ms-rotate90 {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(90deg)
    }
}

@-webkit-keyframes ms-rotateN90 {
    from {
        transform: rotateZ(90deg)
    }

    to {
        transform: rotateZ(0)
    }
}

@keyframes ms-rotateN90 {
    from {
        transform: rotateZ(90deg)
    }

    to {
        transform: rotateZ(0)
    }
}

[dir=ltr] .ms-slideRightIn10 {
    -webkit-animation-name: ms-fadeIn,ms-slideRightIn10;
    animation-name: ms-fadeIn,ms-slideRightIn10;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideRightIn10 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideRightIn10 {
    -webkit-animation-name: ms-fadeIn,ms-slideLeftIn10;
    animation-name: ms-fadeIn,ms-slideLeftIn10;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideRightIn10 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideRightIn20 {
    -webkit-animation-name: ms-fadeIn,ms-slideRightIn20;
    animation-name: ms-fadeIn,ms-slideRightIn20;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideRightIn20 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideRightIn20 {
    -webkit-animation-name: ms-fadeIn,ms-slideLeftIn20;
    animation-name: ms-fadeIn,ms-slideLeftIn20;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideRightIn20 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideRightIn40 {
    -webkit-animation-name: ms-fadeIn,ms-slideRightIn40;
    animation-name: ms-fadeIn,ms-slideRightIn40;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideRightIn40 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideRightIn40 {
    -webkit-animation-name: ms-fadeIn,ms-slideLeftIn40;
    animation-name: ms-fadeIn,ms-slideLeftIn40;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideRightIn40 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideRightIn400 {
    -webkit-animation-name: ms-fadeIn,ms-slideRightIn400;
    animation-name: ms-fadeIn,ms-slideRightIn400;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideRightIn400 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideRightIn400 {
    -webkit-animation-name: ms-fadeIn,ms-slideLeftIn400;
    animation-name: ms-fadeIn,ms-slideLeftIn400;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideRightIn400 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideRightOut40 {
    -webkit-animation-name: ms-fadeOut,ms-slideRightOut40;
    animation-name: ms-fadeOut,ms-slideRightOut40;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideRightOut40 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideRightOut40 {
    -webkit-animation-name: ms-fadeOut,ms-slideLeftOut40;
    animation-name: ms-fadeOut,ms-slideLeftOut40;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideRightOut40 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideRightOut400 {
    -webkit-animation-name: ms-fadeOut,ms-slideRightOut400;
    animation-name: ms-fadeOut,ms-slideRightOut400;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideRightOut400 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideRightOut400 {
    -webkit-animation-name: ms-fadeOut,ms-slideLeftOut400;
    animation-name: ms-fadeOut,ms-slideLeftOut400;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideRightOut400 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideLeftIn10 {
    -webkit-animation-name: ms-fadeIn,ms-slideLeftIn10;
    animation-name: ms-fadeIn,ms-slideLeftIn10;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideLeftIn10 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideLeftIn10 {
    -webkit-animation-name: ms-fadeIn,ms-slideRightIn10;
    animation-name: ms-fadeIn,ms-slideRightIn10;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideLeftIn10 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideLeftIn20 {
    -webkit-animation-name: ms-fadeIn,ms-slideLeftIn20;
    animation-name: ms-fadeIn,ms-slideLeftIn20;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideLeftIn20 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideLeftIn20 {
    -webkit-animation-name: ms-fadeIn,ms-slideRightIn20;
    animation-name: ms-fadeIn,ms-slideRightIn20;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideLeftIn20 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideLeftIn40 {
    -webkit-animation-name: ms-fadeIn,ms-slideLeftIn40;
    animation-name: ms-fadeIn,ms-slideLeftIn40;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideLeftIn40 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideLeftIn40 {
    -webkit-animation-name: ms-fadeIn,ms-slideRightIn40;
    animation-name: ms-fadeIn,ms-slideRightIn40;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideLeftIn40 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideLeftIn400 {
    -webkit-animation-name: ms-fadeIn,ms-slideLeftIn400;
    animation-name: ms-fadeIn,ms-slideLeftIn400;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideLeftIn400 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideLeftIn400 {
    -webkit-animation-name: ms-fadeIn,ms-slideRightIn400;
    animation-name: ms-fadeIn,ms-slideRightIn400;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideLeftIn400 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideLeftOut40 {
    -webkit-animation-name: ms-fadeOut,ms-slideLeftOut40;
    animation-name: ms-fadeOut,ms-slideLeftOut40;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideLeftOut40 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideLeftOut40 {
    -webkit-animation-name: ms-fadeOut,ms-slideRightOut40;
    animation-name: ms-fadeOut,ms-slideRightOut40;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideLeftOut40 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-slideLeftOut400 {
    -webkit-animation-name: ms-fadeOut,ms-slideLeftOut400;
    animation-name: ms-fadeOut,ms-slideLeftOut400;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-slideLeftOut400 {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-slideLeftOut400 {
    -webkit-animation-name: ms-fadeOut,ms-slideRightOut400;
    animation-name: ms-fadeOut,ms-slideRightOut400;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-slideLeftOut400 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-slideUpIn10 {
    -webkit-animation-name: ms-fadeIn,ms-slideUpIn10;
    animation-name: ms-fadeIn,ms-slideUpIn10;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-slideUpIn10 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-slideUpIn20 {
    -webkit-animation-name: ms-fadeIn,ms-slideUpIn20;
    animation-name: ms-fadeIn,ms-slideUpIn20;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-slideUpIn20 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-slideDownIn10 {
    -webkit-animation-name: ms-fadeIn,ms-slideDownIn10;
    animation-name: ms-fadeIn,ms-slideDownIn10;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-slideDownIn10 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-slideDownIn20 {
    -webkit-animation-name: ms-fadeIn,ms-slideDownIn20;
    animation-name: ms-fadeIn,ms-slideDownIn20;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-slideDownIn20 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-slideUpOut10 {
    -webkit-animation-name: ms-fadeOut,ms-slideUpOut10;
    animation-name: ms-fadeOut,ms-slideUpOut10;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-slideUpOut10 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-slideUpOut20 {
    -webkit-animation-name: ms-fadeOut,ms-slideUpOut20;
    animation-name: ms-fadeOut,ms-slideUpOut20;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-slideUpOut20 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-slideDownOut10 {
    -webkit-animation-name: ms-fadeOut,ms-slideDownOut10;
    animation-name: ms-fadeOut,ms-slideDownOut10;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-slideDownOut10 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-slideDownOut20 {
    -webkit-animation-name: ms-fadeOut,ms-slideDownOut20;
    animation-name: ms-fadeOut,ms-slideDownOut20;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-slideDownOut20 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-scaleUpIn100 {
    -webkit-animation-name: ms-fadeIn,ms-scaleUp100;
    animation-name: ms-fadeIn,ms-scaleUp100;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-scaleUpIn100 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-scaleUpOut103 {
    -webkit-animation-name: ms-fadeOut,ms-scaleUp103;
    animation-name: ms-fadeOut,ms-scaleUp103;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-scaleUpOut103 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-scaleDownOut98 {
    -webkit-animation-name: ms-fadeOut,ms-scaleDown98;
    animation-name: ms-fadeOut,ms-scaleDown98;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-scaleDownOut98 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-scaleDownIn100 {
    -webkit-animation-name: ms-fadeIn,ms-scaleDown100;
    animation-name: ms-fadeIn,ms-scaleDown100;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-scaleDownIn100 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-fadeIn100 {
    -webkit-animation-name: ms-fadeIn;
    animation-name: ms-fadeIn;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-fadeIn100 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-fadeIn200 {
    -webkit-animation-name: ms-fadeIn;
    animation-name: ms-fadeIn;
    -webkit-animation-duration: 267ms;
    animation-duration: 267ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-fadeIn200 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-fadeIn400 {
    -webkit-animation-name: ms-fadeIn;
    animation-name: ms-fadeIn;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-fadeIn400 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-fadeIn500 {
    -webkit-animation-name: ms-fadeIn;
    animation-name: ms-fadeIn;
    -webkit-animation-duration: 467ms;
    animation-duration: 467ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-fadeIn500 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-fadeOut100 {
    -webkit-animation-name: ms-fadeOut;
    animation-name: ms-fadeOut;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-fadeOut100 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-fadeOut200 {
    -webkit-animation-name: ms-fadeOut;
    animation-name: ms-fadeOut;
    -webkit-animation-duration: 167ms;
    animation-duration: 167ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-fadeOut200 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-fadeOut400 {
    -webkit-animation-name: ms-fadeOut;
    animation-name: ms-fadeOut;
    -webkit-animation-duration: 367ms;
    animation-duration: 367ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-fadeOut400 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-fadeOut500 {
    -webkit-animation-name: ms-fadeOut;
    animation-name: ms-fadeOut;
    -webkit-animation-duration: 467ms;
    animation-duration: 467ms;
    -webkit-animation-timing-function: cubic-bezier(.1,.9,.2,1);
    animation-timing-function: cubic-bezier(.1,.9,.2,1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    .ms-fadeOut500 {
        -webkit-animation: none;
        animation: none
    }
}

.ms-expandCollapse100 {
    transition: height .1s cubic-bezier(.1,.25,.75,.9)
}

@media (prefers-reduced-motion:reduce) {
    .ms-expandCollapse100 {
        transition: none
    }
}

.ms-expandCollapse200 {
    transition: height 167ms cubic-bezier(.1,.25,.75,.9)
}

@media (prefers-reduced-motion:reduce) {
    .ms-expandCollapse200 {
        transition: none
    }
}

.ms-expandCollapse400 {
    transition: height 367ms cubic-bezier(.1,.25,.75,.9)
}

@media (prefers-reduced-motion:reduce) {
    .ms-expandCollapse400 {
        transition: none
    }
}

.ms-delay100 {
    -webkit-animation-delay: 167ms;
    animation-delay: 167ms
}

.ms-delay200 {
    -webkit-animation-delay: 267ms;
    animation-delay: 267ms
}

[dir=ltr] .ms-rotate90deg {
    -webkit-animation-name: ms-rotate90;
    animation-name: ms-rotate90;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-rotate90deg {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-rotate90deg {
    -webkit-animation-name: ms-rotateN90;
    animation-name: ms-rotateN90;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-rotate90deg {
        -webkit-animation: none;
        animation: none
    }
}

[dir=ltr] .ms-rotateN90deg {
    -webkit-animation-name: ms-rotateN90;
    animation-name: ms-rotateN90;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=ltr] .ms-rotateN90deg {
        -webkit-animation: none;
        animation: none
    }
}

[dir=rtl] .ms-rotateN90deg {
    -webkit-animation-name: ms-rotate90;
    animation-name: ms-rotate90;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    animation-timing-function: cubic-bezier(.1,.25,.75,.9);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce) {
    [dir=rtl] .ms-rotateN90deg {
        -webkit-animation: none;
        animation: none
    }
}

.ms-BrandIcon--access.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/access_16x1.png)
}

.ms-BrandIcon--access.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/access_48x1.png)
}

.ms-BrandIcon--access.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/access_96x1.png)
}

.ms-BrandIcon--excel.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_16x1.png)
}

.ms-BrandIcon--excel.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_48x1.png)
}

.ms-BrandIcon--excel.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_96x1.png)
}

.ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_16x1.png)
}

.ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_48x1.png)
}

.ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_96x1.png)
}

.ms-BrandIcon--office.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_16x1.png)
}

.ms-BrandIcon--office.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_48x1.png)
}

.ms-BrandIcon--office.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_96x1.png)
}

.ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_16x1.png)
}

.ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_48x1.png)
}

.ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_96x1.png)
}

.ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_16x1.png)
}

.ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_48x1.png)
}

.ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_96x1.png)
}

.ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_16x1.png)
}

.ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_48x1.png)
}

.ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_96x1.png)
}

.ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_16x1.png)
}

.ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_48x1.png)
}

.ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_96x1.png)
}

.ms-BrandIcon--project.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_16x1.png)
}

.ms-BrandIcon--project.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_48x1.png)
}

.ms-BrandIcon--project.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_96x1.png)
}

.ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_16x1.png)
}

.ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_48x1.png)
}

.ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_96x1.png)
}

.ms-BrandIcon--teams.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_16x1.png)
}

.ms-BrandIcon--teams.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_48x1.png)
}

.ms-BrandIcon--teams.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_96x1.png)
}

.ms-BrandIcon--visio.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_16x1.png)
}

.ms-BrandIcon--visio.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_48x1.png)
}

.ms-BrandIcon--visio.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_96x1.png)
}

.ms-BrandIcon--word.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_16x1.png)
}

.ms-BrandIcon--word.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_48x1.png)
}

.ms-BrandIcon--word.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_96x1.png)
}

.ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/accdb.png)
}

.ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/accdb.png)
}

.ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/accdb.png)
}

.ms-BrandIcon--archive.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/archive.png)
}

.ms-BrandIcon--archive.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/archive.png)
}

.ms-BrandIcon--archive.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/archive.png)
}

.ms-BrandIcon--audio.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/audio.png)
}

.ms-BrandIcon--audio.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/audio.png)
}

.ms-BrandIcon--audio.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/audio.png)
}

.ms-BrandIcon--code.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/code.png)
}

.ms-BrandIcon--code.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/code.png)
}

.ms-BrandIcon--code.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/code.png)
}

.ms-BrandIcon--csv.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/csv.png)
}

.ms-BrandIcon--csv.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/csv.png)
}

.ms-BrandIcon--csv.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/csv.png)
}

.ms-BrandIcon--docset.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/docset.png)
}

.ms-BrandIcon--docset.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/docset.png)
}

.ms-BrandIcon--docset.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/docset.png)
}

.ms-BrandIcon--docx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/docx.png)
}

.ms-BrandIcon--docx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/docx.png)
}

.ms-BrandIcon--docx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/docx.png)
}

.ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/dotx.png)
}

.ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/dotx.png)
}

.ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/dotx.png)
}

.ms-BrandIcon--email.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/email.png)
}

.ms-BrandIcon--email.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/email.png)
}

.ms-BrandIcon--email.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/email.png)
}

.ms-BrandIcon--exe.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/exe.png)
}

.ms-BrandIcon--exe.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/exe.png)
}

.ms-BrandIcon--exe.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/exe.png)
}

.ms-BrandIcon--folder.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/folder.png)
}

.ms-BrandIcon--folder.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/folder.png)
}

.ms-BrandIcon--folder.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/folder.png)
}

.ms-BrandIcon--font.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/font.png)
}

.ms-BrandIcon--font.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/font.png)
}

.ms-BrandIcon--font.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/font.png)
}

.ms-BrandIcon--genericfile.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/genericfile.png)
}

.ms-BrandIcon--genericfile.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/genericfile.png)
}

.ms-BrandIcon--genericfile.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/genericfile.png)
}

.ms-BrandIcon--html.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/html.png)
}

.ms-BrandIcon--html.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/html.png)
}

.ms-BrandIcon--html.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/html.png)
}

.ms-BrandIcon--link.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/link.png)
}

.ms-BrandIcon--link.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/link.png)
}

.ms-BrandIcon--link.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/link.png)
}

.ms-BrandIcon--listitem.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/listitem.png)
}

.ms-BrandIcon--listitem.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/listitem.png)
}

.ms-BrandIcon--listitem.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/listitem.png)
}

.ms-BrandIcon--model.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/model.png)
}

.ms-BrandIcon--model.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/model.png)
}

.ms-BrandIcon--model.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/model.png)
}

.ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/mpp.png)
}

.ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/mpp.png)
}

.ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/mpp.png)
}

.ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/mpt.png)
}

.ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/mpt.png)
}

.ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/mpt.png)
}

.ms-BrandIcon--odp.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/odp.png)
}

.ms-BrandIcon--odp.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/odp.png)
}

.ms-BrandIcon--odp.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/odp.png)
}

.ms-BrandIcon--ods.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/ods.png)
}

.ms-BrandIcon--ods.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/ods.png)
}

.ms-BrandIcon--ods.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/ods.png)
}

.ms-BrandIcon--odt.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/odt.png)
}

.ms-BrandIcon--odt.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/odt.png)
}

.ms-BrandIcon--odt.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/odt.png)
}

.ms-BrandIcon--one.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/one.png)
}

.ms-BrandIcon--one.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/one.png)
}

.ms-BrandIcon--one.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/one.png)
}

.ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/onetoc.png)
}

.ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/onetoc.png)
}

.ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/onetoc.png)
}

.ms-BrandIcon--pdf.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/pdf.png)
}

.ms-BrandIcon--pdf.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/pdf.png)
}

.ms-BrandIcon--pdf.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/pdf.png)
}

.ms-BrandIcon--photo.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/photo.png)
}

.ms-BrandIcon--photo.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/photo.png)
}

.ms-BrandIcon--photo.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/photo.png)
}

.ms-BrandIcon--potx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/potx.png)
}

.ms-BrandIcon--potx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/potx.png)
}

.ms-BrandIcon--potx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/potx.png)
}

.ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/ppsx.png)
}

.ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/ppsx.png)
}

.ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/ppsx.png)
}

.ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/pptx.png)
}

.ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/pptx.png)
}

.ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/pptx.png)
}

.ms-BrandIcon--pub.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/pub.png)
}

.ms-BrandIcon--pub.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/pub.png)
}

.ms-BrandIcon--pub.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/pub.png)
}

.ms-BrandIcon--rtf.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/rtf.png)
}

.ms-BrandIcon--rtf.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/rtf.png)
}

.ms-BrandIcon--rtf.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/rtf.png)
}

.ms-BrandIcon--sharedfolder.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/sharedfolder.png)
}

.ms-BrandIcon--sharedfolder.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/sharedfolder.png)
}

.ms-BrandIcon--sharedfolder.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/sharedfolder.png)
}

.ms-BrandIcon--spo.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/spo.png)
}

.ms-BrandIcon--spo.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/spo.png)
}

.ms-BrandIcon--spo.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/spo.png)
}

.ms-BrandIcon--sysfile.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/sysfile.png)
}

.ms-BrandIcon--sysfile.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/sysfile.png)
}

.ms-BrandIcon--sysfile.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/sysfile.png)
}

.ms-BrandIcon--txt.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/txt.png)
}

.ms-BrandIcon--txt.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/txt.png)
}

.ms-BrandIcon--txt.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/txt.png)
}

.ms-BrandIcon--vector.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/vector.png)
}

.ms-BrandIcon--vector.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/vector.png)
}

.ms-BrandIcon--vector.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/vector.png)
}

.ms-BrandIcon--video.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/video.png)
}

.ms-BrandIcon--video.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/video.png)
}

.ms-BrandIcon--video.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/video.png)
}

.ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/vsdx.png)
}

.ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/vsdx.png)
}

.ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/vsdx.png)
}

.ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/vssx.png)
}

.ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/vssx.png)
}

.ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/vssx.png)
}

.ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/vstx.png)
}

.ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/vstx.png)
}

.ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/vstx.png)
}

.ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/xlsx.png)
}

.ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/xlsx.png)
}

.ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/xlsx.png)
}

.ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/xltx.png)
}

.ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/xltx.png)
}

.ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/xltx.png)
}

.ms-BrandIcon--xml.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/xml.png)
}

.ms-BrandIcon--xml.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/xml.png)
}

.ms-BrandIcon--xml.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/xml.png)
}

.ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/xsn.png)
}

.ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/xsn.png)
}

.ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/xsn.png)
}

.ms-BrandIcon--zip.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/zip.png)
}

.ms-BrandIcon--zip.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/zip.png)
}

.ms-BrandIcon--zip.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/zip.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(/css/fabric/assets/brand-icons/product-fluent/png/access_16x1_5.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/access_48x1_5.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/access_96x1_5.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_16x1_5.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_48x1_5.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_96x1_5.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_16x1_5.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_48x1_5.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_96x1_5.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_16x1_5.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_48x1_5.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_96x1_5.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_16x1_5.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_48x1_5.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_96x1_5.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_16x1_5.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_48x1_5.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_96x1_5.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_16x1_5.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_48x1_5.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_96x1_5.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_16x1_5.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_48x1_5.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_96x1_5.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_16x1_5.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_48x1_5.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_96x1_5.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_16x1_5.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_48x1_5.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_96x1_5.png)
    }

    .ms-BrandIcon--teams.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_16x1_5.png)
    }

    .ms-BrandIcon--teams.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_48x1_5.png)
    }

    .ms-BrandIcon--teams.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_96x1_5.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_16x1_5.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_48x1_5.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_96x1_5.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_16x1_5.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_48x1_5.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_96x1_5.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/accdb.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/accdb.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/accdb.png)
    }

    .ms-BrandIcon--archive.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/archive.png)
    }

    .ms-BrandIcon--archive.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/archive.png)
    }

    .ms-BrandIcon--archive.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/archive.png)
    }

    .ms-BrandIcon--audio.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/audio.png)
    }

    .ms-BrandIcon--audio.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/audio.png)
    }

    .ms-BrandIcon--audio.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/audio.png)
    }

    .ms-BrandIcon--code.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/code.png)
    }

    .ms-BrandIcon--code.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/code.png)
    }

    .ms-BrandIcon--code.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/code.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/csv.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/csv.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/csv.png)
    }

    .ms-BrandIcon--docset.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/docset.png)
    }

    .ms-BrandIcon--docset.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/docset.png)
    }

    .ms-BrandIcon--docset.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/docset.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/docx.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/docx.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/docx.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/dotx.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/dotx.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/dotx.png)
    }

    .ms-BrandIcon--email.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/email.png)
    }

    .ms-BrandIcon--email.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/email.png)
    }

    .ms-BrandIcon--email.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/email.png)
    }

    .ms-BrandIcon--exe.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/exe.png)
    }

    .ms-BrandIcon--exe.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/exe.png)
    }

    .ms-BrandIcon--exe.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/exe.png)
    }

    .ms-BrandIcon--folder.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/folder.png)
    }

    .ms-BrandIcon--folder.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/folder.png)
    }

    .ms-BrandIcon--folder.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/folder.png)
    }

    .ms-BrandIcon--font.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/font.png)
    }

    .ms-BrandIcon--font.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/font.png)
    }

    .ms-BrandIcon--font.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/font.png)
    }

    .ms-BrandIcon--genericfile.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/genericfile.png)
    }

    .ms-BrandIcon--genericfile.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/genericfile.png)
    }

    .ms-BrandIcon--genericfile.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/genericfile.png)
    }

    .ms-BrandIcon--html.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/html.png)
    }

    .ms-BrandIcon--html.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/html.png)
    }

    .ms-BrandIcon--html.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/html.png)
    }

    .ms-BrandIcon--link.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/link.png)
    }

    .ms-BrandIcon--link.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/link.png)
    }

    .ms-BrandIcon--link.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/link.png)
    }

    .ms-BrandIcon--listitem.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/listitem.png)
    }

    .ms-BrandIcon--listitem.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/listitem.png)
    }

    .ms-BrandIcon--listitem.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/listitem.png)
    }

    .ms-BrandIcon--model.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/model.png)
    }

    .ms-BrandIcon--model.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/model.png)
    }

    .ms-BrandIcon--model.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/model.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/mpp.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/mpp.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/mpp.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/mpt.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/mpt.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/mpt.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/odp.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/odp.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/odp.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/ods.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/ods.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/ods.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/odt.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/odt.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/odt.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/one.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/one.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/one.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/onetoc.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/onetoc.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/onetoc.png)
    }

    .ms-BrandIcon--pdf.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/pdf.png)
    }

    .ms-BrandIcon--pdf.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/pdf.png)
    }

    .ms-BrandIcon--pdf.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/pdf.png)
    }

    .ms-BrandIcon--photo.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/photo.png)
    }

    .ms-BrandIcon--photo.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/photo.png)
    }

    .ms-BrandIcon--photo.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/photo.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/potx.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/potx.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/potx.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/ppsx.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/ppsx.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/ppsx.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/pptx.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/pptx.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/pptx.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/pub.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/pub.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/pub.png)
    }

    .ms-BrandIcon--rtf.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/rtf.png)
    }

    .ms-BrandIcon--rtf.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/rtf.png)
    }

    .ms-BrandIcon--rtf.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/rtf.png)
    }

    .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/sharedfolder.png)
    }

    .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/sharedfolder.png)
    }

    .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/sharedfolder.png)
    }

    .ms-BrandIcon--spo.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/spo.png)
    }

    .ms-BrandIcon--spo.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/spo.png)
    }

    .ms-BrandIcon--spo.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/spo.png)
    }

    .ms-BrandIcon--sysfile.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/sysfile.png)
    }

    .ms-BrandIcon--sysfile.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/sysfile.png)
    }

    .ms-BrandIcon--sysfile.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/sysfile.png)
    }

    .ms-BrandIcon--txt.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/txt.png)
    }

    .ms-BrandIcon--txt.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/txt.png)
    }

    .ms-BrandIcon--txt.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/txt.png)
    }

    .ms-BrandIcon--vector.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/vector.png)
    }

    .ms-BrandIcon--vector.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/vector.png)
    }

    .ms-BrandIcon--vector.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/vector.png)
    }

    .ms-BrandIcon--video.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/video.png)
    }

    .ms-BrandIcon--video.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/video.png)
    }

    .ms-BrandIcon--video.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/video.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/vsdx.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/vsdx.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/vsdx.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/vssx.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/vssx.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/vssx.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/vstx.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/vstx.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/vstx.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/xlsx.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/xlsx.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/xlsx.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/xltx.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/xltx.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/xltx.png)
    }

    .ms-BrandIcon--xml.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/xml.png)
    }

    .ms-BrandIcon--xml.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/xml.png)
    }

    .ms-BrandIcon--xml.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/xml.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/xsn.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/xsn.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/xsn.png)
    }

    .ms-BrandIcon--zip.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/zip.png)
    }

    .ms-BrandIcon--zip.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/zip.png)
    }

    .ms-BrandIcon--zip.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/zip.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(/css/fabric/assets/brand-icons/product-fluent/png/access_16x2.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/access_48x2.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/access_96x2.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_16x2.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_48x2.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_96x2.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_16x2.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_48x2.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_96x2.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_16x2.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_48x2.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_96x2.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_16x2.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_48x2.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_96x2.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_16x2.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_48x2.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_96x2.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_16x2.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_48x2.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_96x2.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_16x2.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_48x2.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_96x2.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_16x2.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_48x2.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_96x2.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_16x2.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_48x2.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_96x2.png)
    }

    .ms-BrandIcon--teams.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_16x2.png)
    }

    .ms-BrandIcon--teams.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_48x2.png)
    }

    .ms-BrandIcon--teams.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_96x2.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_16x2.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_48x2.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_96x2.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_16x2.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_48x2.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_96x2.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/accdb.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/accdb.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/accdb.png)
    }

    .ms-BrandIcon--archive.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/archive.png)
    }

    .ms-BrandIcon--archive.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/archive.png)
    }

    .ms-BrandIcon--archive.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/archive.png)
    }

    .ms-BrandIcon--audio.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/audio.png)
    }

    .ms-BrandIcon--audio.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/audio.png)
    }

    .ms-BrandIcon--audio.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/audio.png)
    }

    .ms-BrandIcon--code.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/code.png)
    }

    .ms-BrandIcon--code.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/code.png)
    }

    .ms-BrandIcon--code.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/code.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/csv.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/csv.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/csv.png)
    }

    .ms-BrandIcon--docset.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/docset.png)
    }

    .ms-BrandIcon--docset.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/docset.png)
    }

    .ms-BrandIcon--docset.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/docset.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/docx.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/docx.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/docx.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/dotx.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/dotx.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/dotx.png)
    }

    .ms-BrandIcon--email.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/email.png)
    }

    .ms-BrandIcon--email.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/email.png)
    }

    .ms-BrandIcon--email.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/email.png)
    }

    .ms-BrandIcon--exe.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/exe.png)
    }

    .ms-BrandIcon--exe.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/exe.png)
    }

    .ms-BrandIcon--exe.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/exe.png)
    }

    .ms-BrandIcon--folder.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/folder.png)
    }

    .ms-BrandIcon--folder.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/folder.png)
    }

    .ms-BrandIcon--folder.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/folder.png)
    }

    .ms-BrandIcon--font.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/font.png)
    }

    .ms-BrandIcon--font.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/font.png)
    }

    .ms-BrandIcon--font.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/font.png)
    }

    .ms-BrandIcon--genericfile.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/genericfile.png)
    }

    .ms-BrandIcon--genericfile.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/genericfile.png)
    }

    .ms-BrandIcon--genericfile.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/genericfile.png)
    }

    .ms-BrandIcon--html.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/html.png)
    }

    .ms-BrandIcon--html.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/html.png)
    }

    .ms-BrandIcon--html.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/html.png)
    }

    .ms-BrandIcon--link.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/link.png)
    }

    .ms-BrandIcon--link.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/link.png)
    }

    .ms-BrandIcon--link.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/link.png)
    }

    .ms-BrandIcon--listitem.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/listitem.png)
    }

    .ms-BrandIcon--listitem.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/listitem.png)
    }

    .ms-BrandIcon--listitem.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/listitem.png)
    }

    .ms-BrandIcon--model.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/model.png)
    }

    .ms-BrandIcon--model.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/model.png)
    }

    .ms-BrandIcon--model.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/model.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/mpp.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/mpp.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/mpp.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/mpt.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/mpt.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/mpt.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/odp.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/odp.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/odp.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/ods.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/ods.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/ods.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/odt.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/odt.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/odt.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/one.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/one.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/one.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/onetoc.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/onetoc.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/onetoc.png)
    }

    .ms-BrandIcon--pdf.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/pdf.png)
    }

    .ms-BrandIcon--pdf.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/pdf.png)
    }

    .ms-BrandIcon--pdf.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/pdf.png)
    }

    .ms-BrandIcon--photo.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/photo.png)
    }

    .ms-BrandIcon--photo.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/photo.png)
    }

    .ms-BrandIcon--photo.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/photo.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/potx.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/potx.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/potx.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/ppsx.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/ppsx.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/ppsx.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/pptx.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/pptx.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/pptx.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/pub.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/pub.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/pub.png)
    }

    .ms-BrandIcon--rtf.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/rtf.png)
    }

    .ms-BrandIcon--rtf.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/rtf.png)
    }

    .ms-BrandIcon--rtf.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/rtf.png)
    }

    .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/sharedfolder.png)
    }

    .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/sharedfolder.png)
    }

    .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/sharedfolder.png)
    }

    .ms-BrandIcon--spo.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/spo.png)
    }

    .ms-BrandIcon--spo.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/spo.png)
    }

    .ms-BrandIcon--spo.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/spo.png)
    }

    .ms-BrandIcon--sysfile.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/sysfile.png)
    }

    .ms-BrandIcon--sysfile.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/sysfile.png)
    }

    .ms-BrandIcon--sysfile.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/sysfile.png)
    }

    .ms-BrandIcon--txt.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/txt.png)
    }

    .ms-BrandIcon--txt.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/txt.png)
    }

    .ms-BrandIcon--txt.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/txt.png)
    }

    .ms-BrandIcon--vector.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/vector.png)
    }

    .ms-BrandIcon--vector.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/vector.png)
    }

    .ms-BrandIcon--vector.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/vector.png)
    }

    .ms-BrandIcon--video.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/video.png)
    }

    .ms-BrandIcon--video.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/video.png)
    }

    .ms-BrandIcon--video.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/video.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/vsdx.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/vsdx.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/vsdx.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/vssx.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/vssx.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/vssx.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/vstx.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/vstx.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/vstx.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/xlsx.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/xlsx.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/xlsx.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/xltx.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/xltx.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/xltx.png)
    }

    .ms-BrandIcon--xml.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/xml.png)
    }

    .ms-BrandIcon--xml.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/xml.png)
    }

    .ms-BrandIcon--xml.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/xml.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/xsn.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/xsn.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/xsn.png)
    }

    .ms-BrandIcon--zip.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/zip.png)
    }

    .ms-BrandIcon--zip.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/zip.png)
    }

    .ms-BrandIcon--zip.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/zip.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(/css/fabric/assets/brand-icons/product-fluent/png/access_16x3.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/access_48x3.png)
    }

    .ms-BrandIcon--access.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/access_96x3.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_16x3.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_48x3.png)
    }

    .ms-BrandIcon--excel.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/excel_96x3.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_16x3.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_48x3.png)
    }

    .ms-BrandIcon--infopath.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/infopath_96x3.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_16x3.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_48x3.png)
    }

    .ms-BrandIcon--office.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/office_96x3.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_16x3.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_48x3.png)
    }

    .ms-BrandIcon--onedrive.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onedrive_96x3.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_16x3.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_48x3.png)
    }

    .ms-BrandIcon--onenote.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/onenote_96x3.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_16x3.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_48x3.png)
    }

    .ms-BrandIcon--outlook.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/outlook_96x3.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_16x3.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_48x3.png)
    }

    .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/powerpoint_96x3.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_16x3.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_48x3.png)
    }

    .ms-BrandIcon--project.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/project_96x3.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_16x3.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_48x3.png)
    }

    .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/sharepoint_96x3.png)
    }

    .ms-BrandIcon--teams.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_16x3.png)
    }

    .ms-BrandIcon--teams.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_48x3.png)
    }

    .ms-BrandIcon--teams.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/teams_96x3.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_16x3.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_48x3.png)
    }

    .ms-BrandIcon--visio.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/visio_96x3.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_16x3.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_48x3.png)
    }

    .ms-BrandIcon--word.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/brand-icons/product-fluent/png/word_96x3.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/accdb.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/accdb.png)
    }

    .ms-BrandIcon--accdb.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/accdb.png)
    }

    .ms-BrandIcon--archive.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/archive.png)
    }

    .ms-BrandIcon--archive.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/archive.png)
    }

    .ms-BrandIcon--archive.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/archive.png)
    }

    .ms-BrandIcon--audio.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/audio.png)
    }

    .ms-BrandIcon--audio.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/audio.png)
    }

    .ms-BrandIcon--audio.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/audio.png)
    }

    .ms-BrandIcon--code.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/code.png)
    }

    .ms-BrandIcon--code.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/code.png)
    }

    .ms-BrandIcon--code.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/code.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/csv.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/csv.png)
    }

    .ms-BrandIcon--csv.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/csv.png)
    }

    .ms-BrandIcon--docset.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/docset.png)
    }

    .ms-BrandIcon--docset.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/docset.png)
    }

    .ms-BrandIcon--docset.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/docset.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/docx.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/docx.png)
    }

    .ms-BrandIcon--docx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/docx.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/dotx.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/dotx.png)
    }

    .ms-BrandIcon--dotx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/dotx.png)
    }

    .ms-BrandIcon--email.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/email.png)
    }

    .ms-BrandIcon--email.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/email.png)
    }

    .ms-BrandIcon--email.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/email.png)
    }

    .ms-BrandIcon--exe.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/exe.png)
    }

    .ms-BrandIcon--exe.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/exe.png)
    }

    .ms-BrandIcon--exe.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/exe.png)
    }

    .ms-BrandIcon--folder.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/folder.png)
    }

    .ms-BrandIcon--folder.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/folder.png)
    }

    .ms-BrandIcon--folder.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/folder.png)
    }

    .ms-BrandIcon--font.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/font.png)
    }

    .ms-BrandIcon--font.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/font.png)
    }

    .ms-BrandIcon--font.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/font.png)
    }

    .ms-BrandIcon--genericfile.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/genericfile.png)
    }

    .ms-BrandIcon--genericfile.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/genericfile.png)
    }

    .ms-BrandIcon--genericfile.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/genericfile.png)
    }

    .ms-BrandIcon--html.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/html.png)
    }

    .ms-BrandIcon--html.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/html.png)
    }

    .ms-BrandIcon--html.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/html.png)
    }

    .ms-BrandIcon--link.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/link.png)
    }

    .ms-BrandIcon--link.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/link.png)
    }

    .ms-BrandIcon--link.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/link.png)
    }

    .ms-BrandIcon--listitem.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/listitem.png)
    }

    .ms-BrandIcon--listitem.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/listitem.png)
    }

    .ms-BrandIcon--listitem.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/listitem.png)
    }

    .ms-BrandIcon--model.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/model.png)
    }

    .ms-BrandIcon--model.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/model.png)
    }

    .ms-BrandIcon--model.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/model.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/mpp.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/mpp.png)
    }

    .ms-BrandIcon--mpp.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/mpp.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/mpt.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/mpt.png)
    }

    .ms-BrandIcon--mpt.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/mpt.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/odp.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/odp.png)
    }

    .ms-BrandIcon--odp.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/odp.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/ods.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/ods.png)
    }

    .ms-BrandIcon--ods.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/ods.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/odt.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/odt.png)
    }

    .ms-BrandIcon--odt.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/odt.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/one.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/one.png)
    }

    .ms-BrandIcon--one.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/one.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/onetoc.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/onetoc.png)
    }

    .ms-BrandIcon--onetoc.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/onetoc.png)
    }

    .ms-BrandIcon--pdf.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/pdf.png)
    }

    .ms-BrandIcon--pdf.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/pdf.png)
    }

    .ms-BrandIcon--pdf.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/pdf.png)
    }

    .ms-BrandIcon--photo.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/photo.png)
    }

    .ms-BrandIcon--photo.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/photo.png)
    }

    .ms-BrandIcon--photo.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/photo.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/potx.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/potx.png)
    }

    .ms-BrandIcon--potx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/potx.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/ppsx.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/ppsx.png)
    }

    .ms-BrandIcon--ppsx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/ppsx.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/pptx.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/pptx.png)
    }

    .ms-BrandIcon--pptx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/pptx.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/pub.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/pub.png)
    }

    .ms-BrandIcon--pub.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/pub.png)
    }

    .ms-BrandIcon--rtf.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/rtf.png)
    }

    .ms-BrandIcon--rtf.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/rtf.png)
    }

    .ms-BrandIcon--rtf.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/rtf.png)
    }

    .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/sharedfolder.png)
    }

    .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/sharedfolder.png)
    }

    .ms-BrandIcon--sharedfolder.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/sharedfolder.png)
    }

    .ms-BrandIcon--spo.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/spo.png)
    }

    .ms-BrandIcon--spo.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/spo.png)
    }

    .ms-BrandIcon--spo.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/spo.png)
    }

    .ms-BrandIcon--sysfile.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/sysfile.png)
    }

    .ms-BrandIcon--sysfile.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/sysfile.png)
    }

    .ms-BrandIcon--sysfile.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/sysfile.png)
    }

    .ms-BrandIcon--txt.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/txt.png)
    }

    .ms-BrandIcon--txt.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/txt.png)
    }

    .ms-BrandIcon--txt.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/txt.png)
    }

    .ms-BrandIcon--vector.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/vector.png)
    }

    .ms-BrandIcon--vector.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/vector.png)
    }

    .ms-BrandIcon--vector.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/vector.png)
    }

    .ms-BrandIcon--video.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/video.png)
    }

    .ms-BrandIcon--video.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/video.png)
    }

    .ms-BrandIcon--video.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/video.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/vsdx.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/vsdx.png)
    }

    .ms-BrandIcon--vsdx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/vsdx.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/vssx.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/vssx.png)
    }

    .ms-BrandIcon--vssx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/vssx.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/vstx.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/vstx.png)
    }

    .ms-BrandIcon--vstx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/vstx.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/xlsx.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/xlsx.png)
    }

    .ms-BrandIcon--xlsx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/xlsx.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/xltx.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/xltx.png)
    }

    .ms-BrandIcon--xltx.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/xltx.png)
    }

    .ms-BrandIcon--xml.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/xml.png)
    }

    .ms-BrandIcon--xml.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/xml.png)
    }

    .ms-BrandIcon--xml.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/xml.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/xsn.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/xsn.png)
    }

    .ms-BrandIcon--xsn.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/xsn.png)
    }

    .ms-BrandIcon--zip.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/zip.png)
    }

    .ms-BrandIcon--zip.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/zip.png)
    }

    .ms-BrandIcon--zip.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/zip.png)
    }
}

.ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/one.png)
}

.ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/one.png)
}

.ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/one.png)
}

.ms-BrandIcon--xls.ms-BrandIcon--icon16 {
    background-image: url(/css/fabric/assets/item-types-fluent/16/xlsx.png)
}

.ms-BrandIcon--xls.ms-BrandIcon--icon48 {
    background-image: url(/css/fabric/assets/item-types-fluent/48/xlsx.png)
}

.ms-BrandIcon--xls.ms-BrandIcon--icon96 {
    background-image: url(/css/fabric/assets/item-types-fluent/96/xlsx.png)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi) {
    .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/one.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/one.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/one.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_1.5x/xlsx.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_1.5x/xlsx.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_1.5x/xlsx.png)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi) {
    .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/one.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/one.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/one.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_2x/xlsx.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_2x/xlsx.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_2x/xlsx.png)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi) {
    .ms-BrandIcon--onepkg.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/one.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/one.png)
    }

    .ms-BrandIcon--onepkg.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/one.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon16 {
        background-image: url(/css/fabric/assets/item-types-fluent/16_3x/xlsx.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon48 {
        background-image: url(/css/fabric/assets/item-types-fluent/48_3x/xlsx.png)
    }

    .ms-BrandIcon--xls.ms-BrandIcon--icon96 {
        background-image: url(/css/fabric/assets/item-types-fluent/96_3x/xlsx.png)
    }
}

.ms-bgColor-communicationShade30, .ms-bgColor-communicationShade30--hover:hover {
    background-color: #004578
}

.ms-bgColor-communicationShade20, .ms-bgColor-communicationShade20--hover:hover {
    background-color: #005a9e
}

.ms-bgColor-communicationShade10, .ms-bgColor-communicationShade10--hover:hover {
    background-color: #106ebe
}

.ms-bgColor-communicationPrimary, .ms-bgColor-communicationPrimary--hover:hover {
    background-color: #0078d4
}

.ms-bgColor-communicationTint10, .ms-bgColor-communicationTint10--hover:hover {
    background-color: #2b88d8
}

.ms-bgColor-communicationTint20, .ms-bgColor-communicationTint20--hover:hover {
    background-color: #c7e0f4
}

.ms-bgColor-communicationTint30, .ms-bgColor-communicationTint30--hover:hover {
    background-color: #deecf9
}

.ms-bgColor-communicationTint40, .ms-bgColor-communicationTint40--hover:hover {
    background-color: #eff6fc
}

.ms-bgColor-black, .ms-bgColor-black--hover:hover {
    background-color: #000
}

.ms-bgColor-gray220, .ms-bgColor-gray220--hover:hover {
    background-color: #11100f
}

.ms-bgColor-gray210, .ms-bgColor-gray210--hover:hover {
    background-color: #161514
}

.ms-bgColor-gray200, .ms-bgColor-gray200--hover:hover {
    background-color: #1b1a19
}

.ms-bgColor-gray190, .ms-bgColor-gray190--hover:hover {
    background-color: #201f1e
}

.ms-bgColor-gray180, .ms-bgColor-gray180--hover:hover {
    background-color: #252423
}

.ms-bgColor-gray170, .ms-bgColor-gray170--hover:hover {
    background-color: #292827
}

.ms-bgColor-gray160, .ms-bgColor-gray160--hover:hover {
    background-color: #323130
}

.ms-bgColor-gray150, .ms-bgColor-gray150--hover:hover {
    background-color: #3b3a39
}

.ms-bgColor-gray140, .ms-bgColor-gray140--hover:hover {
    background-color: #484644
}

.ms-bgColor-gray130, .ms-bgColor-gray130--hover:hover {
    background-color: #605e5c
}

.ms-bgColor-gray120, .ms-bgColor-gray120--hover:hover {
    background-color: #797775
}

.ms-bgColor-gray110, .ms-bgColor-gray110--hover:hover {
    background-color: #8a8886
}

.ms-bgColor-gray100, .ms-bgColor-gray100--hover:hover {
    background-color: #979593
}

.ms-bgColor-gray90, .ms-bgColor-gray90--hover:hover {
    background-color: #a19f9d
}

.ms-bgColor-gray80, .ms-bgColor-gray80--hover:hover {
    background-color: #b3b0ad
}

.ms-bgColor-gray70, .ms-bgColor-gray70--hover:hover {
    background-color: #bebbb8
}

.ms-bgColor-gray60, .ms-bgColor-gray60--hover:hover {
    background-color: #c8c6c4
}

.ms-bgColor-gray50, .ms-bgColor-gray50--hover:hover {
    background-color: #d2d0ce
}

.ms-bgColor-gray40, .ms-bgColor-gray40--hover:hover {
    background-color: #e1dfdd
}

.ms-bgColor-gray30, .ms-bgColor-gray30--hover:hover {
    background-color: #edebe9
}

.ms-bgColor-gray20, .ms-bgColor-gray20--hover:hover {
    background-color: #f3f2f1
}

.ms-bgColor-gray10, .ms-bgColor-gray10--hover:hover {
    background-color: #faf9f8
}

.ms-bgColor-white, .ms-bgColor-white--hover:hover {
    background-color: #fff
}

.ms-bgColor-sharedPinkRed10, .ms-bgColor-sharedPinkRed10--hover:hover {
    background-color: #750b1c
}

.ms-bgColor-sharedRed20, .ms-bgColor-sharedRed20--hover:hover {
    background-color: #a4262c
}

.ms-bgColor-sharedRed10, .ms-bgColor-sharedRed10--hover:hover {
    background-color: #d13438
}

.ms-bgColor-sharedRedOrange20, .ms-bgColor-sharedRedOrange20--hover:hover {
    background-color: #603d30
}

.ms-bgColor-sharedRedOrange10, .ms-bgColor-sharedRedOrange10--hover:hover {
    background-color: #da3b01
}

.ms-bgColor-sharedOrange30, .ms-bgColor-sharedOrange30--hover:hover {
    background-color: #8e562e
}

.ms-bgColor-sharedOrange20, .ms-bgColor-sharedOrange20--hover:hover {
    background-color: #ca5010
}

.ms-bgColor-sharedOrange10, .ms-bgColor-sharedOrange10--hover:hover {
    background-color: #fa4
}

.ms-bgColor-sharedYellow10, .ms-bgColor-sharedYellow10--hover:hover {
    background-color: #fce100
}

.ms-bgColor-sharedOrangeYellow20, .ms-bgColor-sharedOrangeYellow20--hover:hover {
    background-color: #986f0b
}

.ms-bgColor-sharedOrangeYellow10, .ms-bgColor-sharedOrangeYellow10--hover:hover {
    background-color: #c19c00
}

.ms-bgColor-sharedYellowGreen10, .ms-bgColor-sharedYellowGreen10--hover:hover {
    background-color: #8cbd18
}

.ms-bgColor-sharedGreen20, .ms-bgColor-sharedGreen20--hover:hover {
    background-color: #0b6a0b
}

.ms-bgColor-sharedGreen10, .ms-bgColor-sharedGreen10--hover:hover {
    background-color: #498205
}

.ms-bgColor-sharedGreenCyan10, .ms-bgColor-sharedGreenCyan10--hover:hover {
    background-color: #00ad56
}

.ms-bgColor-sharedCyan40, .ms-bgColor-sharedCyan40--hover:hover {
    background-color: #005e50
}

.ms-bgColor-sharedCyan30, .ms-bgColor-sharedCyan30--hover:hover {
    background-color: #005b70
}

.ms-bgColor-sharedCyan20, .ms-bgColor-sharedCyan20--hover:hover {
    background-color: #038387
}

.ms-bgColor-sharedCyan10, .ms-bgColor-sharedCyan10--hover:hover {
    background-color: #00b7c3
}

.ms-bgColor-sharedCyanBlue20, .ms-bgColor-sharedCyanBlue20--hover:hover {
    background-color: #004e8c
}

.ms-bgColor-sharedCyanBlue10, .ms-bgColor-sharedCyanBlue10--hover:hover {
    background-color: #0078d4
}

.ms-bgColor-sharedBlue10, .ms-bgColor-sharedBlue10--hover:hover {
    background-color: #4f6bed
}

.ms-bgColor-sharedBlueMagenta40, .ms-bgColor-sharedBlueMagenta40--hover:hover {
    background-color: #373277
}

.ms-bgColor-sharedBlueMagenta30, .ms-bgColor-sharedBlueMagenta30--hover:hover {
    background-color: #5c2e91
}

.ms-bgColor-sharedBlueMagenta20, .ms-bgColor-sharedBlueMagenta20--hover:hover {
    background-color: #8764b8
}

.ms-bgColor-sharedBlueMagenta10, .ms-bgColor-sharedBlueMagenta10--hover:hover {
    background-color: #8378de
}

.ms-bgColor-sharedMagenta20, .ms-bgColor-sharedMagenta20--hover:hover {
    background-color: #881798
}

.ms-bgColor-sharedMagenta10, .ms-bgColor-sharedMagenta10--hover:hover {
    background-color: #c239b3
}

.ms-bgColor-sharedMagentaPink20, .ms-bgColor-sharedMagentaPink20--hover:hover {
    background-color: #9b0062
}

.ms-bgColor-sharedMagentaPink10, .ms-bgColor-sharedMagentaPink10--hover:hover {
    background-color: #e3008c
}

.ms-bgColor-sharedGray40, .ms-bgColor-sharedGray40--hover:hover {
    background-color: #393939
}

.ms-bgColor-sharedGray30, .ms-bgColor-sharedGray30--hover:hover {
    background-color: #7a7574
}

.ms-bgColor-sharedGray20, .ms-bgColor-sharedGray20--hover:hover {
    background-color: #69797e
}

.ms-bgColor-sharedGray10, .ms-bgColor-sharedGray10--hover:hover {
    background-color: #a0aeb2
}

.ms-borderColor-communicationShade30, .ms-borderColor-communicationShade30--hover:hover {
    border-color: #004578
}

.ms-borderColor-communicationShade20, .ms-borderColor-communicationShade20--hover:hover {
    border-color: #005a9e
}

.ms-borderColor-communicationShade10, .ms-borderColor-communicationShade10--hover:hover {
    border-color: #106ebe
}

.ms-borderColor-communicationPrimary, .ms-borderColor-communicationPrimary--hover:hover {
    border-color: #0078d4
}

.ms-borderColor-communicationTint10, .ms-borderColor-communicationTint10--hover:hover {
    border-color: #2b88d8
}

.ms-borderColor-communicationTint20, .ms-borderColor-communicationTint20--hover:hover {
    border-color: #c7e0f4
}

.ms-borderColor-communicationTint30, .ms-borderColor-communicationTint30--hover:hover {
    border-color: #deecf9
}

.ms-borderColor-communicationTint40, .ms-borderColor-communicationTint40--hover:hover {
    border-color: #eff6fc
}

.ms-borderColor-black, .ms-borderColor-black--hover:hover {
    border-color: #000
}

.ms-borderColor-gray220, .ms-borderColor-gray220--hover:hover {
    border-color: #11100f
}

.ms-borderColor-gray210, .ms-borderColor-gray210--hover:hover {
    border-color: #161514
}

.ms-borderColor-gray200, .ms-borderColor-gray200--hover:hover {
    border-color: #1b1a19
}

.ms-borderColor-gray190, .ms-borderColor-gray190--hover:hover {
    border-color: #201f1e
}

.ms-borderColor-gray180, .ms-borderColor-gray180--hover:hover {
    border-color: #252423
}

.ms-borderColor-gray170, .ms-borderColor-gray170--hover:hover {
    border-color: #292827
}

.ms-borderColor-gray160, .ms-borderColor-gray160--hover:hover {
    border-color: #323130
}

.ms-borderColor-gray150, .ms-borderColor-gray150--hover:hover {
    border-color: #3b3a39
}

.ms-borderColor-gray140, .ms-borderColor-gray140--hover:hover {
    border-color: #484644
}

.ms-borderColor-gray130, .ms-borderColor-gray130--hover:hover {
    border-color: #605e5c
}

.ms-borderColor-gray120, .ms-borderColor-gray120--hover:hover {
    border-color: #797775
}

.ms-borderColor-gray110, .ms-borderColor-gray110--hover:hover {
    border-color: #8a8886
}

.ms-borderColor-gray100, .ms-borderColor-gray100--hover:hover {
    border-color: #979593
}

.ms-borderColor-gray90, .ms-borderColor-gray90--hover:hover {
    border-color: #a19f9d
}

.ms-borderColor-gray80, .ms-borderColor-gray80--hover:hover {
    border-color: #b3b0ad
}

.ms-borderColor-gray70, .ms-borderColor-gray70--hover:hover {
    border-color: #bebbb8
}

.ms-borderColor-gray60, .ms-borderColor-gray60--hover:hover {
    border-color: #c8c6c4
}

.ms-borderColor-gray50, .ms-borderColor-gray50--hover:hover {
    border-color: #d2d0ce
}

.ms-borderColor-gray40, .ms-borderColor-gray40--hover:hover {
    border-color: #e1dfdd
}

.ms-borderColor-gray30, .ms-borderColor-gray30--hover:hover {
    border-color: #edebe9
}

.ms-borderColor-gray20, .ms-borderColor-gray20--hover:hover {
    border-color: #f3f2f1
}

.ms-borderColor-gray10, .ms-borderColor-gray10--hover:hover {
    border-color: #faf9f8
}

.ms-borderColor-white, .ms-borderColor-white--hover:hover {
    border-color: #fff
}

.ms-borderColor-sharedPinkRed10, .ms-borderColor-sharedPinkRed10--hover:hover {
    border-color: #750b1c
}

.ms-borderColor-sharedRed20, .ms-borderColor-sharedRed20--hover:hover {
    border-color: #a4262c
}

.ms-borderColor-sharedRed10, .ms-borderColor-sharedRed10--hover:hover {
    border-color: #d13438
}

.ms-borderColor-sharedRedOrange20, .ms-borderColor-sharedRedOrange20--hover:hover {
    border-color: #603d30
}

.ms-borderColor-sharedRedOrange10, .ms-borderColor-sharedRedOrange10--hover:hover {
    border-color: #da3b01
}

.ms-borderColor-sharedOrange30, .ms-borderColor-sharedOrange30--hover:hover {
    border-color: #8e562e
}

.ms-borderColor-sharedOrange20, .ms-borderColor-sharedOrange20--hover:hover {
    border-color: #ca5010
}

.ms-borderColor-sharedOrange10, .ms-borderColor-sharedOrange10--hover:hover {
    border-color: #fa4
}

.ms-borderColor-sharedYellow10, .ms-borderColor-sharedYellow10--hover:hover {
    border-color: #fce100
}

.ms-borderColor-sharedOrangeYellow20, .ms-borderColor-sharedOrangeYellow20--hover:hover {
    border-color: #986f0b
}

.ms-borderColor-sharedOrangeYellow10, .ms-borderColor-sharedOrangeYellow10--hover:hover {
    border-color: #c19c00
}

.ms-borderColor-sharedYellowGreen10, .ms-borderColor-sharedYellowGreen10--hover:hover {
    border-color: #8cbd18
}

.ms-borderColor-sharedGreen20, .ms-borderColor-sharedGreen20--hover:hover {
    border-color: #0b6a0b
}

.ms-borderColor-sharedGreen10, .ms-borderColor-sharedGreen10--hover:hover {
    border-color: #498205
}

.ms-borderColor-sharedGreenCyan10, .ms-borderColor-sharedGreenCyan10--hover:hover {
    border-color: #00ad56
}

.ms-borderColor-sharedCyan40, .ms-borderColor-sharedCyan40--hover:hover {
    border-color: #005e50
}

.ms-borderColor-sharedCyan30, .ms-borderColor-sharedCyan30--hover:hover {
    border-color: #005b70
}

.ms-borderColor-sharedCyan20, .ms-borderColor-sharedCyan20--hover:hover {
    border-color: #038387
}

.ms-borderColor-sharedCyan10, .ms-borderColor-sharedCyan10--hover:hover {
    border-color: #00b7c3
}

.ms-borderColor-sharedCyanBlue20, .ms-borderColor-sharedCyanBlue20--hover:hover {
    border-color: #004e8c
}

.ms-borderColor-sharedCyanBlue10, .ms-borderColor-sharedCyanBlue10--hover:hover {
    border-color: #0078d4
}

.ms-borderColor-sharedBlue10, .ms-borderColor-sharedBlue10--hover:hover {
    border-color: #4f6bed
}

.ms-borderColor-sharedBlueMagenta40, .ms-borderColor-sharedBlueMagenta40--hover:hover {
    border-color: #373277
}

.ms-borderColor-sharedBlueMagenta30, .ms-borderColor-sharedBlueMagenta30--hover:hover {
    border-color: #5c2e91
}

.ms-borderColor-sharedBlueMagenta20, .ms-borderColor-sharedBlueMagenta20--hover:hover {
    border-color: #8764b8
}

.ms-borderColor-sharedBlueMagenta10, .ms-borderColor-sharedBlueMagenta10--hover:hover {
    border-color: #8378de
}

.ms-borderColor-sharedMagenta20, .ms-borderColor-sharedMagenta20--hover:hover {
    border-color: #881798
}

.ms-borderColor-sharedMagenta10, .ms-borderColor-sharedMagenta10--hover:hover {
    border-color: #c239b3
}

.ms-borderColor-sharedMagentaPink20, .ms-borderColor-sharedMagentaPink20--hover:hover {
    border-color: #9b0062
}

.ms-borderColor-sharedMagentaPink10, .ms-borderColor-sharedMagentaPink10--hover:hover {
    border-color: #e3008c
}

.ms-borderColor-sharedGray40, .ms-borderColor-sharedGray40--hover:hover {
    border-color: #393939
}

.ms-borderColor-sharedGray30, .ms-borderColor-sharedGray30--hover:hover {
    border-color: #7a7574
}

.ms-borderColor-sharedGray20, .ms-borderColor-sharedGray20--hover:hover {
    border-color: #69797e
}

.ms-borderColor-sharedGray10, .ms-borderColor-sharedGray10--hover:hover {
    border-color: #a0aeb2
}

.ms-fontColor-communicationShade30, .ms-fontColor-communicationShade30--hover:hover {
    color: #004578
}

.ms-fontColor-communicationShade20, .ms-fontColor-communicationShade20--hover:hover {
    color: #005a9e
}

.ms-fontColor-communicationShade10, .ms-fontColor-communicationShade10--hover:hover {
    color: #106ebe
}

.ms-fontColor-communicationPrimary, .ms-fontColor-communicationPrimary--hover:hover {
    color: #0078d4
}

.ms-fontColor-communicationTint10, .ms-fontColor-communicationTint10--hover:hover {
    color: #2b88d8
}

.ms-fontColor-communicationTint20, .ms-fontColor-communicationTint20--hover:hover {
    color: #c7e0f4
}

.ms-fontColor-communicationTint30, .ms-fontColor-communicationTint30--hover:hover {
    color: #deecf9
}

.ms-fontColor-communicationTint40, .ms-fontColor-communicationTint40--hover:hover {
    color: #eff6fc
}

.ms-fontColor-black, .ms-fontColor-black--hover:hover {
    color: #000
}

.ms-fontColor-gray220, .ms-fontColor-gray220--hover:hover {
    color: #11100f
}

.ms-fontColor-gray210, .ms-fontColor-gray210--hover:hover {
    color: #161514
}

.ms-fontColor-gray200, .ms-fontColor-gray200--hover:hover {
    color: #1b1a19
}

.ms-fontColor-gray190, .ms-fontColor-gray190--hover:hover {
    color: #201f1e
}

.ms-fontColor-gray180, .ms-fontColor-gray180--hover:hover {
    color: #252423
}

.ms-fontColor-gray170, .ms-fontColor-gray170--hover:hover {
    color: #292827
}

.ms-fontColor-gray160, .ms-fontColor-gray160--hover:hover {
    color: #323130
}

.ms-fontColor-gray150, .ms-fontColor-gray150--hover:hover {
    color: #3b3a39
}

.ms-fontColor-gray140, .ms-fontColor-gray140--hover:hover {
    color: #484644
}

.ms-fontColor-gray130, .ms-fontColor-gray130--hover:hover {
    color: #605e5c
}

.ms-fontColor-gray120, .ms-fontColor-gray120--hover:hover {
    color: #797775
}

.ms-fontColor-gray110, .ms-fontColor-gray110--hover:hover {
    color: #8a8886
}

.ms-fontColor-gray100, .ms-fontColor-gray100--hover:hover {
    color: #979593
}

.ms-fontColor-gray90, .ms-fontColor-gray90--hover:hover {
    color: #a19f9d
}

.ms-fontColor-gray80, .ms-fontColor-gray80--hover:hover {
    color: #b3b0ad
}

.ms-fontColor-gray70, .ms-fontColor-gray70--hover:hover {
    color: #bebbb8
}

.ms-fontColor-gray60, .ms-fontColor-gray60--hover:hover {
    color: #c8c6c4
}

.ms-fontColor-gray50, .ms-fontColor-gray50--hover:hover {
    color: #d2d0ce
}

.ms-fontColor-gray40, .ms-fontColor-gray40--hover:hover {
    color: #e1dfdd
}

.ms-fontColor-gray30, .ms-fontColor-gray30--hover:hover {
    color: #edebe9
}

.ms-fontColor-gray20, .ms-fontColor-gray20--hover:hover {
    color: #f3f2f1
}

.ms-fontColor-gray10, .ms-fontColor-gray10--hover:hover {
    color: #faf9f8
}

.ms-fontColor-white, .ms-fontColor-white--hover:hover {
    color: #fff
}

.ms-fontColor-sharedPinkRed10, .ms-fontColor-sharedPinkRed10--hover:hover {
    color: #750b1c
}

.ms-fontColor-sharedRed20, .ms-fontColor-sharedRed20--hover:hover {
    color: #a4262c
}

.ms-fontColor-sharedRed10, .ms-fontColor-sharedRed10--hover:hover {
    color: #d13438
}

.ms-fontColor-sharedRedOrange20, .ms-fontColor-sharedRedOrange20--hover:hover {
    color: #603d30
}

.ms-fontColor-sharedRedOrange10, .ms-fontColor-sharedRedOrange10--hover:hover {
    color: #da3b01
}

.ms-fontColor-sharedOrange30, .ms-fontColor-sharedOrange30--hover:hover {
    color: #8e562e
}

.ms-fontColor-sharedOrange20, .ms-fontColor-sharedOrange20--hover:hover {
    color: #ca5010
}

.ms-fontColor-sharedOrange10, .ms-fontColor-sharedOrange10--hover:hover {
    color: #fa4
}

.ms-fontColor-sharedYellow10, .ms-fontColor-sharedYellow10--hover:hover {
    color: #fce100
}

.ms-fontColor-sharedOrangeYellow20, .ms-fontColor-sharedOrangeYellow20--hover:hover {
    color: #986f0b
}

.ms-fontColor-sharedOrangeYellow10, .ms-fontColor-sharedOrangeYellow10--hover:hover {
    color: #c19c00
}

.ms-fontColor-sharedYellowGreen10, .ms-fontColor-sharedYellowGreen10--hover:hover {
    color: #8cbd18
}

.ms-fontColor-sharedGreen20, .ms-fontColor-sharedGreen20--hover:hover {
    color: #0b6a0b
}

.ms-fontColor-sharedGreen10, .ms-fontColor-sharedGreen10--hover:hover {
    color: #498205
}

.ms-fontColor-sharedGreenCyan10, .ms-fontColor-sharedGreenCyan10--hover:hover {
    color: #00ad56
}

.ms-fontColor-sharedCyan40, .ms-fontColor-sharedCyan40--hover:hover {
    color: #005e50
}

.ms-fontColor-sharedCyan30, .ms-fontColor-sharedCyan30--hover:hover {
    color: #005b70
}

.ms-fontColor-sharedCyan20, .ms-fontColor-sharedCyan20--hover:hover {
    color: #038387
}

.ms-fontColor-sharedCyan10, .ms-fontColor-sharedCyan10--hover:hover {
    color: #00b7c3
}

.ms-fontColor-sharedCyanBlue20, .ms-fontColor-sharedCyanBlue20--hover:hover {
    color: #004e8c
}

.ms-fontColor-sharedCyanBlue10, .ms-fontColor-sharedCyanBlue10--hover:hover {
    color: #0078d4
}

.ms-fontColor-sharedBlue10, .ms-fontColor-sharedBlue10--hover:hover {
    color: #4f6bed
}

.ms-fontColor-sharedBlueMagenta40, .ms-fontColor-sharedBlueMagenta40--hover:hover {
    color: #373277
}

.ms-fontColor-sharedBlueMagenta30, .ms-fontColor-sharedBlueMagenta30--hover:hover {
    color: #5c2e91
}

.ms-fontColor-sharedBlueMagenta20, .ms-fontColor-sharedBlueMagenta20--hover:hover {
    color: #8764b8
}

.ms-fontColor-sharedBlueMagenta10, .ms-fontColor-sharedBlueMagenta10--hover:hover {
    color: #8378de
}

.ms-fontColor-sharedMagenta20, .ms-fontColor-sharedMagenta20--hover:hover {
    color: #881798
}

.ms-fontColor-sharedMagenta10, .ms-fontColor-sharedMagenta10--hover:hover {
    color: #c239b3
}

.ms-fontColor-sharedMagentaPink20, .ms-fontColor-sharedMagentaPink20--hover:hover {
    color: #9b0062
}

.ms-fontColor-sharedMagentaPink10, .ms-fontColor-sharedMagentaPink10--hover:hover {
    color: #e3008c
}

.ms-fontColor-sharedGray40, .ms-fontColor-sharedGray40--hover:hover {
    color: #393939
}

.ms-fontColor-sharedGray30, .ms-fontColor-sharedGray30--hover:hover {
    color: #7a7574
}

.ms-fontColor-sharedGray20, .ms-fontColor-sharedGray20--hover:hover {
    color: #69797e
}

.ms-fontColor-sharedGray10, .ms-fontColor-sharedGray10--hover:hover {
    color: #a0aeb2
}

.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: #0078d4
}

.ms-bgColor-themeSecondary, .ms-bgColor-themeSecondary--hover:hover {
    background-color: #2b88d8
}

.ms-bgColor-themeTertiary, .ms-bgColor-themeTertiary--hover:hover {
    background-color: #71afe5
}

.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-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: #0078d4
}

.ms-borderColor-themeSecondary, .ms-borderColor-themeSecondary--hover:hover {
    border-color: #2b88d8
}

.ms-borderColor-themeTertiary, .ms-borderColor-themeTertiary--hover:hover {
    border-color: #71afe5
}

.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-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: #0078d4
}

.ms-fontColor-themeSecondary, .ms-fontColor-themeSecondary--hover:hover {
    color: #2b88d8
}

.ms-fontColor-themeTertiary, .ms-fontColor-themeTertiary--hover:hover {
    color: #71afe5
}

.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-bgColor-black, .ms-bgColor-black--hover:hover {
    background-color: #000
}

.ms-bgColor-neutralDark, .ms-bgColor-neutralDark--hover:hover {
    background-color: #201f1e
}

.ms-bgColor-neutralPrimary, .ms-bgColor-neutralPrimary--hover:hover {
    background-color: #323130
}

.ms-bgColor-neutralPrimaryAlt, .ms-bgColor-neutralPrimaryAlt--hover:hover {
    background-color: #3b3a39
}

.ms-bgColor-neutralSecondary, .ms-bgColor-neutralSecondary--hover:hover {
    background-color: #605e5c
}

.ms-bgColor-neutralSecondaryAlt, .ms-bgColor-neutralSecondaryAlt--hover:hover {
    background-color: #797775
}

.ms-bgColor-neutralTertiary, .ms-bgColor-neutralTertiary--hover:hover {
    background-color: #a19f9d
}

.ms-bgColor-neutralTertiaryAlt, .ms-bgColor-neutralTertiaryAlt--hover:hover {
    background-color: #c8c6c4
}

.ms-bgColor-neutralQuaternary, .ms-bgColor-neutralQuaternary--hover:hover {
    background-color: #d2d0ce
}

.ms-bgColor-neutralQuaternaryAlt, .ms-bgColor-neutralQuaternaryAlt--hover:hover {
    background-color: #e1dfdd
}

.ms-bgColor-neutralLight, .ms-bgColor-neutralLight--hover:hover {
    background-color: #edebe9
}

.ms-bgColor-neutralLighter, .ms-bgColor-neutralLighter--hover:hover {
    background-color: #f3f2f1
}

.ms-bgColor-neutralLighterAlt, .ms-bgColor-neutralLighterAlt--hover:hover {
    background-color: #faf9f8
}

.ms-bgColor-white, .ms-bgColor-white--hover:hover {
    background-color: #fff
}

.ms-borderColor-black, .ms-borderColor-black--hover:hover {
    border-color: #000
}

.ms-borderColor-neutralDark, .ms-borderColor-neutralDark--hover:hover {
    border-color: #201f1e
}

.ms-borderColor-neutralPrimary, .ms-borderColor-neutralPrimary--hover:hover {
    border-color: #323130
}

.ms-borderColor-neutralPrimaryAlt, .ms-borderColor-neutralPrimaryAlt--hover:hover {
    border-color: #3b3a39
}

.ms-borderColor-neutralSecondary, .ms-borderColor-neutralSecondary--hover:hover {
    border-color: #605e5c
}

.ms-borderColor-neutralSecondaryAlt, .ms-borderColor-neutralSecondaryAlt--hover:hover {
    border-color: #797775
}

.ms-borderColor-neutralTertiary, .ms-borderColor-neutralTertiary--hover:hover {
    border-color: #a19f9d
}

.ms-borderColor-neutralTertiaryAlt, .ms-borderColor-neutralTertiaryAlt--hover:hover {
    border-color: #c8c6c4
}

.ms-borderColor-neutralQuaternary, .ms-borderColor-neutralQuaternary--hover:hover {
    border-color: #d2d0ce
}

.ms-borderColor-neutralQuaternaryAlt, .ms-borderColor-neutralQuaternaryAlt--hover:hover {
    border-color: #e1dfdd
}

.ms-borderColor-neutralLight, .ms-borderColor-neutralLight--hover:hover {
    border-color: #edebe9
}

.ms-borderColor-neutralLighter, .ms-borderColor-neutralLighter--hover:hover {
    border-color: #f3f2f1
}

.ms-borderColor-neutralLighterAlt, .ms-borderColor-neutralLighterAlt--hover:hover {
    border-color: #faf9f8
}

.ms-borderColor-white, .ms-borderColor-white--hover:hover {
    border-color: #fff
}

.ms-fontColor-black, .ms-fontColor-black--hover:hover {
    color: #000
}

.ms-fontColor-neutralDark, .ms-fontColor-neutralDark--hover:hover {
    color: #201f1e
}

.ms-fontColor-neutralPrimary, .ms-fontColor-neutralPrimary--hover:hover {
    color: #323130
}

.ms-fontColor-neutralPrimaryAlt, .ms-fontColor-neutralPrimaryAlt--hover:hover {
    color: #3b3a39
}

.ms-fontColor-neutralSecondary, .ms-fontColor-neutralSecondary--hover:hover {
    color: #605e5c
}

.ms-fontColor-neutralSecondaryAlt, .ms-fontColor-neutralSecondaryAlt--hover:hover {
    color: #797775
}

.ms-fontColor-neutralTertiary, .ms-fontColor-neutralTertiary--hover:hover {
    color: #a19f9d
}

.ms-fontColor-neutralTertiaryAlt, .ms-fontColor-neutralTertiaryAlt--hover:hover {
    color: #c8c6c4
}

.ms-fontColor-neutralQuaternary, .ms-fontColor-neutralQuaternary--hover:hover {
    color: #d2d0ce
}

.ms-fontColor-neutralQuaternaryAlt, .ms-fontColor-neutralQuaternaryAlt--hover:hover {
    color: #e1dfdd
}

.ms-fontColor-neutralLight, .ms-fontColor-neutralLight--hover:hover {
    color: #edebe9
}

.ms-fontColor-neutralLighter, .ms-fontColor-neutralLighter--hover:hover {
    color: #f3f2f1
}

.ms-fontColor-neutralLighterAlt, .ms-fontColor-neutralLighterAlt--hover:hover {
    color: #faf9f8
}

.ms-fontColor-white, .ms-fontColor-white--hover:hover {
    color: #fff
}

.ms-bgColor-yellow, .ms-bgColor-yellow--hover:hover {
    background-color: #ffb900
}

.ms-bgColor-yellowLight, .ms-bgColor-yellowLight--hover:hover {
    background-color: #fff100
}

.ms-bgColor-orange, .ms-bgColor-orange--hover:hover {
    background-color: #d83b01
}

.ms-bgColor-orangeLight, .ms-bgColor-orangeLight--hover:hover {
    background-color: #ea4300
}

.ms-bgColor-orangeLighter, .ms-bgColor-orangeLighter--hover:hover {
    background-color: #ff8c00
}

.ms-bgColor-redDark, .ms-bgColor-redDark--hover:hover {
    background-color: #a80000
}

.ms-bgColor-red, .ms-bgColor-red--hover:hover {
    background-color: #e81123
}

.ms-bgColor-magentaDark, .ms-bgColor-magentaDark--hover:hover {
    background-color: #5c005c
}

.ms-bgColor-magenta, .ms-bgColor-magenta--hover:hover {
    background-color: #b4009e
}

.ms-bgColor-magentaLight, .ms-bgColor-magentaLight--hover:hover {
    background-color: #e3008c
}

.ms-bgColor-purpleDark, .ms-bgColor-purpleDark--hover:hover {
    background-color: #32145a
}

.ms-bgColor-purple, .ms-bgColor-purple--hover:hover {
    background-color: #5c2d91
}

.ms-bgColor-purpleLight, .ms-bgColor-purpleLight--hover:hover {
    background-color: #b4a0ff
}

.ms-bgColor-blueDark, .ms-bgColor-blueDark--hover:hover {
    background-color: #002050
}

.ms-bgColor-blueMid, .ms-bgColor-blueMid--hover:hover {
    background-color: #00188f
}

.ms-bgColor-blue, .ms-bgColor-blue--hover:hover {
    background-color: #0078d4
}

.ms-bgColor-blueLight, .ms-bgColor-blueLight--hover:hover {
    background-color: #00bcf2
}

.ms-bgColor-tealDark, .ms-bgColor-tealDark--hover:hover {
    background-color: #004b50
}

.ms-bgColor-teal, .ms-bgColor-teal--hover:hover {
    background-color: #008272
}

.ms-bgColor-tealLight, .ms-bgColor-tealLight--hover:hover {
    background-color: #00b294
}

.ms-bgColor-greenDark, .ms-bgColor-greenDark--hover:hover {
    background-color: #004b1c
}

.ms-bgColor-green, .ms-bgColor-green--hover:hover {
    background-color: #107c10
}

.ms-bgColor-greenLight, .ms-bgColor-greenLight--hover:hover {
    background-color: #bad80a
}

.ms-borderColor-yellow, .ms-borderColor-yellow--hover:hover {
    border-color: #ffb900
}

.ms-borderColor-yellowLight, .ms-borderColor-yellowLight--hover:hover {
    border-color: #fff100
}

.ms-borderColor-orange, .ms-borderColor-orange--hover:hover {
    border-color: #d83b01
}

.ms-borderColor-orangeLight, .ms-borderColor-orangeLight--hover:hover {
    border-color: #ea4300
}

.ms-borderColor-orangeLighter, .ms-borderColor-orangeLighter--hover:hover {
    border-color: #ff8c00
}

.ms-borderColor-redDark, .ms-borderColor-redDark--hover:hover {
    border-color: #a80000
}

.ms-borderColor-red, .ms-borderColor-red--hover:hover {
    border-color: #e81123
}

.ms-borderColor-magentaDark, .ms-borderColor-magentaDark--hover:hover {
    border-color: #5c005c
}

.ms-borderColor-magenta, .ms-borderColor-magenta--hover:hover {
    border-color: #b4009e
}

.ms-borderColor-magentaLight, .ms-borderColor-magentaLight--hover:hover {
    border-color: #e3008c
}

.ms-borderColor-purpleDark, .ms-borderColor-purpleDark--hover:hover {
    border-color: #32145a
}

.ms-borderColor-purple, .ms-borderColor-purple--hover:hover {
    border-color: #5c2d91
}

.ms-borderColor-purpleLight, .ms-borderColor-purpleLight--hover:hover {
    border-color: #b4a0ff
}

.ms-borderColor-blueDark, .ms-borderColor-blueDark--hover:hover {
    border-color: #002050
}

.ms-borderColor-blueMid, .ms-borderColor-blueMid--hover:hover {
    border-color: #00188f
}

.ms-borderColor-blue, .ms-borderColor-blue--hover:hover {
    border-color: #0078d4
}

.ms-borderColor-blueLight, .ms-borderColor-blueLight--hover:hover {
    border-color: #00bcf2
}

.ms-borderColor-tealDark, .ms-borderColor-tealDark--hover:hover {
    border-color: #004b50
}

.ms-borderColor-teal, .ms-borderColor-teal--hover:hover {
    border-color: #008272
}

.ms-borderColor-tealLight, .ms-borderColor-tealLight--hover:hover {
    border-color: #00b294
}

.ms-borderColor-greenDark, .ms-borderColor-greenDark--hover:hover {
    border-color: #004b1c
}

.ms-borderColor-green, .ms-borderColor-green--hover:hover {
    border-color: #107c10
}

.ms-borderColor-greenLight, .ms-borderColor-greenLight--hover:hover {
    border-color: #bad80a
}

.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: #0078d4
}

.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-bgColor-info, .ms-bgColor-info--hover:hover {
    background-color: #f3f2f1
}

.ms-bgColor-success, .ms-bgColor-success--hover:hover {
    background-color: #dff6dd
}

.ms-bgColor-severeWarning, .ms-bgColor-severeWarning--hover:hover {
    background-color: #fed9cc
}

.ms-bgColor-warning, .ms-bgColor-warning--hover:hover {
    background-color: #fff4ce
}

.ms-bgColor-error, .ms-bgColor-error--hover:hover {
    background-color: #fde7e9
}

.ms-fontColor-info, .ms-fontColor-info--hover:hover {
    color: #797775
}

.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: #797775
}

.ms-fontColor-severeWarning, .ms-fontColor-severeWarning--hover:hover {
    color: #d83b01
}

.ms-fontColor-error, .ms-fontColor-error--hover:hover {
    color: #a80000
}

.ms-bgColor-contrastBlackDisabled, .ms-bgColor-contrastBlackDisabled--hover:hover {
    background-color: #0f0
}

.ms-bgColor-contrastWhiteDisabled, .ms-bgColor-contrastWhiteDisabled--hover:hover {
    background-color: #600000
}

.ms-bgColor-contrastBlackSelected, .ms-bgColor-contrastBlackSelected--hover:hover {
    background-color: #1aebff
}

.ms-bgColor-contrastWhiteSelected, .ms-bgColor-contrastWhiteSelected--hover:hover {
    background-color: #37006e
}

.ms-fontColor-contrastBlackDisabled, .ms-fontColor-contrastBlackDisabled--hover:hover {
    color: #0f0
}

.ms-fontColor-contrastWhiteDisabled, .ms-fontColor-contrastWhiteDisabled--hover:hover {
    color: #600000
}

.ms-fontColor-contrastBlackSelected, .ms-fontColor-contrastBlackSelected--hover:hover {
    color: #1aebff
}

.ms-fontColor-contrastWhiteSelected, .ms-fontColor-contrastWhiteSelected--hover:hover {
    color: #37006e
}

.ms-borderColor-contrastBlackDisabled, .ms-borderColor-contrastBlackDisabled--hover:hover {
    border-color: #0f0
}

.ms-borderColor-contrastWhiteDisabled, .ms-borderColor-contrastWhiteDisabled--hover:hover {
    border-color: #600000
}

.ms-borderColor-contrastBlackSelected, .ms-borderColor-contrastBlackSelected--hover:hover {
    border-color: #1aebff
}

.ms-borderColor-contrastWhiteSelected, .ms-borderColor-contrastWhiteSelected--hover:hover {
    border-color: #37006e
}

.ms-bgColor-communicationShade30, .ms-bgColor-communicationShade30--hover:hover {
    background-color: #004578
}

.ms-bgColor-communicationShade20, .ms-bgColor-communicationShade20--hover:hover {
    background-color: #005a9e
}

.ms-bgColor-communicationShade10, .ms-bgColor-communicationShade10--hover:hover {
    background-color: #106ebe
}

.ms-bgColor-communicationPrimary, .ms-bgColor-communicationPrimary--hover:hover {
    background-color: #0078d4
}

.ms-bgColor-communicationTint10, .ms-bgColor-communicationTint10--hover:hover {
    background-color: #2b88d8
}

.ms-bgColor-communicationTint20, .ms-bgColor-communicationTint20--hover:hover {
    background-color: #c7e0f4
}

.ms-bgColor-communicationTint30, .ms-bgColor-communicationTint30--hover:hover {
    background-color: #deecf9
}

.ms-bgColor-communicationTint40, .ms-bgColor-communicationTint40--hover:hover {
    background-color: #eff6fc
}

.ms-bgColor-black, .ms-bgColor-black--hover:hover {
    background-color: #000
}

.ms-bgColor-gray220, .ms-bgColor-gray220--hover:hover {
    background-color: #11100f
}

.ms-bgColor-gray210, .ms-bgColor-gray210--hover:hover {
    background-color: #161514
}

.ms-bgColor-gray200, .ms-bgColor-gray200--hover:hover {
    background-color: #1b1a19
}

.ms-bgColor-gray190, .ms-bgColor-gray190--hover:hover {
    background-color: #201f1e
}

.ms-bgColor-gray180, .ms-bgColor-gray180--hover:hover {
    background-color: #252423
}

.ms-bgColor-gray170, .ms-bgColor-gray170--hover:hover {
    background-color: #292827
}

.ms-bgColor-gray160, .ms-bgColor-gray160--hover:hover {
    background-color: #323130
}

.ms-bgColor-gray150, .ms-bgColor-gray150--hover:hover {
    background-color: #3b3a39
}

.ms-bgColor-gray140, .ms-bgColor-gray140--hover:hover {
    background-color: #484644
}

.ms-bgColor-gray130, .ms-bgColor-gray130--hover:hover {
    background-color: #605e5c
}

.ms-bgColor-gray120, .ms-bgColor-gray120--hover:hover {
    background-color: #797775
}

.ms-bgColor-gray110, .ms-bgColor-gray110--hover:hover {
    background-color: #8a8886
}

.ms-bgColor-gray100, .ms-bgColor-gray100--hover:hover {
    background-color: #979593
}

.ms-bgColor-gray90, .ms-bgColor-gray90--hover:hover {
    background-color: #a19f9d
}

.ms-bgColor-gray80, .ms-bgColor-gray80--hover:hover {
    background-color: #b3b0ad
}

.ms-bgColor-gray70, .ms-bgColor-gray70--hover:hover {
    background-color: #bebbb8
}

.ms-bgColor-gray60, .ms-bgColor-gray60--hover:hover {
    background-color: #c8c6c4
}

.ms-bgColor-gray50, .ms-bgColor-gray50--hover:hover {
    background-color: #d2d0ce
}

.ms-bgColor-gray40, .ms-bgColor-gray40--hover:hover {
    background-color: #e1dfdd
}

.ms-bgColor-gray30, .ms-bgColor-gray30--hover:hover {
    background-color: #edebe9
}

.ms-bgColor-gray20, .ms-bgColor-gray20--hover:hover {
    background-color: #f3f2f1
}

.ms-bgColor-gray10, .ms-bgColor-gray10--hover:hover {
    background-color: #faf9f8
}

.ms-bgColor-white, .ms-bgColor-white--hover:hover {
    background-color: #fff
}

.ms-bgColor-sharedPinkRed10, .ms-bgColor-sharedPinkRed10--hover:hover {
    background-color: #750b1c
}

.ms-bgColor-sharedRed20, .ms-bgColor-sharedRed20--hover:hover {
    background-color: #a4262c
}

.ms-bgColor-sharedRed10, .ms-bgColor-sharedRed10--hover:hover {
    background-color: #d13438
}

.ms-bgColor-sharedRedOrange20, .ms-bgColor-sharedRedOrange20--hover:hover {
    background-color: #603d30
}

.ms-bgColor-sharedRedOrange10, .ms-bgColor-sharedRedOrange10--hover:hover {
    background-color: #da3b01
}

.ms-bgColor-sharedOrange30, .ms-bgColor-sharedOrange30--hover:hover {
    background-color: #8e562e
}

.ms-bgColor-sharedOrange20, .ms-bgColor-sharedOrange20--hover:hover {
    background-color: #ca5010
}

.ms-bgColor-sharedOrange10, .ms-bgColor-sharedOrange10--hover:hover {
    background-color: #fa4
}

.ms-bgColor-sharedYellow10, .ms-bgColor-sharedYellow10--hover:hover {
    background-color: #fce100
}

.ms-bgColor-sharedOrangeYellow20, .ms-bgColor-sharedOrangeYellow20--hover:hover {
    background-color: #986f0b
}

.ms-bgColor-sharedOrangeYellow10, .ms-bgColor-sharedOrangeYellow10--hover:hover {
    background-color: #c19c00
}

.ms-bgColor-sharedYellowGreen10, .ms-bgColor-sharedYellowGreen10--hover:hover {
    background-color: #8cbd18
}

.ms-bgColor-sharedGreen20, .ms-bgColor-sharedGreen20--hover:hover {
    background-color: #0b6a0b
}

.ms-bgColor-sharedGreen10, .ms-bgColor-sharedGreen10--hover:hover {
    background-color: #498205
}

.ms-bgColor-sharedGreenCyan10, .ms-bgColor-sharedGreenCyan10--hover:hover {
    background-color: #00ad56
}

.ms-bgColor-sharedCyan40, .ms-bgColor-sharedCyan40--hover:hover {
    background-color: #005e50
}

.ms-bgColor-sharedCyan30, .ms-bgColor-sharedCyan30--hover:hover {
    background-color: #005b70
}

.ms-bgColor-sharedCyan20, .ms-bgColor-sharedCyan20--hover:hover {
    background-color: #038387
}

.ms-bgColor-sharedCyan10, .ms-bgColor-sharedCyan10--hover:hover {
    background-color: #00b7c3
}

.ms-bgColor-sharedCyanBlue20, .ms-bgColor-sharedCyanBlue20--hover:hover {
    background-color: #004e8c
}

.ms-bgColor-sharedCyanBlue10, .ms-bgColor-sharedCyanBlue10--hover:hover {
    background-color: #0078d4
}

.ms-bgColor-sharedBlue10, .ms-bgColor-sharedBlue10--hover:hover {
    background-color: #4f6bed
}

.ms-bgColor-sharedBlueMagenta40, .ms-bgColor-sharedBlueMagenta40--hover:hover {
    background-color: #373277
}

.ms-bgColor-sharedBlueMagenta30, .ms-bgColor-sharedBlueMagenta30--hover:hover {
    background-color: #5c2e91
}

.ms-bgColor-sharedBlueMagenta20, .ms-bgColor-sharedBlueMagenta20--hover:hover {
    background-color: #8764b8
}

.ms-bgColor-sharedBlueMagenta10, .ms-bgColor-sharedBlueMagenta10--hover:hover {
    background-color: #8378de
}

.ms-bgColor-sharedMagenta20, .ms-bgColor-sharedMagenta20--hover:hover {
    background-color: #881798
}

.ms-bgColor-sharedMagenta10, .ms-bgColor-sharedMagenta10--hover:hover {
    background-color: #c239b3
}

.ms-bgColor-sharedMagentaPink20, .ms-bgColor-sharedMagentaPink20--hover:hover {
    background-color: #9b0062
}

.ms-bgColor-sharedMagentaPink10, .ms-bgColor-sharedMagentaPink10--hover:hover {
    background-color: #e3008c
}

.ms-bgColor-sharedGray40, .ms-bgColor-sharedGray40--hover:hover {
    background-color: #393939
}

.ms-bgColor-sharedGray30, .ms-bgColor-sharedGray30--hover:hover {
    background-color: #7a7574
}

.ms-bgColor-sharedGray20, .ms-bgColor-sharedGray20--hover:hover {
    background-color: #69797e
}

.ms-bgColor-sharedGray10, .ms-bgColor-sharedGray10--hover:hover {
    background-color: #a0aeb2
}

.ms-borderColor-communicationShade30, .ms-borderColor-communicationShade30--hover:hover {
    border-color: #004578
}

.ms-borderColor-communicationShade20, .ms-borderColor-communicationShade20--hover:hover {
    border-color: #005a9e
}

.ms-borderColor-communicationShade10, .ms-borderColor-communicationShade10--hover:hover {
    border-color: #106ebe
}

.ms-borderColor-communicationPrimary, .ms-borderColor-communicationPrimary--hover:hover {
    border-color: #0078d4
}

.ms-borderColor-communicationTint10, .ms-borderColor-communicationTint10--hover:hover {
    border-color: #2b88d8
}

.ms-borderColor-communicationTint20, .ms-borderColor-communicationTint20--hover:hover {
    border-color: #c7e0f4
}

.ms-borderColor-communicationTint30, .ms-borderColor-communicationTint30--hover:hover {
    border-color: #deecf9
}

.ms-borderColor-communicationTint40, .ms-borderColor-communicationTint40--hover:hover {
    border-color: #eff6fc
}

.ms-borderColor-black, .ms-borderColor-black--hover:hover {
    border-color: #000
}

.ms-borderColor-gray220, .ms-borderColor-gray220--hover:hover {
    border-color: #11100f
}

.ms-borderColor-gray210, .ms-borderColor-gray210--hover:hover {
    border-color: #161514
}

.ms-borderColor-gray200, .ms-borderColor-gray200--hover:hover {
    border-color: #1b1a19
}

.ms-borderColor-gray190, .ms-borderColor-gray190--hover:hover {
    border-color: #201f1e
}

.ms-borderColor-gray180, .ms-borderColor-gray180--hover:hover {
    border-color: #252423
}

.ms-borderColor-gray170, .ms-borderColor-gray170--hover:hover {
    border-color: #292827
}

.ms-borderColor-gray160, .ms-borderColor-gray160--hover:hover {
    border-color: #323130
}

.ms-borderColor-gray150, .ms-borderColor-gray150--hover:hover {
    border-color: #3b3a39
}

.ms-borderColor-gray140, .ms-borderColor-gray140--hover:hover {
    border-color: #484644
}

.ms-borderColor-gray130, .ms-borderColor-gray130--hover:hover {
    border-color: #605e5c
}

.ms-borderColor-gray120, .ms-borderColor-gray120--hover:hover {
    border-color: #797775
}

.ms-borderColor-gray110, .ms-borderColor-gray110--hover:hover {
    border-color: #8a8886
}

.ms-borderColor-gray100, .ms-borderColor-gray100--hover:hover {
    border-color: #979593
}

.ms-borderColor-gray90, .ms-borderColor-gray90--hover:hover {
    border-color: #a19f9d
}

.ms-borderColor-gray80, .ms-borderColor-gray80--hover:hover {
    border-color: #b3b0ad
}

.ms-borderColor-gray70, .ms-borderColor-gray70--hover:hover {
    border-color: #bebbb8
}

.ms-borderColor-gray60, .ms-borderColor-gray60--hover:hover {
    border-color: #c8c6c4
}

.ms-borderColor-gray50, .ms-borderColor-gray50--hover:hover {
    border-color: #d2d0ce
}

.ms-borderColor-gray40, .ms-borderColor-gray40--hover:hover {
    border-color: #e1dfdd
}

.ms-borderColor-gray30, .ms-borderColor-gray30--hover:hover {
    border-color: #edebe9
}

.ms-borderColor-gray20, .ms-borderColor-gray20--hover:hover {
    border-color: #f3f2f1
}

.ms-borderColor-gray10, .ms-borderColor-gray10--hover:hover {
    border-color: #faf9f8
}

.ms-borderColor-white, .ms-borderColor-white--hover:hover {
    border-color: #fff
}

.ms-borderColor-sharedPinkRed10, .ms-borderColor-sharedPinkRed10--hover:hover {
    border-color: #750b1c
}

.ms-borderColor-sharedRed20, .ms-borderColor-sharedRed20--hover:hover {
    border-color: #a4262c
}

.ms-borderColor-sharedRed10, .ms-borderColor-sharedRed10--hover:hover {
    border-color: #d13438
}

.ms-borderColor-sharedRedOrange20, .ms-borderColor-sharedRedOrange20--hover:hover {
    border-color: #603d30
}

.ms-borderColor-sharedRedOrange10, .ms-borderColor-sharedRedOrange10--hover:hover {
    border-color: #da3b01
}

.ms-borderColor-sharedOrange30, .ms-borderColor-sharedOrange30--hover:hover {
    border-color: #8e562e
}

.ms-borderColor-sharedOrange20, .ms-borderColor-sharedOrange20--hover:hover {
    border-color: #ca5010
}

.ms-borderColor-sharedOrange10, .ms-borderColor-sharedOrange10--hover:hover {
    border-color: #fa4
}

.ms-borderColor-sharedYellow10, .ms-borderColor-sharedYellow10--hover:hover {
    border-color: #fce100
}

.ms-borderColor-sharedOrangeYellow20, .ms-borderColor-sharedOrangeYellow20--hover:hover {
    border-color: #986f0b
}

.ms-borderColor-sharedOrangeYellow10, .ms-borderColor-sharedOrangeYellow10--hover:hover {
    border-color: #c19c00
}

.ms-borderColor-sharedYellowGreen10, .ms-borderColor-sharedYellowGreen10--hover:hover {
    border-color: #8cbd18
}

.ms-borderColor-sharedGreen20, .ms-borderColor-sharedGreen20--hover:hover {
    border-color: #0b6a0b
}

.ms-borderColor-sharedGreen10, .ms-borderColor-sharedGreen10--hover:hover {
    border-color: #498205
}

.ms-borderColor-sharedGreenCyan10, .ms-borderColor-sharedGreenCyan10--hover:hover {
    border-color: #00ad56
}

.ms-borderColor-sharedCyan40, .ms-borderColor-sharedCyan40--hover:hover {
    border-color: #005e50
}

.ms-borderColor-sharedCyan30, .ms-borderColor-sharedCyan30--hover:hover {
    border-color: #005b70
}

.ms-borderColor-sharedCyan20, .ms-borderColor-sharedCyan20--hover:hover {
    border-color: #038387
}

.ms-borderColor-sharedCyan10, .ms-borderColor-sharedCyan10--hover:hover {
    border-color: #00b7c3
}

.ms-borderColor-sharedCyanBlue20, .ms-borderColor-sharedCyanBlue20--hover:hover {
    border-color: #004e8c
}

.ms-borderColor-sharedCyanBlue10, .ms-borderColor-sharedCyanBlue10--hover:hover {
    border-color: #0078d4
}

.ms-borderColor-sharedBlue10, .ms-borderColor-sharedBlue10--hover:hover {
    border-color: #4f6bed
}

.ms-borderColor-sharedBlueMagenta40, .ms-borderColor-sharedBlueMagenta40--hover:hover {
    border-color: #373277
}

.ms-borderColor-sharedBlueMagenta30, .ms-borderColor-sharedBlueMagenta30--hover:hover {
    border-color: #5c2e91
}

.ms-borderColor-sharedBlueMagenta20, .ms-borderColor-sharedBlueMagenta20--hover:hover {
    border-color: #8764b8
}

.ms-borderColor-sharedBlueMagenta10, .ms-borderColor-sharedBlueMagenta10--hover:hover {
    border-color: #8378de
}

.ms-borderColor-sharedMagenta20, .ms-borderColor-sharedMagenta20--hover:hover {
    border-color: #881798
}

.ms-borderColor-sharedMagenta10, .ms-borderColor-sharedMagenta10--hover:hover {
    border-color: #c239b3
}

.ms-borderColor-sharedMagentaPink20, .ms-borderColor-sharedMagentaPink20--hover:hover {
    border-color: #9b0062
}

.ms-borderColor-sharedMagentaPink10, .ms-borderColor-sharedMagentaPink10--hover:hover {
    border-color: #e3008c
}

.ms-borderColor-sharedGray40, .ms-borderColor-sharedGray40--hover:hover {
    border-color: #393939
}

.ms-borderColor-sharedGray30, .ms-borderColor-sharedGray30--hover:hover {
    border-color: #7a7574
}

.ms-borderColor-sharedGray20, .ms-borderColor-sharedGray20--hover:hover {
    border-color: #69797e
}

.ms-borderColor-sharedGray10, .ms-borderColor-sharedGray10--hover:hover {
    border-color: #a0aeb2
}

.ms-fontColor-communicationShade30, .ms-fontColor-communicationShade30--hover:hover {
    color: #004578
}

.ms-fontColor-communicationShade20, .ms-fontColor-communicationShade20--hover:hover {
    color: #005a9e
}

.ms-fontColor-communicationShade10, .ms-fontColor-communicationShade10--hover:hover {
    color: #106ebe
}

.ms-fontColor-communicationPrimary, .ms-fontColor-communicationPrimary--hover:hover {
    color: #0078d4
}

.ms-fontColor-communicationTint10, .ms-fontColor-communicationTint10--hover:hover {
    color: #2b88d8
}

.ms-fontColor-communicationTint20, .ms-fontColor-communicationTint20--hover:hover {
    color: #c7e0f4
}

.ms-fontColor-communicationTint30, .ms-fontColor-communicationTint30--hover:hover {
    color: #deecf9
}

.ms-fontColor-communicationTint40, .ms-fontColor-communicationTint40--hover:hover {
    color: #eff6fc
}

.ms-fontColor-black, .ms-fontColor-black--hover:hover {
    color: #000
}

.ms-fontColor-gray220, .ms-fontColor-gray220--hover:hover {
    color: #11100f
}

.ms-fontColor-gray210, .ms-fontColor-gray210--hover:hover {
    color: #161514
}

.ms-fontColor-gray200, .ms-fontColor-gray200--hover:hover {
    color: #1b1a19
}

.ms-fontColor-gray190, .ms-fontColor-gray190--hover:hover {
    color: #201f1e
}

.ms-fontColor-gray180, .ms-fontColor-gray180--hover:hover {
    color: #252423
}

.ms-fontColor-gray170, .ms-fontColor-gray170--hover:hover {
    color: #292827
}

.ms-fontColor-gray160, .ms-fontColor-gray160--hover:hover {
    color: #323130
}

.ms-fontColor-gray150, .ms-fontColor-gray150--hover:hover {
    color: #3b3a39
}

.ms-fontColor-gray140, .ms-fontColor-gray140--hover:hover {
    color: #484644
}

.ms-fontColor-gray130, .ms-fontColor-gray130--hover:hover {
    color: #605e5c
}

.ms-fontColor-gray120, .ms-fontColor-gray120--hover:hover {
    color: #797775
}

.ms-fontColor-gray110, .ms-fontColor-gray110--hover:hover {
    color: #8a8886
}

.ms-fontColor-gray100, .ms-fontColor-gray100--hover:hover {
    color: #979593
}

.ms-fontColor-gray90, .ms-fontColor-gray90--hover:hover {
    color: #a19f9d
}

.ms-fontColor-gray80, .ms-fontColor-gray80--hover:hover {
    color: #b3b0ad
}

.ms-fontColor-gray70, .ms-fontColor-gray70--hover:hover {
    color: #bebbb8
}

.ms-fontColor-gray60, .ms-fontColor-gray60--hover:hover {
    color: #c8c6c4
}

.ms-fontColor-gray50, .ms-fontColor-gray50--hover:hover {
    color: #d2d0ce
}

.ms-fontColor-gray40, .ms-fontColor-gray40--hover:hover {
    color: #e1dfdd
}

.ms-fontColor-gray30, .ms-fontColor-gray30--hover:hover {
    color: #edebe9
}

.ms-fontColor-gray20, .ms-fontColor-gray20--hover:hover {
    color: #f3f2f1
}

.ms-fontColor-gray10, .ms-fontColor-gray10--hover:hover {
    color: #faf9f8
}

.ms-fontColor-white, .ms-fontColor-white--hover:hover {
    color: #fff
}

.ms-fontColor-sharedPinkRed10, .ms-fontColor-sharedPinkRed10--hover:hover {
    color: #750b1c
}

.ms-fontColor-sharedRed20, .ms-fontColor-sharedRed20--hover:hover {
    color: #a4262c
}

.ms-fontColor-sharedRed10, .ms-fontColor-sharedRed10--hover:hover {
    color: #d13438
}

.ms-fontColor-sharedRedOrange20, .ms-fontColor-sharedRedOrange20--hover:hover {
    color: #603d30
}

.ms-fontColor-sharedRedOrange10, .ms-fontColor-sharedRedOrange10--hover:hover {
    color: #da3b01
}

.ms-fontColor-sharedOrange30, .ms-fontColor-sharedOrange30--hover:hover {
    color: #8e562e
}

.ms-fontColor-sharedOrange20, .ms-fontColor-sharedOrange20--hover:hover {
    color: #ca5010
}

.ms-fontColor-sharedOrange10, .ms-fontColor-sharedOrange10--hover:hover {
    color: #fa4
}

.ms-fontColor-sharedYellow10, .ms-fontColor-sharedYellow10--hover:hover {
    color: #fce100
}

.ms-fontColor-sharedOrangeYellow20, .ms-fontColor-sharedOrangeYellow20--hover:hover {
    color: #986f0b
}

.ms-fontColor-sharedOrangeYellow10, .ms-fontColor-sharedOrangeYellow10--hover:hover {
    color: #c19c00
}

.ms-fontColor-sharedYellowGreen10, .ms-fontColor-sharedYellowGreen10--hover:hover {
    color: #8cbd18
}

.ms-fontColor-sharedGreen20, .ms-fontColor-sharedGreen20--hover:hover {
    color: #0b6a0b
}

.ms-fontColor-sharedGreen10, .ms-fontColor-sharedGreen10--hover:hover {
    color: #498205
}

.ms-fontColor-sharedGreenCyan10, .ms-fontColor-sharedGreenCyan10--hover:hover {
    color: #00ad56
}

.ms-fontColor-sharedCyan40, .ms-fontColor-sharedCyan40--hover:hover {
    color: #005e50
}

.ms-fontColor-sharedCyan30, .ms-fontColor-sharedCyan30--hover:hover {
    color: #005b70
}

.ms-fontColor-sharedCyan20, .ms-fontColor-sharedCyan20--hover:hover {
    color: #038387
}

.ms-fontColor-sharedCyan10, .ms-fontColor-sharedCyan10--hover:hover {
    color: #00b7c3
}

.ms-fontColor-sharedCyanBlue20, .ms-fontColor-sharedCyanBlue20--hover:hover {
    color: #004e8c
}

.ms-fontColor-sharedCyanBlue10, .ms-fontColor-sharedCyanBlue10--hover:hover {
    color: #0078d4
}

.ms-fontColor-sharedBlue10, .ms-fontColor-sharedBlue10--hover:hover {
    color: #4f6bed
}

.ms-fontColor-sharedBlueMagenta40, .ms-fontColor-sharedBlueMagenta40--hover:hover {
    color: #373277
}

.ms-fontColor-sharedBlueMagenta30, .ms-fontColor-sharedBlueMagenta30--hover:hover {
    color: #5c2e91
}

.ms-fontColor-sharedBlueMagenta20, .ms-fontColor-sharedBlueMagenta20--hover:hover {
    color: #8764b8
}

.ms-fontColor-sharedBlueMagenta10, .ms-fontColor-sharedBlueMagenta10--hover:hover {
    color: #8378de
}

.ms-fontColor-sharedMagenta20, .ms-fontColor-sharedMagenta20--hover:hover {
    color: #881798
}

.ms-fontColor-sharedMagenta10, .ms-fontColor-sharedMagenta10--hover:hover {
    color: #c239b3
}

.ms-fontColor-sharedMagentaPink20, .ms-fontColor-sharedMagentaPink20--hover:hover {
    color: #9b0062
}

.ms-fontColor-sharedMagentaPink10, .ms-fontColor-sharedMagentaPink10--hover:hover {
    color: #e3008c
}

.ms-fontColor-sharedGray40, .ms-fontColor-sharedGray40--hover:hover {
    color: #393939
}

.ms-fontColor-sharedGray30, .ms-fontColor-sharedGray30--hover:hover {
    color: #7a7574
}

.ms-fontColor-sharedGray20, .ms-fontColor-sharedGray20--hover:hover {
    color: #69797e
}

.ms-fontColor-sharedGray10, .ms-fontColor-sharedGray10--hover:hover {
    color: #a0aeb2
}

.ms-depth-0 {
    box-shadow: 0 0 0 0 transparent
}

.ms-depth-4 {
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,.132),0 .3px .9px 0 rgba(0,0,0,.108)
}

.ms-depth-8 {
    box-shadow: 0 3.2px 7.2px 0 rgba(0,0,0,.132),0 .6px 1.8px 0 rgba(0,0,0,.108)
}

.ms-depth-16 {
    box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132),0 1.2px 3.6px 0 rgba(0,0,0,.108)
}

.ms-depth-64 {
    box-shadow: 0 25.6px 57.6px 0 rgba(0,0,0,.22),0 4.8px 14.4px 0 rgba(0,0,0,.18)
}

.ms-fontSize-68 {
    font-size: 68px
}

.ms-fontSize-42 {
    font-size: 42px
}

.ms-fontSize-32 {
    font-size: 32px
}

.ms-fontSize-28 {
    font-size: 28px
}

.ms-fontSize-24 {
    font-size: 24px
}

.ms-fontSize-20 {
    font-size: 20px
}

.ms-fontSize-18 {
    font-size: 18px
}

.ms-fontSize-16 {
    font-size: 16px
}

.ms-fontSize-14 {
    font-size: 14px
}

.ms-fontSize-12 {
    font-size: 12px
}

.ms-fontSize-10 {
    font-size: 10px
}

.ms-fontWeight-regular {
    font-weight: 400
}

.ms-fontWeight-semibold {
    font-weight: 600
}

.ms-fontWeight-bold {
    font-weight: 700
}

.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 {
    font-weight: 100
}

.ms-fontWeight-semilight {
    font-weight: 300
}

.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
}

@font-face {
    font-family: 'Leelawadee UI Web';
    src: url(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2) format('woff2'),url(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Leelawadee UI Web';
    src: url(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Arabic)';
    src: url(/css/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Arabic)';
    src: url(/css/fabric/assets/fonts/segoeui-arabic/segoeui-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-arabic/segoeui-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Cyrillic)';
    src: url(/css/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Cyrillic)';
    src: url(/css/fabric/assets/fonts/segoeui-cyrillic/segoeui-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-cyrillic/segoeui-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (East European)';
    src: url(/css/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (East European)';
    src: url(/css/fabric/assets/fonts/segoeui-easteuropean/segoeui-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-easteuropean/segoeui-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Greek)';
    src: url(/css/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Greek)';
    src: url(/css/fabric/assets/fonts/segoeui-greek/segoeui-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-greek/segoeui-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Hebrew)';
    src: url(/css/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Hebrew)';
    src: url(/css/fabric/assets/fonts/segoeui-hebrew/segoeui-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-hebrew/segoeui-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Vietnamese)';
    src: url(/css/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (Vietnamese)';
    src: url(/css/fabric/assets/fonts/segoeui-vietnamese/segoeui-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-vietnamese/segoeui-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (West European)';
    src: url(/css/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Segoe UI Web (West European)';
    src: url(/css/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Selawik Web';
    src: url(/css/fabric/assets/fonts/selawik/selawik-light.woff2) format('woff2'),url(/css/fabric/assets/fonts/selawik/selawik-light.woff) format('woff');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Selawik Web';
    src: url(/css/fabric/assets/fonts/selawik/selawik-semilight.woff2) format('woff2'),url(/css/fabric/assets/fonts/selawik/selawik-semilight.woff) format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Selawik Web';
    src: url(/css/fabric/assets/fonts/selawik/selawik-regular.woff2) format('woff2'),url(/css/fabric/assets/fonts/selawik/selawik-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Selawik Web';
    src: url(/css/fabric/assets/fonts/selawik/selawik-semibold.woff2) format('woff2'),url(/css/fabric/assets/fonts/selawik/selawik-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Selawik Web';
    src: url(/css/fabric/assets/fonts/selawik/selawik-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/selawik/selawik-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Leelawadee UI Web';
    src: url(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format('woff2'),url(/css/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(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2) format('woff2'),url(/css/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff) format('woff');
    font-weight: 600;
    font-style: normal
}

.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
}

[dir=ltr] .ms-Grid-col {
    float: left
}

[dir=rtl] .ms-Grid-col {
    float: right
}

.ms-Grid-col .ms-Grid {
    padding: 0
}

.ms-Icon {
    display: inline-block;
    font-family: FabricMDL2Icons;
    font-style: normal;
    font-weight: 400;
    speak: none
}

.ms-Icon--circle {
    margin: 0 .5em 0 0;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    width: 1em;
    height: 1em;
    padding: 0;
    text-align: left
}

[dir=rtl] .ms-Icon--circle {
    margin: 0 0 0 .5em
}

.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;
    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--12PointStar::before {
    content: "\f505"
}

.ms-Icon--6PointStar::before {
    content: "\f504"
}

.ms-Icon--AADLogo::before {
    content: "\ed68"
}

.ms-Icon--Accept::before {
    content: "\e8fb"
}

.ms-Icon--AccessibiltyChecker::before {
    content: "\f835"
}

.ms-Icon--AccessLogo::before {
    content: "\ed69"
}

.ms-Icon--AccessLogoFill::before {
    content: "\f1db"
}

.ms-Icon--AccountActivity::before {
    content: "\eff4"
}

.ms-Icon--AccountBrowser::before {
    content: "\f652"
}

.ms-Icon--AccountManagement::before {
    content: "\f55c"
}

.ms-Icon--Accounts::before {
    content: "\e910"
}

.ms-Icon--ActionCenter::before {
    content: "\e91c"
}

.ms-Icon--ActivateOrders::before {
    content: "\efe0"
}

.ms-Icon--ActivityFeed::before {
    content: "\f056"
}

.ms-Icon--Add::before {
    content: "\e710"
}

.ms-Icon--AddBookmark::before {
    content: "\f5b7"
}

.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--AddHome::before {
    content: "\f17b"
}

.ms-Icon--AddIn::before {
    content: "\f775"
}

.ms-Icon--AddLink::before {
    content: "\e35e"
}

.ms-Icon--AddNotes::before {
    content: "\eae3"
}

.ms-Icon--AddOnlineMeeting::before {
    content: "\ed8e"
}

.ms-Icon--AddPhone::before {
    content: "\ed96"
}

.ms-Icon--AddReaction::before {
    content: "\f85d"
}

.ms-Icon--AddTo::before {
    content: "\ecc8"
}

.ms-Icon--AddToShoppingList::before {
    content: "\ea9a"
}

.ms-Icon--AddWork::before {
    content: "\f17c"
}

.ms-Icon--Admin::before {
    content: "\e7ef"
}

.ms-Icon--AdminALogo32::before {
    content: "\f4ba"
}

.ms-Icon--AdminALogoFill32::before {
    content: "\f4bb"
}

.ms-Icon--AdminALogoInverse32::before {
    content: "\ed6a"
}

.ms-Icon--AdminCLogoInverse32::before {
    content: "\ed6b"
}

.ms-Icon--AdminDLogoInverse32::before {
    content: "\ed6c"
}

.ms-Icon--AdminELogoInverse32::before {
    content: "\ed6d"
}

.ms-Icon--AdminLLogoInverse32::before {
    content: "\ed6e"
}

.ms-Icon--AdminMLogoInverse32::before {
    content: "\ed6f"
}

.ms-Icon--AdminOLogoInverse32::before {
    content: "\ed70"
}

.ms-Icon--AdminPLogoInverse32::before {
    content: "\ed71"
}

.ms-Icon--AdminSLogoInverse32::before {
    content: "\ed72"
}

.ms-Icon--AdminYLogoInverse32::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--AlertSettings::before {
    content: "\f8b6"
}

.ms-Icon--AlertSolid::before {
    content: "\f331"
}

.ms-Icon--AlignCenter::before {
    content: "\e8e3"
}

.ms-Icon--AlignHorizontalCenter::before {
    content: "\f4f4"
}

.ms-Icon--AlignHorizontalLeft::before {
    content: "\f4f3"
}

.ms-Icon--AlignHorizontalRight::before {
    content: "\f4f5"
}

.ms-Icon--AlignJustify::before {
    content: "\f51e"
}

.ms-Icon--AlignLeft::before {
    content: "\e8e4"
}

.ms-Icon--AlignRight::before {
    content: "\e8e2"
}

.ms-Icon--AlignVerticalBottom::before {
    content: "\f4f8"
}

.ms-Icon--AlignVerticalCenter::before {
    content: "\f4f7"
}

.ms-Icon--AlignVerticalTop::before {
    content: "\f4f6"
}

[dir=ltr] .ms-Icon--AllApps::before {
    content: "\e71d"
}

[dir=rtl] .ms-Icon--AllApps::before {
    content: "\ea40"
}

[dir=ltr] .ms-Icon--AllAppsMirrored::before {
    content: "\ea40"
}

[dir=rtl] .ms-Icon--AllAppsMirrored::before {
    content: "\e71d"
}

.ms-Icon--AllCurrency::before {
    content: "\eae4"
}

.ms-Icon--AnalyticsLogo::before {
    content: "\f1de"
}

.ms-Icon--AnalyticsQuery::before {
    content: "\f1df"
}

.ms-Icon--AnalyticsReport::before {
    content: "\f1e1"
}

.ms-Icon--AnalyticsView::before {
    content: "\f5f1"
}

.ms-Icon--AnchorLock::before {
    content: "\f511"
}

.ms-Icon--Annotation::before {
    content: "\e924"
}

.ms-Icon--AppIconDefault::before {
    content: "\ecaa"
}

.ms-Icon--AppIconDefaultAdd::before {
    content: "\efda"
}

.ms-Icon--AppIconDefaultList::before {
    content: "\efde"
}

.ms-Icon--Archive::before {
    content: "\f03f"
}

.ms-Icon--AreaChart::before {
    content: "\e9d2"
}

.ms-Icon--ArrangeBringForward::before {
    content: "\f509"
}

.ms-Icon--ArrangeBringToFront::before {
    content: "\f506"
}

.ms-Icon--ArrangeByFrom::before {
    content: "\f678"
}

.ms-Icon--ArrangeSendBackward::before {
    content: "\f508"
}

.ms-Icon--ArrangeSendToBack::before {
    content: "\f507"
}

.ms-Icon--Arrivals::before {
    content: "\eb34"
}

[dir=ltr] .ms-Icon--ArrowDownRight8::before {
    content: "\eed5"
}

[dir=rtl] .ms-Icon--ArrowDownRight8::before {
    content: "\eef0"
}

[dir=ltr] .ms-Icon--ArrowDownRightMirrored8::before {
    content: "\eef0"
}

[dir=rtl] .ms-Icon--ArrowDownRightMirrored8::before {
    content: "\eed5"
}

.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--ArrowUpRight::before {
    content: "\f069"
}

[dir=ltr] .ms-Icon--ArrowUpRight8::before {
    content: "\eed4"
}

[dir=rtl] .ms-Icon--ArrowUpRight8::before {
    content: "\eeef"
}

[dir=ltr] .ms-Icon--ArrowUpRightMirrored8::before {
    content: "\eeef"
}

[dir=rtl] .ms-Icon--ArrowUpRightMirrored8::before {
    content: "\eed4"
}

.ms-Icon--Articles::before {
    content: "\eac1"
}

.ms-Icon--Ascending::before {
    content: "\edc0"
}

.ms-Icon--AspectRatio::before {
    content: "\e799"
}

.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--AuthenticatorApp::before {
    content: "\f6b1"
}

.ms-Icon--AutoEnhanceOff::before {
    content: "\e78e"
}

.ms-Icon--AutoEnhanceOn::before {
    content: "\e78d"
}

.ms-Icon--AutoFillTemplate::before {
    content: "\f313"
}

.ms-Icon--AutoHeight::before {
    content: "\f512"
}

.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--BackgroundColor::before {
    content: "\f42b"
}

.ms-Icon--Backlog::before {
    content: "\f2ac"
}

.ms-Icon--BacklogBoard::before {
    content: "\f444"
}

.ms-Icon--BacklogList::before {
    content: "\f6bf"
}

.ms-Icon--BackToWindow::before {
    content: "\e73f"
}

.ms-Icon--Badge::before {
    content: "\ec1b"
}

.ms-Icon--Balloons::before {
    content: "\ed7e"
}

.ms-Icon--Bank::before {
    content: "\e825"
}

.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--BarChartVerticalEdit::before {
    content: "\f89d"
}

.ms-Icon--BarChartVerticalFill::before {
    content: "\f830"
}

.ms-Icon--BarChartVerticalFilter::before {
    content: "\f77e"
}

.ms-Icon--BarChartVerticalFilterSolid::before {
    content: "\f77f"
}

.ms-Icon--Baseball::before {
    content: "\eb20"
}

.ms-Icon--BeerMug::before {
    content: "\f49e"
}

.ms-Icon--BIDashboard::before {
    content: "\f543"
}

.ms-Icon--BidiLtr::before {
    content: "\e9aa"
}

.ms-Icon--BidiRtl::before {
    content: "\e9ab"
}

.ms-Icon--BingLogo::before {
    content: "\eb6b"
}

.ms-Icon--BirthdayCake::before {
    content: "\ef8d"
}

.ms-Icon--BlockContact::before {
    content: "\e8f8"
}

.ms-Icon--Blocked::before {
    content: "\e733"
}

.ms-Icon--Blocked12::before {
    content: "\f62e"
}

.ms-Icon--Blocked2::before {
    content: "\ece4"
}

.ms-Icon--Blocked2Solid::before {
    content: "\f737"
}

.ms-Icon--BlockedSite::before {
    content: "\e72f"
}

.ms-Icon--BlockedSiteSolid12::before {
    content: "\f70a"
}

.ms-Icon--BlockedSolid::before {
    content: "\f531"
}

.ms-Icon--Blog::before {
    content: "\f22b"
}

.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--BookAnswers::before {
    content: "\f8a4"
}

.ms-Icon--BookingsLogo::before {
    content: "\edc7"
}

.ms-Icon--BookmarkReport::before {
    content: "\f76b"
}

[dir=ltr] .ms-Icon--Bookmarks::before {
    content: "\e8a4"
}

[dir=rtl] .ms-Icon--Bookmarks::before {
    content: "\ea41"
}

[dir=ltr] .ms-Icon--BookmarksMirrored::before {
    content: "\ea41"
}

[dir=rtl] .ms-Icon--BookmarksMirrored::before {
    content: "\e8a4"
}

.ms-Icon--BorderDash::before {
    content: "\f50a"
}

.ms-Icon--BorderDot::before {
    content: "\f50b"
}

.ms-Icon--BoxAdditionSolid::before {
    content: "\f2d4"
}

.ms-Icon--BoxCheckmarkSolid::before {
    content: "\f2d7"
}

.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--Breakfast::before {
    content: "\f49c"
}

.ms-Icon--Brightness::before {
    content: "\e706"
}

.ms-Icon--Broom::before {
    content: "\ea99"
}

.ms-Icon--BrowserScreenShot::before {
    content: "\ebed"
}

.ms-Icon--BrowserTab::before {
    content: "\f5d7"
}

.ms-Icon--BrowserTabScreenshot::before {
    content: "\f5d8"
}

.ms-Icon--Brunch::before {
    content: "\f49d"
}

.ms-Icon--Brush::before {
    content: "\ecff"
}

.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--Bug::before {
    content: "\ebe8"
}

.ms-Icon--BugSolid::before {
    content: "\f335"
}

.ms-Icon--Build::before {
    content: "\f28f"
}

.ms-Icon--BuildDefinition::before {
    content: "\f6e9"
}

.ms-Icon--BuildIssue::before {
    content: "\f319"
}

.ms-Icon--BuildQueue::before {
    content: "\f24f"
}

.ms-Icon--BuildQueueNew::before {
    content: "\f250"
}

.ms-Icon--BulkUpload::before {
    content: "\f548"
}

[dir=ltr] .ms-Icon--BulletedList2::before {
    content: "\f2c7"
}

[dir=rtl] .ms-Icon--BulletedList2::before {
    content: "\f2c8"
}

[dir=ltr] .ms-Icon--BulletedList2Mirrored::before {
    content: "\f2c8"
}

[dir=rtl] .ms-Icon--BulletedList2Mirrored::before {
    content: "\f2c7"
}

[dir=ltr] .ms-Icon--BulletedListBullet::before {
    content: "\f793"
}

[dir=rtl] .ms-Icon--BulletedListBullet::before {
    content: "\f795"
}

[dir=ltr] .ms-Icon--BulletedListBulletMirrored::before {
    content: "\f795"
}

[dir=rtl] .ms-Icon--BulletedListBulletMirrored::before {
    content: "\f793"
}

[dir=ltr] .ms-Icon--BulletedList::before {
    content: "\e8fd"
}

[dir=rtl] .ms-Icon--BulletedList::before {
    content: "\ea42"
}

[dir=ltr] .ms-Icon--BulletedListMirrored::before {
    content: "\ea42"
}

[dir=rtl] .ms-Icon--BulletedListMirrored::before {
    content: "\e8fd"
}

[dir=ltr] .ms-Icon--BulletedListText::before {
    content: "\f792"
}

[dir=rtl] .ms-Icon--BulletedListText::before {
    content: "\f794"
}

[dir=ltr] .ms-Icon--BulletedListTextMirrored::before {
    content: "\f794"
}

[dir=rtl] .ms-Icon--BulletedListTextMirrored::before {
    content: "\f792"
}

.ms-Icon--BulletedTreeList::before {
    content: "\f84c"
}

.ms-Icon--Bullseye::before {
    content: "\f272"
}

.ms-Icon--BullseyeTarget::before {
    content: "\f5f0"
}

.ms-Icon--BullseyeTargetEdit::before {
    content: "\e319"
}

.ms-Icon--Bus::before {
    content: "\e806"
}

.ms-Icon--BusinessCenterLogo::before {
    content: "\f4b2"
}

.ms-Icon--BusinessHoursSign::before {
    content: "\f310"
}

.ms-Icon--BusSolid::before {
    content: "\eb47"
}

.ms-Icon--ButtonControl::before {
    content: "\f6c0"
}

.ms-Icon--Cafe::before {
    content: "\ec32"
}

.ms-Icon--Cake::before {
    content: "\eca4"
}

.ms-Icon--Calculator::before {
    content: "\e8ef"
}

.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--CalculatorPercentage::before {
    content: "\e94c"
}

.ms-Icon--CalculatorSubtract::before {
    content: "\e949"
}

.ms-Icon--CalendarAgenda::before {
    content: "\ee9a"
}

.ms-Icon--CalendarDay::before {
    content: "\e8bf"
}

[dir=ltr] .ms-Icon--Calendar::before {
    content: "\e787"
}

[dir=rtl] .ms-Icon--Calendar::before {
    content: "\ed28"
}

[dir=ltr] .ms-Icon--CalendarMirrored::before {
    content: "\ed28"
}

[dir=rtl] .ms-Icon--CalendarMirrored::before {
    content: "\e787"
}

.ms-Icon--CalendarReply::before {
    content: "\e8f5"
}

[dir=ltr] .ms-Icon--CalendarSettings::before {
    content: "\f558"
}

[dir=rtl] .ms-Icon--CalendarSettings::before {
    content: "\f559"
}

[dir=ltr] .ms-Icon--CalendarSettingsMirrored::before {
    content: "\f559"
}

[dir=rtl] .ms-Icon--CalendarSettingsMirrored::before {
    content: "\f558"
}

.ms-Icon--CalendarWeek::before {
    content: "\e8c0"
}

.ms-Icon--CalendarWorkWeek::before {
    content: "\ef51"
}

.ms-Icon--CalendarYear::before {
    content: "\e371"
}

.ms-Icon--Calories::before {
    content: "\ecad"
}

.ms-Icon--CaloriesAdd::before {
    content: "\f172"
}

.ms-Icon--Camera::before {
    content: "\e722"
}

.ms-Icon--CampaignTemplate::before {
    content: "\f811"
}

.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"
}

[dir=ltr] .ms-Icon--CaretHollow::before {
    content: "\e817"
}

[dir=rtl] .ms-Icon--CaretHollow::before {
    content: "\ea45"
}

[dir=ltr] .ms-Icon--CaretHollowMirrored::before {
    content: "\ea45"
}

[dir=rtl] .ms-Icon--CaretHollowMirrored::before {
    content: "\e817"
}

.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--CaretSolid16::before {
    content: "\ee62"
}

.ms-Icon--CaretSolidDown::before {
    content: "\f08e"
}

.ms-Icon--CaretSolidLeft::before {
    content: "\f08d"
}

[dir=ltr] .ms-Icon--CaretSolid::before {
    content: "\e818"
}

[dir=rtl] .ms-Icon--CaretSolid::before {
    content: "\ea46"
}

[dir=ltr] .ms-Icon--CaretSolidMirrored::before {
    content: "\ea46"
}

[dir=rtl] .ms-Icon--CaretSolidMirrored::before {
    content: "\e818"
}

.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--CertifiedDatabase::before {
    content: "\f5bb"
}

.ms-Icon--ChangeEntitlements::before {
    content: "\e310"
}

.ms-Icon--Chart::before {
    content: "\e999"
}

.ms-Icon--ChartSeries::before {
    content: "\f513"
}

.ms-Icon--ChartTemplate::before {
    content: "\f812"
}

.ms-Icon--ChartXAngle::before {
    content: "\f514"
}

.ms-Icon--ChartYAngle::before {
    content: "\f515"
}

.ms-Icon--Chat::before {
    content: "\e901"
}

.ms-Icon--ChatBot::before {
    content: "\f08b"
}

.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--CheckboxFill::before {
    content: "\e73b"
}

.ms-Icon--CheckboxIndeterminate::before {
    content: "\e73c"
}

.ms-Icon--CheckedOutByOther12::before {
    content: "\f630"
}

.ms-Icon--CheckedOutByYou12::before {
    content: "\f631"
}

.ms-Icon--CheckList::before {
    content: "\e9d5"
}

[dir=ltr] .ms-Icon--CheckListCheck::before {
    content: "\f7a9"
}

[dir=rtl] .ms-Icon--CheckListCheck::before {
    content: "\f7ab"
}

[dir=ltr] .ms-Icon--CheckListCheckMirrored::before {
    content: "\f7ab"
}

[dir=rtl] .ms-Icon--CheckListCheckMirrored::before {
    content: "\f7a9"
}

[dir=ltr] .ms-Icon--CheckListText::before {
    content: "\f7a8"
}

[dir=rtl] .ms-Icon--CheckListText::before {
    content: "\f7aa"
}

[dir=ltr] .ms-Icon--CheckListTextMirrored::before {
    content: "\f7aa"
}

[dir=rtl] .ms-Icon--CheckListTextMirrored::before {
    content: "\f7a8"
}

.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--Childof::before {
    content: "\f82d"
}

.ms-Icon--Chopsticks::before {
    content: "\f4a2"
}

[dir=ltr] .ms-Icon--ChromeBack::before {
    content: "\e830"
}

[dir=rtl] .ms-Icon--ChromeBack::before {
    content: "\ea47"
}

[dir=ltr] .ms-Icon--ChromeBackMirrored::before {
    content: "\ea47"
}

[dir=rtl] .ms-Icon--ChromeBackMirrored::before {
    content: "\e830"
}

.ms-Icon--ChromeClose::before {
    content: "\e8bb"
}

.ms-Icon--ChromeFullScreen::before {
    content: "\e92d"
}

.ms-Icon--ChromeMinimize::before {
    content: "\e921"
}

.ms-Icon--ChromeRestore::before {
    content: "\e923"
}

.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--CircleShapeSolid::before {
    content: "\f63c"
}

.ms-Icon--CircleStop::before {
    content: "\f2dc"
}

.ms-Icon--CircleStopSolid::before {
    content: "\f2db"
}

.ms-Icon--CityNext::before {
    content: "\ec06"
}

.ms-Icon--CityNext2::before {
    content: "\ec07"
}

.ms-Icon--ClassNotebookLogo16::before {
    content: "\f488"
}

.ms-Icon--ClassNotebookLogo32::before {
    content: "\f486"
}

.ms-Icon--ClassNotebookLogoFill16::before {
    content: "\f489"
}

.ms-Icon--ClassNotebookLogoFill32::before {
    content: "\f487"
}

.ms-Icon--ClassNotebookLogoInverse::before {
    content: "\edc8"
}

.ms-Icon--ClassNotebookLogoInverse16::before {
    content: "\f48b"
}

.ms-Icon--ClassNotebookLogoInverse32::before {
    content: "\f48a"
}

.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--ClearFormattingA::before {
    content: "\f79d"
}

.ms-Icon--ClearFormattingEraser::before {
    content: "\f79e"
}

.ms-Icon--ClearNight::before {
    content: "\e9c2"
}

[dir=ltr] .ms-Icon--ClearSelection::before {
    content: "\e8e6"
}

[dir=rtl] .ms-Icon--ClearSelection::before {
    content: "\ea48"
}

[dir=ltr] .ms-Icon--ClearSelectionMirrored::before {
    content: "\ea48"
}

[dir=rtl] .ms-Icon--ClearSelectionMirrored::before {
    content: "\e8e6"
}

[dir=ltr] .ms-Icon--ClipboardList::before {
    content: "\f0e3"
}

[dir=rtl] .ms-Icon--ClipboardList::before {
    content: "\f0e4"
}

[dir=ltr] .ms-Icon--ClipboardListMirrored::before {
    content: "\f0e4"
}

[dir=rtl] .ms-Icon--ClipboardListMirrored::before {
    content: "\f0e3"
}

.ms-Icon--ClipboardSolid::before {
    content: "\f5dc"
}

.ms-Icon--Clock::before {
    content: "\e917"
}

.ms-Icon--CloneToDesktop::before {
    content: "\f28c"
}

.ms-Icon--ClosedCaption::before {
    content: "\ef84"
}

[dir=ltr] .ms-Icon--ClosePane::before {
    content: "\e89f"
}

[dir=rtl] .ms-Icon--ClosePane::before {
    content: "\ea49"
}

[dir=ltr] .ms-Icon--ClosePaneMirrored::before {
    content: "\ea49"
}

[dir=rtl] .ms-Icon--ClosePaneMirrored::before {
    content: "\e89f"
}

.ms-Icon--Cloud::before {
    content: "\e753"
}

.ms-Icon--CloudAdd::before {
    content: "\eca9"
}

.ms-Icon--CloudDownload::before {
    content: "\ebd3"
}

.ms-Icon--CloudImportExport::before {
    content: "\ee55"
}

.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--CodeEdit::before {
    content: "\f544"
}

.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--ColumnVerticalSection::before {
    content: "\f81e"
}

.ms-Icon--ColumnVerticalSectionEdit::before {
    content: "\f806"
}

.ms-Icon--Combine::before {
    content: "\edbb"
}

.ms-Icon--Combobox::before {
    content: "\f516"
}

.ms-Icon--CommandPrompt::before {
    content: "\e756"
}

.ms-Icon--Comment::before {
    content: "\e90a"
}

.ms-Icon--CommentActive::before {
    content: "\f804"
}

.ms-Icon--CommentAdd::before {
    content: "\f2b3"
}

.ms-Icon--CommentNext::before {
    content: "\f2b4"
}

.ms-Icon--CommentPrevious::before {
    content: "\f2b5"
}

.ms-Icon--CommentSolid::before {
    content: "\e30e"
}

.ms-Icon--CommentUrgent::before {
    content: "\f307"
}

.ms-Icon--Commitments::before {
    content: "\ec4d"
}

.ms-Icon--Communications::before {
    content: "\e95a"
}

[dir=ltr] .ms-Icon--CompanyDirectory::before {
    content: "\ef0d"
}

[dir=rtl] .ms-Icon--CompanyDirectory::before {
    content: "\ef2b"
}

[dir=ltr] .ms-Icon--CompanyDirectoryMirrored::before {
    content: "\ef2b"
}

[dir=rtl] .ms-Icon--CompanyDirectoryMirrored::before {
    content: "\ef0d"
}

.ms-Icon--Compare::before {
    content: "\f057"
}

.ms-Icon--CompassNW::before {
    content: "\e942"
}

.ms-Icon--Completed::before {
    content: "\e930"
}

.ms-Icon--CompletedSolid::before {
    content: "\ec61"
}

.ms-Icon--ComplianceAudit::before {
    content: "\e369"
}

.ms-Icon--ConfigurationSolid::before {
    content: "\f334"
}

.ms-Icon--ConnectContacts::before {
    content: "\efd4"
}

.ms-Icon--ConnectVirtualMachine::before {
    content: "\ee9d"
}

.ms-Icon--ConstructionCone::before {
    content: "\e98f"
}

.ms-Icon--ConstructionConeSolid::before {
    content: "\f339"
}

.ms-Icon--Contact::before {
    content: "\e77b"
}

.ms-Icon--ContactCard::before {
    content: "\eebd"
}

[dir=ltr] .ms-Icon--ContactCardSettings::before {
    content: "\f556"
}

[dir=rtl] .ms-Icon--ContactCardSettings::before {
    content: "\f557"
}

[dir=ltr] .ms-Icon--ContactCardSettingsMirrored::before {
    content: "\f557"
}

[dir=rtl] .ms-Icon--ContactCardSettingsMirrored::before {
    content: "\f556"
}

.ms-Icon--ContactHeart::before {
    content: "\f862"
}

.ms-Icon--ContactInfo::before {
    content: "\e779"
}

.ms-Icon--ContactLink::before {
    content: "\f25f"
}

.ms-Icon--ContactList::before {
    content: "\f7e5"
}

.ms-Icon--ContextMenu::before {
    content: "\f37c"
}

.ms-Icon--Contrast::before {
    content: "\e7a1"
}

.ms-Icon--Copy::before {
    content: "\e8c8"
}

.ms-Icon--Cotton::before {
    content: "\eaf3"
}

.ms-Icon--Coupon::before {
    content: "\f7bc"
}

.ms-Icon--CPlusPlus::before {
    content: "\f2f4"
}

.ms-Icon--CPlusPlusLanguage::before {
    content: "\f2f3"
}

.ms-Icon--CreateMailRule::before {
    content: "\f67a"
}

.ms-Icon--Cricket::before {
    content: "\eb1e"
}

.ms-Icon--CRMCustomerInsightsApp::before {
    content: "\f3c8"
}

.ms-Icon--CRMProcesses::before {
    content: "\efb1"
}

.ms-Icon--CRMReport::before {
    content: "\effe"
}

.ms-Icon--CRMServices::before {
    content: "\efd2"
}

.ms-Icon--Crop::before {
    content: "\e7a8"
}

.ms-Icon--Crown::before {
    content: "\ed01"
}

.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--CubeShape::before {
    content: "\f1aa"
}

.ms-Icon--CustomizeToolbar::before {
    content: "\f828"
}

[dir=ltr] .ms-Icon--CustomList::before {
    content: "\eebe"
}

[dir=rtl] .ms-Icon--CustomList::before {
    content: "\eebf"
}

[dir=ltr] .ms-Icon--CustomListMirrored::before {
    content: "\eebf"
}

[dir=rtl] .ms-Icon--CustomListMirrored::before {
    content: "\eebe"
}

.ms-Icon--Cut::before {
    content: "\e8c6"
}

.ms-Icon--Cycling::before {
    content: "\eac7"
}

.ms-Icon--D365TalentHRCore::before {
    content: "\f6bd"
}

.ms-Icon--D365TalentInsight::before {
    content: "\f6bc"
}

.ms-Icon--D365TalentLearn::before {
    content: "\f6bb"
}

.ms-Icon--DashboardAdd::before {
    content: "\f52d"
}

.ms-Icon--Database::before {
    content: "\efc7"
}

.ms-Icon--DatabaseSync::before {
    content: "\f842"
}

.ms-Icon--DataConnectionLibrary::before {
    content: "\eeb7"
}

.ms-Icon--Dataflows::before {
    content: "\f7dd"
}

.ms-Icon--DataflowsLink::before {
    content: "\e366"
}

.ms-Icon--DataManagementSettings::before {
    content: "\efc8"
}

.ms-Icon--DateTime2::before {
    content: "\ea17"
}

[dir=ltr] .ms-Icon--DateTime::before {
    content: "\ec92"
}

[dir=rtl] .ms-Icon--DateTime::before {
    content: "\ee93"
}

[dir=ltr] .ms-Icon--DateTimeMirrored::before {
    content: "\ee93"
}

[dir=rtl] .ms-Icon--DateTimeMirrored::before {
    content: "\ec92"
}

.ms-Icon--DeactivateOrders::before {
    content: "\efe1"
}

.ms-Icon--Decimals::before {
    content: "\f218"
}

.ms-Icon--DecisionSolid::before {
    content: "\f350"
}

.ms-Icon--DeclineCall::before {
    content: "\f405"
}

[dir=ltr] .ms-Icon--DecreaseIndentArrow::before {
    content: "\f7a3"
}

[dir=rtl] .ms-Icon--DecreaseIndentArrow::before {
    content: "\f7a7"
}

[dir=ltr] .ms-Icon--DecreaseIndentArrowMirrored::before {
    content: "\f7a7"
}

[dir=rtl] .ms-Icon--DecreaseIndentArrowMirrored::before {
    content: "\f7a3"
}

.ms-Icon--DecreaseIndentLegacy::before {
    content: "\e290"
}

[dir=ltr] .ms-Icon--DecreaseIndentText::before {
    content: "\f7a2"
}

[dir=rtl] .ms-Icon--DecreaseIndentText::before {
    content: "\f7a6"
}

[dir=ltr] .ms-Icon--DecreaseIndentTextMirrored::before {
    content: "\f7a6"
}

[dir=rtl] .ms-Icon--DecreaseIndentTextMirrored::before {
    content: "\f7a2"
}

.ms-Icon--DefaultRatio::before {
    content: "\f529"
}

.ms-Icon--DefectSolid::before {
    content: "\f449"
}

.ms-Icon--DefenderTVM::before {
    content: "\f6b3"
}

.ms-Icon--Delete::before {
    content: "\e74d"
}

.ms-Icon--DeleteColumns::before {
    content: "\f64e"
}

[dir=ltr] .ms-Icon--DeleteRows::before {
    content: "\f64f"
}

[dir=rtl] .ms-Icon--DeleteRows::before {
    content: "\f650"
}

[dir=ltr] .ms-Icon--DeleteRowsMirrored::before {
    content: "\f650"
}

[dir=rtl] .ms-Icon--DeleteRowsMirrored::before {
    content: "\f64f"
}

.ms-Icon--DeleteTable::before {
    content: "\f651"
}

.ms-Icon--DeliveryTruck::before {
    content: "\ebf4"
}

.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--DependencyAdd::before {
    content: "\e344"
}

.ms-Icon--DependencyRemove::before {
    content: "\e345"
}

.ms-Icon--Deploy::before {
    content: "\f29d"
}

.ms-Icon--Descending::before {
    content: "\edc1"
}

.ms-Icon--Design::before {
    content: "\eb3c"
}

.ms-Icon--DesktopScreenshot::before {
    content: "\f5d9"
}

.ms-Icon--DeveloperTools::before {
    content: "\ec7a"
}

.ms-Icon--Devices2::before {
    content: "\e975"
}

.ms-Icon--Devices3::before {
    content: "\ea6c"
}

.ms-Icon--Devices4::before {
    content: "\eb66"
}

.ms-Icon--Diagnostic::before {
    content: "\e9d9"
}

.ms-Icon--DiagnosticDataBarTooltip::before {
    content: "\f7df"
}

.ms-Icon--Dialpad::before {
    content: "\e75f"
}

.ms-Icon--Diamond::before {
    content: "\ed02"
}

.ms-Icon--DiamondSolid::before {
    content: "\f34c"
}

.ms-Icon--Dictionary::before {
    content: "\e82d"
}

.ms-Icon--DictionaryRemove::before {
    content: "\f69a"
}

.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--DisconnectVirtualMachine::before {
    content: "\f873"
}

.ms-Icon--Dislike::before {
    content: "\e8e0"
}

.ms-Icon--DislikeSolid::before {
    content: "\f3c0"
}

.ms-Icon--DistributeDown::before {
    content: "\f76a"
}

[dir=ltr] .ms-Icon--DockLeft::before {
    content: "\e90c"
}

[dir=rtl] .ms-Icon--DockLeft::before {
    content: "\ea4c"
}

[dir=ltr] .ms-Icon--DockLeftMirrored::before {
    content: "\ea4c"
}

[dir=rtl] .ms-Icon--DockLeftMirrored::before {
    content: "\e90c"
}

.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--DocumentApproval::before {
    content: "\f28b"
}

.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--DOM::before {
    content: "\ec8d"
}

.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"
}

[dir=ltr] .ms-Icon--DoubleChevronLeftMed::before {
    content: "\e991"
}

[dir=rtl] .ms-Icon--DoubleChevronLeftMed::before {
    content: "\ea4d"
}

[dir=ltr] .ms-Icon--DoubleChevronLeftMedMirrored::before {
    content: "\ea4d"
}

[dir=rtl] .ms-Icon--DoubleChevronLeftMedMirrored::before {
    content: "\e991"
}

.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--DoubleDownArrow::before {
    content: "\f769"
}

.ms-Icon--Down::before {
    content: "\e74b"
}

.ms-Icon--Download::before {
    content: "\e896"
}

.ms-Icon--DownloadDocument::before {
    content: "\f549"
}

.ms-Icon--DragObject::before {
    content: "\f553"
}

.ms-Icon--DrillDown::before {
    content: "\f532"
}

.ms-Icon--DrillDownSolid::before {
    content: "\f533"
}

.ms-Icon--DrillExpand::before {
    content: "\f534"
}

.ms-Icon--DrillShow::before {
    content: "\f535"
}

.ms-Icon--DrillThrough::before {
    content: "\f5b9"
}

.ms-Icon--DRM::before {
    content: "\eca8"
}

.ms-Icon--Drop::before {
    content: "\eb42"
}

.ms-Icon--Dropdown::before {
    content: "\edc5"
}

.ms-Icon--DropShapeSolid::before {
    content: "\f63f"
}

.ms-Icon--DuplicateRow::before {
    content: "\f82a"
}

.ms-Icon--Duststorm::before {
    content: "\e9cd"
}

.ms-Icon--Dynamics365Logo::before {
    content: "\edcc"
}

.ms-Icon--DynamicSMBLogo::before {
    content: "\edcd"
}

.ms-Icon--EaseOfAccess::before {
    content: "\e776"
}

.ms-Icon--EatDrink::before {
    content: "\e807"
}

.ms-Icon--EdgeLogo::before {
    content: "\ec60"
}

.ms-Icon--eDiscovery::before {
    content: "\e370"
}

.ms-Icon--EditContact::before {
    content: "\efd3"
}

.ms-Icon--EditCreate::before {
    content: "\f3c9"
}

.ms-Icon--EditMail::before {
    content: "\ef61"
}

[dir=ltr] .ms-Icon--Edit::before {
    content: "\e70f"
}

[dir=rtl] .ms-Icon--Edit::before {
    content: "\eb7e"
}

[dir=ltr] .ms-Icon--EditMirrored::before {
    content: "\eb7e"
}

[dir=rtl] .ms-Icon--EditMirrored::before {
    content: "\e70f"
}

.ms-Icon--EditNote::before {
    content: "\ed9d"
}

.ms-Icon--EditPhoto::before {
    content: "\ef77"
}

[dir=ltr] .ms-Icon--EditSolid12::before {
    content: "\f4b5"
}

[dir=rtl] .ms-Icon--EditSolid12::before {
    content: "\f4b6"
}

[dir=ltr] .ms-Icon--EditSolidMirrored12::before {
    content: "\f4b6"
}

[dir=rtl] .ms-Icon--EditSolidMirrored12::before {
    content: "\f4b5"
}

.ms-Icon--EditStyle::before {
    content: "\ef60"
}

.ms-Icon--Education::before {
    content: "\e7be"
}

.ms-Icon--Ellipse::before {
    content: "\f4fb"
}

.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--EmojiTabSymbols::before {
    content: "\ed58"
}

.ms-Icon--EmptyRecycleBin::before {
    content: "\ef88"
}

.ms-Icon--Encryption::before {
    content: "\f69d"
}

.ms-Icon--EngineeringGroup::before {
    content: "\f362"
}

.ms-Icon--EntitlementPolicy::before {
    content: "\e346"
}

.ms-Icon--EntitlementRedemption::before {
    content: "\e347"
}

.ms-Icon--EntryDecline::before {
    content: "\f555"
}

.ms-Icon--EntryView::before {
    content: "\f554"
}

.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--Event12::before {
    content: "\f763"
}

.ms-Icon--EventAccepted::before {
    content: "\f422"
}

.ms-Icon--EventDate::before {
    content: "\f059"
}

.ms-Icon--EventDateMissed12::before {
    content: "\f764"
}

.ms-Icon--EventDeclined::before {
    content: "\f425"
}

.ms-Icon--EventInfo::before {
    content: "\ed8b"
}

[dir=ltr] .ms-Icon--EventTentative::before {
    content: "\f423"
}

[dir=rtl] .ms-Icon--EventTentative::before {
    content: "\f424"
}

[dir=ltr] .ms-Icon--EventTentativeMirrored::before {
    content: "\f424"
}

[dir=rtl] .ms-Icon--EventTentativeMirrored::before {
    content: "\f423"
}

.ms-Icon--EventToDoLogo::before {
    content: "\f869"
}

.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--ExerciseTracker::before {
    content: "\eacc"
}

.ms-Icon--ExpandMenu::before {
    content: "\ef67"
}

.ms-Icon--ExploreContent::before {
    content: "\eccd"
}

.ms-Icon--ExploreContentSingle::before {
    content: "\f164"
}

.ms-Icon--ExploreData::before {
    content: "\f5b6"
}

[dir=ltr] .ms-Icon--Export::before {
    content: "\ede1"
}

[dir=rtl] .ms-Icon--Export::before {
    content: "\ede2"
}

[dir=ltr] .ms-Icon--ExportMirrored::before {
    content: "\ede2"
}

[dir=rtl] .ms-Icon--ExportMirrored::before {
    content: "\ede1"
}

.ms-Icon--ExternalBuild::before {
    content: "\f445"
}

.ms-Icon--ExternalTFVC::before {
    content: "\f446"
}

.ms-Icon--ExternalXAML::before {
    content: "\f447"
}

.ms-Icon--Eyedropper::before {
    content: "\ef3c"
}

.ms-Icon--EyeShadow::before {
    content: "\f7eb"
}

.ms-Icon--F12DevTools::before {
    content: "\ebee"
}

.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--FabricFolderConfirm::before {
    content: "\f7ff"
}

.ms-Icon--FabricFolderFill::before {
    content: "\f0aa"
}

.ms-Icon--FabricFolderSearch::before {
    content: "\f0a4"
}

[dir=ltr] .ms-Icon--FabricFormLibrary::before {
    content: "\f09f"
}

[dir=rtl] .ms-Icon--FabricFormLibrary::before {
    content: "\f0a0"
}

[dir=ltr] .ms-Icon--FabricFormLibraryMirrored::before {
    content: "\f0a0"
}

[dir=rtl] .ms-Icon--FabricFormLibraryMirrored::before {
    content: "\f09f"
}

.ms-Icon--FabricMovetoFolder::before {
    content: "\f0a5"
}

.ms-Icon--FabricNetworkFolder::before {
    content: "\f5e6"
}

.ms-Icon--FabricNewFolder::before {
    content: "\f0ab"
}

.ms-Icon--FabricOpenFolderHorizontal::before {
    content: "\f0a8"
}

.ms-Icon--FabricPictureLibrary::before {
    content: "\f0ac"
}

.ms-Icon--FabricPublicFolder::before {
    content: "\f0a3"
}

[dir=ltr] .ms-Icon--FabricReportLibrary::before {
    content: "\f0a1"
}

[dir=rtl] .ms-Icon--FabricReportLibrary::before {
    content: "\f0a2"
}

[dir=ltr] .ms-Icon--FabricReportLibraryMirrored::before {
    content: "\f0a2"
}

[dir=rtl] .ms-Icon--FabricReportLibraryMirrored::before {
    content: "\f0a1"
}

.ms-Icon--FabricSyncFolder::before {
    content: "\f0a7"
}

.ms-Icon--FabricTextHighlight::before {
    content: "\f79c"
}

.ms-Icon--FabricTextHighlightComposite::before {
    content: "\f7da"
}

.ms-Icon--FabricUnsyncFolder::before {
    content: "\f0a6"
}

.ms-Icon--FabricUserFolder::before {
    content: "\f5e5"
}

.ms-Icon--Family::before {
    content: "\ebda"
}

.ms-Icon--FangBody::before {
    content: "\eceb"
}

.ms-Icon--FastForward::before {
    content: "\eb9d"
}

.ms-Icon--FastMode::before {
    content: "\f19a"
}

.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"
}

[dir=ltr] .ms-Icon--FeedbackRequestSolid::before {
    content: "\f359"
}

[dir=rtl] .ms-Icon--FeedbackRequestSolid::before {
    content: "\f35a"
}

[dir=ltr] .ms-Icon--FeedbackRequestMirroredSolid::before {
    content: "\f35a"
}

[dir=rtl] .ms-Icon--FeedbackRequestMirroredSolid::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--FieldReadOnly::before {
    content: "\f442"
}

.ms-Icon--FieldRequired::before {
    content: "\f443"
}

.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--FileRequest::before {
    content: "\f789"
}

.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--FileYML::before {
    content: "\f5da"
}

.ms-Icon--Filter::before {
    content: "\e71c"
}

.ms-Icon--Filters::before {
    content: "\e795"
}

.ms-Icon--FilterSettings::before {
    content: "\f76c"
}

.ms-Icon--FilterSolid::before {
    content: "\f412"
}

.ms-Icon--FiltersSolid::before {
    content: "\f353"
}

.ms-Icon--Financial::before {
    content: "\e7bb"
}

[dir=ltr] .ms-Icon--FinancialSolid::before {
    content: "\f346"
}

[dir=rtl] .ms-Icon--FinancialSolid::before {
    content: "\f347"
}

[dir=ltr] .ms-Icon--FinancialMirroredSolid::before {
    content: "\f347"
}

[dir=rtl] .ms-Icon--FinancialMirroredSolid::before {
    content: "\f346"
}

.ms-Icon--Fingerprint::before {
    content: "\e928"
}

.ms-Icon--FitPage::before {
    content: "\e9a6"
}

.ms-Icon--FitWidth::before {
    content: "\e9a7"
}

.ms-Icon--FiveTileGrid::before {
    content: "\f274"
}

.ms-Icon--Flag::before {
    content: "\e7c1"
}

.ms-Icon--FlameSolid::before {
    content: "\f1f3"
}

.ms-Icon--Flashlight::before {
    content: "\e754"
}

.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--FlowChart::before {
    content: "\e9d4"
}

.ms-Icon--Flower::before {
    content: "\f54e"
}

.ms-Icon--FocalPoint::before {
    content: "\f277"
}

.ms-Icon--Focus::before {
    content: "\ea6f"
}

.ms-Icon--Fog::before {
    content: "\e9cb"
}

.ms-Icon--Folder::before {
    content: "\e8b7"
}

.ms-Icon--FolderFill::before {
    content: "\e8d5"
}

.ms-Icon--FolderHorizontal::before {
    content: "\f12b"
}

[dir=ltr] .ms-Icon--FolderList::before {
    content: "\f2ce"
}

[dir=rtl] .ms-Icon--FolderList::before {
    content: "\f2cf"
}

[dir=ltr] .ms-Icon--FolderListMirrored::before {
    content: "\f2cf"
}

[dir=rtl] .ms-Icon--FolderListMirrored::before {
    content: "\f2ce"
}

.ms-Icon--FolderOpen::before {
    content: "\e838"
}

.ms-Icon--FolderQuery::before {
    content: "\f2cd"
}

.ms-Icon--FolderSearch::before {
    content: "\ef65"
}

.ms-Icon--FollowUser::before {
    content: "\ee05"
}

.ms-Icon--Font::before {
    content: "\e8d2"
}

.ms-Icon--FontColor::before {
    content: "\e8d3"
}

.ms-Icon--FontColorA::before {
    content: "\f4ec"
}

.ms-Icon--FontColorSwatch::before {
    content: "\f4ed"
}

.ms-Icon--FontDecrease::before {
    content: "\e8e7"
}

.ms-Icon--FontIncrease::before {
    content: "\e8e8"
}

.ms-Icon--FontSize::before {
    content: "\e8e9"
}

.ms-Icon--Footer::before {
    content: "\f82e"
}

[dir=ltr] .ms-Icon--FormLibrary::before {
    content: "\eeb9"
}

[dir=rtl] .ms-Icon--FormLibrary::before {
    content: "\eeba"
}

[dir=ltr] .ms-Icon--FormLibraryMirrored::before {
    content: "\eeba"
}

[dir=rtl] .ms-Icon--FormLibraryMirrored::before {
    content: "\eeb9"
}

.ms-Icon--Forum::before {
    content: "\e378"
}

.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--FrontCamera::before {
    content: "\e96b"
}

.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--FunctionalManagerDashboard::before {
    content: "\f542"
}

.ms-Icon--FunnelChart::before {
    content: "\e9f1"
}

.ms-Icon--GallatinLogo::before {
    content: "\f496"
}

.ms-Icon--Game::before {
    content: "\e7fc"
}

.ms-Icon--Generate::before {
    content: "\e9da"
}

.ms-Icon--GenericScan::before {
    content: "\ee6f"
}

.ms-Icon--GenericScanFilled::before {
    content: "\f7de"
}

.ms-Icon--GIF::before {
    content: "\f4a9"
}

.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--GlobalNavButtonActive::before {
    content: "\f89f"
}

.ms-Icon--Globe::before {
    content: "\e774"
}

.ms-Icon--Globe2::before {
    content: "\f49a"
}

.ms-Icon--GlobeFavorite::before {
    content: "\ef53"
}

.ms-Icon--Golf::before {
    content: "\eb1f"
}

[dir=ltr] .ms-Icon--Go::before {
    content: "\e8ad"
}

[dir=rtl] .ms-Icon--Go::before {
    content: "\ea4f"
}

[dir=ltr] .ms-Icon--GoMirrored::before {
    content: "\ea4f"
}

[dir=rtl] .ms-Icon--GoMirrored::before {
    content: "\e8ad"
}

.ms-Icon--GoToDashboard::before {
    content: "\eeed"
}

.ms-Icon--GotoToday::before {
    content: "\e8d1"
}

.ms-Icon--GreetingCard::before {
    content: "\f54b"
}

.ms-Icon--GridViewLarge::before {
    content: "\f234"
}

.ms-Icon--GridViewMedium::before {
    content: "\f233"
}

.ms-Icon--GridViewSmall::before {
    content: "\f232"
}

.ms-Icon--GripperBarHorizontal::before {
    content: "\e76f"
}

.ms-Icon--GripperBarVertical::before {
    content: "\e784"
}

.ms-Icon--GripperDotsVertical::before {
    content: "\f772"
}

.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--GroupList::before {
    content: "\f168"
}

.ms-Icon--GroupObject::before {
    content: "\f4f1"
}

.ms-Icon--GUID::before {
    content: "\f52b"
}

.ms-Icon--Guitar::before {
    content: "\f49b"
}

.ms-Icon--HailDay::before {
    content: "\ea00"
}

.ms-Icon--HailNight::before {
    content: "\ea13"
}

.ms-Icon--HalfAlpha::before {
    content: "\e97e"
}

.ms-Icon--HalfCircle::before {
    content: "\f501"
}

.ms-Icon--HandsFree::before {
    content: "\ead0"
}

.ms-Icon--Handwriting::before {
    content: "\e929"
}

.ms-Icon--HardDrive::before {
    content: "\eda2"
}

.ms-Icon--HardDriveGroup::before {
    content: "\f18f"
}

.ms-Icon--HardDriveLock::before {
    content: "\f55a"
}

.ms-Icon--HardDriveUnlock::before {
    content: "\f55b"
}

.ms-Icon--Header::before {
    content: "\f82f"
}

.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--HeartBroken::before {
    content: "\ea92"
}

.ms-Icon--HeartFill::before {
    content: "\eb52"
}

[dir=ltr] .ms-Icon--Help::before {
    content: "\e897"
}

[dir=rtl] .ms-Icon--Help::before {
    content: "\ea51"
}

[dir=ltr] .ms-Icon--HelpMirrored::before {
    content: "\ea51"
}

[dir=rtl] .ms-Icon--HelpMirrored::before {
    content: "\e897"
}

.ms-Icon--Hexagon::before {
    content: "\f4fe"
}

.ms-Icon--Hide::before {
    content: "\ed1a"
}

.ms-Icon--Hide2::before {
    content: "\ef89"
}

.ms-Icon--Hide3::before {
    content: "\f6ac"
}

.ms-Icon--Highlight::before {
    content: "\e7e6"
}

.ms-Icon--HighlightMappedShapes::before {
    content: "\f2a1"
}

.ms-Icon--HintText::before {
    content: "\f50f"
}

.ms-Icon--HistoricalWeather::before {
    content: "\eb43"
}

.ms-Icon--History::before {
    content: "\e81c"
}

.ms-Icon--Home::before {
    content: "\e80f"
}

.ms-Icon--HomeGroup::before {
    content: "\ec26"
}

.ms-Icon--HomeSolid::before {
    content: "\ea8a"
}

.ms-Icon--HomeVerify::before {
    content: "\f00e"
}

.ms-Icon--HorizontalDistributeCenter::before {
    content: "\f4f9"
}

.ms-Icon--HorizontalTabKey::before {
    content: "\e7fd"
}

.ms-Icon--Hospital::before {
    content: "\e91d"
}

.ms-Icon--Hotel::before {
    content: "\e824"
}

.ms-Icon--HourGlass::before {
    content: "\ea03"
}

.ms-Icon--IconSetsFlag::before {
    content: "\f2a4"
}

.ms-Icon--IDBadge::before {
    content: "\f427"
}

.ms-Icon--IgnoreConversation::before {
    content: "\e372"
}

.ms-Icon--ImageCrosshair::before {
    content: "\f2c9"
}

.ms-Icon--ImageDiff::before {
    content: "\f30b"
}

.ms-Icon--ImagePixel::before {
    content: "\f30c"
}

.ms-Icon--ImageSearch::before {
    content: "\f4e8"
}

[dir=rtl] .ms-Icon--ImportAll::before {
    content: "\ea53"
}

[dir=ltr] .ms-Icon--ImportAllMirrored::before {
    content: "\ea53"
}

.ms-Icon--Important::before {
    content: "\e8c9"
}

[dir=ltr] .ms-Icon--Import::before {
    content: "\e8b5"
}

[dir=rtl] .ms-Icon--Import::before {
    content: "\ea52"
}

[dir=ltr] .ms-Icon--ImportMirrored::before {
    content: "\ea52"
}

[dir=rtl] .ms-Icon--ImportMirrored::before {
    content: "\e8b5"
}

.ms-Icon--Inbox::before {
    content: "\f41c"
}

.ms-Icon--InboxCheck::before {
    content: "\ef64"
}

.ms-Icon--IncidentTriangle::before {
    content: "\e814"
}

.ms-Icon--IncomingCall::before {
    content: "\e77e"
}

[dir=ltr] .ms-Icon--IncreaseIndentArrow::before {
    content: "\f7a1"
}

[dir=rtl] .ms-Icon--IncreaseIndentArrow::before {
    content: "\f7a5"
}

[dir=ltr] .ms-Icon--IncreaseIndentArrowMirrored::before {
    content: "\f7a5"
}

[dir=rtl] .ms-Icon--IncreaseIndentArrowMirrored::before {
    content: "\f7a1"
}

.ms-Icon--IncreaseIndentLegacy::before {
    content: "\e291"
}

[dir=ltr] .ms-Icon--IncreaseIndentText::before {
    content: "\f7a0"
}

[dir=rtl] .ms-Icon--IncreaseIndentText::before {
    content: "\f7a4"
}

[dir=ltr] .ms-Icon--IncreaseIndentTextMirrored::before {
    content: "\f7a4"
}

[dir=rtl] .ms-Icon--IncreaseIndentTextMirrored::before {
    content: "\f7a0"
}

.ms-Icon--Info::before {
    content: "\e946"
}

.ms-Icon--Info2::before {
    content: "\ea1f"
}

.ms-Icon--InformationBarriers::before {
    content: "\f803"
}

.ms-Icon--InfoSolid::before {
    content: "\f167"
}

.ms-Icon--InkingTool::before {
    content: "\e76d"
}

.ms-Icon--Insert::before {
    content: "\f278"
}

.ms-Icon--InsertColumnsLeft::before {
    content: "\f64a"
}

.ms-Icon--InsertColumnsRight::before {
    content: "\f64b"
}

.ms-Icon--InsertRowsAbove::before {
    content: "\f64c"
}

.ms-Icon--InsertRowsBelow::before {
    content: "\f64d"
}

.ms-Icon--InsertSignatureLine::before {
    content: "\f677"
}

.ms-Icon--InsertTextBox::before {
    content: "\ec7d"
}

.ms-Icon--Installation::before {
    content: "\e311"
}

.ms-Icon--InstallToDrive::before {
    content: "\f28d"
}

.ms-Icon--InternalInvestigation::before {
    content: "\f854"
}

.ms-Icon--InternetSharing::before {
    content: "\e704"
}

[dir=ltr] .ms-Icon--IRMForward::before {
    content: "\f41f"
}

[dir=rtl] .ms-Icon--IRMForward::before {
    content: "\f420"
}

[dir=ltr] .ms-Icon--IRMForwardMirrored::before {
    content: "\f420"
}

[dir=rtl] .ms-Icon--IRMForwardMirrored::before {
    content: "\f41f"
}

[dir=ltr] .ms-Icon--IRMReply::before {
    content: "\f41d"
}

[dir=rtl] .ms-Icon--IRMReply::before {
    content: "\f41e"
}

[dir=ltr] .ms-Icon--IRMReplyMirrored::before {
    content: "\f41e"
}

[dir=rtl] .ms-Icon--IRMReplyMirrored::before {
    content: "\f41d"
}

.ms-Icon--IssueSolid::before {
    content: "\f448"
}

[dir=ltr] .ms-Icon--IssueTracking::before {
    content: "\eec0"
}

[dir=rtl] .ms-Icon--IssueTracking::before {
    content: "\eec1"
}

[dir=ltr] .ms-Icon--IssueTrackingMirrored::before {
    content: "\eec1"
}

[dir=rtl] .ms-Icon--IssueTrackingMirrored::before {
    content: "\eec0"
}

.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--KaizalaLogo::before {
    content: "\f492"
}

.ms-Icon--KeyboardClassic::before {
    content: "\e765"
}

.ms-Icon--KnowledgeArticle::before {
    content: "\f000"
}

.ms-Icon--Label::before {
    content: "\e932"
}

.ms-Icon--LadybugSolid::before {
    content: "\f44a"
}

.ms-Icon--Lamp::before {
    content: "\eb19"
}

.ms-Icon--LandscapeOrientation::before {
    content: "\ef6b"
}

.ms-Icon--LaptopSecure::before {
    content: "\f552"
}

.ms-Icon--LaptopSelected::before {
    content: "\ec76"
}

.ms-Icon--LargeGrid::before {
    content: "\eecb"
}

.ms-Icon--Leave::before {
    content: "\f627"
}

.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--LightWeight::before {
    content: "\f4ee"
}

.ms-Icon--Like::before {
    content: "\e8e1"
}

.ms-Icon--LikeSolid::before {
    content: "\f3bf"
}

.ms-Icon--Line::before {
    content: "\f4fc"
}

.ms-Icon--LineChart::before {
    content: "\e9e6"
}

.ms-Icon--LineSpacing::before {
    content: "\f517"
}

.ms-Icon--LineStyle::before {
    content: "\f50c"
}

.ms-Icon--LineThickness::before {
    content: "\f50d"
}

.ms-Icon--Link::before {
    content: "\e71b"
}

.ms-Icon--Link12::before {
    content: "\f6e3"
}

.ms-Icon--LinkedDatabase::before {
    content: "\f779"
}

.ms-Icon--LinkedInLogo::before {
    content: "\f20a"
}

[dir=ltr] .ms-Icon--List::before {
    content: "\ea37"
}

[dir=rtl] .ms-Icon--List::before {
    content: "\ea55"
}

[dir=ltr] .ms-Icon--ListMirrored::before {
    content: "\ea55"
}

[dir=rtl] .ms-Icon--ListMirrored::before {
    content: "\ea37"
}

.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--Lock12::before {
    content: "\f6e6"
}

.ms-Icon--LockSolid::before {
    content: "\e9a2"
}

.ms-Icon--LogRemove::before {
    content: "\f316"
}

.ms-Icon--LookupEntities::before {
    content: "\f5b5"
}

.ms-Icon--LowerBrightness::before {
    content: "\ec8a"
}

.ms-Icon--LyncLogo::before {
    content: "\ed79"
}

.ms-Icon--M365InvoicingLogo::before {
    content: "\f7c1"
}

.ms-Icon--Mail::before {
    content: "\e715"
}

.ms-Icon--MailAlert::before {
    content: "\ed80"
}

.ms-Icon--MailAttached::before {
    content: "\f774"
}

.ms-Icon--MailCheck::before {
    content: "\ed81"
}

.ms-Icon--MailFill::before {
    content: "\e8a8"
}

[dir=ltr] .ms-Icon--MailForward::before {
    content: "\e89c"
}

[dir=rtl] .ms-Icon--MailForward::before {
    content: "\ea56"
}

[dir=ltr] .ms-Icon--MailForwardMirrored::before {
    content: "\ea56"
}

[dir=rtl] .ms-Icon--MailForwardMirrored::before {
    content: "\e89c"
}

.ms-Icon--MailLowImportance::before {
    content: "\ed82"
}

.ms-Icon--MailOptions::before {
    content: "\f82c"
}

.ms-Icon--MailPause::before {
    content: "\ed83"
}

.ms-Icon--MailReminder::before {
    content: "\f418"
}

.ms-Icon--MailRepeat::before {
    content: "\ed84"
}

[dir=ltr] .ms-Icon--MailReplyAll::before {
    content: "\e8c2"
}

[dir=rtl] .ms-Icon--MailReplyAll::before {
    content: "\ea58"
}

[dir=ltr] .ms-Icon--MailReplyAllMirrored::before {
    content: "\ea58"
}

[dir=rtl] .ms-Icon--MailReplyAllMirrored::before {
    content: "\e8c2"
}

[dir=ltr] .ms-Icon--MailReply::before {
    content: "\e8ca"
}

[dir=rtl] .ms-Icon--MailReply::before {
    content: "\ea57"
}

[dir=ltr] .ms-Icon--MailReplyMirrored::before {
    content: "\ea57"
}

[dir=rtl] .ms-Icon--MailReplyMirrored::before {
    content: "\e8ca"
}

.ms-Icon--MailSchedule::before {
    content: "\f72e"
}

.ms-Icon--MailSolid::before {
    content: "\f343"
}

[dir=ltr] .ms-Icon--MailTentative::before {
    content: "\f416"
}

[dir=rtl] .ms-Icon--MailTentative::before {
    content: "\f417"
}

[dir=ltr] .ms-Icon--MailTentativeMirrored::before {
    content: "\f417"
}

[dir=rtl] .ms-Icon--MailTentativeMirrored::before {
    content: "\f416"
}

.ms-Icon--MailUndelivered::before {
    content: "\f415"
}

.ms-Icon--ManagerSelfService::before {
    content: "\ee23"
}

.ms-Icon--Manufacturing::before {
    content: "\e99c"
}

.ms-Icon--MapDirections::before {
    content: "\e816"
}

.ms-Icon--MapLayers::before {
    content: "\e81e"
}

.ms-Icon--MapPin::before {
    content: "\e707"
}

.ms-Icon--MapPinSolid::before {
    content: "\f52e"
}

.ms-Icon--MarkAsProtected::before {
    content: "\f6ae"
}

.ms-Icon--MarkDownLanguage::before {
    content: "\f2fb"
}

.ms-Icon--Market::before {
    content: "\eafc"
}

.ms-Icon--MarketDown::before {
    content: "\ef42"
}

.ms-Icon--MasterDatabase::before {
    content: "\f5ba"
}

.ms-Icon--MaximumValue::before {
    content: "\f5bc"
}

.ms-Icon--Medal::before {
    content: "\ee38"
}

.ms-Icon--MedalSolid::before {
    content: "\f6b9"
}

.ms-Icon--Media::before {
    content: "\ea69"
}

.ms-Icon--MediaAdd::before {
    content: "\f510"
}

.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--MicOff::before {
    content: "\ec54"
}

.ms-Icon--MicOff2::before {
    content: "\f781"
}

.ms-Icon--Microphone::before {
    content: "\e720"
}

.ms-Icon--MicrosoftFlowLogo::before {
    content: "\f4b1"
}

.ms-Icon--MicrosoftStaffhubLogo::before {
    content: "\f130"
}

.ms-Icon--MicrosoftTranslatorLogo::before {
    content: "\f782"
}

.ms-Icon--MicrosoftTranslatorLogoBlue::before {
    content: "\f853"
}

.ms-Icon--MicrosoftTranslatorLogoGreen::before {
    content: "\f852"
}

[dir=ltr] .ms-Icon--MiniContract::before {
    content: "\e93b"
}

[dir=rtl] .ms-Icon--MiniContract::before {
    content: "\ea59"
}

[dir=ltr] .ms-Icon--MiniContractMirrored::before {
    content: "\ea59"
}

[dir=rtl] .ms-Icon--MiniContractMirrored::before {
    content: "\e93b"
}

[dir=ltr] .ms-Icon--MiniExpand::before {
    content: "\e93a"
}

[dir=rtl] .ms-Icon--MiniExpand::before {
    content: "\ea5a"
}

[dir=ltr] .ms-Icon--MiniExpandMirrored::before {
    content: "\ea5a"
}

[dir=rtl] .ms-Icon--MiniExpandMirrored::before {
    content: "\e93a"
}

.ms-Icon--MiniLink::before {
    content: "\e732"
}

.ms-Icon--MinimumValue::before {
    content: "\f5bd"
}

.ms-Icon--MobileReport::before {
    content: "\f18a"
}

.ms-Icon--MobileSelected::before {
    content: "\ec75"
}

.ms-Icon--ModelingView::before {
    content: "\f871"
}

.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--MountainClimbing::before {
    content: "\f6db"
}

.ms-Icon--Move::before {
    content: "\e7c2"
}

.ms-Icon--Movers::before {
    content: "\ebcd"
}

.ms-Icon--MoveToFolder::before {
    content: "\e8de"
}

.ms-Icon--MSNLogo::before {
    content: "\eb6c"
}

.ms-Icon--MSNVideos::before {
    content: "\eb1c"
}

.ms-Icon--MSNVideosSolid::before {
    content: "\f2da"
}

[dir=ltr] .ms-Icon--MultiSelect::before {
    content: "\e762"
}

[dir=rtl] .ms-Icon--MultiSelect::before {
    content: "\ea98"
}

[dir=ltr] .ms-Icon--MultiSelectMirrored::before {
    content: "\ea98"
}

[dir=rtl] .ms-Icon--MultiSelectMirrored::before {
    content: "\e762"
}

.ms-Icon--MusicInCollection::before {
    content: "\e940"
}

.ms-Icon--MusicInCollectionFill::before {
    content: "\ea36"
}

.ms-Icon--MusicNote::before {
    content: "\ec4f"
}

.ms-Icon--MuteChat::before {
    content: "\f17a"
}

.ms-Icon--MyMoviesTV::before {
    content: "\ee6c"
}

.ms-Icon--Nav2DMapView::before {
    content: "\e800"
}

[dir=ltr] .ms-Icon--NavigateBack::before {
    content: "\f2dd"
}

[dir=rtl] .ms-Icon--NavigateBack::before {
    content: "\f2de"
}

[dir=ltr] .ms-Icon--NavigateBackMirrored::before {
    content: "\f2de"
}

[dir=rtl] .ms-Icon--NavigateBackMirrored::before {
    content: "\f2dd"
}

.ms-Icon--NavigateExternalInline::before {
    content: "\f35f"
}

[dir=ltr] .ms-Icon--NavigateForward::before {
    content: "\f2df"
}

[dir=rtl] .ms-Icon--NavigateForward::before {
    content: "\f2e0"
}

[dir=ltr] .ms-Icon--NavigateForwardMirrored::before {
    content: "\f2e0"
}

[dir=rtl] .ms-Icon--NavigateForwardMirrored::before {
    content: "\f2df"
}

.ms-Icon--NavigationFlipper::before {
    content: "\f51d"
}

.ms-Icon--NetworkTower::before {
    content: "\ec05"
}

.ms-Icon--NewAnalyticsQuery::before {
    content: "\f1e0"
}

.ms-Icon--NewFolder::before {
    content: "\e8f4"
}

.ms-Icon--NewMail::before {
    content: "\f7ea"
}

.ms-Icon--News::before {
    content: "\e900"
}

.ms-Icon--NewsSearch::before {
    content: "\f4e9"
}

.ms-Icon--NewTeamProject::before {
    content: "\f2b2"
}

.ms-Icon--Next::before {
    content: "\e893"
}

.ms-Icon--NormalWeight::before {
    content: "\f4ef"
}

.ms-Icon--NoteForward::before {
    content: "\ed99"
}

.ms-Icon--NotePinned::before {
    content: "\ed9a"
}

.ms-Icon--NoteReply::before {
    content: "\ed98"
}

.ms-Icon--NotExecuted::before {
    content: "\f440"
}

.ms-Icon--NotImpactedSolid::before {
    content: "\f441"
}

.ms-Icon--NugetLogo::before {
    content: "\f44c"
}

.ms-Icon--NumberedList::before {
    content: "\ea1c"
}

[dir=ltr] .ms-Icon--NumberedListNumber::before {
    content: "\f797"
}

[dir=rtl] .ms-Icon--NumberedListNumber::before {
    content: "\f799"
}

[dir=ltr] .ms-Icon--NumberedListNumberMirrored::before {
    content: "\f799"
}

[dir=rtl] .ms-Icon--NumberedListNumberMirrored::before {
    content: "\f797"
}

[dir=ltr] .ms-Icon--NumberedListText::before {
    content: "\f796"
}

[dir=rtl] .ms-Icon--NumberedListText::before {
    content: "\f798"
}

[dir=ltr] .ms-Icon--NumberedListTextMirrored::before {
    content: "\f798"
}

[dir=rtl] .ms-Icon--NumberedListTextMirrored::before {
    content: "\f796"
}

.ms-Icon--NumberField::before {
    content: "\edc4"
}

.ms-Icon--NumberSequence::before {
    content: "\f52a"
}

.ms-Icon--NumberSymbol::before {
    content: "\f7ac"
}

.ms-Icon--Octagon::before {
    content: "\f4fd"
}

.ms-Icon--OEM::before {
    content: "\e74c"
}

.ms-Icon--OfficeAddinsLogo::before {
    content: "\eec7"
}

.ms-Icon--OfficeAssistantLogo::before {
    content: "\edce"
}

.ms-Icon--OfficeChat::before {
    content: "\f70f"
}

.ms-Icon--OfficeChatSolid::before {
    content: "\f710"
}

.ms-Icon--OfficeFormsLogo::before {
    content: "\f434"
}

.ms-Icon--OfficeFormsLogo16::before {
    content: "\f436"
}

.ms-Icon--OfficeFormsLogo24::before {
    content: "\f43b"
}

.ms-Icon--OfficeFormsLogoFill::before {
    content: "\f435"
}

.ms-Icon--OfficeFormsLogoFill16::before {
    content: "\f437"
}

.ms-Icon--OfficeFormsLogoFill24::before {
    content: "\f43c"
}

.ms-Icon--OfficeFormsLogoInverse::before {
    content: "\ef86"
}

.ms-Icon--OfficeFormsLogoInverse16::before {
    content: "\f433"
}

.ms-Icon--OfficeFormsLogoInverse24::before {
    content: "\f43a"
}

.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--OfflineStorage::before {
    content: "\ec8c"
}

.ms-Icon--OfflineStorageSolid::before {
    content: "\f34e"
}

.ms-Icon--Onboarding::before {
    content: "\f3ba"
}

.ms-Icon--OneDriveAdd::before {
    content: "\ef32"
}

.ms-Icon--OneDriveFolder16::before {
    content: "\f53b"
}

.ms-Icon--OneDriveLogo::before {
    content: "\e941"
}

.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--OpenEnrollment::before {
    content: "\ef1c"
}

.ms-Icon--OpenFile::before {
    content: "\e8e5"
}

.ms-Icon--OpenFolderHorizontal::before {
    content: "\ed25"
}

.ms-Icon--OpenInNewTab::before {
    content: "\f6ab"
}

.ms-Icon--OpenInNewWindow::before {
    content: "\e8a7"
}

[dir=ltr] .ms-Icon--OpenPane::before {
    content: "\e8a0"
}

[dir=rtl] .ms-Icon--OpenPane::before {
    content: "\ea5b"
}

[dir=ltr] .ms-Icon--OpenPaneMirrored::before {
    content: "\ea5b"
}

[dir=rtl] .ms-Icon--OpenPaneMirrored::before {
    content: "\e8a0"
}

.ms-Icon--OpenSource::before {
    content: "\ebc2"
}

[dir=ltr] .ms-Icon--OpenWith::before {
    content: "\e7ac"
}

[dir=rtl] .ms-Icon--OpenWith::before {
    content: "\ea5c"
}

[dir=ltr] .ms-Icon--OpenWithMirrored::before {
    content: "\ea5c"
}

[dir=rtl] .ms-Icon--OpenWithMirrored::before {
    content: "\e7ac"
}

.ms-Icon--Org::before {
    content: "\eca6"
}

.ms-Icon--Orientation::before {
    content: "\e8b4"
}

.ms-Icon--Orientation2::before {
    content: "\f7e1"
}

.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--Padding::before {
    content: "\f518"
}

.ms-Icon--PaddingBottom::before {
    content: "\f51a"
}

.ms-Icon--PaddingLeft::before {
    content: "\f51b"
}

.ms-Icon--PaddingRight::before {
    content: "\f51c"
}

.ms-Icon--PaddingTop::before {
    content: "\f519"
}

.ms-Icon--Page::before {
    content: "\e7c3"
}

.ms-Icon--PageAdd::before {
    content: "\ea1a"
}

.ms-Icon--PageArrowRight::before {
    content: "\efb8"
}

.ms-Icon--PageCheckedin::before {
    content: "\f104"
}

.ms-Icon--PageCheckedOut::before {
    content: "\f02c"
}

.ms-Icon--PageData::before {
    content: "\e31c"
}

.ms-Icon--PageEdit::before {
    content: "\efb6"
}

.ms-Icon--PageHeader::before {
    content: "\ecee"
}

.ms-Icon--PageHeaderEdit::before {
    content: "\e31d"
}

.ms-Icon--PageLeft::before {
    content: "\e760"
}

.ms-Icon--PageLink::before {
    content: "\e302"
}

.ms-Icon--PageList::before {
    content: "\f106"
}

.ms-Icon--PageListFilter::before {
    content: "\f813"
}

[dir=ltr] .ms-Icon--PageListSolid::before {
    content: "\f33a"
}

[dir=rtl] .ms-Icon--PageListSolid::before {
    content: "\f33b"
}

[dir=ltr] .ms-Icon--PageListMirroredSolid::before {
    content: "\f33b"
}

[dir=rtl] .ms-Icon--PageListMirroredSolid::before {
    content: "\f33a"
}

.ms-Icon--PageLock::before {
    content: "\f43f"
}

.ms-Icon--PageRemove::before {
    content: "\efba"
}

.ms-Icon--PageRight::before {
    content: "\e761"
}

.ms-Icon--PageShared::before {
    content: "\f02d"
}

.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"
}

[dir=ltr] .ms-Icon--ParkingLocation::before {
    content: "\e811"
}

[dir=rtl] .ms-Icon--ParkingLocation::before {
    content: "\ea5e"
}

[dir=ltr] .ms-Icon--ParkingLocationMirrored::before {
    content: "\ea5e"
}

[dir=rtl] .ms-Icon--ParkingLocationMirrored::before {
    content: "\e811"
}

[dir=ltr] .ms-Icon--ParkingSolid::before {
    content: "\f34a"
}

[dir=rtl] .ms-Icon--ParkingSolid::before {
    content: "\f34b"
}

[dir=ltr] .ms-Icon--ParkingMirroredSolid::before {
    content: "\f34b"
}

[dir=rtl] .ms-Icon--ParkingMirroredSolid::before {
    content: "\f34a"
}

.ms-Icon--PartlyCloudyDay::before {
    content: "\e9c0"
}

.ms-Icon--PartlyCloudyNight::before {
    content: "\e9c1"
}

.ms-Icon--PartyLeader::before {
    content: "\eca7"
}

.ms-Icon--PassiveAuthentication::before {
    content: "\f32a"
}

.ms-Icon--PasswordField::before {
    content: "\f6aa"
}

.ms-Icon--Paste::before {
    content: "\e77f"
}

.ms-Icon--PasteAsCode::before {
    content: "\f5d6"
}

.ms-Icon--PasteAsText::before {
    content: "\f5d5"
}

.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--Pentagon::before {
    content: "\f4ff"
}

.ms-Icon--PenWorkspace::before {
    content: "\edc6"
}

.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--Phishing::before {
    content: "\f679"
}

.ms-Icon--Phone::before {
    content: "\e717"
}

.ms-Icon--Photo::before {
    content: "\e91b"
}

.ms-Icon--Photo2::before {
    content: "\eb9f"
}

.ms-Icon--Photo2Add::before {
    content: "\ecab"
}

.ms-Icon--Photo2Fill::before {
    content: "\f79f"
}

.ms-Icon--Photo2Remove::before {
    content: "\ecac"
}

.ms-Icon--PhotoCollection::before {
    content: "\e7aa"
}

.ms-Icon--PhotoVideoMedia::before {
    content: "\f0b1"
}

.ms-Icon--Picture::before {
    content: "\e8b9"
}

.ms-Icon--PictureCenter::before {
    content: "\f522"
}

.ms-Icon--PictureFill::before {
    content: "\f523"
}

.ms-Icon--PictureLibrary::before {
    content: "\eec2"
}

.ms-Icon--PicturePosition::before {
    content: "\f524"
}

.ms-Icon--PictureStretch::before {
    content: "\f525"
}

.ms-Icon--PictureTile::before {
    content: "\f526"
}

.ms-Icon--PieDouble::before {
    content: "\eb04"
}

.ms-Icon--PieSingle::before {
    content: "\eb05"
}

.ms-Icon--PieSingleSolid::before {
    content: "\f530"
}

.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--PinnedSolid::before {
    content: "\f676"
}

.ms-Icon--PinSolid12::before {
    content: "\e352"
}

.ms-Icon--PinSolidOff12::before {
    content: "\e353"
}

.ms-Icon--PivotChart::before {
    content: "\f24c"
}

.ms-Icon--PlainText::before {
    content: "\f834"
}

.ms-Icon--PlannerLogo::before {
    content: "\edd1"
}

.ms-Icon--PlanView::before {
    content: "\f360"
}

.ms-Icon--Play::before {
    content: "\e768"
}

.ms-Icon--PlaybackRate1x::before {
    content: "\ec57"
}

.ms-Icon--PlayerSettings::before {
    content: "\ef58"
}

.ms-Icon--PlayResume::before {
    content: "\f2c6"
}

.ms-Icon--PlayReverse::before {
    content: "\f3e5"
}

.ms-Icon--PlayReverseResume::before {
    content: "\f3e4"
}

.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--PollResults::before {
    content: "\f8a0"
}

.ms-Icon--PostUpdate::before {
    content: "\e8f3"
}

.ms-Icon--PowerApps::before {
    content: "\edd2"
}

.ms-Icon--PowerApps2Logo::before {
    content: "\f092"
}

.ms-Icon--PowerAppsCDS::before {
    content: "\e377"
}

.ms-Icon--PowerAppsLogo::before {
    content: "\f091"
}

.ms-Icon--PowerBILogo::before {
    content: "\ea1e"
}

.ms-Icon--PowerBILogo16::before {
    content: "\f790"
}

.ms-Icon--PowerBILogoBackplate16::before {
    content: "\f791"
}

.ms-Icon--PowerButton::before {
    content: "\e7e8"
}

.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--PowerShell::before {
    content: "\f1fd"
}

.ms-Icon--PowerShell2::before {
    content: "\f730"
}

.ms-Icon--Precipitation::before {
    content: "\e9cf"
}

.ms-Icon--PresenceChickletVideo::before {
    content: "\e979"
}

.ms-Icon--Presentation::before {
    content: "\f6e4"
}

.ms-Icon--Presentation12::before {
    content: "\f6e5"
}

.ms-Icon--Preview::before {
    content: "\e8ff"
}

.ms-Icon--PreviewLink::before {
    content: "\e8a1"
}

.ms-Icon--Previous::before {
    content: "\e892"
}

.ms-Icon--PrimaryCalendar::before {
    content: "\f4ae"
}

.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--ProductCatalog::before {
    content: "\efe8"
}

.ms-Icon--ProductionFloorManagement::before {
    content: "\ee29"
}

.ms-Icon--ProductList::before {
    content: "\e31e"
}

.ms-Icon--ProductRelease::before {
    content: "\ee2e"
}

.ms-Icon--ProductVariant::before {
    content: "\ee30"
}

.ms-Icon--ProfileSearch::before {
    content: "\ef35"
}

.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--ProjectDocument::before {
    content: "\f759"
}

.ms-Icon--ProjectLogo16::before {
    content: "\f480"
}

.ms-Icon--ProjectLogo32::before {
    content: "\f47e"
}

.ms-Icon--ProjectLogoFill16::before {
    content: "\f481"
}

.ms-Icon--ProjectLogoFill32::before {
    content: "\f47f"
}

.ms-Icon--ProjectLogoInverse::before {
    content: "\edd4"
}

.ms-Icon--PromotedDatabase::before {
    content: "\f77d"
}

.ms-Icon--ProtectedDocument::before {
    content: "\e8a6"
}

.ms-Icon--ProtectionCenterLogo32::before {
    content: "\f494"
}

.ms-Icon--ProtectRestrict::before {
    content: "\f22a"
}

.ms-Icon--PublicCalendar::before {
    content: "\ef6d"
}

[dir=ltr] .ms-Icon--PublicContactCard::before {
    content: "\ef6e"
}

[dir=rtl] .ms-Icon--PublicContactCard::before {
    content: "\f230"
}

[dir=ltr] .ms-Icon--PublicContactCardMirrored::before {
    content: "\f230"
}

[dir=rtl] .ms-Icon--PublicContactCardMirrored::before {
    content: "\ef6e"
}

.ms-Icon--PublicEmail::before {
    content: "\ef6f"
}

.ms-Icon--PublicFolder::before {
    content: "\ef70"
}

.ms-Icon--PublishContent::before {
    content: "\f0d4"
}

.ms-Icon--PublishCourse::before {
    content: "\f699"
}

.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--QandA::before {
    content: "\f8a2"
}

.ms-Icon--QandAMirror::before {
    content: "\f8a3"
}

.ms-Icon--QRCode::before {
    content: "\ed14"
}

.ms-Icon--QuadColumn::before {
    content: "\f66f"
}

.ms-Icon--Quantity::before {
    content: "\e9f8"
}

.ms-Icon--QuarterCircle::before {
    content: "\f502"
}

.ms-Icon--QueryList::before {
    content: "\f2b8"
}

[dir=ltr] .ms-Icon--Questionnaire::before {
    content: "\ee19"
}

[dir=rtl] .ms-Icon--Questionnaire::before {
    content: "\ee4b"
}

[dir=ltr] .ms-Icon--QuestionnaireMirrored::before {
    content: "\ee4b"
}

[dir=rtl] .ms-Icon--QuestionnaireMirrored::before {
    content: "\ee19"
}

.ms-Icon--QuickNote::before {
    content: "\e70b"
}

.ms-Icon--QuickNoteSolid::before {
    content: "\f338"
}

.ms-Icon--R::before {
    content: "\f4eb"
}

.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--ReadOutLoud::before {
    content: "\f112"
}

.ms-Icon--RealEstate::before {
    content: "\e758"
}

.ms-Icon--ReceiptCheck::before {
    content: "\ef5b"
}

.ms-Icon--ReceiptForward::before {
    content: "\ef59"
}

.ms-Icon--ReceiptReply::before {
    content: "\ef5a"
}

[dir=ltr] .ms-Icon--ReceiptTentative::before {
    content: "\f41a"
}

[dir=rtl] .ms-Icon--ReceiptTentative::before {
    content: "\f41b"
}

[dir=ltr] .ms-Icon--ReceiptTentativeMirrored::before {
    content: "\f41b"
}

[dir=rtl] .ms-Icon--ReceiptTentativeMirrored::before {
    content: "\f41a"
}

.ms-Icon--ReceiptUndelivered::before {
    content: "\f419"
}

.ms-Icon--Recent::before {
    content: "\e823"
}

.ms-Icon--Record2::before {
    content: "\ea3f"
}

.ms-Icon--RecruitmentManagement::before {
    content: "\ee12"
}

.ms-Icon--RectangleShape::before {
    content: "\f1a9"
}

.ms-Icon--RectangleShapeSolid::before {
    content: "\f640"
}

.ms-Icon--RectangularClipping::before {
    content: "\f407"
}

.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--Relationship::before {
    content: "\f003"
}

.ms-Icon--ReleaseDefinition::before {
    content: "\f6ea"
}

.ms-Icon--ReleaseGate::before {
    content: "\f7be"
}

.ms-Icon--ReleaseGateCheck::before {
    content: "\f7bf"
}

.ms-Icon--ReleaseGateError::before {
    content: "\f7c0"
}

.ms-Icon--ReminderGroup::before {
    content: "\ebf8"
}

.ms-Icon--ReminderPerson::before {
    content: "\ebf7"
}

.ms-Icon--ReminderTime::before {
    content: "\ebf9"
}

.ms-Icon--Remote::before {
    content: "\e8af"
}

.ms-Icon--Remove::before {
    content: "\e738"
}

.ms-Icon--RemoveEvent::before {
    content: "\ed8a"
}

.ms-Icon--RemoveFilter::before {
    content: "\eb08"
}

.ms-Icon--RemoveFromShoppingList::before {
    content: "\f7d5"
}

.ms-Icon--RemoveFromTrash::before {
    content: "\f82b"
}

.ms-Icon--RemoveLink::before {
    content: "\ed90"
}

.ms-Icon--RemoveLinkChain::before {
    content: "\f79a"
}

.ms-Icon--RemoveLinkX::before {
    content: "\f79b"
}

.ms-Icon--RemoveOccurrence::before {
    content: "\ed9b"
}

.ms-Icon--Rename::before {
    content: "\e8ac"
}

.ms-Icon--RenewalCurrent::before {
    content: "\f545"
}

.ms-Icon--RenewalFuture::before {
    content: "\f546"
}

.ms-Icon--ReopenPages::before {
    content: "\ed50"
}

.ms-Icon--Repair::before {
    content: "\e90f"
}

.ms-Icon--RepeatAll::before {
    content: "\e8ee"
}

.ms-Icon--RepeatOne::before {
    content: "\e8ed"
}

.ms-Icon--ReplyAllAlt::before {
    content: "\ef5f"
}

[dir=ltr] .ms-Icon--ReplyAll::before {
    content: "\ee0a"
}

[dir=rtl] .ms-Icon--ReplyAll::before {
    content: "\ee36"
}

[dir=ltr] .ms-Icon--ReplyAllMirrored::before {
    content: "\ee36"
}

[dir=rtl] .ms-Icon--ReplyAllMirrored::before {
    content: "\ee0a"
}

.ms-Icon--ReplyAlt::before {
    content: "\ef5e"
}

[dir=ltr] .ms-Icon--Reply::before {
    content: "\e97a"
}

[dir=rtl] .ms-Icon--Reply::before {
    content: "\ee35"
}

[dir=ltr] .ms-Icon--ReplyMirrored::before {
    content: "\ee35"
}

[dir=rtl] .ms-Icon--ReplyMirrored::before {
    content: "\e97a"
}

.ms-Icon--Repo::before {
    content: "\f2cb"
}

.ms-Icon--ReportAdd::before {
    content: "\f52c"
}

.ms-Icon--ReportDocument::before {
    content: "\e9f9"
}

.ms-Icon--ReportHacked::before {
    content: "\e730"
}

[dir=ltr] .ms-Icon--ReportLibrary::before {
    content: "\eebb"
}

[dir=rtl] .ms-Icon--ReportLibrary::before {
    content: "\eebc"
}

[dir=ltr] .ms-Icon--ReportLibraryMirrored::before {
    content: "\eebc"
}

[dir=rtl] .ms-Icon--ReportLibraryMirrored::before {
    content: "\eebb"
}

.ms-Icon--ReportLock::before {
    content: "\f875"
}

.ms-Icon--ReportWarning::before {
    content: "\f569"
}

.ms-Icon--RepoSolid::before {
    content: "\f2cc"
}

.ms-Icon--Rerun::before {
    content: "\f8a1"
}

.ms-Icon--ReservationOrders::before {
    content: "\f845"
}

.ms-Icon--ResetDevice::before {
    content: "\ed10"
}

.ms-Icon--ResponsesMenu::before {
    content: "\f768"
}

.ms-Icon--ReturnKey::before {
    content: "\e751"
}

.ms-Icon--ReturnToSession::before {
    content: "\ed24"
}

[dir=ltr] .ms-Icon--ReviewRequestSolid::before {
    content: "\f356"
}

[dir=rtl] .ms-Icon--ReviewRequestSolid::before {
    content: "\f357"
}

[dir=ltr] .ms-Icon--ReviewRequestMirroredSolid::before {
    content: "\f357"
}

[dir=rtl] .ms-Icon--ReviewRequestMirroredSolid::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--RightTriangle::before {
    content: "\f500"
}

.ms-Icon--Ringer::before {
    content: "\ea8f"
}

.ms-Icon--RingerOff::before {
    content: "\f2c5"
}

.ms-Icon--RingerRemove::before {
    content: "\f279"
}

.ms-Icon--RingerSolid::before {
    content: "\ef3a"
}

.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--Rotate90Clockwise::before {
    content: "\f80d"
}

.ms-Icon--Rotate90CounterClockwise::before {
    content: "\f80e"
}

.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--SaveTemplate::before {
    content: "\f6ec"
}

.ms-Icon--SaveToMobile::before {
    content: "\f7e0"
}

.ms-Icon--Savings::before {
    content: "\eb0b"
}

.ms-Icon--ScaleUp::before {
    content: "\ed09"
}

.ms-Icon--ScaleVolume::before {
    content: "\f18c"
}

.ms-Icon--ScatterChart::before {
    content: "\efeb"
}

.ms-Icon--ScheduleEventAction::before {
    content: "\f1ef"
}

.ms-Icon--SchoolDataSyncLogo::before {
    content: "\e34c"
}

.ms-Icon--ScopeTemplate::before {
    content: "\f2b0"
}

.ms-Icon--ScreenCast::before {
    content: "\f7e2"
}

.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--SearchBookmark::before {
    content: "\f5b8"
}

.ms-Icon--SearchCalendar::before {
    content: "\f4af"
}

.ms-Icon--SearchData::before {
    content: "\f3f1"
}

[dir=ltr] .ms-Icon--SearchIssue::before {
    content: "\f09a"
}

[dir=rtl] .ms-Icon--SearchIssue::before {
    content: "\f09b"
}

[dir=ltr] .ms-Icon--SearchIssueMirrored::before {
    content: "\f09b"
}

[dir=rtl] .ms-Icon--SearchIssueMirrored::before {
    content: "\f09a"
}

.ms-Icon--SearchNearby::before {
    content: "\e820"
}

.ms-Icon--SecondaryNav::before {
    content: "\f814"
}

.ms-Icon--Section::before {
    content: "\ec0c"
}

.ms-Icon--Sections::before {
    content: "\ef76"
}

.ms-Icon--SecurityGroup::before {
    content: "\ed85"
}

.ms-Icon--SeeDo::before {
    content: "\e808"
}

.ms-Icon--SelectAll::before {
    content: "\e8b3"
}

.ms-Icon--Sell::before {
    content: "\eb0c"
}

.ms-Icon--SemiboldWeight::before {
    content: "\f4f0"
}

[dir=ltr] .ms-Icon--Send::before {
    content: "\e724"
}

[dir=rtl] .ms-Icon--Send::before {
    content: "\ea63"
}

[dir=ltr] .ms-Icon--SendMirrored::before {
    content: "\ea63"
}

[dir=rtl] .ms-Icon--SendMirrored::before {
    content: "\e724"
}

.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--ShakeDevice::before {
    content: "\f80a"
}

.ms-Icon--Shapes::before {
    content: "\ec7c"
}

.ms-Icon--Share::before {
    content: "\e72d"
}

.ms-Icon--ShareiOS::before {
    content: "\ef79"
}

.ms-Icon--SharepointAppIcon16::before {
    content: "\e365"
}

.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--ShieldAlert::before {
    content: "\f7d7"
}

.ms-Icon--ShieldSolid::before {
    content: "\f340"
}

.ms-Icon--Shirt::before {
    content: "\ed00"
}

.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--ShowGrid::before {
    content: "\f7e3"
}

[dir=ltr] .ms-Icon--ShowResults::before {
    content: "\e8bc"
}

[dir=rtl] .ms-Icon--ShowResults::before {
    content: "\ea65"
}

[dir=ltr] .ms-Icon--ShowResultsMirrored::before {
    content: "\ea65"
}

[dir=rtl] .ms-Icon--ShowResultsMirrored::before {
    content: "\e8bc"
}

.ms-Icon--ShowTimeAs::before {
    content: "\f787"
}

[dir=ltr] .ms-Icon--SidePanel::before {
    content: "\ef52"
}

[dir=rtl] .ms-Icon--SidePanel::before {
    content: "\f221"
}

[dir=ltr] .ms-Icon--SidePanelMirrored::before {
    content: "\f221"
}

[dir=rtl] .ms-Icon--SidePanelMirrored::before {
    content: "\ef52"
}

.ms-Icon--Signin::before {
    content: "\f286"
}

.ms-Icon--SignOut::before {
    content: "\f3b1"
}

.ms-Icon--SingleBookmark::before {
    content: "\edff"
}

.ms-Icon--SingleBookmarkSolid::before {
    content: "\ee00"
}

.ms-Icon--SingleColumn::before {
    content: "\f1d3"
}

.ms-Icon--SingleColumnEdit::before {
    content: "\f321"
}

.ms-Icon--SIPMove::before {
    content: "\e759"
}

.ms-Icon--SiteScan::before {
    content: "\ebec"
}

.ms-Icon--SizeLegacy::before {
    content: "\e2b2"
}

.ms-Icon--SkiResorts::before {
    content: "\eb45"
}

.ms-Icon--SkypeArrow::before {
    content: "\f748"
}

.ms-Icon--SkypeCheck::before {
    content: "\ef80"
}

.ms-Icon--SkypeCircleArrow::before {
    content: "\f747"
}

.ms-Icon--SkypeCircleCheck::before {
    content: "\ef7d"
}

.ms-Icon--SkypeCircleClock::before {
    content: "\ef7e"
}

.ms-Icon--SkypeCircleMinus::before {
    content: "\ef7f"
}

.ms-Icon--SkypeCircleSlash::before {
    content: "\f825"
}

.ms-Icon--SkypeClock::before {
    content: "\ef81"
}

.ms-Icon--SkypeForBusinessLogo::before {
    content: "\f0fc"
}

.ms-Icon--SkypeForBusinessLogo16::before {
    content: "\f40f"
}

.ms-Icon--SkypeForBusinessLogoFill::before {
    content: "\f27d"
}

.ms-Icon--SkypeForBusinessLogoFill16::before {
    content: "\f410"
}

.ms-Icon--SkypeLogo::before {
    content: "\eb6f"
}

.ms-Icon--SkypeLogo16::before {
    content: "\f40e"
}

.ms-Icon--SkypeMessage::before {
    content: "\ef83"
}

.ms-Icon--SkypeMinus::before {
    content: "\ef82"
}

.ms-Icon--SkypeSlash::before {
    content: "\f826"
}

.ms-Icon--Slider::before {
    content: "\f527"
}

.ms-Icon--SliderHandleSize::before {
    content: "\f528"
}

.ms-Icon--SliderThumb::before {
    content: "\ec13"
}

.ms-Icon--Slideshow::before {
    content: "\e786"
}

.ms-Icon--SmartGlassRemote::before {
    content: "\f80b"
}

.ms-Icon--SnapToGrid::before {
    content: "\f7e4"
}

.ms-Icon--Snooze::before {
    content: "\f4bd"
}

.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--Source::before {
    content: "\eb1b"
}

.ms-Icon--Spacer::before {
    content: "\f40d"
}

.ms-Icon--Speakers::before {
    content: "\e7f5"
}

.ms-Icon--SpecialEvent::before {
    content: "\f536"
}

.ms-Icon--SpeedHigh::before {
    content: "\ec4a"
}

.ms-Icon--Split::before {
    content: "\edbc"
}

.ms-Icon--SplitObject::before {
    content: "\f547"
}

.ms-Icon--Sprint::before {
    content: "\f3b0"
}

.ms-Icon--Squalls::before {
    content: "\e9cc"
}

.ms-Icon--SquareShapeSolid::before {
    content: "\f63d"
}

.ms-Icon--Stack::before {
    content: "\f26f"
}

.ms-Icon--StackColumnChart::before {
    content: "\e9fc"
}

.ms-Icon--StackedBarChart::before {
    content: "\f24d"
}

.ms-Icon--StackedColumnChart2::before {
    content: "\f666"
}

.ms-Icon--StackedColumnChart2Fill::before {
    content: "\f831"
}

.ms-Icon--StackedLineChart::before {
    content: "\f24e"
}

.ms-Icon--StackIndicator::before {
    content: "\e7ff"
}

.ms-Icon--StaffNotebookLogo16::before {
    content: "\f48e"
}

.ms-Icon--StaffNotebookLogo32::before {
    content: "\f48c"
}

.ms-Icon--StaffNotebookLogoFill16::before {
    content: "\f48f"
}

.ms-Icon--StaffNotebookLogoFill32::before {
    content: "\f48d"
}

.ms-Icon--StaffNotebookLogoInverted16::before {
    content: "\f491"
}

.ms-Icon--StaffNotebookLogoInverted32::before {
    content: "\f490"
}

.ms-Icon--Starburst::before {
    content: "\ef78"
}

.ms-Icon--StarburstSolid::before {
    content: "\f33c"
}

.ms-Icon--StatusCircleBlock::before {
    content: "\f140"
}

.ms-Icon--StatusCircleBlock2::before {
    content: "\f141"
}

.ms-Icon--StatusCircleCheckmark::before {
    content: "\f13e"
}

.ms-Icon--StatusCircleErrorX::before {
    content: "\f13d"
}

.ms-Icon--StatusCircleExclamation::before {
    content: "\f13c"
}

.ms-Icon--StatusCircleInfo::before {
    content: "\f13f"
}

.ms-Icon--StatusCircleInner::before {
    content: "\f137"
}

.ms-Icon--StatusCircleOuter::before {
    content: "\f136"
}

.ms-Icon--StatusCircleQuestionMark::before {
    content: "\f142"
}

.ms-Icon--StatusCircleRing::before {
    content: "\f138"
}

.ms-Icon--StatusCircleSync::before {
    content: "\f143"
}

.ms-Icon--StatusErrorFull::before {
    content: "\eb90"
}

.ms-Icon--StatusTriangle::before {
    content: "\ea82"
}

.ms-Icon--StatusTriangleExclamation::before {
    content: "\f13b"
}

.ms-Icon--StatusTriangleInner::before {
    content: "\f13a"
}

.ms-Icon--StatusTriangleOuter::before {
    content: "\f139"
}

.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--StickyNotesOutlineAppIcon::before {
    content: "\e36a"
}

.ms-Icon--StickyNotesSolidAppIcon::before {
    content: "\e36b"
}

.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--StorageOptical::before {
    content: "\e958"
}

.ms-Icon--StoreLogo16::before {
    content: "\ea96"
}

.ms-Icon--StoreLogoMed20::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--Street::before {
    content: "\e913"
}

.ms-Icon--StreetsideSplitMinimize::before {
    content: "\e802"
}

.ms-Icon--Strikethrough::before {
    content: "\ede0"
}

.ms-Icon--Subscribe::before {
    content: "\eda1"
}

.ms-Icon--Subscript::before {
    content: "\eddf"
}

.ms-Icon--SubstitutionsIn::before {
    content: "\eb31"
}

.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--SurveyQuestions::before {
    content: "\f01b"
}

.ms-Icon--SwayLogo16::before {
    content: "\f484"
}

.ms-Icon--SwayLogo32::before {
    content: "\f482"
}

.ms-Icon--SwayLogoFill16::before {
    content: "\f485"
}

.ms-Icon--SwayLogoFill32::before {
    content: "\f483"
}

.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--SyncOccurence::before {
    content: "\f4a3"
}

.ms-Icon--SyncStatus::before {
    content: "\f751"
}

.ms-Icon--SyncStatusSolid::before {
    content: "\f752"
}

.ms-Icon--SyncToPC::before {
    content: "\ee6e"
}

.ms-Icon--System::before {
    content: "\e770"
}

.ms-Icon--Tab::before {
    content: "\e7e9"
}

.ms-Icon--TabCenter::before {
    content: "\f100"
}

.ms-Icon--Table::before {
    content: "\ed86"
}

.ms-Icon--TableComputed::before {
    content: "\f8f5"
}

.ms-Icon--TableGroup::before {
    content: "\f6d9"
}

.ms-Icon--TableLink::before {
    content: "\f77a"
}

.ms-Icon--Tablet::before {
    content: "\e70a"
}

.ms-Icon--TabletMode::before {
    content: "\ebfc"
}

.ms-Icon--TabletSelected::before {
    content: "\ec74"
}

.ms-Icon--TabOneColumn::before {
    content: "\f849"
}

.ms-Icon--TabThreeColumn::before {
    content: "\f84b"
}

.ms-Icon--TabTwoColumn::before {
    content: "\f84a"
}

.ms-Icon--Tag::before {
    content: "\e8ec"
}

.ms-Icon--TagSolid::before {
    content: "\f70e"
}

.ms-Icon--TagUnknown::before {
    content: "\f6df"
}

.ms-Icon--TagUnknown12::before {
    content: "\f6e1"
}

.ms-Icon--TagUnknown12Mirror::before {
    content: "\f6e2"
}

.ms-Icon--TagUnknownMirror::before {
    content: "\f6e0"
}

.ms-Icon--Taskboard::before {
    content: "\f1c2"
}

[dir=ltr] .ms-Icon--TaskGroup::before {
    content: "\f2ae"
}

[dir=rtl] .ms-Icon--TaskGroup::before {
    content: "\f2af"
}

[dir=ltr] .ms-Icon--TaskGroupMirrored::before {
    content: "\f2af"
}

[dir=rtl] .ms-Icon--TaskGroupMirrored::before {
    content: "\f2ae"
}

.ms-Icon--TaskLogo::before {
    content: "\f493"
}

[dir=ltr] .ms-Icon--TaskManager::before {
    content: "\edb7"
}

[dir=rtl] .ms-Icon--TaskManager::before {
    content: "\edb8"
}

[dir=ltr] .ms-Icon--TaskManagerMirrored::before {
    content: "\edb8"
}

[dir=rtl] .ms-Icon--TaskManagerMirrored::before {
    content: "\edb7"
}

.ms-Icon--TaskSolid::before {
    content: "\f333"
}

.ms-Icon--Taxi::before {
    content: "\f4a1"
}

.ms-Icon--TeamFavorite::before {
    content: "\f2ad"
}

.ms-Icon--TeamsLogo::before {
    content: "\f27b"
}

.ms-Icon--TeamsLogo16::before {
    content: "\f40a"
}

.ms-Icon--TeamsLogoFill::before {
    content: "\f27c"
}

.ms-Icon--TeamsLogoFill16::before {
    content: "\f40b"
}

.ms-Icon--TeamsLogoInverse::before {
    content: "\f27a"
}

.ms-Icon--Teamwork::before {
    content: "\ea12"
}

.ms-Icon--Teeth::before {
    content: "\f4a0"
}

.ms-Icon--Telemarketer::before {
    content: "\e7b9"
}

.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--TextDocumentShared::before {
    content: "\f02b"
}

.ms-Icon--TextField::before {
    content: "\edc3"
}

.ms-Icon--TextOverflow::before {
    content: "\f51f"
}

.ms-Icon--TFVCLogo::before {
    content: "\f44d"
}

.ms-Icon--ThisPC::before {
    content: "\ec4e"
}

.ms-Icon--ThreeQuarterCircle::before {
    content: "\f503"
}

[dir=ltr] .ms-Icon--ThumbnailView::before {
    content: "\e7b6"
}

[dir=rtl] .ms-Icon--ThumbnailView::before {
    content: "\ea67"
}

[dir=ltr] .ms-Icon--ThumbnailViewMirrored::before {
    content: "\ea67"
}

[dir=rtl] .ms-Icon--ThumbnailViewMirrored::before {
    content: "\e7b6"
}

.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--TimeEntry::before {
    content: "\ef95"
}

.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--TimePicker::before {
    content: "\e367"
}

.ms-Icon--Timer::before {
    content: "\e91e"
}

.ms-Icon--TimeSheet::before {
    content: "\ea05"
}

.ms-Icon--ToDoLogoBottom::before {
    content: "\f4b3"
}

.ms-Icon--ToDoLogoInverse::before {
    content: "\f4bc"
}

.ms-Icon--ToDoLogoOutline::before {
    content: "\f75b"
}

.ms-Icon--ToDoLogoTop::before {
    content: "\f4b4"
}

.ms-Icon--ToggleBorder::before {
    content: "\ec12"
}

.ms-Icon--ToggleFilled::before {
    content: "\ec11"
}

.ms-Icon--ToggleLeft::before {
    content: "\f19e"
}

.ms-Icon--ToggleRight::before {
    content: "\f19f"
}

.ms-Icon--ToggleThumb::before {
    content: "\ec14"
}

.ms-Icon--Toll::before {
    content: "\f160"
}

.ms-Icon--Toolbox::before {
    content: "\eced"
}

.ms-Icon--Touch::before {
    content: "\e815"
}

.ms-Icon--TouchPointer::before {
    content: "\e7c9"
}

[dir=ltr] .ms-Icon--Trackers::before {
    content: "\eadf"
}

[dir=rtl] .ms-Icon--Trackers::before {
    content: "\ee92"
}

[dir=ltr] .ms-Icon--TrackersMirrored::before {
    content: "\ee92"
}

[dir=rtl] .ms-Icon--TrackersMirrored::before {
    content: "\eadf"
}

.ms-Icon--Train::before {
    content: "\e7c0"
}

.ms-Icon--TrainSolid::before {
    content: "\eb4d"
}

.ms-Icon--TransferCall::before {
    content: "\ed95"
}

.ms-Icon--Transition::before {
    content: "\f3bc"
}

.ms-Icon--TransitionEffect::before {
    content: "\f5b4"
}

.ms-Icon--TransitionPop::before {
    content: "\f5b2"
}

.ms-Icon--TransitionPush::before {
    content: "\f5b3"
}

.ms-Icon--Translate::before {
    content: "\e7b2"
}

.ms-Icon--Trending12::before {
    content: "\f62d"
}

.ms-Icon--TriangleDown12::before {
    content: "\eed1"
}

.ms-Icon--TriangleLeft12::before {
    content: "\eed2"
}

.ms-Icon--TriangleRight12::before {
    content: "\eed3"
}

.ms-Icon--TriangleShape::before {
    content: "\f1a7"
}

.ms-Icon--TriangleShapeSolid::before {
    content: "\f63e"
}

.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--Trim::before {
    content: "\e78a"
}

.ms-Icon--TrimEnd::before {
    content: "\f8bc"
}

.ms-Icon--TrimStart::before {
    content: "\f8bb"
}

.ms-Icon--TripleColumn::before {
    content: "\f1d5"
}

.ms-Icon--TripleColumnEdit::before {
    content: "\f323"
}

.ms-Icon--TripleColumnWide::before {
    content: "\f66e"
}

.ms-Icon--Trophy::before {
    content: "\ed3f"
}

.ms-Icon--Trophy2::before {
    content: "\f1ae"
}

.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"
}

[dir=ltr] .ms-Icon--Uneditable2::before {
    content: "\f876"
}

[dir=rtl] .ms-Icon--Uneditable2::before {
    content: "\f877"
}

[dir=ltr] .ms-Icon--Uneditable2Mirrored::before {
    content: "\f877"
}

[dir=rtl] .ms-Icon--Uneditable2Mirrored::before {
    content: "\f876"
}

[dir=ltr] .ms-Icon--Uneditable::before {
    content: "\ed1d"
}

[dir=rtl] .ms-Icon--Uneditable::before {
    content: "\f4b9"
}

[dir=ltr] .ms-Icon--UneditableMirrored::before {
    content: "\f4b9"
}

[dir=rtl] .ms-Icon--UneditableMirrored::before {
    content: "\ed1d"
}

[dir=ltr] .ms-Icon--UneditableSolid12::before {
    content: "\f4b7"
}

[dir=rtl] .ms-Icon--UneditableSolid12::before {
    content: "\f4b8"
}

[dir=ltr] .ms-Icon--UneditableSolidMirrored12::before {
    content: "\f4b8"
}

[dir=rtl] .ms-Icon--UneditableSolidMirrored12::before {
    content: "\f4b7"
}

.ms-Icon--Unfavorite::before {
    content: "\e8d9"
}

.ms-Icon--UngroupObject::before {
    content: "\f4f2"
}

.ms-Icon--UnknownCall::before {
    content: "\ed97"
}

[dir=ltr] .ms-Icon--Unknown::before {
    content: "\e9ce"
}

[dir=rtl] .ms-Icon--Unknown::before {
    content: "\f22e"
}

[dir=ltr] .ms-Icon--UnknownMirrored::before {
    content: "\f22e"
}

[dir=rtl] .ms-Icon--UnknownMirrored::before {
    content: "\e9ce"
}

[dir=ltr] .ms-Icon--UnknownSolid::before {
    content: "\f2e1"
}

[dir=rtl] .ms-Icon--UnknownSolid::before {
    content: "\f2e2"
}

[dir=ltr] .ms-Icon--UnknownMirroredSolid::before {
    content: "\f2e2"
}

[dir=rtl] .ms-Icon--UnknownMirroredSolid::before {
    content: "\f2e1"
}

.ms-Icon--Unlock::before {
    content: "\e785"
}

.ms-Icon--UnlockSolid::before {
    content: "\f304"
}

.ms-Icon--Unpin::before {
    content: "\e77a"
}

.ms-Icon--UnpublishContent::before {
    content: "\e31f"
}

.ms-Icon--UnSetColor::before {
    content: "\f3f9"
}

.ms-Icon--UnstackSelected::before {
    content: "\e7fe"
}

.ms-Icon--Unsubscribe::before {
    content: "\eda0"
}

.ms-Icon--UnsyncFolder::before {
    content: "\e8f6"
}

.ms-Icon--UnsyncOccurence::before {
    content: "\f4a4"
}

.ms-Icon--Untag::before {
    content: "\f60b"
}

.ms-Icon--Up::before {
    content: "\e74a"
}

.ms-Icon--UpgradeAnalysis::before {
    content: "\ea0b"
}

.ms-Icon--Upload::before {
    content: "\e898"
}

.ms-Icon--USB::before {
    content: "\e88e"
}

.ms-Icon--UserEvent::before {
    content: "\f69c"
}

.ms-Icon--UserFollowed::before {
    content: "\f25c"
}

.ms-Icon--UserGauge::before {
    content: "\f6ed"
}

.ms-Icon--UserOptional::before {
    content: "\f767"
}

.ms-Icon--UserPause::before {
    content: "\f2ba"
}

.ms-Icon--UserRemove::before {
    content: "\f69b"
}

.ms-Icon--UserSync::before {
    content: "\f2b9"
}

.ms-Icon--UserWarning::before {
    content: "\e368"
}

.ms-Icon--Vacation::before {
    content: "\f49f"
}

.ms-Icon--Variable::before {
    content: "\f305"
}

.ms-Icon--Variable2::before {
    content: "\f86d"
}

.ms-Icon--VariableGroup::before {
    content: "\f31b"
}

.ms-Icon--VB::before {
    content: "\f2f2"
}

.ms-Icon--VennDiagram::before {
    content: "\f273"
}

.ms-Icon--VerifiedBrand::before {
    content: "\f7bd"
}

.ms-Icon--VerifiedBrandSolid::before {
    content: "\f6ad"
}

.ms-Icon--VersionControlPush::before {
    content: "\f664"
}

.ms-Icon--VerticalDistributeCenter::before {
    content: "\f4fa"
}

.ms-Icon--Video::before {
    content: "\e714"
}

.ms-Icon--Video360Generic::before {
    content: "\f609"
}

.ms-Icon--VideoLightOff::before {
    content: "\ea74"
}

.ms-Icon--VideoOff::before {
    content: "\f4b0"
}

.ms-Icon--VideoSearch::before {
    content: "\f4ea"
}

.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--ViewOriginal::before {
    content: "\e7b4"
}

.ms-Icon--VisioDiagram::before {
    content: "\f2a0"
}

.ms-Icon--VisioDiagramSync::before {
    content: "\f762"
}

.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--VisuallyImpaired::before {
    content: "\f866"
}

.ms-Icon--VisualsFolder::before {
    content: "\f520"
}

.ms-Icon--VisualsStore::before {
    content: "\f521"
}

.ms-Icon--VisualStudioIDELogo32::before {
    content: "\f5d0"
}

.ms-Icon--VisualStudioLogo::before {
    content: "\ec22"
}

.ms-Icon--VoicemailForward::before {
    content: "\ed87"
}

.ms-Icon--VoicemailIRM::before {
    content: "\f421"
}

.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--WaffleOffice365::before {
    content: "\f4e0"
}

[dir=ltr] .ms-Icon--WaitlistConfirm::before {
    content: "\f550"
}

[dir=rtl] .ms-Icon--WaitlistConfirm::before {
    content: "\f551"
}

[dir=ltr] .ms-Icon--WaitlistConfirmMirrored::before {
    content: "\f551"
}

[dir=rtl] .ms-Icon--WaitlistConfirmMirrored::before {
    content: "\f550"
}

.ms-Icon--Warning::before {
    content: "\e7ba"
}

.ms-Icon--Warning12::before {
    content: "\f62f"
}

.ms-Icon--WarningSolid::before {
    content: "\f736"
}

.ms-Icon--WavingHand::before {
    content: "\f807"
}

.ms-Icon--WebAppBuilderFragment::before {
    content: "\e314"
}

.ms-Icon--WebAppBuilderFragmentCreate::before {
    content: "\e31b"
}

.ms-Icon--WebAppBuilderModule::before {
    content: "\e313"
}

.ms-Icon--WebAppBuilderSlot::before {
    content: "\e315"
}

.ms-Icon--Webcam2::before {
    content: "\e960"
}

.ms-Icon--Webcam2Off::before {
    content: "\e36d"
}

.ms-Icon--WebComponents::before {
    content: "\ec8b"
}

.ms-Icon--WebPublish::before {
    content: "\f52f"
}

.ms-Icon--Website::before {
    content: "\eb41"
}

.ms-Icon--WebTemplate::before {
    content: "\f6b2"
}

.ms-Icon--Weights::before {
    content: "\eadb"
}

.ms-Icon--Wheelchair::before {
    content: "\f31f"
}

.ms-Icon--WhiteBoardApp16::before {
    content: "\f673"
}

.ms-Icon--WhiteBoardApp32::before {
    content: "\f674"
}

.ms-Icon--WifiEthernet::before {
    content: "\ee77"
}

.ms-Icon--WifiWarning4::before {
    content: "\eb63"
}

.ms-Icon--WindDirection::before {
    content: "\ebe6"
}

.ms-Icon--WindowEdit::before {
    content: "\f50e"
}

.ms-Icon--WindowsLogo::before {
    content: "\e782"
}

.ms-Icon--Wines::before {
    content: "\eabf"
}

.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--WorkforceManagement::before {
    content: "\ee0f"
}

.ms-Icon--WorkItem::before {
    content: "\f314"
}

.ms-Icon--WorkItemAlert::before {
    content: "\f78f"
}

.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--ZoomToFit::before {
    content: "\f649"
}

.ms-Icon--HumanResources::before {
    content: "\f240"
}

.ms-Icon--StoreLogo::before {
    content: "\ea96"
}

.ms-Icon--OneDrive::before {
    content: "\e941"
}

.ms-Icon--ToggleOff::before {
    content: "\f19f"
}

.ms-Icon--StoreLogoMed::before {
    content: "\ea04"
}

@font-face {
    font-family: FabricMDL2Icons;
    src: url(/css/fabric/assets/icons/fabricmdl2icons-3.54.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@media (max-width:479.99999px) {
    .ms-hiddenLgDown, .ms-hiddenMdDown, .ms-hiddenSm, .ms-hiddenXlDown, .ms-hiddenXxlDown {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:639.99999px) {
    .ms-hiddenLgDown, .ms-hiddenMd, .ms-hiddenMdDown, .ms-hiddenMdUp, .ms-hiddenXlDown, .ms-hiddenXxlDown {
        display: none !important
    }
}

@media (min-width:640px) and (max-width:1023.99999px) {
    .ms-hiddenLg, .ms-hiddenLgDown, .ms-hiddenLgUp, .ms-hiddenMdUp, .ms-hiddenXlDown, .ms-hiddenXxlDown {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1365.99999px) {
    .ms-hiddenLgUp, .ms-hiddenMdUp, .ms-hiddenXl, .ms-hiddenXlDown, .ms-hiddenXlUp, .ms-hiddenXxlDown {
        display: none !important
    }
}

@media (min-width:1366px) and (max-width:1919.99999px) {
    .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%
}

[dir=ltr] .ms-smPull12 {
    right: 100%
}

[dir=rtl] .ms-smPull12 {
    left: 100%
}

[dir=ltr] .ms-smPull11 {
    right: 91.66667%
}

[dir=rtl] .ms-smPull11 {
    left: 91.66667%
}

[dir=ltr] .ms-smPull10 {
    right: 83.33333%
}

[dir=rtl] .ms-smPull10 {
    left: 83.33333%
}

[dir=ltr] .ms-smPull9 {
    right: 75%
}

[dir=rtl] .ms-smPull9 {
    left: 75%
}

[dir=ltr] .ms-smPull8 {
    right: 66.66667%
}

[dir=rtl] .ms-smPull8 {
    left: 66.66667%
}

[dir=ltr] .ms-smPull7 {
    right: 58.33333%
}

[dir=rtl] .ms-smPull7 {
    left: 58.33333%
}

[dir=ltr] .ms-smPull6 {
    right: 50%
}

[dir=rtl] .ms-smPull6 {
    left: 50%
}

[dir=ltr] .ms-smPull5 {
    right: 41.66667%
}

[dir=rtl] .ms-smPull5 {
    left: 41.66667%
}

[dir=ltr] .ms-smPull4 {
    right: 33.33333%
}

[dir=rtl] .ms-smPull4 {
    left: 33.33333%
}

[dir=ltr] .ms-smPull3 {
    right: 25%
}

[dir=rtl] .ms-smPull3 {
    left: 25%
}

[dir=ltr] .ms-smPull2 {
    right: 16.66667%
}

[dir=rtl] .ms-smPull2 {
    left: 16.66667%
}

[dir=ltr] .ms-smPull1 {
    right: 8.33333%
}

[dir=rtl] .ms-smPull1 {
    left: 8.33333%
}

[dir=ltr] .ms-smPull0 {
    right: auto
}

[dir=rtl] .ms-smPull0 {
    left: auto
}

[dir=ltr] .ms-smPush12 {
    left: 100%
}

[dir=rtl] .ms-smPush12 {
    right: 100%
}

[dir=ltr] .ms-smPush11 {
    left: 91.66667%
}

[dir=rtl] .ms-smPush11 {
    right: 91.66667%
}

[dir=ltr] .ms-smPush10 {
    left: 83.33333%
}

[dir=rtl] .ms-smPush10 {
    right: 83.33333%
}

[dir=ltr] .ms-smPush9 {
    left: 75%
}

[dir=rtl] .ms-smPush9 {
    right: 75%
}

[dir=ltr] .ms-smPush8 {
    left: 66.66667%
}

[dir=rtl] .ms-smPush8 {
    right: 66.66667%
}

[dir=ltr] .ms-smPush7 {
    left: 58.33333%
}

[dir=rtl] .ms-smPush7 {
    right: 58.33333%
}

[dir=ltr] .ms-smPush6 {
    left: 50%
}

[dir=rtl] .ms-smPush6 {
    right: 50%
}

[dir=ltr] .ms-smPush5 {
    left: 41.66667%
}

[dir=rtl] .ms-smPush5 {
    right: 41.66667%
}

[dir=ltr] .ms-smPush4 {
    left: 33.33333%
}

[dir=rtl] .ms-smPush4 {
    right: 33.33333%
}

[dir=ltr] .ms-smPush3 {
    left: 25%
}

[dir=rtl] .ms-smPush3 {
    right: 25%
}

[dir=ltr] .ms-smPush2 {
    left: 16.66667%
}

[dir=rtl] .ms-smPush2 {
    right: 16.66667%
}

[dir=ltr] .ms-smPush1 {
    left: 8.33333%
}

[dir=rtl] .ms-smPush1 {
    right: 8.33333%
}

[dir=ltr] .ms-smPush0 {
    left: auto
}

[dir=rtl] .ms-smPush0 {
    right: auto
}

[dir=ltr] .ms-smOffset11 {
    margin-left: 91.66667%
}

[dir=rtl] .ms-smOffset11 {
    margin-right: 91.66667%
}

[dir=ltr] .ms-smOffset10 {
    margin-left: 83.33333%
}

[dir=rtl] .ms-smOffset10 {
    margin-right: 83.33333%
}

[dir=ltr] .ms-smOffset9 {
    margin-left: 75%
}

[dir=rtl] .ms-smOffset9 {
    margin-right: 75%
}

[dir=ltr] .ms-smOffset8 {
    margin-left: 66.66667%
}

[dir=rtl] .ms-smOffset8 {
    margin-right: 66.66667%
}

[dir=ltr] .ms-smOffset7 {
    margin-left: 58.33333%
}

[dir=rtl] .ms-smOffset7 {
    margin-right: 58.33333%
}

[dir=ltr] .ms-smOffset6 {
    margin-left: 50%
}

[dir=rtl] .ms-smOffset6 {
    margin-right: 50%
}

[dir=ltr] .ms-smOffset5 {
    margin-left: 41.66667%
}

[dir=rtl] .ms-smOffset5 {
    margin-right: 41.66667%
}

[dir=ltr] .ms-smOffset4 {
    margin-left: 33.33333%
}

[dir=rtl] .ms-smOffset4 {
    margin-right: 33.33333%
}

[dir=ltr] .ms-smOffset3 {
    margin-left: 25%
}

[dir=rtl] .ms-smOffset3 {
    margin-right: 25%
}

[dir=ltr] .ms-smOffset2 {
    margin-left: 16.66667%
}

[dir=rtl] .ms-smOffset2 {
    margin-right: 16.66667%
}

[dir=ltr] .ms-smOffset1 {
    margin-left: 8.33333%
}

[dir=rtl] .ms-smOffset1 {
    margin-right: 8.33333%
}

[dir=ltr] .ms-smOffset0 {
    margin-left: 0
}

[dir=rtl] .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) {
    [dir=ltr] .ms-mdPull12 {
        right: 100%
    }

    [dir=rtl] .ms-mdPull12 {
        left: 100%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull11 {
        right: 91.66667%
    }

    [dir=rtl] .ms-mdPull11 {
        left: 91.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull10 {
        right: 83.33333%
    }

    [dir=rtl] .ms-mdPull10 {
        left: 83.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull9 {
        right: 75%
    }

    [dir=rtl] .ms-mdPull9 {
        left: 75%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull8 {
        right: 66.66667%
    }

    [dir=rtl] .ms-mdPull8 {
        left: 66.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull7 {
        right: 58.33333%
    }

    [dir=rtl] .ms-mdPull7 {
        left: 58.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull6 {
        right: 50%
    }

    [dir=rtl] .ms-mdPull6 {
        left: 50%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull5 {
        right: 41.66667%
    }

    [dir=rtl] .ms-mdPull5 {
        left: 41.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull4 {
        right: 33.33333%
    }

    [dir=rtl] .ms-mdPull4 {
        left: 33.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull3 {
        right: 25%
    }

    [dir=rtl] .ms-mdPull3 {
        left: 25%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull2 {
        right: 16.66667%
    }

    [dir=rtl] .ms-mdPull2 {
        left: 16.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull1 {
        right: 8.33333%
    }

    [dir=rtl] .ms-mdPull1 {
        left: 8.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPull0 {
        right: auto
    }

    [dir=rtl] .ms-mdPull0 {
        left: auto
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush12 {
        left: 100%
    }

    [dir=rtl] .ms-mdPush12 {
        right: 100%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush11 {
        left: 91.66667%
    }

    [dir=rtl] .ms-mdPush11 {
        right: 91.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush10 {
        left: 83.33333%
    }

    [dir=rtl] .ms-mdPush10 {
        right: 83.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush9 {
        left: 75%
    }

    [dir=rtl] .ms-mdPush9 {
        right: 75%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush8 {
        left: 66.66667%
    }

    [dir=rtl] .ms-mdPush8 {
        right: 66.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush7 {
        left: 58.33333%
    }

    [dir=rtl] .ms-mdPush7 {
        right: 58.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush6 {
        left: 50%
    }

    [dir=rtl] .ms-mdPush6 {
        right: 50%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush5 {
        left: 41.66667%
    }

    [dir=rtl] .ms-mdPush5 {
        right: 41.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush4 {
        left: 33.33333%
    }

    [dir=rtl] .ms-mdPush4 {
        right: 33.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush3 {
        left: 25%
    }

    [dir=rtl] .ms-mdPush3 {
        right: 25%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush2 {
        left: 16.66667%
    }

    [dir=rtl] .ms-mdPush2 {
        right: 16.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush1 {
        left: 8.33333%
    }

    [dir=rtl] .ms-mdPush1 {
        right: 8.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdPush0 {
        left: auto
    }

    [dir=rtl] .ms-mdPush0 {
        right: auto
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset11 {
        margin-left: 91.66667%
    }

    [dir=rtl] .ms-mdOffset11 {
        margin-right: 91.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset10 {
        margin-left: 83.33333%
    }

    [dir=rtl] .ms-mdOffset10 {
        margin-right: 83.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset9 {
        margin-left: 75%
    }

    [dir=rtl] .ms-mdOffset9 {
        margin-right: 75%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset8 {
        margin-left: 66.66667%
    }

    [dir=rtl] .ms-mdOffset8 {
        margin-right: 66.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset7 {
        margin-left: 58.33333%
    }

    [dir=rtl] .ms-mdOffset7 {
        margin-right: 58.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset6 {
        margin-left: 50%
    }

    [dir=rtl] .ms-mdOffset6 {
        margin-right: 50%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset5 {
        margin-left: 41.66667%
    }

    [dir=rtl] .ms-mdOffset5 {
        margin-right: 41.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset4 {
        margin-left: 33.33333%
    }

    [dir=rtl] .ms-mdOffset4 {
        margin-right: 33.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset3 {
        margin-left: 25%
    }

    [dir=rtl] .ms-mdOffset3 {
        margin-right: 25%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset2 {
        margin-left: 16.66667%
    }

    [dir=rtl] .ms-mdOffset2 {
        margin-right: 16.66667%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset1 {
        margin-left: 8.33333%
    }

    [dir=rtl] .ms-mdOffset1 {
        margin-right: 8.33333%
    }
}

@media (min-width:480px) {
    [dir=ltr] .ms-mdOffset0 {
        margin-left: 0
    }

    [dir=rtl] .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) {
    [dir=ltr] .ms-lgPull12 {
        right: 100%
    }

    [dir=rtl] .ms-lgPull12 {
        left: 100%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull11 {
        right: 91.66667%
    }

    [dir=rtl] .ms-lgPull11 {
        left: 91.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull10 {
        right: 83.33333%
    }

    [dir=rtl] .ms-lgPull10 {
        left: 83.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull9 {
        right: 75%
    }

    [dir=rtl] .ms-lgPull9 {
        left: 75%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull8 {
        right: 66.66667%
    }

    [dir=rtl] .ms-lgPull8 {
        left: 66.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull7 {
        right: 58.33333%
    }

    [dir=rtl] .ms-lgPull7 {
        left: 58.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull6 {
        right: 50%
    }

    [dir=rtl] .ms-lgPull6 {
        left: 50%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull5 {
        right: 41.66667%
    }

    [dir=rtl] .ms-lgPull5 {
        left: 41.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull4 {
        right: 33.33333%
    }

    [dir=rtl] .ms-lgPull4 {
        left: 33.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull3 {
        right: 25%
    }

    [dir=rtl] .ms-lgPull3 {
        left: 25%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull2 {
        right: 16.66667%
    }

    [dir=rtl] .ms-lgPull2 {
        left: 16.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull1 {
        right: 8.33333%
    }

    [dir=rtl] .ms-lgPull1 {
        left: 8.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPull0 {
        right: auto
    }

    [dir=rtl] .ms-lgPull0 {
        left: auto
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush12 {
        left: 100%
    }

    [dir=rtl] .ms-lgPush12 {
        right: 100%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush11 {
        left: 91.66667%
    }

    [dir=rtl] .ms-lgPush11 {
        right: 91.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush10 {
        left: 83.33333%
    }

    [dir=rtl] .ms-lgPush10 {
        right: 83.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush9 {
        left: 75%
    }

    [dir=rtl] .ms-lgPush9 {
        right: 75%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush8 {
        left: 66.66667%
    }

    [dir=rtl] .ms-lgPush8 {
        right: 66.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush7 {
        left: 58.33333%
    }

    [dir=rtl] .ms-lgPush7 {
        right: 58.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush6 {
        left: 50%
    }

    [dir=rtl] .ms-lgPush6 {
        right: 50%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush5 {
        left: 41.66667%
    }

    [dir=rtl] .ms-lgPush5 {
        right: 41.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush4 {
        left: 33.33333%
    }

    [dir=rtl] .ms-lgPush4 {
        right: 33.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush3 {
        left: 25%
    }

    [dir=rtl] .ms-lgPush3 {
        right: 25%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush2 {
        left: 16.66667%
    }

    [dir=rtl] .ms-lgPush2 {
        right: 16.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush1 {
        left: 8.33333%
    }

    [dir=rtl] .ms-lgPush1 {
        right: 8.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgPush0 {
        left: auto
    }

    [dir=rtl] .ms-lgPush0 {
        right: auto
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset11 {
        margin-left: 91.66667%
    }

    [dir=rtl] .ms-lgOffset11 {
        margin-right: 91.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset10 {
        margin-left: 83.33333%
    }

    [dir=rtl] .ms-lgOffset10 {
        margin-right: 83.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset9 {
        margin-left: 75%
    }

    [dir=rtl] .ms-lgOffset9 {
        margin-right: 75%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset8 {
        margin-left: 66.66667%
    }

    [dir=rtl] .ms-lgOffset8 {
        margin-right: 66.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset7 {
        margin-left: 58.33333%
    }

    [dir=rtl] .ms-lgOffset7 {
        margin-right: 58.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset6 {
        margin-left: 50%
    }

    [dir=rtl] .ms-lgOffset6 {
        margin-right: 50%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset5 {
        margin-left: 41.66667%
    }

    [dir=rtl] .ms-lgOffset5 {
        margin-right: 41.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset4 {
        margin-left: 33.33333%
    }

    [dir=rtl] .ms-lgOffset4 {
        margin-right: 33.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset3 {
        margin-left: 25%
    }

    [dir=rtl] .ms-lgOffset3 {
        margin-right: 25%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset2 {
        margin-left: 16.66667%
    }

    [dir=rtl] .ms-lgOffset2 {
        margin-right: 16.66667%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset1 {
        margin-left: 8.33333%
    }

    [dir=rtl] .ms-lgOffset1 {
        margin-right: 8.33333%
    }
}

@media (min-width:640px) {
    [dir=ltr] .ms-lgOffset0 {
        margin-left: 0
    }

    [dir=rtl] .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) {
    [dir=ltr] .ms-xlPull12 {
        right: 100%
    }

    [dir=rtl] .ms-xlPull12 {
        left: 100%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull11 {
        right: 91.66667%
    }

    [dir=rtl] .ms-xlPull11 {
        left: 91.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull10 {
        right: 83.33333%
    }

    [dir=rtl] .ms-xlPull10 {
        left: 83.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull9 {
        right: 75%
    }

    [dir=rtl] .ms-xlPull9 {
        left: 75%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull8 {
        right: 66.66667%
    }

    [dir=rtl] .ms-xlPull8 {
        left: 66.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull7 {
        right: 58.33333%
    }

    [dir=rtl] .ms-xlPull7 {
        left: 58.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull6 {
        right: 50%
    }

    [dir=rtl] .ms-xlPull6 {
        left: 50%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull5 {
        right: 41.66667%
    }

    [dir=rtl] .ms-xlPull5 {
        left: 41.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull4 {
        right: 33.33333%
    }

    [dir=rtl] .ms-xlPull4 {
        left: 33.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull3 {
        right: 25%
    }

    [dir=rtl] .ms-xlPull3 {
        left: 25%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull2 {
        right: 16.66667%
    }

    [dir=rtl] .ms-xlPull2 {
        left: 16.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull1 {
        right: 8.33333%
    }

    [dir=rtl] .ms-xlPull1 {
        left: 8.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPull0 {
        right: auto
    }

    [dir=rtl] .ms-xlPull0 {
        left: auto
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush12 {
        left: 100%
    }

    [dir=rtl] .ms-xlPush12 {
        right: 100%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush11 {
        left: 91.66667%
    }

    [dir=rtl] .ms-xlPush11 {
        right: 91.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush10 {
        left: 83.33333%
    }

    [dir=rtl] .ms-xlPush10 {
        right: 83.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush9 {
        left: 75%
    }

    [dir=rtl] .ms-xlPush9 {
        right: 75%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush8 {
        left: 66.66667%
    }

    [dir=rtl] .ms-xlPush8 {
        right: 66.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush7 {
        left: 58.33333%
    }

    [dir=rtl] .ms-xlPush7 {
        right: 58.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush6 {
        left: 50%
    }

    [dir=rtl] .ms-xlPush6 {
        right: 50%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush5 {
        left: 41.66667%
    }

    [dir=rtl] .ms-xlPush5 {
        right: 41.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush4 {
        left: 33.33333%
    }

    [dir=rtl] .ms-xlPush4 {
        right: 33.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush3 {
        left: 25%
    }

    [dir=rtl] .ms-xlPush3 {
        right: 25%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush2 {
        left: 16.66667%
    }

    [dir=rtl] .ms-xlPush2 {
        right: 16.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush1 {
        left: 8.33333%
    }

    [dir=rtl] .ms-xlPush1 {
        right: 8.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlPush0 {
        left: auto
    }

    [dir=rtl] .ms-xlPush0 {
        right: auto
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset11 {
        margin-left: 91.66667%
    }

    [dir=rtl] .ms-xlOffset11 {
        margin-right: 91.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset10 {
        margin-left: 83.33333%
    }

    [dir=rtl] .ms-xlOffset10 {
        margin-right: 83.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset9 {
        margin-left: 75%
    }

    [dir=rtl] .ms-xlOffset9 {
        margin-right: 75%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset8 {
        margin-left: 66.66667%
    }

    [dir=rtl] .ms-xlOffset8 {
        margin-right: 66.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset7 {
        margin-left: 58.33333%
    }

    [dir=rtl] .ms-xlOffset7 {
        margin-right: 58.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset6 {
        margin-left: 50%
    }

    [dir=rtl] .ms-xlOffset6 {
        margin-right: 50%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset5 {
        margin-left: 41.66667%
    }

    [dir=rtl] .ms-xlOffset5 {
        margin-right: 41.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset4 {
        margin-left: 33.33333%
    }

    [dir=rtl] .ms-xlOffset4 {
        margin-right: 33.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset3 {
        margin-left: 25%
    }

    [dir=rtl] .ms-xlOffset3 {
        margin-right: 25%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset2 {
        margin-left: 16.66667%
    }

    [dir=rtl] .ms-xlOffset2 {
        margin-right: 16.66667%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset1 {
        margin-left: 8.33333%
    }

    [dir=rtl] .ms-xlOffset1 {
        margin-right: 8.33333%
    }
}

@media (min-width:1024px) {
    [dir=ltr] .ms-xlOffset0 {
        margin-left: 0
    }

    [dir=rtl] .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) {
    [dir=ltr] .ms-xxlPull12 {
        right: 100%
    }

    [dir=rtl] .ms-xxlPull12 {
        left: 100%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull11 {
        right: 91.66667%
    }

    [dir=rtl] .ms-xxlPull11 {
        left: 91.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull10 {
        right: 83.33333%
    }

    [dir=rtl] .ms-xxlPull10 {
        left: 83.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull9 {
        right: 75%
    }

    [dir=rtl] .ms-xxlPull9 {
        left: 75%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull8 {
        right: 66.66667%
    }

    [dir=rtl] .ms-xxlPull8 {
        left: 66.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull7 {
        right: 58.33333%
    }

    [dir=rtl] .ms-xxlPull7 {
        left: 58.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull6 {
        right: 50%
    }

    [dir=rtl] .ms-xxlPull6 {
        left: 50%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull5 {
        right: 41.66667%
    }

    [dir=rtl] .ms-xxlPull5 {
        left: 41.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull4 {
        right: 33.33333%
    }

    [dir=rtl] .ms-xxlPull4 {
        left: 33.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull3 {
        right: 25%
    }

    [dir=rtl] .ms-xxlPull3 {
        left: 25%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull2 {
        right: 16.66667%
    }

    [dir=rtl] .ms-xxlPull2 {
        left: 16.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull1 {
        right: 8.33333%
    }

    [dir=rtl] .ms-xxlPull1 {
        left: 8.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPull0 {
        right: auto
    }

    [dir=rtl] .ms-xxlPull0 {
        left: auto
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush12 {
        left: 100%
    }

    [dir=rtl] .ms-xxlPush12 {
        right: 100%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush11 {
        left: 91.66667%
    }

    [dir=rtl] .ms-xxlPush11 {
        right: 91.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush10 {
        left: 83.33333%
    }

    [dir=rtl] .ms-xxlPush10 {
        right: 83.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush9 {
        left: 75%
    }

    [dir=rtl] .ms-xxlPush9 {
        right: 75%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush8 {
        left: 66.66667%
    }

    [dir=rtl] .ms-xxlPush8 {
        right: 66.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush7 {
        left: 58.33333%
    }

    [dir=rtl] .ms-xxlPush7 {
        right: 58.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush6 {
        left: 50%
    }

    [dir=rtl] .ms-xxlPush6 {
        right: 50%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush5 {
        left: 41.66667%
    }

    [dir=rtl] .ms-xxlPush5 {
        right: 41.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush4 {
        left: 33.33333%
    }

    [dir=rtl] .ms-xxlPush4 {
        right: 33.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush3 {
        left: 25%
    }

    [dir=rtl] .ms-xxlPush3 {
        right: 25%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush2 {
        left: 16.66667%
    }

    [dir=rtl] .ms-xxlPush2 {
        right: 16.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush1 {
        left: 8.33333%
    }

    [dir=rtl] .ms-xxlPush1 {
        right: 8.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlPush0 {
        left: auto
    }

    [dir=rtl] .ms-xxlPush0 {
        right: auto
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset11 {
        margin-left: 91.66667%
    }

    [dir=rtl] .ms-xxlOffset11 {
        margin-right: 91.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset10 {
        margin-left: 83.33333%
    }

    [dir=rtl] .ms-xxlOffset10 {
        margin-right: 83.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset9 {
        margin-left: 75%
    }

    [dir=rtl] .ms-xxlOffset9 {
        margin-right: 75%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset8 {
        margin-left: 66.66667%
    }

    [dir=rtl] .ms-xxlOffset8 {
        margin-right: 66.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset7 {
        margin-left: 58.33333%
    }

    [dir=rtl] .ms-xxlOffset7 {
        margin-right: 58.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset6 {
        margin-left: 50%
    }

    [dir=rtl] .ms-xxlOffset6 {
        margin-right: 50%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset5 {
        margin-left: 41.66667%
    }

    [dir=rtl] .ms-xxlOffset5 {
        margin-right: 41.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset4 {
        margin-left: 33.33333%
    }

    [dir=rtl] .ms-xxlOffset4 {
        margin-right: 33.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset3 {
        margin-left: 25%
    }

    [dir=rtl] .ms-xxlOffset3 {
        margin-right: 25%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset2 {
        margin-left: 16.66667%
    }

    [dir=rtl] .ms-xxlOffset2 {
        margin-right: 16.66667%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset1 {
        margin-left: 8.33333%
    }

    [dir=rtl] .ms-xxlOffset1 {
        margin-right: 8.33333%
    }
}

@media (min-width:1366px) {
    [dir=ltr] .ms-xxlOffset0 {
        margin-left: 0
    }

    [dir=rtl] .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) {
    [dir=ltr] .ms-xxxlPull12 {
        right: 100%
    }

    [dir=rtl] .ms-xxxlPull12 {
        left: 100%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull11 {
        right: 91.66667%
    }

    [dir=rtl] .ms-xxxlPull11 {
        left: 91.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull10 {
        right: 83.33333%
    }

    [dir=rtl] .ms-xxxlPull10 {
        left: 83.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull9 {
        right: 75%
    }

    [dir=rtl] .ms-xxxlPull9 {
        left: 75%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull8 {
        right: 66.66667%
    }

    [dir=rtl] .ms-xxxlPull8 {
        left: 66.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull7 {
        right: 58.33333%
    }

    [dir=rtl] .ms-xxxlPull7 {
        left: 58.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull6 {
        right: 50%
    }

    [dir=rtl] .ms-xxxlPull6 {
        left: 50%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull5 {
        right: 41.66667%
    }

    [dir=rtl] .ms-xxxlPull5 {
        left: 41.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull4 {
        right: 33.33333%
    }

    [dir=rtl] .ms-xxxlPull4 {
        left: 33.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull3 {
        right: 25%
    }

    [dir=rtl] .ms-xxxlPull3 {
        left: 25%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull2 {
        right: 16.66667%
    }

    [dir=rtl] .ms-xxxlPull2 {
        left: 16.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull1 {
        right: 8.33333%
    }

    [dir=rtl] .ms-xxxlPull1 {
        left: 8.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPull0 {
        right: auto
    }

    [dir=rtl] .ms-xxxlPull0 {
        left: auto
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush12 {
        left: 100%
    }

    [dir=rtl] .ms-xxxlPush12 {
        right: 100%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush11 {
        left: 91.66667%
    }

    [dir=rtl] .ms-xxxlPush11 {
        right: 91.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush10 {
        left: 83.33333%
    }

    [dir=rtl] .ms-xxxlPush10 {
        right: 83.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush9 {
        left: 75%
    }

    [dir=rtl] .ms-xxxlPush9 {
        right: 75%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush8 {
        left: 66.66667%
    }

    [dir=rtl] .ms-xxxlPush8 {
        right: 66.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush7 {
        left: 58.33333%
    }

    [dir=rtl] .ms-xxxlPush7 {
        right: 58.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush6 {
        left: 50%
    }

    [dir=rtl] .ms-xxxlPush6 {
        right: 50%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush5 {
        left: 41.66667%
    }

    [dir=rtl] .ms-xxxlPush5 {
        right: 41.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush4 {
        left: 33.33333%
    }

    [dir=rtl] .ms-xxxlPush4 {
        right: 33.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush3 {
        left: 25%
    }

    [dir=rtl] .ms-xxxlPush3 {
        right: 25%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush2 {
        left: 16.66667%
    }

    [dir=rtl] .ms-xxxlPush2 {
        right: 16.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush1 {
        left: 8.33333%
    }

    [dir=rtl] .ms-xxxlPush1 {
        right: 8.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlPush0 {
        left: auto
    }

    [dir=rtl] .ms-xxxlPush0 {
        right: auto
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset11 {
        margin-left: 91.66667%
    }

    [dir=rtl] .ms-xxxlOffset11 {
        margin-right: 91.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset10 {
        margin-left: 83.33333%
    }

    [dir=rtl] .ms-xxxlOffset10 {
        margin-right: 83.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset9 {
        margin-left: 75%
    }

    [dir=rtl] .ms-xxxlOffset9 {
        margin-right: 75%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset8 {
        margin-left: 66.66667%
    }

    [dir=rtl] .ms-xxxlOffset8 {
        margin-right: 66.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset7 {
        margin-left: 58.33333%
    }

    [dir=rtl] .ms-xxxlOffset7 {
        margin-right: 58.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset6 {
        margin-left: 50%
    }

    [dir=rtl] .ms-xxxlOffset6 {
        margin-right: 50%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset5 {
        margin-left: 41.66667%
    }

    [dir=rtl] .ms-xxxlOffset5 {
        margin-right: 41.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset4 {
        margin-left: 33.33333%
    }

    [dir=rtl] .ms-xxxlOffset4 {
        margin-right: 33.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset3 {
        margin-left: 25%
    }

    [dir=rtl] .ms-xxxlOffset3 {
        margin-right: 25%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset2 {
        margin-left: 16.66667%
    }

    [dir=rtl] .ms-xxxlOffset2 {
        margin-right: 16.66667%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset1 {
        margin-left: 8.33333%
    }

    [dir=rtl] .ms-xxxlOffset1 {
        margin-right: 8.33333%
    }
}

@media (min-width:1920px) {
    [dir=ltr] .ms-xxxlOffset0 {
        margin-left: 0
    }

    [dir=rtl] .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
}

[dir=ltr] .ms-textAlignLeft {
    text-align: left
}

[dir=rtl] .ms-textAlignLeft {
    text-align: right
}

[dir=ltr] .ms-textAlignRight {
    text-align: right
}

[dir=rtl] .ms-textAlignRight {
    text-align: left
}

.ms-textAlignCenter {
    text-align: center
}

.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: #323130;
    font-family: 'Segoe UI Web (West European)','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif;
    font-size: 14px
}

    .ms-Fabric button, .ms-Fabric input, .ms-Fabric textarea {
        font-family: inherit
    }

    .ms-Fabric [lang^=ar], .ms-Fabric[lang^=ar], [lang^=ar] .ms-Fabric {
        font-family: 'Segoe UI Web (Arabic)','Segoe UI',-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)','Segoe UI',-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)','Segoe UI',-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)','Segoe UI',-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)','Segoe UI',-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)','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

    .ms-Fabric [lang^=hi], .ms-Fabric[lang^=hi], [lang^=hi] .ms-Fabric {
        font-family: 'Nirmala UI','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

    .ms-Fabric [lang^=hr], .ms-Fabric[lang^=hr], [lang^=hr] .ms-Fabric {
        font-family: 'Segoe UI Web (East European)','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

    .ms-Fabric [lang^=hu], .ms-Fabric[lang^=hu], [lang^=hu] .ms-Fabric {
        font-family: 'Segoe UI Web (East European)','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

    .ms-Fabric [lang^=ja], .ms-Fabric[lang^=ja], [lang^=ja] .ms-Fabric {
        font-family: 'Yu Gothic UI','Meiryo UI',Meiryo,'MS Pgothic',Osaka,'Segoe UI',-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)','Segoe UI',-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,'Segoe UI',-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,'Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

    .ms-Fabric [lang^=lt], .ms-Fabric[lang^=lt], [lang^=lt] .ms-Fabric {
        font-family: 'Segoe UI Web (East European)','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

    .ms-Fabric [lang^=lv], .ms-Fabric[lang^=lv], [lang^=lv] .ms-Fabric {
        font-family: 'Segoe UI Web (East European)','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

    .ms-Fabric [lang^=pl], .ms-Fabric[lang^=pl], [lang^=pl] .ms-Fabric {
        font-family: 'Segoe UI Web (East European)','Segoe UI',-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)','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

    .ms-Fabric [lang^=sk], .ms-Fabric[lang^=sk], [lang^=sk] .ms-Fabric {
        font-family: 'Segoe UI Web (East European)','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

    .ms-Fabric [lang^=sr-latn], .ms-Fabric[lang^=sr-latn], [lang^=sr-latn] .ms-Fabric {
        font-family: 'Segoe UI Web (East European)','Segoe UI',-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','Segoe 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)','Segoe UI',-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)','Segoe UI',-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)','Segoe UI',-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 UI',Verdana,Simsun,'Segoe UI',-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 UI',Pmingliu,'Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
    }

.ms-Fabric--selawik {
    font-family: 'Selawik Web','Segoe UI',-apple-system,BlinkMacSystemFont,Roboto,'Helvetica Neue',sans-serif
}
