office-ui-fabric-core-rails 4.1.0.0 → 5.0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Rakefile +3 -3
- data/lib/office-ui-fabric-core-rails/version.rb +2 -2
- data/{bower.json → package.json} +2 -2
- data/vendor/assets/css/fabric.css +2573 -129
- data/vendor/assets/css/fabric.min.css +2 -2
- data/vendor/assets/css/fabric.rtl.css +1242 -458
- data/vendor/assets/css/fabric.rtl.min.css +2 -2
- data/vendor/assets/scss/Fabric.Brand.Icons.Output.scss +19 -0
- data/vendor/assets/scss/Fabric.Icons.Font.Output.scss +2 -3
- data/vendor/assets/scss/Fabric.Icons.Output.scss +708 -645
- data/vendor/assets/scss/Fabric.Icons.RTL.Output.scss +144 -342
- data/vendor/assets/scss/Fabric.Responsive.Utilities.Output.scss +767 -777
- data/vendor/assets/scss/Fabric.Typography.Fonts.Extended.Output.scss +9 -9
- data/vendor/assets/scss/Fabric.scss +3 -0
- data/vendor/assets/scss/_Fabric.Animations.scss +6 -6
- data/vendor/assets/scss/_Fabric.Brand.Icons.scss +51 -0
- data/vendor/assets/scss/_Fabric.Color.Variables.scss +64 -64
- data/vendor/assets/scss/_Fabric.Icons.scss +115 -53
- data/vendor/assets/scss/_Fabric.Responsive.Utilities.Variables.scss +918 -192
- data/vendor/assets/scss/_Fabric.Responsive.Variables.scss +6 -6
- data/vendor/assets/scss/_Fabric.Typography.Fonts.scss +21 -21
- data/vendor/assets/scss/_Fabric.Typography.Language.Overrides.scss +12 -12
- data/vendor/assets/scss/_Fabric.Typography.Variables.scss +16 -16
- data/vendor/assets/scss/_Fabric.ZIndex.Variables.scss +17 -17
- metadata +5 -4
- data/vendor/assets/scss/_Fabric.Icons.Adjustments.scss +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e49f3f9170aef99292b11bdb797481671838681d
|
4
|
+
data.tar.gz: 2fb704eb2d214451c7086a33969121a118d02865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 021087d4cf1079fe9c61b57dfea1a80e2756e6ba425bcbccd173060c754132a0ab640fd6d696430bdc1201b2c16ba8ba84f1b8753f606568187df68015262ed3
|
7
|
+
data.tar.gz: 29eb67d9bc31e134add65981e3c476324ac6204b6031047d71883777923e7fca8af81a16746da033afccaf4db606632e815142d420a18c6e8f3ab54534688fc1
|
data/.gitignore
CHANGED
data/Rakefile
CHANGED
@@ -8,9 +8,9 @@ task :default => :spec
|
|
8
8
|
namespace :assets do
|
9
9
|
desc 'Update Office UI Fabric Core assets'
|
10
10
|
task update: :clean do
|
11
|
-
sh '
|
12
|
-
sh 'cp -r
|
13
|
-
sh 'cp -r
|
11
|
+
sh 'npm install'
|
12
|
+
sh 'cp -r node_modules/office-ui-fabric-core/dist/sass/* vendor/assets/scss'
|
13
|
+
sh 'cp -r node_modules/office-ui-fabric-core/dist/css/* vendor/assets/css'
|
14
14
|
|
15
15
|
puts "Updated to the latest version of Office UI Fabric Core"
|
16
16
|
end
|
data/{bower.json → package.json}
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
|
2
2
|
/**
|
3
|
-
* Office UI Fabric Core
|
3
|
+
* Office UI Fabric Core 5.0.0
|
4
4
|
* The front-end framework for building experiences for Office 365.
|
5
5
|
**/
|
6
6
|
.ms-u-borderBox,
|
@@ -873,28 +873,28 @@
|
|
873
873
|
*/
|
874
874
|
@font-face {
|
875
875
|
font-family: 'Segoe UI WestEuropean';
|
876
|
-
src: local('Segoe UI Light'), url('https://
|
876
|
+
src: local('Segoe UI Light'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-light.woff2') format('woff2'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-light.woff') format('woff'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-light.ttf') format('truetype');
|
877
877
|
font-weight: 100;
|
878
878
|
font-style: normal;
|
879
879
|
}
|
880
880
|
|
881
881
|
@font-face {
|
882
882
|
font-family: 'Segoe UI WestEuropean';
|
883
|
-
src: local('Segoe UI'), url('https://
|
883
|
+
src: local('Segoe UI'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-regular.woff2') format('woff2'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-regular.woff') format('woff'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-regular.ttf') format('truetype');
|
884
884
|
font-weight: 400;
|
885
885
|
font-style: normal;
|
886
886
|
}
|
887
887
|
|
888
888
|
@font-face {
|
889
889
|
font-family: 'Segoe UI WestEuropean';
|
890
|
-
src: local('Segoe UI Semibold'), url('https://
|
890
|
+
src: local('Segoe UI Semibold'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-semibold.woff2') format('woff2'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-semibold.woff') format('woff'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-semibold.ttf') format('truetype');
|
891
891
|
font-weight: 600;
|
892
892
|
font-style: normal;
|
893
893
|
}
|
894
894
|
|
895
895
|
@font-face {
|
896
896
|
font-family: 'Segoe UI WestEuropean';
|
897
|
-
src: local('Segoe UI Semilight'), url('https://
|
897
|
+
src: local('Segoe UI Semilight'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-semilight.woff2') format('woff2'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-semilight.woff') format('woff'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/fonts//segoeui-westeuropean/segoeui-semilight.ttf') format('truetype');
|
898
898
|
font-weight: 200;
|
899
899
|
font-style: normal;
|
900
900
|
}
|
@@ -907,7 +907,7 @@
|
|
907
907
|
*/
|
908
908
|
@font-face {
|
909
909
|
font-family: 'FabricMDL2Icons';
|
910
|
-
src: url('https://
|
910
|
+
src: url('https://spoppe-a.akamaihd.net/files/fabric/assets/icons/fabricmdl2icons.woff') format('woff'), url('https://spoppe-a.akamaihd.net/files/fabric/assets/icons/fabricmdl2icons.ttf') format('truetype');
|
911
911
|
font-weight: normal;
|
912
912
|
font-style: normal;
|
913
913
|
}
|
@@ -922,6 +922,62 @@
|
|
922
922
|
speak: none;
|
923
923
|
}
|
924
924
|
|
925
|
+
.ms-Icon--circle {
|
926
|
+
position: relative;
|
927
|
+
display: inline-block;
|
928
|
+
font-size: 1rem;
|
929
|
+
width: 1em;
|
930
|
+
height: 1em;
|
931
|
+
margin: 0 0.5em 0 0;
|
932
|
+
padding: 0;
|
933
|
+
text-align: left;
|
934
|
+
-webkit-font-smoothing: antialiased;
|
935
|
+
}
|
936
|
+
|
937
|
+
.ms-Icon--circle::before,
|
938
|
+
.ms-Icon--circle::after {
|
939
|
+
line-height: 1;
|
940
|
+
font-size: inherit;
|
941
|
+
}
|
942
|
+
|
943
|
+
.ms-Icon--circle::before {
|
944
|
+
display: block;
|
945
|
+
width: 100%;
|
946
|
+
height: 100%;
|
947
|
+
margin: 0;
|
948
|
+
padding: 0;
|
949
|
+
vertical-align: top;
|
950
|
+
position: absolute;
|
951
|
+
}
|
952
|
+
|
953
|
+
.ms-Icon--circle::after {
|
954
|
+
content: '\e000';
|
955
|
+
position: absolute;
|
956
|
+
top: 0;
|
957
|
+
left: 0;
|
958
|
+
-ms-transform: scale(2);
|
959
|
+
transform: scale(2);
|
960
|
+
-ms-transform-origin: 50% 50%;
|
961
|
+
transform-origin: 50% 50%;
|
962
|
+
z-index: 0;
|
963
|
+
}
|
964
|
+
|
965
|
+
.ms-Icon--xs {
|
966
|
+
font-size: 10px;
|
967
|
+
}
|
968
|
+
|
969
|
+
.ms-Icon--s {
|
970
|
+
font-size: 12px;
|
971
|
+
}
|
972
|
+
|
973
|
+
.ms-Icon--m {
|
974
|
+
font-size: 16px;
|
975
|
+
}
|
976
|
+
|
977
|
+
.ms-Icon--l {
|
978
|
+
font-size: 20px;
|
979
|
+
}
|
980
|
+
|
925
981
|
.ms-Icon--DecreaseIndentLegacy::before {
|
926
982
|
content: '\E290';
|
927
983
|
}
|
@@ -1278,6 +1334,10 @@
|
|
1278
1334
|
content: '\E7A7';
|
1279
1335
|
}
|
1280
1336
|
|
1337
|
+
.ms-Icon--PhotoCollection::before {
|
1338
|
+
content: '\E7AA';
|
1339
|
+
}
|
1340
|
+
|
1281
1341
|
.ms-Icon--Album::before {
|
1282
1342
|
content: '\E7AB';
|
1283
1343
|
}
|
@@ -1358,6 +1418,10 @@
|
|
1358
1418
|
content: '\E7F5';
|
1359
1419
|
}
|
1360
1420
|
|
1421
|
+
.ms-Icon--Nav2DMapView::before {
|
1422
|
+
content: '\E800';
|
1423
|
+
}
|
1424
|
+
|
1361
1425
|
.ms-Icon--Car::before {
|
1362
1426
|
content: '\E804';
|
1363
1427
|
}
|
@@ -1714,6 +1778,10 @@
|
|
1714
1778
|
content: '\E917';
|
1715
1779
|
}
|
1716
1780
|
|
1781
|
+
.ms-Icon--WorldClock::before {
|
1782
|
+
content: '\E918';
|
1783
|
+
}
|
1784
|
+
|
1717
1785
|
.ms-Icon--AlarmClock::before {
|
1718
1786
|
content: '\E919';
|
1719
1787
|
}
|
@@ -1906,6 +1974,10 @@
|
|
1906
1974
|
content: '\E818';
|
1907
1975
|
}
|
1908
1976
|
|
1977
|
+
.ms-Icon--FolderOpen::before {
|
1978
|
+
content: '\E838';
|
1979
|
+
}
|
1980
|
+
|
1909
1981
|
.ms-Icon--Pinned::before {
|
1910
1982
|
content: '\E840';
|
1911
1983
|
}
|
@@ -2074,6 +2146,10 @@
|
|
2074
2146
|
content: '\EA96';
|
2075
2147
|
}
|
2076
2148
|
|
2149
|
+
.ms-Icon--MultiSelectMirrored::before {
|
2150
|
+
content: '\EA98';
|
2151
|
+
}
|
2152
|
+
|
2077
2153
|
.ms-Icon--Broom::before {
|
2078
2154
|
content: '\EA99';
|
2079
2155
|
}
|
@@ -2102,6 +2178,74 @@
|
|
2102
2178
|
content: '\EA3B';
|
2103
2179
|
}
|
2104
2180
|
|
2181
|
+
.ms-Icon--BookmarksMirrored::before {
|
2182
|
+
content: '\EA41';
|
2183
|
+
}
|
2184
|
+
|
2185
|
+
.ms-Icon--BulletedListMirrored::before {
|
2186
|
+
content: '\EA42';
|
2187
|
+
}
|
2188
|
+
|
2189
|
+
.ms-Icon--CaretHollowMirrored::before {
|
2190
|
+
content: '\EA45';
|
2191
|
+
}
|
2192
|
+
|
2193
|
+
.ms-Icon--CaretSolidMirrored::before {
|
2194
|
+
content: '\EA46';
|
2195
|
+
}
|
2196
|
+
|
2197
|
+
.ms-Icon--ChromeBackMirrored::before {
|
2198
|
+
content: '\EA47';
|
2199
|
+
}
|
2200
|
+
|
2201
|
+
.ms-Icon--ClosePaneMirrored::before {
|
2202
|
+
content: '\EA49';
|
2203
|
+
}
|
2204
|
+
|
2205
|
+
.ms-Icon--DockLeftMirrored::before {
|
2206
|
+
content: '\EA4C';
|
2207
|
+
}
|
2208
|
+
|
2209
|
+
.ms-Icon--DoubleChevronLeftMedMirrored::before {
|
2210
|
+
content: '\EA4D';
|
2211
|
+
}
|
2212
|
+
|
2213
|
+
.ms-Icon--HelpMirrored::before {
|
2214
|
+
content: '\EA51';
|
2215
|
+
}
|
2216
|
+
|
2217
|
+
.ms-Icon--ListMirrored::before {
|
2218
|
+
content: '\EA55';
|
2219
|
+
}
|
2220
|
+
|
2221
|
+
.ms-Icon--MailForwardMirrored::before {
|
2222
|
+
content: '\EA56';
|
2223
|
+
}
|
2224
|
+
|
2225
|
+
.ms-Icon--MailReplyMirrored::before {
|
2226
|
+
content: '\EA57';
|
2227
|
+
}
|
2228
|
+
|
2229
|
+
.ms-Icon--MailReplyAllMirrored::before {
|
2230
|
+
content: '\EA58';
|
2231
|
+
}
|
2232
|
+
|
2233
|
+
.ms-Icon--OpenPaneMirrored::before {
|
2234
|
+
content: '\EA5B';
|
2235
|
+
}
|
2236
|
+
|
2237
|
+
.ms-Icon--SendMirrored::before {
|
2238
|
+
content: '\EA63';
|
2239
|
+
}
|
2240
|
+
|
2241
|
+
.ms-Icon--ShowResultsMirrored::before {
|
2242
|
+
content: '\EA65';
|
2243
|
+
}
|
2244
|
+
|
2245
|
+
.ms-Icon--ThumbnailViewMirrored::before {
|
2246
|
+
content: '\EA67';
|
2247
|
+
}
|
2248
|
+
|
2105
2249
|
.ms-Icon--Lightbulb::before {
|
2106
2250
|
content: '\EA80';
|
2107
2251
|
}
|
@@ -2318,6 +2462,10 @@
|
|
2318
2462
|
content: '\EB75';
|
2319
2463
|
}
|
2320
2464
|
|
2465
|
+
.ms-Icon--EditMirrored::before {
|
2466
|
+
content: '\EB7E';
|
2467
|
+
}
|
2468
|
+
|
2321
2469
|
.ms-Icon--GiftCard::before {
|
2322
2470
|
content: '\EB8E';
|
2323
2471
|
}
|
@@ -2610,6 +2758,10 @@
|
|
2610
2758
|
content: '\ED25';
|
2611
2759
|
}
|
2612
2760
|
|
2761
|
+
.ms-Icon--CalendarMirrored::before {
|
2762
|
+
content: '\ED28';
|
2763
|
+
}
|
2764
|
+
|
2613
2765
|
.ms-Icon--SwayLogo::before {
|
2614
2766
|
content: '\ED29';
|
2615
2767
|
}
|
@@ -2866,6 +3018,10 @@
|
|
2866
3018
|
content: '\EDB7';
|
2867
3019
|
}
|
2868
3020
|
|
3021
|
+
.ms-Icon--TaskManagerMirrored::before {
|
3022
|
+
content: '\EDB8';
|
3023
|
+
}
|
3024
|
+
|
2869
3025
|
.ms-Icon--Combine::before {
|
2870
3026
|
content: '\EDBB';
|
2871
3027
|
}
|
@@ -2930,7 +3086,8 @@
|
|
2930
3086
|
content: '\EDCB';
|
2931
3087
|
}
|
2932
3088
|
|
2933
|
-
.ms-Icon--DynamicsCRMLogo::before
|
3089
|
+
.ms-Icon--DynamicsCRMLogo::before,
|
3090
|
+
.ms-Icon--Dynamics365Logo::before {
|
2934
3091
|
content: '\EDCC';
|
2935
3092
|
}
|
2936
3093
|
|
@@ -2986,7 +3143,8 @@
|
|
2986
3143
|
content: '\EDD9';
|
2987
3144
|
}
|
2988
3145
|
|
2989
|
-
.ms-Icon--CarotRightSolid8::before
|
3146
|
+
.ms-Icon--CarotRightSolid8::before,
|
3147
|
+
.ms-Icon--CaretRightSolid8::before {
|
2990
3148
|
content: '\EDDA';
|
2991
3149
|
}
|
2992
3150
|
|
@@ -3034,10 +3192,22 @@
|
|
3034
3192
|
content: '\EE19';
|
3035
3193
|
}
|
3036
3194
|
|
3195
|
+
.ms-Icon--ReplyMirrored::before {
|
3196
|
+
content: '\EE35';
|
3197
|
+
}
|
3198
|
+
|
3199
|
+
.ms-Icon--ReplyAllMirrored::before {
|
3200
|
+
content: '\EE36';
|
3201
|
+
}
|
3202
|
+
|
3037
3203
|
.ms-Icon--AddGroup::before {
|
3038
3204
|
content: '\EE3D';
|
3039
3205
|
}
|
3040
3206
|
|
3207
|
+
.ms-Icon--QuestionnaireMirrored::before {
|
3208
|
+
content: '\EE4B';
|
3209
|
+
}
|
3210
|
+
|
3041
3211
|
.ms-Icon--TemporaryUser::before {
|
3042
3212
|
content: '\EE58';
|
3043
3213
|
}
|
@@ -3070,6 +3240,10 @@
|
|
3070
3240
|
content: '\EE70';
|
3071
3241
|
}
|
3072
3242
|
|
3243
|
+
.ms-Icon--DateTimeMirrored::before {
|
3244
|
+
content: '\EE93';
|
3245
|
+
}
|
3246
|
+
|
3073
3247
|
.ms-Icon--DoubleChevronUp12::before {
|
3074
3248
|
content: '\EE96';
|
3075
3249
|
}
|
@@ -3110,10 +3284,18 @@
|
|
3110
3284
|
content: '\EEB9';
|
3111
3285
|
}
|
3112
3286
|
|
3287
|
+
.ms-Icon--FormLibraryMirrored::before {
|
3288
|
+
content: '\EEBA';
|
3289
|
+
}
|
3290
|
+
|
3113
3291
|
.ms-Icon--ReportLibrary::before {
|
3114
3292
|
content: '\EEBB';
|
3115
3293
|
}
|
3116
3294
|
|
3295
|
+
.ms-Icon--ReportLibraryMirrored::before {
|
3296
|
+
content: '\EEBC';
|
3297
|
+
}
|
3298
|
+
|
3117
3299
|
.ms-Icon--ContactCard::before {
|
3118
3300
|
content: '\EEBD';
|
3119
3301
|
}
|
@@ -3122,10 +3304,18 @@
|
|
3122
3304
|
content: '\EEBE';
|
3123
3305
|
}
|
3124
3306
|
|
3307
|
+
.ms-Icon--CustomListMirrored::before {
|
3308
|
+
content: '\EEBF';
|
3309
|
+
}
|
3310
|
+
|
3125
3311
|
.ms-Icon--IssueTracking::before {
|
3126
3312
|
content: '\EEC0';
|
3127
3313
|
}
|
3128
3314
|
|
3315
|
+
.ms-Icon--IssueTrackingMirrored::before {
|
3316
|
+
content: '\EEC1';
|
3317
|
+
}
|
3318
|
+
|
3129
3319
|
.ms-Icon--PictureLibrary::before {
|
3130
3320
|
content: '\EEC2';
|
3131
3321
|
}
|
@@ -3194,6 +3384,14 @@
|
|
3194
3384
|
content: '\EEEE';
|
3195
3385
|
}
|
3196
3386
|
|
3387
|
+
.ms-Icon--ArrowUpRightMirrored8::before {
|
3388
|
+
content: '\EEEF';
|
3389
|
+
}
|
3390
|
+
|
3391
|
+
.ms-Icon--ArrowDownRightMirrored8::before {
|
3392
|
+
content: '\EEF0';
|
3393
|
+
}
|
3394
|
+
|
3197
3395
|
.ms-Icon--OneDriveAdd::before {
|
3198
3396
|
content: '\EF32';
|
3199
3397
|
}
|
@@ -3462,6 +3660,14 @@
|
|
3462
3660
|
content: '\EF90';
|
3463
3661
|
}
|
3464
3662
|
|
3663
|
+
.ms-Icon--PageCheckedOut::before {
|
3664
|
+
content: '\F02C';
|
3665
|
+
}
|
3666
|
+
|
3667
|
+
.ms-Icon--SetAction::before {
|
3668
|
+
content: '\F071';
|
3669
|
+
}
|
3670
|
+
|
3465
3671
|
.ms-Icon--PowerAppsLogo::before {
|
3466
3672
|
content: '\F091';
|
3467
3673
|
}
|
@@ -3470,168 +3676,1916 @@
|
|
3470
3676
|
content: '\F092';
|
3471
3677
|
}
|
3472
3678
|
|
3473
|
-
.ms-Icon--
|
3474
|
-
|
3475
|
-
display: inline-block;
|
3476
|
-
font-size: 1rem;
|
3477
|
-
width: 1em;
|
3478
|
-
height: 1em;
|
3479
|
-
margin: 0 0.5em 0 0;
|
3480
|
-
padding: 0;
|
3481
|
-
text-align: left;
|
3482
|
-
-webkit-font-smoothing: antialiased;
|
3679
|
+
.ms-Icon--FabricAssetLibrary::before {
|
3680
|
+
content: '\F09C';
|
3483
3681
|
}
|
3484
3682
|
|
3485
|
-
.ms-Icon--
|
3486
|
-
|
3487
|
-
line-height: 1;
|
3488
|
-
font-size: inherit;
|
3683
|
+
.ms-Icon--FabricDataConnectionLibrary::before {
|
3684
|
+
content: '\F09D';
|
3489
3685
|
}
|
3490
3686
|
|
3491
|
-
.ms-Icon--
|
3492
|
-
|
3493
|
-
width: 100%;
|
3494
|
-
height: 100%;
|
3495
|
-
margin: 0;
|
3496
|
-
padding: 0;
|
3497
|
-
vertical-align: top;
|
3498
|
-
position: absolute;
|
3687
|
+
.ms-Icon--FabricDocLibrary::before {
|
3688
|
+
content: '\F09E';
|
3499
3689
|
}
|
3500
3690
|
|
3501
|
-
.ms-Icon--
|
3502
|
-
content: '\
|
3503
|
-
position: absolute;
|
3504
|
-
top: 0;
|
3505
|
-
left: 0;
|
3506
|
-
-ms-transform: scale(2);
|
3507
|
-
transform: scale(2);
|
3508
|
-
-ms-transform-origin: 50% 50%;
|
3509
|
-
transform-origin: 50% 50%;
|
3510
|
-
z-index: 0;
|
3691
|
+
.ms-Icon--FabricFormLibrary::before {
|
3692
|
+
content: '\F09F';
|
3511
3693
|
}
|
3512
3694
|
|
3513
|
-
.ms-Icon--
|
3514
|
-
|
3695
|
+
.ms-Icon--FabricFormLibraryMirrored::before {
|
3696
|
+
content: '\F0A0';
|
3515
3697
|
}
|
3516
3698
|
|
3517
|
-
.ms-Icon--
|
3518
|
-
|
3699
|
+
.ms-Icon--FabricReportLibrary::before {
|
3700
|
+
content: '\F0A1';
|
3519
3701
|
}
|
3520
3702
|
|
3521
|
-
.ms-Icon--
|
3522
|
-
|
3703
|
+
.ms-Icon--FabricReportLibraryMirrored::before {
|
3704
|
+
content: '\F0A2';
|
3523
3705
|
}
|
3524
3706
|
|
3525
|
-
.ms-Icon--
|
3526
|
-
|
3707
|
+
.ms-Icon--FabricPublicFolder::before {
|
3708
|
+
content: '\F0A3';
|
3527
3709
|
}
|
3528
3710
|
|
3529
|
-
.ms-
|
3530
|
-
|
3531
|
-
-webkit-animation-duration: 0.367s;
|
3532
|
-
-moz-animation-duration: 0.367s;
|
3533
|
-
-ms-animation-duration: 0.367s;
|
3534
|
-
-o-animation-duration: 0.367s;
|
3535
|
-
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
3536
|
-
animation-fill-mode: both;
|
3711
|
+
.ms-Icon--FabricFolderSearch::before {
|
3712
|
+
content: '\F0A4';
|
3537
3713
|
}
|
3538
3714
|
|
3539
|
-
|
3540
|
-
|
3541
|
-
|
3542
|
-
}
|
3715
|
+
.ms-Icon--FabricMovetoFolder::before {
|
3716
|
+
content: '\F0A5';
|
3717
|
+
}
|
3543
3718
|
|
3544
|
-
|
3545
|
-
|
3546
|
-
}
|
3719
|
+
.ms-Icon--FabricUnsyncFolder::before {
|
3720
|
+
content: '\F0A6';
|
3547
3721
|
}
|
3548
3722
|
|
3549
|
-
.ms-
|
3550
|
-
|
3551
|
-
-webkit-animation-duration: 0.367s;
|
3552
|
-
-moz-animation-duration: 0.367s;
|
3553
|
-
-ms-animation-duration: 0.367s;
|
3554
|
-
-o-animation-duration: 0.367s;
|
3555
|
-
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
3556
|
-
animation-fill-mode: both;
|
3723
|
+
.ms-Icon--FabricSyncFolder::before {
|
3724
|
+
content: '\F0A7';
|
3557
3725
|
}
|
3558
3726
|
|
3559
|
-
|
3560
|
-
|
3561
|
-
|
3562
|
-
}
|
3727
|
+
.ms-Icon--FabricOpenFolderHorizontal::before {
|
3728
|
+
content: '\F0A8';
|
3729
|
+
}
|
3563
3730
|
|
3564
|
-
|
3565
|
-
|
3566
|
-
}
|
3731
|
+
.ms-Icon--FabricFolder::before {
|
3732
|
+
content: '\F0A9';
|
3567
3733
|
}
|
3568
3734
|
|
3569
|
-
.ms-
|
3570
|
-
|
3571
|
-
-webkit-animation-duration: 0.367s;
|
3572
|
-
-moz-animation-duration: 0.367s;
|
3573
|
-
-ms-animation-duration: 0.367s;
|
3574
|
-
-o-animation-duration: 0.367s;
|
3575
|
-
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
3576
|
-
animation-fill-mode: both;
|
3735
|
+
.ms-Icon--FabricFolderFill::before {
|
3736
|
+
content: '\F0AA';
|
3577
3737
|
}
|
3578
3738
|
|
3579
|
-
|
3580
|
-
|
3581
|
-
|
3582
|
-
}
|
3739
|
+
.ms-Icon--FabricNewFolder::before {
|
3740
|
+
content: '\F0AB';
|
3741
|
+
}
|
3583
3742
|
|
3584
|
-
|
3585
|
-
|
3586
|
-
}
|
3743
|
+
.ms-Icon--FabricPictureLibrary::before {
|
3744
|
+
content: '\F0AC';
|
3587
3745
|
}
|
3588
3746
|
|
3589
|
-
.ms-
|
3590
|
-
|
3591
|
-
-webkit-animation-duration: 0.367s;
|
3592
|
-
-moz-animation-duration: 0.367s;
|
3593
|
-
-ms-animation-duration: 0.367s;
|
3594
|
-
-o-animation-duration: 0.367s;
|
3595
|
-
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
3596
|
-
animation-fill-mode: both;
|
3747
|
+
.ms-Icon--AddFavorite::before {
|
3748
|
+
content: '\F0C8';
|
3597
3749
|
}
|
3598
3750
|
|
3599
|
-
|
3600
|
-
|
3601
|
-
|
3602
|
-
}
|
3751
|
+
.ms-Icon--AddFavoriteFill::before {
|
3752
|
+
content: '\F0C9';
|
3753
|
+
}
|
3603
3754
|
|
3604
|
-
|
3605
|
-
|
3606
|
-
}
|
3755
|
+
.ms-Icon--BufferTimeBefore::before {
|
3756
|
+
content: '\F0CF';
|
3607
3757
|
}
|
3608
3758
|
|
3609
|
-
.ms-
|
3610
|
-
|
3611
|
-
-webkit-animation-duration: 0.367s;
|
3612
|
-
-moz-animation-duration: 0.367s;
|
3613
|
-
-ms-animation-duration: 0.367s;
|
3614
|
-
-o-animation-duration: 0.367s;
|
3615
|
-
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
3616
|
-
animation-fill-mode: both;
|
3759
|
+
.ms-Icon--BufferTimeAfter::before {
|
3760
|
+
content: '\F0D0';
|
3617
3761
|
}
|
3618
3762
|
|
3619
|
-
|
3620
|
-
|
3621
|
-
|
3622
|
-
}
|
3763
|
+
.ms-Icon--BufferTimeBoth::before {
|
3764
|
+
content: '\F0D1';
|
3765
|
+
}
|
3623
3766
|
|
3624
|
-
|
3625
|
-
|
3626
|
-
}
|
3767
|
+
.ms-Icon--PageCheckedin::before {
|
3768
|
+
content: '\F104';
|
3627
3769
|
}
|
3628
3770
|
|
3629
|
-
.ms-
|
3630
|
-
|
3631
|
-
|
3632
|
-
|
3633
|
-
|
3634
|
-
|
3771
|
+
.ms-Icon--CaretBottomLeftSolid8::before {
|
3772
|
+
content: '\F121';
|
3773
|
+
}
|
3774
|
+
|
3775
|
+
.ms-Icon--CaretBottomRightSolid8::before {
|
3776
|
+
content: '\F122';
|
3777
|
+
}
|
3778
|
+
|
3779
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon16 {
|
3780
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_16x1.png);
|
3781
|
+
}
|
3782
|
+
|
3783
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon48 {
|
3784
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_48x1.png);
|
3785
|
+
}
|
3786
|
+
|
3787
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon96 {
|
3788
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_96x1.png);
|
3789
|
+
}
|
3790
|
+
|
3791
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon16 {
|
3792
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_16x1.png);
|
3793
|
+
}
|
3794
|
+
|
3795
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon48 {
|
3796
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_48x1.png);
|
3797
|
+
}
|
3798
|
+
|
3799
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon96 {
|
3800
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_96x1.png);
|
3801
|
+
}
|
3802
|
+
|
3803
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon16 {
|
3804
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_16x1.png);
|
3805
|
+
}
|
3806
|
+
|
3807
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon48 {
|
3808
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_48x1.png);
|
3809
|
+
}
|
3810
|
+
|
3811
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon96 {
|
3812
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_96x1.png);
|
3813
|
+
}
|
3814
|
+
|
3815
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon16 {
|
3816
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_16x1.png);
|
3817
|
+
}
|
3818
|
+
|
3819
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon48 {
|
3820
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_48x1.png);
|
3821
|
+
}
|
3822
|
+
|
3823
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon96 {
|
3824
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_96x1.png);
|
3825
|
+
}
|
3826
|
+
|
3827
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon16 {
|
3828
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png);
|
3829
|
+
}
|
3830
|
+
|
3831
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon48 {
|
3832
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png);
|
3833
|
+
}
|
3834
|
+
|
3835
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon96 {
|
3836
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png);
|
3837
|
+
}
|
3838
|
+
|
3839
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon16 {
|
3840
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_16x1.png);
|
3841
|
+
}
|
3842
|
+
|
3843
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon48 {
|
3844
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_48x1.png);
|
3845
|
+
}
|
3846
|
+
|
3847
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon96 {
|
3848
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_96x1.png);
|
3849
|
+
}
|
3850
|
+
|
3851
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon16 {
|
3852
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_16x1.png);
|
3853
|
+
}
|
3854
|
+
|
3855
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon48 {
|
3856
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_48x1.png);
|
3857
|
+
}
|
3858
|
+
|
3859
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon96 {
|
3860
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_96x1.png);
|
3861
|
+
}
|
3862
|
+
|
3863
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon16 {
|
3864
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png);
|
3865
|
+
}
|
3866
|
+
|
3867
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon48 {
|
3868
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png);
|
3869
|
+
}
|
3870
|
+
|
3871
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon96 {
|
3872
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png);
|
3873
|
+
}
|
3874
|
+
|
3875
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon16 {
|
3876
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_16x1.png);
|
3877
|
+
}
|
3878
|
+
|
3879
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon48 {
|
3880
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_48x1.png);
|
3881
|
+
}
|
3882
|
+
|
3883
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon96 {
|
3884
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_96x1.png);
|
3885
|
+
}
|
3886
|
+
|
3887
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon16 {
|
3888
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png);
|
3889
|
+
}
|
3890
|
+
|
3891
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon48 {
|
3892
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png);
|
3893
|
+
}
|
3894
|
+
|
3895
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon96 {
|
3896
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png);
|
3897
|
+
}
|
3898
|
+
|
3899
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon16 {
|
3900
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_16x1.png);
|
3901
|
+
}
|
3902
|
+
|
3903
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon48 {
|
3904
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_48x1.png);
|
3905
|
+
}
|
3906
|
+
|
3907
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon96 {
|
3908
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_96x1.png);
|
3909
|
+
}
|
3910
|
+
|
3911
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon16 {
|
3912
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_16x1.png);
|
3913
|
+
}
|
3914
|
+
|
3915
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon48 {
|
3916
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_48x1.png);
|
3917
|
+
}
|
3918
|
+
|
3919
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon96 {
|
3920
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_96x1.png);
|
3921
|
+
}
|
3922
|
+
|
3923
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon16 {
|
3924
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_16x1.png);
|
3925
|
+
}
|
3926
|
+
|
3927
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon48 {
|
3928
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_48x1.png);
|
3929
|
+
}
|
3930
|
+
|
3931
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon96 {
|
3932
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_96x1.png);
|
3933
|
+
}
|
3934
|
+
|
3935
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon16 {
|
3936
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_16x1.png);
|
3937
|
+
}
|
3938
|
+
|
3939
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon48 {
|
3940
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_48x1.png);
|
3941
|
+
}
|
3942
|
+
|
3943
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon96 {
|
3944
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_96x1.png);
|
3945
|
+
}
|
3946
|
+
|
3947
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon16 {
|
3948
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_16x1.png);
|
3949
|
+
}
|
3950
|
+
|
3951
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon48 {
|
3952
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_48x1.png);
|
3953
|
+
}
|
3954
|
+
|
3955
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon96 {
|
3956
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_96x1.png);
|
3957
|
+
}
|
3958
|
+
|
3959
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon16 {
|
3960
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_16x1.png);
|
3961
|
+
}
|
3962
|
+
|
3963
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon48 {
|
3964
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_48x1.png);
|
3965
|
+
}
|
3966
|
+
|
3967
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon96 {
|
3968
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_96x1.png);
|
3969
|
+
}
|
3970
|
+
|
3971
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon16 {
|
3972
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_16x1.png);
|
3973
|
+
}
|
3974
|
+
|
3975
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon48 {
|
3976
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_48x1.png);
|
3977
|
+
}
|
3978
|
+
|
3979
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon96 {
|
3980
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_96x1.png);
|
3981
|
+
}
|
3982
|
+
|
3983
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon16 {
|
3984
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_16x1.png);
|
3985
|
+
}
|
3986
|
+
|
3987
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon48 {
|
3988
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_48x1.png);
|
3989
|
+
}
|
3990
|
+
|
3991
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon96 {
|
3992
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_96x1.png);
|
3993
|
+
}
|
3994
|
+
|
3995
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon16 {
|
3996
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_16x1.png);
|
3997
|
+
}
|
3998
|
+
|
3999
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon48 {
|
4000
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_48x1.png);
|
4001
|
+
}
|
4002
|
+
|
4003
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon96 {
|
4004
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_96x1.png);
|
4005
|
+
}
|
4006
|
+
|
4007
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon16 {
|
4008
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_16x1.png);
|
4009
|
+
}
|
4010
|
+
|
4011
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon48 {
|
4012
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_48x1.png);
|
4013
|
+
}
|
4014
|
+
|
4015
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon96 {
|
4016
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_96x1.png);
|
4017
|
+
}
|
4018
|
+
|
4019
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon16 {
|
4020
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_16x1.png);
|
4021
|
+
}
|
4022
|
+
|
4023
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon48 {
|
4024
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_48x1.png);
|
4025
|
+
}
|
4026
|
+
|
4027
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon96 {
|
4028
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_96x1.png);
|
4029
|
+
}
|
4030
|
+
|
4031
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon16 {
|
4032
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_16x1.png);
|
4033
|
+
}
|
4034
|
+
|
4035
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon48 {
|
4036
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_48x1.png);
|
4037
|
+
}
|
4038
|
+
|
4039
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon96 {
|
4040
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_96x1.png);
|
4041
|
+
}
|
4042
|
+
|
4043
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon16 {
|
4044
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_16x1.png);
|
4045
|
+
}
|
4046
|
+
|
4047
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon48 {
|
4048
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_48x1.png);
|
4049
|
+
}
|
4050
|
+
|
4051
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon96 {
|
4052
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_96x1.png);
|
4053
|
+
}
|
4054
|
+
|
4055
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon16 {
|
4056
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_16x1.png);
|
4057
|
+
}
|
4058
|
+
|
4059
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon48 {
|
4060
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_48x1.png);
|
4061
|
+
}
|
4062
|
+
|
4063
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon96 {
|
4064
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_96x1.png);
|
4065
|
+
}
|
4066
|
+
|
4067
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon16 {
|
4068
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_16x1.png);
|
4069
|
+
}
|
4070
|
+
|
4071
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon48 {
|
4072
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_48x1.png);
|
4073
|
+
}
|
4074
|
+
|
4075
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon96 {
|
4076
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_96x1.png);
|
4077
|
+
}
|
4078
|
+
|
4079
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon16 {
|
4080
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_16x1.png);
|
4081
|
+
}
|
4082
|
+
|
4083
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon48 {
|
4084
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_48x1.png);
|
4085
|
+
}
|
4086
|
+
|
4087
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon96 {
|
4088
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_96x1.png);
|
4089
|
+
}
|
4090
|
+
|
4091
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon16 {
|
4092
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_16x1.png);
|
4093
|
+
}
|
4094
|
+
|
4095
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon48 {
|
4096
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_48x1.png);
|
4097
|
+
}
|
4098
|
+
|
4099
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon96 {
|
4100
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_96x1.png);
|
4101
|
+
}
|
4102
|
+
|
4103
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon16 {
|
4104
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_16x1.png);
|
4105
|
+
}
|
4106
|
+
|
4107
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon48 {
|
4108
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_48x1.png);
|
4109
|
+
}
|
4110
|
+
|
4111
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon96 {
|
4112
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_96x1.png);
|
4113
|
+
}
|
4114
|
+
|
4115
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon16 {
|
4116
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_16x1.png);
|
4117
|
+
}
|
4118
|
+
|
4119
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon48 {
|
4120
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_48x1.png);
|
4121
|
+
}
|
4122
|
+
|
4123
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon96 {
|
4124
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_96x1.png);
|
4125
|
+
}
|
4126
|
+
|
4127
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon16 {
|
4128
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_16x1.png);
|
4129
|
+
}
|
4130
|
+
|
4131
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon48 {
|
4132
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_48x1.png);
|
4133
|
+
}
|
4134
|
+
|
4135
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon96 {
|
4136
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_96x1.png);
|
4137
|
+
}
|
4138
|
+
|
4139
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon16 {
|
4140
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_16x1.png);
|
4141
|
+
}
|
4142
|
+
|
4143
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon48 {
|
4144
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_48x1.png);
|
4145
|
+
}
|
4146
|
+
|
4147
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon96 {
|
4148
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_96x1.png);
|
4149
|
+
}
|
4150
|
+
|
4151
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon16 {
|
4152
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_16x1.png);
|
4153
|
+
}
|
4154
|
+
|
4155
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon48 {
|
4156
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_48x1.png);
|
4157
|
+
}
|
4158
|
+
|
4159
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon96 {
|
4160
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_96x1.png);
|
4161
|
+
}
|
4162
|
+
|
4163
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon16 {
|
4164
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_16x1.png);
|
4165
|
+
}
|
4166
|
+
|
4167
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon48 {
|
4168
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_48x1.png);
|
4169
|
+
}
|
4170
|
+
|
4171
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon96 {
|
4172
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_96x1.png);
|
4173
|
+
}
|
4174
|
+
|
4175
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon16 {
|
4176
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_16x1.png);
|
4177
|
+
}
|
4178
|
+
|
4179
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon48 {
|
4180
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_48x1.png);
|
4181
|
+
}
|
4182
|
+
|
4183
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon96 {
|
4184
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_96x1.png);
|
4185
|
+
}
|
4186
|
+
|
4187
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon16 {
|
4188
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_16x1.png);
|
4189
|
+
}
|
4190
|
+
|
4191
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon48 {
|
4192
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_48x1.png);
|
4193
|
+
}
|
4194
|
+
|
4195
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon96 {
|
4196
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_96x1.png);
|
4197
|
+
}
|
4198
|
+
|
4199
|
+
.ms-BrandIcon--Icon16 {
|
4200
|
+
background-size: 100% 100%;
|
4201
|
+
width: 16px;
|
4202
|
+
height: 16px;
|
4203
|
+
}
|
4204
|
+
|
4205
|
+
.ms-BrandIcon--Icon48 {
|
4206
|
+
background-size: 100% 100%;
|
4207
|
+
width: 48px;
|
4208
|
+
height: 48px;
|
4209
|
+
}
|
4210
|
+
|
4211
|
+
.ms-BrandIcon--Icon96 {
|
4212
|
+
background-size: 100% 100%;
|
4213
|
+
width: 96px;
|
4214
|
+
height: 96px;
|
4215
|
+
}
|
4216
|
+
|
4217
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
|
4218
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon16 {
|
4219
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_16x1_5.png);
|
4220
|
+
}
|
4221
|
+
|
4222
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon48 {
|
4223
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_48x1_5.png);
|
4224
|
+
}
|
4225
|
+
|
4226
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon96 {
|
4227
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_96x1_5.png);
|
4228
|
+
}
|
4229
|
+
|
4230
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon16 {
|
4231
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png);
|
4232
|
+
}
|
4233
|
+
|
4234
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon48 {
|
4235
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png);
|
4236
|
+
}
|
4237
|
+
|
4238
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon96 {
|
4239
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png);
|
4240
|
+
}
|
4241
|
+
|
4242
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon16 {
|
4243
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png);
|
4244
|
+
}
|
4245
|
+
|
4246
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon48 {
|
4247
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png);
|
4248
|
+
}
|
4249
|
+
|
4250
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon96 {
|
4251
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png);
|
4252
|
+
}
|
4253
|
+
|
4254
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon16 {
|
4255
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_16x1_5.png);
|
4256
|
+
}
|
4257
|
+
|
4258
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon48 {
|
4259
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_48x1_5.png);
|
4260
|
+
}
|
4261
|
+
|
4262
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon96 {
|
4263
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_96x1_5.png);
|
4264
|
+
}
|
4265
|
+
|
4266
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon16 {
|
4267
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png);
|
4268
|
+
}
|
4269
|
+
|
4270
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon48 {
|
4271
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png);
|
4272
|
+
}
|
4273
|
+
|
4274
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon96 {
|
4275
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png);
|
4276
|
+
}
|
4277
|
+
|
4278
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon16 {
|
4279
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png);
|
4280
|
+
}
|
4281
|
+
|
4282
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon48 {
|
4283
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png);
|
4284
|
+
}
|
4285
|
+
|
4286
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon96 {
|
4287
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png);
|
4288
|
+
}
|
4289
|
+
|
4290
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon16 {
|
4291
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png);
|
4292
|
+
}
|
4293
|
+
|
4294
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon48 {
|
4295
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png);
|
4296
|
+
}
|
4297
|
+
|
4298
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon96 {
|
4299
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png);
|
4300
|
+
}
|
4301
|
+
|
4302
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon16 {
|
4303
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png);
|
4304
|
+
}
|
4305
|
+
|
4306
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon48 {
|
4307
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png);
|
4308
|
+
}
|
4309
|
+
|
4310
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon96 {
|
4311
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png);
|
4312
|
+
}
|
4313
|
+
|
4314
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon16 {
|
4315
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_16x1_5.png);
|
4316
|
+
}
|
4317
|
+
|
4318
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon48 {
|
4319
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_48x1_5.png);
|
4320
|
+
}
|
4321
|
+
|
4322
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon96 {
|
4323
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_96x1_5.png);
|
4324
|
+
}
|
4325
|
+
|
4326
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon16 {
|
4327
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png);
|
4328
|
+
}
|
4329
|
+
|
4330
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon48 {
|
4331
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png);
|
4332
|
+
}
|
4333
|
+
|
4334
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon96 {
|
4335
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png);
|
4336
|
+
}
|
4337
|
+
|
4338
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon16 {
|
4339
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png);
|
4340
|
+
}
|
4341
|
+
|
4342
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon48 {
|
4343
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png);
|
4344
|
+
}
|
4345
|
+
|
4346
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon96 {
|
4347
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png);
|
4348
|
+
}
|
4349
|
+
|
4350
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon16 {
|
4351
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_16x1_5.png);
|
4352
|
+
}
|
4353
|
+
|
4354
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon48 {
|
4355
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_48x1_5.png);
|
4356
|
+
}
|
4357
|
+
|
4358
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon96 {
|
4359
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_96x1_5.png);
|
4360
|
+
}
|
4361
|
+
|
4362
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon16 {
|
4363
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_16x1_5.png);
|
4364
|
+
}
|
4365
|
+
|
4366
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon48 {
|
4367
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_48x1_5.png);
|
4368
|
+
}
|
4369
|
+
|
4370
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon96 {
|
4371
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_96x1_5.png);
|
4372
|
+
}
|
4373
|
+
|
4374
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon16 {
|
4375
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_16x1_5.png);
|
4376
|
+
}
|
4377
|
+
|
4378
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon48 {
|
4379
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_48x1_5.png);
|
4380
|
+
}
|
4381
|
+
|
4382
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon96 {
|
4383
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_96x1_5.png);
|
4384
|
+
}
|
4385
|
+
|
4386
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon16 {
|
4387
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_16x1_5.png);
|
4388
|
+
}
|
4389
|
+
|
4390
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon48 {
|
4391
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_48x1_5.png);
|
4392
|
+
}
|
4393
|
+
|
4394
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon96 {
|
4395
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_96x1_5.png);
|
4396
|
+
}
|
4397
|
+
|
4398
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon16 {
|
4399
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_16x1_5.png);
|
4400
|
+
}
|
4401
|
+
|
4402
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon48 {
|
4403
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_48x1_5.png);
|
4404
|
+
}
|
4405
|
+
|
4406
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon96 {
|
4407
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_96x1_5.png);
|
4408
|
+
}
|
4409
|
+
|
4410
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon16 {
|
4411
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_16x1_5.png);
|
4412
|
+
}
|
4413
|
+
|
4414
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon48 {
|
4415
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_48x1_5.png);
|
4416
|
+
}
|
4417
|
+
|
4418
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon96 {
|
4419
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_96x1_5.png);
|
4420
|
+
}
|
4421
|
+
|
4422
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon16 {
|
4423
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_16x1_5.png);
|
4424
|
+
}
|
4425
|
+
|
4426
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon48 {
|
4427
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_48x1_5.png);
|
4428
|
+
}
|
4429
|
+
|
4430
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon96 {
|
4431
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_96x1_5.png);
|
4432
|
+
}
|
4433
|
+
|
4434
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon16 {
|
4435
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_16x1_5.png);
|
4436
|
+
}
|
4437
|
+
|
4438
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon48 {
|
4439
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_48x1_5.png);
|
4440
|
+
}
|
4441
|
+
|
4442
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon96 {
|
4443
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_96x1_5.png);
|
4444
|
+
}
|
4445
|
+
|
4446
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon16 {
|
4447
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_16x1_5.png);
|
4448
|
+
}
|
4449
|
+
|
4450
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon48 {
|
4451
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_48x1_5.png);
|
4452
|
+
}
|
4453
|
+
|
4454
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon96 {
|
4455
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_96x1_5.png);
|
4456
|
+
}
|
4457
|
+
|
4458
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon16 {
|
4459
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_16x1_5.png);
|
4460
|
+
}
|
4461
|
+
|
4462
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon48 {
|
4463
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_48x1_5.png);
|
4464
|
+
}
|
4465
|
+
|
4466
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon96 {
|
4467
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_96x1_5.png);
|
4468
|
+
}
|
4469
|
+
|
4470
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon16 {
|
4471
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_16x1_5.png);
|
4472
|
+
}
|
4473
|
+
|
4474
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon48 {
|
4475
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_48x1_5.png);
|
4476
|
+
}
|
4477
|
+
|
4478
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon96 {
|
4479
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_96x1_5.png);
|
4480
|
+
}
|
4481
|
+
|
4482
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon16 {
|
4483
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_16x1_5.png);
|
4484
|
+
}
|
4485
|
+
|
4486
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon48 {
|
4487
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_48x1_5.png);
|
4488
|
+
}
|
4489
|
+
|
4490
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon96 {
|
4491
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_96x1_5.png);
|
4492
|
+
}
|
4493
|
+
|
4494
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon16 {
|
4495
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_16x1_5.png);
|
4496
|
+
}
|
4497
|
+
|
4498
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon48 {
|
4499
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_48x1_5.png);
|
4500
|
+
}
|
4501
|
+
|
4502
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon96 {
|
4503
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_96x1_5.png);
|
4504
|
+
}
|
4505
|
+
|
4506
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon16 {
|
4507
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_16x1_5.png);
|
4508
|
+
}
|
4509
|
+
|
4510
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon48 {
|
4511
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_48x1_5.png);
|
4512
|
+
}
|
4513
|
+
|
4514
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon96 {
|
4515
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_96x1_5.png);
|
4516
|
+
}
|
4517
|
+
|
4518
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon16 {
|
4519
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_16x1_5.png);
|
4520
|
+
}
|
4521
|
+
|
4522
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon48 {
|
4523
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_48x1_5.png);
|
4524
|
+
}
|
4525
|
+
|
4526
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon96 {
|
4527
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_96x1_5.png);
|
4528
|
+
}
|
4529
|
+
|
4530
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon16 {
|
4531
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_16x1_5.png);
|
4532
|
+
}
|
4533
|
+
|
4534
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon48 {
|
4535
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_48x1_5.png);
|
4536
|
+
}
|
4537
|
+
|
4538
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon96 {
|
4539
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_96x1_5.png);
|
4540
|
+
}
|
4541
|
+
|
4542
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon16 {
|
4543
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_16x1_5.png);
|
4544
|
+
}
|
4545
|
+
|
4546
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon48 {
|
4547
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_48x1_5.png);
|
4548
|
+
}
|
4549
|
+
|
4550
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon96 {
|
4551
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_96x1_5.png);
|
4552
|
+
}
|
4553
|
+
|
4554
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon16 {
|
4555
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_16x1_5.png);
|
4556
|
+
}
|
4557
|
+
|
4558
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon48 {
|
4559
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_48x1_5.png);
|
4560
|
+
}
|
4561
|
+
|
4562
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon96 {
|
4563
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_96x1_5.png);
|
4564
|
+
}
|
4565
|
+
|
4566
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon16 {
|
4567
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_16x1_5.png);
|
4568
|
+
}
|
4569
|
+
|
4570
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon48 {
|
4571
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_48x1_5.png);
|
4572
|
+
}
|
4573
|
+
|
4574
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon96 {
|
4575
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_96x1_5.png);
|
4576
|
+
}
|
4577
|
+
|
4578
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon16 {
|
4579
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_16x1_5.png);
|
4580
|
+
}
|
4581
|
+
|
4582
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon48 {
|
4583
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_48x1_5.png);
|
4584
|
+
}
|
4585
|
+
|
4586
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon96 {
|
4587
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_96x1_5.png);
|
4588
|
+
}
|
4589
|
+
|
4590
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon16 {
|
4591
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_16x1_5.png);
|
4592
|
+
}
|
4593
|
+
|
4594
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon48 {
|
4595
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_48x1_5.png);
|
4596
|
+
}
|
4597
|
+
|
4598
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon96 {
|
4599
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_96x1_5.png);
|
4600
|
+
}
|
4601
|
+
|
4602
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon16 {
|
4603
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_16x1_5.png);
|
4604
|
+
}
|
4605
|
+
|
4606
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon48 {
|
4607
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_48x1_5.png);
|
4608
|
+
}
|
4609
|
+
|
4610
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon96 {
|
4611
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_96x1_5.png);
|
4612
|
+
}
|
4613
|
+
|
4614
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon16 {
|
4615
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_16x1_5.png);
|
4616
|
+
}
|
4617
|
+
|
4618
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon48 {
|
4619
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_48x1_5.png);
|
4620
|
+
}
|
4621
|
+
|
4622
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon96 {
|
4623
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_96x1_5.png);
|
4624
|
+
}
|
4625
|
+
|
4626
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon16 {
|
4627
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_16x1_5.png);
|
4628
|
+
}
|
4629
|
+
|
4630
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon48 {
|
4631
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_48x1_5.png);
|
4632
|
+
}
|
4633
|
+
|
4634
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon96 {
|
4635
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_96x1_5.png);
|
4636
|
+
}
|
4637
|
+
}
|
4638
|
+
|
4639
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
|
4640
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon16 {
|
4641
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_16x2.png);
|
4642
|
+
}
|
4643
|
+
|
4644
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon48 {
|
4645
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_48x2.png);
|
4646
|
+
}
|
4647
|
+
|
4648
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon96 {
|
4649
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_96x2.png);
|
4650
|
+
}
|
4651
|
+
|
4652
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon16 {
|
4653
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_16x2.png);
|
4654
|
+
}
|
4655
|
+
|
4656
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon48 {
|
4657
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_48x2.png);
|
4658
|
+
}
|
4659
|
+
|
4660
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon96 {
|
4661
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_96x2.png);
|
4662
|
+
}
|
4663
|
+
|
4664
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon16 {
|
4665
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_16x2.png);
|
4666
|
+
}
|
4667
|
+
|
4668
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon48 {
|
4669
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_48x2.png);
|
4670
|
+
}
|
4671
|
+
|
4672
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon96 {
|
4673
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_96x2.png);
|
4674
|
+
}
|
4675
|
+
|
4676
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon16 {
|
4677
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_16x2.png);
|
4678
|
+
}
|
4679
|
+
|
4680
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon48 {
|
4681
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_48x2.png);
|
4682
|
+
}
|
4683
|
+
|
4684
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon96 {
|
4685
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_96x2.png);
|
4686
|
+
}
|
4687
|
+
|
4688
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon16 {
|
4689
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png);
|
4690
|
+
}
|
4691
|
+
|
4692
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon48 {
|
4693
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png);
|
4694
|
+
}
|
4695
|
+
|
4696
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon96 {
|
4697
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png);
|
4698
|
+
}
|
4699
|
+
|
4700
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon16 {
|
4701
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_16x2.png);
|
4702
|
+
}
|
4703
|
+
|
4704
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon48 {
|
4705
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_48x2.png);
|
4706
|
+
}
|
4707
|
+
|
4708
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon96 {
|
4709
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_96x2.png);
|
4710
|
+
}
|
4711
|
+
|
4712
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon16 {
|
4713
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_16x2.png);
|
4714
|
+
}
|
4715
|
+
|
4716
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon48 {
|
4717
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_48x2.png);
|
4718
|
+
}
|
4719
|
+
|
4720
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon96 {
|
4721
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_96x2.png);
|
4722
|
+
}
|
4723
|
+
|
4724
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon16 {
|
4725
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png);
|
4726
|
+
}
|
4727
|
+
|
4728
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon48 {
|
4729
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png);
|
4730
|
+
}
|
4731
|
+
|
4732
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon96 {
|
4733
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png);
|
4734
|
+
}
|
4735
|
+
|
4736
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon16 {
|
4737
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_16x2.png);
|
4738
|
+
}
|
4739
|
+
|
4740
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon48 {
|
4741
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_48x2.png);
|
4742
|
+
}
|
4743
|
+
|
4744
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon96 {
|
4745
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_96x2.png);
|
4746
|
+
}
|
4747
|
+
|
4748
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon16 {
|
4749
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png);
|
4750
|
+
}
|
4751
|
+
|
4752
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon48 {
|
4753
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png);
|
4754
|
+
}
|
4755
|
+
|
4756
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon96 {
|
4757
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png);
|
4758
|
+
}
|
4759
|
+
|
4760
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon16 {
|
4761
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_16x2.png);
|
4762
|
+
}
|
4763
|
+
|
4764
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon48 {
|
4765
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_48x2.png);
|
4766
|
+
}
|
4767
|
+
|
4768
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon96 {
|
4769
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_96x2.png);
|
4770
|
+
}
|
4771
|
+
|
4772
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon16 {
|
4773
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_16x2.png);
|
4774
|
+
}
|
4775
|
+
|
4776
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon48 {
|
4777
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_48x2.png);
|
4778
|
+
}
|
4779
|
+
|
4780
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon96 {
|
4781
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_96x2.png);
|
4782
|
+
}
|
4783
|
+
|
4784
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon16 {
|
4785
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_16x2.png);
|
4786
|
+
}
|
4787
|
+
|
4788
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon48 {
|
4789
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_48x2.png);
|
4790
|
+
}
|
4791
|
+
|
4792
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon96 {
|
4793
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_96x2.png);
|
4794
|
+
}
|
4795
|
+
|
4796
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon16 {
|
4797
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_16x2.png);
|
4798
|
+
}
|
4799
|
+
|
4800
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon48 {
|
4801
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_48x2.png);
|
4802
|
+
}
|
4803
|
+
|
4804
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon96 {
|
4805
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_96x2.png);
|
4806
|
+
}
|
4807
|
+
|
4808
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon16 {
|
4809
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_16x2.png);
|
4810
|
+
}
|
4811
|
+
|
4812
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon48 {
|
4813
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_48x2.png);
|
4814
|
+
}
|
4815
|
+
|
4816
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon96 {
|
4817
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_96x2.png);
|
4818
|
+
}
|
4819
|
+
|
4820
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon16 {
|
4821
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_16x2.png);
|
4822
|
+
}
|
4823
|
+
|
4824
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon48 {
|
4825
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_48x2.png);
|
4826
|
+
}
|
4827
|
+
|
4828
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon96 {
|
4829
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_96x2.png);
|
4830
|
+
}
|
4831
|
+
|
4832
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon16 {
|
4833
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_16x2.png);
|
4834
|
+
}
|
4835
|
+
|
4836
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon48 {
|
4837
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_48x2.png);
|
4838
|
+
}
|
4839
|
+
|
4840
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon96 {
|
4841
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_96x2.png);
|
4842
|
+
}
|
4843
|
+
|
4844
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon16 {
|
4845
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_16x2.png);
|
4846
|
+
}
|
4847
|
+
|
4848
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon48 {
|
4849
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_48x2.png);
|
4850
|
+
}
|
4851
|
+
|
4852
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon96 {
|
4853
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_96x2.png);
|
4854
|
+
}
|
4855
|
+
|
4856
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon16 {
|
4857
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_16x2.png);
|
4858
|
+
}
|
4859
|
+
|
4860
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon48 {
|
4861
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_48x2.png);
|
4862
|
+
}
|
4863
|
+
|
4864
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon96 {
|
4865
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_96x2.png);
|
4866
|
+
}
|
4867
|
+
|
4868
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon16 {
|
4869
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_16x2.png);
|
4870
|
+
}
|
4871
|
+
|
4872
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon48 {
|
4873
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_48x2.png);
|
4874
|
+
}
|
4875
|
+
|
4876
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon96 {
|
4877
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_96x2.png);
|
4878
|
+
}
|
4879
|
+
|
4880
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon16 {
|
4881
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_16x2.png);
|
4882
|
+
}
|
4883
|
+
|
4884
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon48 {
|
4885
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_48x2.png);
|
4886
|
+
}
|
4887
|
+
|
4888
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon96 {
|
4889
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_96x2.png);
|
4890
|
+
}
|
4891
|
+
|
4892
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon16 {
|
4893
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_16x2.png);
|
4894
|
+
}
|
4895
|
+
|
4896
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon48 {
|
4897
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_48x2.png);
|
4898
|
+
}
|
4899
|
+
|
4900
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon96 {
|
4901
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_96x2.png);
|
4902
|
+
}
|
4903
|
+
|
4904
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon16 {
|
4905
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_16x2.png);
|
4906
|
+
}
|
4907
|
+
|
4908
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon48 {
|
4909
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_48x2.png);
|
4910
|
+
}
|
4911
|
+
|
4912
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon96 {
|
4913
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_96x2.png);
|
4914
|
+
}
|
4915
|
+
|
4916
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon16 {
|
4917
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_16x2.png);
|
4918
|
+
}
|
4919
|
+
|
4920
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon48 {
|
4921
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_48x2.png);
|
4922
|
+
}
|
4923
|
+
|
4924
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon96 {
|
4925
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_96x2.png);
|
4926
|
+
}
|
4927
|
+
|
4928
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon16 {
|
4929
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_16x2.png);
|
4930
|
+
}
|
4931
|
+
|
4932
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon48 {
|
4933
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_48x2.png);
|
4934
|
+
}
|
4935
|
+
|
4936
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon96 {
|
4937
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_96x2.png);
|
4938
|
+
}
|
4939
|
+
|
4940
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon16 {
|
4941
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_16x2.png);
|
4942
|
+
}
|
4943
|
+
|
4944
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon48 {
|
4945
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_48x2.png);
|
4946
|
+
}
|
4947
|
+
|
4948
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon96 {
|
4949
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_96x2.png);
|
4950
|
+
}
|
4951
|
+
|
4952
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon16 {
|
4953
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_16x2.png);
|
4954
|
+
}
|
4955
|
+
|
4956
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon48 {
|
4957
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_48x2.png);
|
4958
|
+
}
|
4959
|
+
|
4960
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon96 {
|
4961
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_96x2.png);
|
4962
|
+
}
|
4963
|
+
|
4964
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon16 {
|
4965
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_16x2.png);
|
4966
|
+
}
|
4967
|
+
|
4968
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon48 {
|
4969
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_48x2.png);
|
4970
|
+
}
|
4971
|
+
|
4972
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon96 {
|
4973
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_96x2.png);
|
4974
|
+
}
|
4975
|
+
|
4976
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon16 {
|
4977
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_16x2.png);
|
4978
|
+
}
|
4979
|
+
|
4980
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon48 {
|
4981
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_48x2.png);
|
4982
|
+
}
|
4983
|
+
|
4984
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon96 {
|
4985
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_96x2.png);
|
4986
|
+
}
|
4987
|
+
|
4988
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon16 {
|
4989
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_16x2.png);
|
4990
|
+
}
|
4991
|
+
|
4992
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon48 {
|
4993
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_48x2.png);
|
4994
|
+
}
|
4995
|
+
|
4996
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon96 {
|
4997
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_96x2.png);
|
4998
|
+
}
|
4999
|
+
|
5000
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon16 {
|
5001
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_16x2.png);
|
5002
|
+
}
|
5003
|
+
|
5004
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon48 {
|
5005
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_48x2.png);
|
5006
|
+
}
|
5007
|
+
|
5008
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon96 {
|
5009
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_96x2.png);
|
5010
|
+
}
|
5011
|
+
|
5012
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon16 {
|
5013
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_16x2.png);
|
5014
|
+
}
|
5015
|
+
|
5016
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon48 {
|
5017
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_48x2.png);
|
5018
|
+
}
|
5019
|
+
|
5020
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon96 {
|
5021
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_96x2.png);
|
5022
|
+
}
|
5023
|
+
|
5024
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon16 {
|
5025
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_16x2.png);
|
5026
|
+
}
|
5027
|
+
|
5028
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon48 {
|
5029
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_48x2.png);
|
5030
|
+
}
|
5031
|
+
|
5032
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon96 {
|
5033
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_96x2.png);
|
5034
|
+
}
|
5035
|
+
|
5036
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon16 {
|
5037
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_16x2.png);
|
5038
|
+
}
|
5039
|
+
|
5040
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon48 {
|
5041
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_48x2.png);
|
5042
|
+
}
|
5043
|
+
|
5044
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon96 {
|
5045
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_96x2.png);
|
5046
|
+
}
|
5047
|
+
|
5048
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon16 {
|
5049
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_16x2.png);
|
5050
|
+
}
|
5051
|
+
|
5052
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon48 {
|
5053
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_48x2.png);
|
5054
|
+
}
|
5055
|
+
|
5056
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon96 {
|
5057
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_96x2.png);
|
5058
|
+
}
|
5059
|
+
}
|
5060
|
+
|
5061
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi) {
|
5062
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon16 {
|
5063
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_16x3.png);
|
5064
|
+
}
|
5065
|
+
|
5066
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon48 {
|
5067
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_48x3.png);
|
5068
|
+
}
|
5069
|
+
|
5070
|
+
.ms-BrandIcon--access.ms-BrandIcon--Icon96 {
|
5071
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/access_96x3.png);
|
5072
|
+
}
|
5073
|
+
|
5074
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon16 {
|
5075
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_16x3.png);
|
5076
|
+
}
|
5077
|
+
|
5078
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon48 {
|
5079
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_48x3.png);
|
5080
|
+
}
|
5081
|
+
|
5082
|
+
.ms-BrandIcon--excel.ms-BrandIcon--Icon96 {
|
5083
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/excel_96x3.png);
|
5084
|
+
}
|
5085
|
+
|
5086
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon16 {
|
5087
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_16x3.png);
|
5088
|
+
}
|
5089
|
+
|
5090
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon48 {
|
5091
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_48x3.png);
|
5092
|
+
}
|
5093
|
+
|
5094
|
+
.ms-BrandIcon--infopath.ms-BrandIcon--Icon96 {
|
5095
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/infopath_96x3.png);
|
5096
|
+
}
|
5097
|
+
|
5098
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon16 {
|
5099
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_16x3.png);
|
5100
|
+
}
|
5101
|
+
|
5102
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon48 {
|
5103
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_48x3.png);
|
5104
|
+
}
|
5105
|
+
|
5106
|
+
.ms-BrandIcon--office.ms-BrandIcon--Icon96 {
|
5107
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/office_96x3.png);
|
5108
|
+
}
|
5109
|
+
|
5110
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon16 {
|
5111
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png);
|
5112
|
+
}
|
5113
|
+
|
5114
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon48 {
|
5115
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png);
|
5116
|
+
}
|
5117
|
+
|
5118
|
+
.ms-BrandIcon--onedrive.ms-BrandIcon--Icon96 {
|
5119
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png);
|
5120
|
+
}
|
5121
|
+
|
5122
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon16 {
|
5123
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_16x3.png);
|
5124
|
+
}
|
5125
|
+
|
5126
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon48 {
|
5127
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_48x3.png);
|
5128
|
+
}
|
5129
|
+
|
5130
|
+
.ms-BrandIcon--onenote.ms-BrandIcon--Icon96 {
|
5131
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/onenote_96x3.png);
|
5132
|
+
}
|
5133
|
+
|
5134
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon16 {
|
5135
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_16x3.png);
|
5136
|
+
}
|
5137
|
+
|
5138
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon48 {
|
5139
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_48x3.png);
|
5140
|
+
}
|
5141
|
+
|
5142
|
+
.ms-BrandIcon--outlook.ms-BrandIcon--Icon96 {
|
5143
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/outlook_96x3.png);
|
5144
|
+
}
|
5145
|
+
|
5146
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon16 {
|
5147
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png);
|
5148
|
+
}
|
5149
|
+
|
5150
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon48 {
|
5151
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png);
|
5152
|
+
}
|
5153
|
+
|
5154
|
+
.ms-BrandIcon--powerpoint.ms-BrandIcon--Icon96 {
|
5155
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png);
|
5156
|
+
}
|
5157
|
+
|
5158
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon16 {
|
5159
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_16x3.png);
|
5160
|
+
}
|
5161
|
+
|
5162
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon48 {
|
5163
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_48x3.png);
|
5164
|
+
}
|
5165
|
+
|
5166
|
+
.ms-BrandIcon--project.ms-BrandIcon--Icon96 {
|
5167
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/project_96x3.png);
|
5168
|
+
}
|
5169
|
+
|
5170
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon16 {
|
5171
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png);
|
5172
|
+
}
|
5173
|
+
|
5174
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon48 {
|
5175
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png);
|
5176
|
+
}
|
5177
|
+
|
5178
|
+
.ms-BrandIcon--sharepoint.ms-BrandIcon--Icon96 {
|
5179
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png);
|
5180
|
+
}
|
5181
|
+
|
5182
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon16 {
|
5183
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_16x3.png);
|
5184
|
+
}
|
5185
|
+
|
5186
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon48 {
|
5187
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_48x3.png);
|
5188
|
+
}
|
5189
|
+
|
5190
|
+
.ms-BrandIcon--visio.ms-BrandIcon--Icon96 {
|
5191
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/visio_96x3.png);
|
5192
|
+
}
|
5193
|
+
|
5194
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon16 {
|
5195
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_16x3.png);
|
5196
|
+
}
|
5197
|
+
|
5198
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon48 {
|
5199
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_48x3.png);
|
5200
|
+
}
|
5201
|
+
|
5202
|
+
.ms-BrandIcon--word.ms-BrandIcon--Icon96 {
|
5203
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/product/png/word_96x3.png);
|
5204
|
+
}
|
5205
|
+
|
5206
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon16 {
|
5207
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_16x3.png);
|
5208
|
+
}
|
5209
|
+
|
5210
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon48 {
|
5211
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_48x3.png);
|
5212
|
+
}
|
5213
|
+
|
5214
|
+
.ms-BrandIcon--accdb.ms-BrandIcon--Icon96 {
|
5215
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/accdb_96x3.png);
|
5216
|
+
}
|
5217
|
+
|
5218
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon16 {
|
5219
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_16x3.png);
|
5220
|
+
}
|
5221
|
+
|
5222
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon48 {
|
5223
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_48x3.png);
|
5224
|
+
}
|
5225
|
+
|
5226
|
+
.ms-BrandIcon--csv.ms-BrandIcon--Icon96 {
|
5227
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/csv_96x3.png);
|
5228
|
+
}
|
5229
|
+
|
5230
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon16 {
|
5231
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_16x3.png);
|
5232
|
+
}
|
5233
|
+
|
5234
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon48 {
|
5235
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_48x3.png);
|
5236
|
+
}
|
5237
|
+
|
5238
|
+
.ms-BrandIcon--docx.ms-BrandIcon--Icon96 {
|
5239
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/docx_96x3.png);
|
5240
|
+
}
|
5241
|
+
|
5242
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon16 {
|
5243
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_16x3.png);
|
5244
|
+
}
|
5245
|
+
|
5246
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon48 {
|
5247
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_48x3.png);
|
5248
|
+
}
|
5249
|
+
|
5250
|
+
.ms-BrandIcon--dotx.ms-BrandIcon--Icon96 {
|
5251
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/dotx_96x3.png);
|
5252
|
+
}
|
5253
|
+
|
5254
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon16 {
|
5255
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_16x3.png);
|
5256
|
+
}
|
5257
|
+
|
5258
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon48 {
|
5259
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_48x3.png);
|
5260
|
+
}
|
5261
|
+
|
5262
|
+
.ms-BrandIcon--mpp.ms-BrandIcon--Icon96 {
|
5263
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpp_96x3.png);
|
5264
|
+
}
|
5265
|
+
|
5266
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon16 {
|
5267
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_16x3.png);
|
5268
|
+
}
|
5269
|
+
|
5270
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon48 {
|
5271
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_48x3.png);
|
5272
|
+
}
|
5273
|
+
|
5274
|
+
.ms-BrandIcon--mpt.ms-BrandIcon--Icon96 {
|
5275
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/mpt_96x3.png);
|
5276
|
+
}
|
5277
|
+
|
5278
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon16 {
|
5279
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_16x3.png);
|
5280
|
+
}
|
5281
|
+
|
5282
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon48 {
|
5283
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_48x3.png);
|
5284
|
+
}
|
5285
|
+
|
5286
|
+
.ms-BrandIcon--odp.ms-BrandIcon--Icon96 {
|
5287
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odp_96x3.png);
|
5288
|
+
}
|
5289
|
+
|
5290
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon16 {
|
5291
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_16x3.png);
|
5292
|
+
}
|
5293
|
+
|
5294
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon48 {
|
5295
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_48x3.png);
|
5296
|
+
}
|
5297
|
+
|
5298
|
+
.ms-BrandIcon--ods.ms-BrandIcon--Icon96 {
|
5299
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ods_96x3.png);
|
5300
|
+
}
|
5301
|
+
|
5302
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon16 {
|
5303
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_16x3.png);
|
5304
|
+
}
|
5305
|
+
|
5306
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon48 {
|
5307
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_48x3.png);
|
5308
|
+
}
|
5309
|
+
|
5310
|
+
.ms-BrandIcon--odt.ms-BrandIcon--Icon96 {
|
5311
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/odt_96x3.png);
|
5312
|
+
}
|
5313
|
+
|
5314
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon16 {
|
5315
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_16x3.png);
|
5316
|
+
}
|
5317
|
+
|
5318
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon48 {
|
5319
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_48x3.png);
|
5320
|
+
}
|
5321
|
+
|
5322
|
+
.ms-BrandIcon--one.ms-BrandIcon--Icon96 {
|
5323
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/one_96x3.png);
|
5324
|
+
}
|
5325
|
+
|
5326
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon16 {
|
5327
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_16x3.png);
|
5328
|
+
}
|
5329
|
+
|
5330
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon48 {
|
5331
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_48x3.png);
|
5332
|
+
}
|
5333
|
+
|
5334
|
+
.ms-BrandIcon--onepkg.ms-BrandIcon--Icon96 {
|
5335
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onepkg_96x3.png);
|
5336
|
+
}
|
5337
|
+
|
5338
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon16 {
|
5339
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_16x3.png);
|
5340
|
+
}
|
5341
|
+
|
5342
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon48 {
|
5343
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_48x3.png);
|
5344
|
+
}
|
5345
|
+
|
5346
|
+
.ms-BrandIcon--onetoc.ms-BrandIcon--Icon96 {
|
5347
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/onetoc_96x3.png);
|
5348
|
+
}
|
5349
|
+
|
5350
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon16 {
|
5351
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_16x3.png);
|
5352
|
+
}
|
5353
|
+
|
5354
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon48 {
|
5355
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_48x3.png);
|
5356
|
+
}
|
5357
|
+
|
5358
|
+
.ms-BrandIcon--potx.ms-BrandIcon--Icon96 {
|
5359
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/potx_96x3.png);
|
5360
|
+
}
|
5361
|
+
|
5362
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon16 {
|
5363
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_16x3.png);
|
5364
|
+
}
|
5365
|
+
|
5366
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon48 {
|
5367
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_48x3.png);
|
5368
|
+
}
|
5369
|
+
|
5370
|
+
.ms-BrandIcon--ppsx.ms-BrandIcon--Icon96 {
|
5371
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/ppsx_96x3.png);
|
5372
|
+
}
|
5373
|
+
|
5374
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon16 {
|
5375
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_16x3.png);
|
5376
|
+
}
|
5377
|
+
|
5378
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon48 {
|
5379
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_48x3.png);
|
5380
|
+
}
|
5381
|
+
|
5382
|
+
.ms-BrandIcon--pptx.ms-BrandIcon--Icon96 {
|
5383
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pptx_96x3.png);
|
5384
|
+
}
|
5385
|
+
|
5386
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon16 {
|
5387
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_16x3.png);
|
5388
|
+
}
|
5389
|
+
|
5390
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon48 {
|
5391
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_48x3.png);
|
5392
|
+
}
|
5393
|
+
|
5394
|
+
.ms-BrandIcon--pub.ms-BrandIcon--Icon96 {
|
5395
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/pub_96x3.png);
|
5396
|
+
}
|
5397
|
+
|
5398
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon16 {
|
5399
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_16x3.png);
|
5400
|
+
}
|
5401
|
+
|
5402
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon48 {
|
5403
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_48x3.png);
|
5404
|
+
}
|
5405
|
+
|
5406
|
+
.ms-BrandIcon--vsdx.ms-BrandIcon--Icon96 {
|
5407
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vsdx_96x3.png);
|
5408
|
+
}
|
5409
|
+
|
5410
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon16 {
|
5411
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_16x3.png);
|
5412
|
+
}
|
5413
|
+
|
5414
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon48 {
|
5415
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_48x3.png);
|
5416
|
+
}
|
5417
|
+
|
5418
|
+
.ms-BrandIcon--vssx.ms-BrandIcon--Icon96 {
|
5419
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vssx_96x3.png);
|
5420
|
+
}
|
5421
|
+
|
5422
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon16 {
|
5423
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_16x3.png);
|
5424
|
+
}
|
5425
|
+
|
5426
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon48 {
|
5427
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_48x3.png);
|
5428
|
+
}
|
5429
|
+
|
5430
|
+
.ms-BrandIcon--vstx.ms-BrandIcon--Icon96 {
|
5431
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/vstx_96x3.png);
|
5432
|
+
}
|
5433
|
+
|
5434
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon16 {
|
5435
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_16x3.png);
|
5436
|
+
}
|
5437
|
+
|
5438
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon48 {
|
5439
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_48x3.png);
|
5440
|
+
}
|
5441
|
+
|
5442
|
+
.ms-BrandIcon--xls.ms-BrandIcon--Icon96 {
|
5443
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xls_96x3.png);
|
5444
|
+
}
|
5445
|
+
|
5446
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon16 {
|
5447
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_16x3.png);
|
5448
|
+
}
|
5449
|
+
|
5450
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon48 {
|
5451
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_48x3.png);
|
5452
|
+
}
|
5453
|
+
|
5454
|
+
.ms-BrandIcon--xlsx.ms-BrandIcon--Icon96 {
|
5455
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xlsx_96x3.png);
|
5456
|
+
}
|
5457
|
+
|
5458
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon16 {
|
5459
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_16x3.png);
|
5460
|
+
}
|
5461
|
+
|
5462
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon48 {
|
5463
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_48x3.png);
|
5464
|
+
}
|
5465
|
+
|
5466
|
+
.ms-BrandIcon--xltx.ms-BrandIcon--Icon96 {
|
5467
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xltx_96x3.png);
|
5468
|
+
}
|
5469
|
+
|
5470
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon16 {
|
5471
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_16x3.png);
|
5472
|
+
}
|
5473
|
+
|
5474
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon48 {
|
5475
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_48x3.png);
|
5476
|
+
}
|
5477
|
+
|
5478
|
+
.ms-BrandIcon--xsn.ms-BrandIcon--Icon96 {
|
5479
|
+
background-image: url(https://spoppe-a.akamaihd.net/files/fabric/assets/brand-icons/document/png/xsn_96x3.png);
|
5480
|
+
}
|
5481
|
+
}
|
5482
|
+
|
5483
|
+
.ms-u-slideRightIn10 {
|
5484
|
+
animation-name: fadeIn, slideRightIn10;
|
5485
|
+
-webkit-animation-duration: 0.367s;
|
5486
|
+
-moz-animation-duration: 0.367s;
|
5487
|
+
-ms-animation-duration: 0.367s;
|
5488
|
+
-o-animation-duration: 0.367s;
|
5489
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
5490
|
+
animation-fill-mode: both;
|
5491
|
+
}
|
5492
|
+
|
5493
|
+
@keyframes slideRightIn10 {
|
5494
|
+
from {
|
5495
|
+
transform: translate3d(-10px, 0px, 0px);
|
5496
|
+
}
|
5497
|
+
|
5498
|
+
to {
|
5499
|
+
transform: translate3d(0px, 0px, 0px);
|
5500
|
+
}
|
5501
|
+
}
|
5502
|
+
|
5503
|
+
.ms-u-slideRightIn20 {
|
5504
|
+
animation-name: fadeIn, slideRightIn20;
|
5505
|
+
-webkit-animation-duration: 0.367s;
|
5506
|
+
-moz-animation-duration: 0.367s;
|
5507
|
+
-ms-animation-duration: 0.367s;
|
5508
|
+
-o-animation-duration: 0.367s;
|
5509
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
5510
|
+
animation-fill-mode: both;
|
5511
|
+
}
|
5512
|
+
|
5513
|
+
@keyframes slideRightIn20 {
|
5514
|
+
from {
|
5515
|
+
transform: translate3d(-20px, 0px, 0px);
|
5516
|
+
}
|
5517
|
+
|
5518
|
+
to {
|
5519
|
+
transform: translate3d(0px, 0px, 0px);
|
5520
|
+
}
|
5521
|
+
}
|
5522
|
+
|
5523
|
+
.ms-u-slideRightIn40 {
|
5524
|
+
animation-name: fadeIn, slideRightIn40;
|
5525
|
+
-webkit-animation-duration: 0.367s;
|
5526
|
+
-moz-animation-duration: 0.367s;
|
5527
|
+
-ms-animation-duration: 0.367s;
|
5528
|
+
-o-animation-duration: 0.367s;
|
5529
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
5530
|
+
animation-fill-mode: both;
|
5531
|
+
}
|
5532
|
+
|
5533
|
+
@keyframes slideRightIn40 {
|
5534
|
+
from {
|
5535
|
+
transform: translate3d(-40px, 0px, 0px);
|
5536
|
+
}
|
5537
|
+
|
5538
|
+
to {
|
5539
|
+
transform: translate3d(0px, 0px, 0px);
|
5540
|
+
}
|
5541
|
+
}
|
5542
|
+
|
5543
|
+
.ms-u-slideLeftIn10 {
|
5544
|
+
animation-name: fadeIn, slideLeftIn10;
|
5545
|
+
-webkit-animation-duration: 0.367s;
|
5546
|
+
-moz-animation-duration: 0.367s;
|
5547
|
+
-ms-animation-duration: 0.367s;
|
5548
|
+
-o-animation-duration: 0.367s;
|
5549
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
5550
|
+
animation-fill-mode: both;
|
5551
|
+
}
|
5552
|
+
|
5553
|
+
@keyframes slideLeftIn10 {
|
5554
|
+
from {
|
5555
|
+
transform: translate3d(10px, 0px, 0px);
|
5556
|
+
}
|
5557
|
+
|
5558
|
+
to {
|
5559
|
+
transform: translate3d(0px, 0px, 0px);
|
5560
|
+
}
|
5561
|
+
}
|
5562
|
+
|
5563
|
+
.ms-u-slideLeftIn20 {
|
5564
|
+
animation-name: fadeIn, slideLeftIn20;
|
5565
|
+
-webkit-animation-duration: 0.367s;
|
5566
|
+
-moz-animation-duration: 0.367s;
|
5567
|
+
-ms-animation-duration: 0.367s;
|
5568
|
+
-o-animation-duration: 0.367s;
|
5569
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
5570
|
+
animation-fill-mode: both;
|
5571
|
+
}
|
5572
|
+
|
5573
|
+
@keyframes slideLeftIn20 {
|
5574
|
+
from {
|
5575
|
+
transform: translate3d(20px, 0px, 0px);
|
5576
|
+
}
|
5577
|
+
|
5578
|
+
to {
|
5579
|
+
transform: translate3d(0px, 0px, 0px);
|
5580
|
+
}
|
5581
|
+
}
|
5582
|
+
|
5583
|
+
.ms-u-slideLeftIn40 {
|
5584
|
+
animation-name: fadeIn, slideLeftIn40;
|
5585
|
+
-webkit-animation-duration: 0.367s;
|
5586
|
+
-moz-animation-duration: 0.367s;
|
5587
|
+
-ms-animation-duration: 0.367s;
|
5588
|
+
-o-animation-duration: 0.367s;
|
3635
5589
|
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
3636
5590
|
animation-fill-mode: both;
|
3637
5591
|
}
|
@@ -4434,199 +6388,297 @@
|
|
4434
6388
|
.ms-u-md12 {
|
4435
6389
|
width: 100%;
|
4436
6390
|
}
|
6391
|
+
}
|
4437
6392
|
|
6393
|
+
@media (min-width: 480px) {
|
4438
6394
|
.ms-u-md11 {
|
4439
6395
|
width: 91.66666666666666%;
|
4440
6396
|
}
|
6397
|
+
}
|
4441
6398
|
|
6399
|
+
@media (min-width: 480px) {
|
4442
6400
|
.ms-u-md10 {
|
4443
6401
|
width: 83.33333333333334%;
|
4444
6402
|
}
|
6403
|
+
}
|
4445
6404
|
|
6405
|
+
@media (min-width: 480px) {
|
4446
6406
|
.ms-u-md9 {
|
4447
6407
|
width: 75%;
|
4448
6408
|
}
|
6409
|
+
}
|
4449
6410
|
|
6411
|
+
@media (min-width: 480px) {
|
4450
6412
|
.ms-u-md8 {
|
4451
6413
|
width: 66.66666666666666%;
|
4452
6414
|
}
|
6415
|
+
}
|
4453
6416
|
|
6417
|
+
@media (min-width: 480px) {
|
4454
6418
|
.ms-u-md7 {
|
4455
6419
|
width: 58.333333333333336%;
|
4456
6420
|
}
|
6421
|
+
}
|
4457
6422
|
|
6423
|
+
@media (min-width: 480px) {
|
4458
6424
|
.ms-u-md6 {
|
4459
6425
|
width: 50%;
|
4460
6426
|
}
|
6427
|
+
}
|
4461
6428
|
|
6429
|
+
@media (min-width: 480px) {
|
4462
6430
|
.ms-u-md5 {
|
4463
6431
|
width: 41.66666666666667%;
|
4464
6432
|
}
|
6433
|
+
}
|
4465
6434
|
|
6435
|
+
@media (min-width: 480px) {
|
4466
6436
|
.ms-u-md4 {
|
4467
6437
|
width: 33.33333333333333%;
|
4468
6438
|
}
|
6439
|
+
}
|
4469
6440
|
|
6441
|
+
@media (min-width: 480px) {
|
4470
6442
|
.ms-u-md3 {
|
4471
6443
|
width: 25%;
|
4472
6444
|
}
|
6445
|
+
}
|
4473
6446
|
|
6447
|
+
@media (min-width: 480px) {
|
4474
6448
|
.ms-u-md2 {
|
4475
6449
|
width: 16.666666666666664%;
|
4476
6450
|
}
|
6451
|
+
}
|
4477
6452
|
|
6453
|
+
@media (min-width: 480px) {
|
4478
6454
|
.ms-u-md1 {
|
4479
6455
|
width: 8.333333333333332%;
|
4480
6456
|
}
|
6457
|
+
}
|
4481
6458
|
|
6459
|
+
@media (min-width: 480px) {
|
4482
6460
|
.ms-u-mdPull12 {
|
4483
6461
|
right: 100%;
|
4484
6462
|
}
|
6463
|
+
}
|
4485
6464
|
|
6465
|
+
@media (min-width: 480px) {
|
4486
6466
|
.ms-u-mdPull11 {
|
4487
6467
|
right: 91.66666666666666%;
|
4488
6468
|
}
|
6469
|
+
}
|
4489
6470
|
|
6471
|
+
@media (min-width: 480px) {
|
4490
6472
|
.ms-u-mdPull10 {
|
4491
6473
|
right: 83.33333333333334%;
|
4492
6474
|
}
|
6475
|
+
}
|
4493
6476
|
|
6477
|
+
@media (min-width: 480px) {
|
4494
6478
|
.ms-u-mdPull9 {
|
4495
6479
|
right: 75%;
|
4496
6480
|
}
|
6481
|
+
}
|
4497
6482
|
|
6483
|
+
@media (min-width: 480px) {
|
4498
6484
|
.ms-u-mdPull8 {
|
4499
6485
|
right: 66.66666666666666%;
|
4500
6486
|
}
|
6487
|
+
}
|
4501
6488
|
|
6489
|
+
@media (min-width: 480px) {
|
4502
6490
|
.ms-u-mdPull7 {
|
4503
6491
|
right: 58.333333333333336%;
|
4504
6492
|
}
|
6493
|
+
}
|
4505
6494
|
|
6495
|
+
@media (min-width: 480px) {
|
4506
6496
|
.ms-u-mdPull6 {
|
4507
6497
|
right: 50%;
|
4508
6498
|
}
|
6499
|
+
}
|
4509
6500
|
|
6501
|
+
@media (min-width: 480px) {
|
4510
6502
|
.ms-u-mdPull5 {
|
4511
6503
|
right: 41.66666666666667%;
|
4512
6504
|
}
|
6505
|
+
}
|
4513
6506
|
|
6507
|
+
@media (min-width: 480px) {
|
4514
6508
|
.ms-u-mdPull4 {
|
4515
6509
|
right: 33.33333333333333%;
|
4516
6510
|
}
|
6511
|
+
}
|
4517
6512
|
|
6513
|
+
@media (min-width: 480px) {
|
4518
6514
|
.ms-u-mdPull3 {
|
4519
6515
|
right: 25%;
|
4520
6516
|
}
|
6517
|
+
}
|
4521
6518
|
|
6519
|
+
@media (min-width: 480px) {
|
4522
6520
|
.ms-u-mdPull2 {
|
4523
6521
|
right: 16.666666666666664%;
|
4524
6522
|
}
|
6523
|
+
}
|
4525
6524
|
|
6525
|
+
@media (min-width: 480px) {
|
4526
6526
|
.ms-u-mdPull1 {
|
4527
6527
|
right: 8.333333333333332%;
|
4528
6528
|
}
|
6529
|
+
}
|
4529
6530
|
|
6531
|
+
@media (min-width: 480px) {
|
4530
6532
|
.ms-u-mdPull0 {
|
4531
6533
|
right: auto;
|
4532
6534
|
}
|
6535
|
+
}
|
4533
6536
|
|
6537
|
+
@media (min-width: 480px) {
|
4534
6538
|
.ms-u-mdPush12 {
|
4535
6539
|
left: 100%;
|
4536
6540
|
}
|
6541
|
+
}
|
4537
6542
|
|
6543
|
+
@media (min-width: 480px) {
|
4538
6544
|
.ms-u-mdPush11 {
|
4539
6545
|
left: 91.66666666666666%;
|
4540
6546
|
}
|
6547
|
+
}
|
4541
6548
|
|
6549
|
+
@media (min-width: 480px) {
|
4542
6550
|
.ms-u-mdPush10 {
|
4543
6551
|
left: 83.33333333333334%;
|
4544
6552
|
}
|
6553
|
+
}
|
4545
6554
|
|
6555
|
+
@media (min-width: 480px) {
|
4546
6556
|
.ms-u-mdPush9 {
|
4547
6557
|
left: 75%;
|
4548
6558
|
}
|
6559
|
+
}
|
4549
6560
|
|
6561
|
+
@media (min-width: 480px) {
|
4550
6562
|
.ms-u-mdPush8 {
|
4551
6563
|
left: 66.66666666666666%;
|
4552
6564
|
}
|
6565
|
+
}
|
4553
6566
|
|
6567
|
+
@media (min-width: 480px) {
|
4554
6568
|
.ms-u-mdPush7 {
|
4555
6569
|
left: 58.333333333333336%;
|
4556
6570
|
}
|
6571
|
+
}
|
4557
6572
|
|
6573
|
+
@media (min-width: 480px) {
|
4558
6574
|
.ms-u-mdPush6 {
|
4559
6575
|
left: 50%;
|
4560
6576
|
}
|
6577
|
+
}
|
4561
6578
|
|
6579
|
+
@media (min-width: 480px) {
|
4562
6580
|
.ms-u-mdPush5 {
|
4563
6581
|
left: 41.66666666666667%;
|
4564
6582
|
}
|
6583
|
+
}
|
4565
6584
|
|
6585
|
+
@media (min-width: 480px) {
|
4566
6586
|
.ms-u-mdPush4 {
|
4567
6587
|
left: 33.33333333333333%;
|
4568
6588
|
}
|
6589
|
+
}
|
4569
6590
|
|
6591
|
+
@media (min-width: 480px) {
|
4570
6592
|
.ms-u-mdPush3 {
|
4571
6593
|
left: 25%;
|
4572
6594
|
}
|
6595
|
+
}
|
4573
6596
|
|
6597
|
+
@media (min-width: 480px) {
|
4574
6598
|
.ms-u-mdPush2 {
|
4575
6599
|
left: 16.666666666666664%;
|
4576
6600
|
}
|
6601
|
+
}
|
4577
6602
|
|
6603
|
+
@media (min-width: 480px) {
|
4578
6604
|
.ms-u-mdPush1 {
|
4579
6605
|
left: 8.333333333333332%;
|
4580
6606
|
}
|
6607
|
+
}
|
4581
6608
|
|
6609
|
+
@media (min-width: 480px) {
|
4582
6610
|
.ms-u-mdPush0 {
|
4583
6611
|
left: auto;
|
4584
6612
|
}
|
6613
|
+
}
|
4585
6614
|
|
6615
|
+
@media (min-width: 480px) {
|
4586
6616
|
.ms-u-mdOffset11 {
|
4587
6617
|
margin-left: 91.66666666666666%;
|
4588
6618
|
}
|
6619
|
+
}
|
4589
6620
|
|
6621
|
+
@media (min-width: 480px) {
|
4590
6622
|
.ms-u-mdOffset10 {
|
4591
6623
|
margin-left: 83.33333333333334%;
|
4592
6624
|
}
|
6625
|
+
}
|
4593
6626
|
|
6627
|
+
@media (min-width: 480px) {
|
4594
6628
|
.ms-u-mdOffset9 {
|
4595
6629
|
margin-left: 75%;
|
4596
6630
|
}
|
6631
|
+
}
|
4597
6632
|
|
6633
|
+
@media (min-width: 480px) {
|
4598
6634
|
.ms-u-mdOffset8 {
|
4599
6635
|
margin-left: 66.66666666666666%;
|
4600
6636
|
}
|
6637
|
+
}
|
4601
6638
|
|
6639
|
+
@media (min-width: 480px) {
|
4602
6640
|
.ms-u-mdOffset7 {
|
4603
6641
|
margin-left: 58.333333333333336%;
|
4604
6642
|
}
|
6643
|
+
}
|
4605
6644
|
|
6645
|
+
@media (min-width: 480px) {
|
4606
6646
|
.ms-u-mdOffset6 {
|
4607
6647
|
margin-left: 50%;
|
4608
6648
|
}
|
6649
|
+
}
|
4609
6650
|
|
6651
|
+
@media (min-width: 480px) {
|
4610
6652
|
.ms-u-mdOffset5 {
|
4611
6653
|
margin-left: 41.66666666666667%;
|
4612
6654
|
}
|
6655
|
+
}
|
4613
6656
|
|
6657
|
+
@media (min-width: 480px) {
|
4614
6658
|
.ms-u-mdOffset4 {
|
4615
6659
|
margin-left: 33.33333333333333%;
|
4616
6660
|
}
|
6661
|
+
}
|
4617
6662
|
|
6663
|
+
@media (min-width: 480px) {
|
4618
6664
|
.ms-u-mdOffset3 {
|
4619
6665
|
margin-left: 25%;
|
4620
6666
|
}
|
6667
|
+
}
|
4621
6668
|
|
6669
|
+
@media (min-width: 480px) {
|
4622
6670
|
.ms-u-mdOffset2 {
|
4623
6671
|
margin-left: 16.666666666666664%;
|
4624
6672
|
}
|
6673
|
+
}
|
4625
6674
|
|
6675
|
+
@media (min-width: 480px) {
|
4626
6676
|
.ms-u-mdOffset1 {
|
4627
6677
|
margin-left: 8.333333333333332%;
|
4628
6678
|
}
|
6679
|
+
}
|
4629
6680
|
|
6681
|
+
@media (min-width: 480px) {
|
4630
6682
|
.ms-u-mdOffset0 {
|
4631
6683
|
margin-left: 0;
|
4632
6684
|
}
|
@@ -4636,199 +6688,297 @@
|
|
4636
6688
|
.ms-u-lg12 {
|
4637
6689
|
width: 100%;
|
4638
6690
|
}
|
6691
|
+
}
|
4639
6692
|
|
6693
|
+
@media (min-width: 640px) {
|
4640
6694
|
.ms-u-lg11 {
|
4641
6695
|
width: 91.66666666666666%;
|
4642
6696
|
}
|
6697
|
+
}
|
4643
6698
|
|
6699
|
+
@media (min-width: 640px) {
|
4644
6700
|
.ms-u-lg10 {
|
4645
6701
|
width: 83.33333333333334%;
|
4646
6702
|
}
|
6703
|
+
}
|
4647
6704
|
|
6705
|
+
@media (min-width: 640px) {
|
4648
6706
|
.ms-u-lg9 {
|
4649
6707
|
width: 75%;
|
4650
6708
|
}
|
6709
|
+
}
|
4651
6710
|
|
6711
|
+
@media (min-width: 640px) {
|
4652
6712
|
.ms-u-lg8 {
|
4653
6713
|
width: 66.66666666666666%;
|
4654
6714
|
}
|
6715
|
+
}
|
4655
6716
|
|
6717
|
+
@media (min-width: 640px) {
|
4656
6718
|
.ms-u-lg7 {
|
4657
6719
|
width: 58.333333333333336%;
|
4658
6720
|
}
|
6721
|
+
}
|
4659
6722
|
|
6723
|
+
@media (min-width: 640px) {
|
4660
6724
|
.ms-u-lg6 {
|
4661
6725
|
width: 50%;
|
4662
6726
|
}
|
6727
|
+
}
|
4663
6728
|
|
6729
|
+
@media (min-width: 640px) {
|
4664
6730
|
.ms-u-lg5 {
|
4665
6731
|
width: 41.66666666666667%;
|
4666
6732
|
}
|
6733
|
+
}
|
4667
6734
|
|
6735
|
+
@media (min-width: 640px) {
|
4668
6736
|
.ms-u-lg4 {
|
4669
6737
|
width: 33.33333333333333%;
|
4670
6738
|
}
|
6739
|
+
}
|
4671
6740
|
|
6741
|
+
@media (min-width: 640px) {
|
4672
6742
|
.ms-u-lg3 {
|
4673
6743
|
width: 25%;
|
4674
6744
|
}
|
6745
|
+
}
|
4675
6746
|
|
6747
|
+
@media (min-width: 640px) {
|
4676
6748
|
.ms-u-lg2 {
|
4677
6749
|
width: 16.666666666666664%;
|
4678
6750
|
}
|
6751
|
+
}
|
4679
6752
|
|
6753
|
+
@media (min-width: 640px) {
|
4680
6754
|
.ms-u-lg1 {
|
4681
6755
|
width: 8.333333333333332%;
|
4682
6756
|
}
|
6757
|
+
}
|
4683
6758
|
|
6759
|
+
@media (min-width: 640px) {
|
4684
6760
|
.ms-u-lgPull12 {
|
4685
6761
|
right: 100%;
|
4686
6762
|
}
|
6763
|
+
}
|
4687
6764
|
|
6765
|
+
@media (min-width: 640px) {
|
4688
6766
|
.ms-u-lgPull11 {
|
4689
6767
|
right: 91.66666666666666%;
|
4690
6768
|
}
|
6769
|
+
}
|
4691
6770
|
|
6771
|
+
@media (min-width: 640px) {
|
4692
6772
|
.ms-u-lgPull10 {
|
4693
6773
|
right: 83.33333333333334%;
|
4694
6774
|
}
|
6775
|
+
}
|
4695
6776
|
|
6777
|
+
@media (min-width: 640px) {
|
4696
6778
|
.ms-u-lgPull9 {
|
4697
6779
|
right: 75%;
|
4698
6780
|
}
|
6781
|
+
}
|
4699
6782
|
|
6783
|
+
@media (min-width: 640px) {
|
4700
6784
|
.ms-u-lgPull8 {
|
4701
6785
|
right: 66.66666666666666%;
|
4702
6786
|
}
|
6787
|
+
}
|
4703
6788
|
|
6789
|
+
@media (min-width: 640px) {
|
4704
6790
|
.ms-u-lgPull7 {
|
4705
6791
|
right: 58.333333333333336%;
|
4706
6792
|
}
|
6793
|
+
}
|
4707
6794
|
|
6795
|
+
@media (min-width: 640px) {
|
4708
6796
|
.ms-u-lgPull6 {
|
4709
6797
|
right: 50%;
|
4710
6798
|
}
|
6799
|
+
}
|
4711
6800
|
|
6801
|
+
@media (min-width: 640px) {
|
4712
6802
|
.ms-u-lgPull5 {
|
4713
6803
|
right: 41.66666666666667%;
|
4714
6804
|
}
|
6805
|
+
}
|
4715
6806
|
|
6807
|
+
@media (min-width: 640px) {
|
4716
6808
|
.ms-u-lgPull4 {
|
4717
6809
|
right: 33.33333333333333%;
|
4718
6810
|
}
|
6811
|
+
}
|
4719
6812
|
|
6813
|
+
@media (min-width: 640px) {
|
4720
6814
|
.ms-u-lgPull3 {
|
4721
6815
|
right: 25%;
|
4722
6816
|
}
|
6817
|
+
}
|
4723
6818
|
|
6819
|
+
@media (min-width: 640px) {
|
4724
6820
|
.ms-u-lgPull2 {
|
4725
6821
|
right: 16.666666666666664%;
|
4726
6822
|
}
|
6823
|
+
}
|
4727
6824
|
|
6825
|
+
@media (min-width: 640px) {
|
4728
6826
|
.ms-u-lgPull1 {
|
4729
6827
|
right: 8.333333333333332%;
|
4730
6828
|
}
|
6829
|
+
}
|
4731
6830
|
|
6831
|
+
@media (min-width: 640px) {
|
4732
6832
|
.ms-u-lgPull0 {
|
4733
6833
|
right: auto;
|
4734
6834
|
}
|
6835
|
+
}
|
4735
6836
|
|
6837
|
+
@media (min-width: 640px) {
|
4736
6838
|
.ms-u-lgPush12 {
|
4737
6839
|
left: 100%;
|
4738
6840
|
}
|
6841
|
+
}
|
4739
6842
|
|
6843
|
+
@media (min-width: 640px) {
|
4740
6844
|
.ms-u-lgPush11 {
|
4741
6845
|
left: 91.66666666666666%;
|
4742
6846
|
}
|
6847
|
+
}
|
4743
6848
|
|
6849
|
+
@media (min-width: 640px) {
|
4744
6850
|
.ms-u-lgPush10 {
|
4745
6851
|
left: 83.33333333333334%;
|
4746
6852
|
}
|
6853
|
+
}
|
4747
6854
|
|
6855
|
+
@media (min-width: 640px) {
|
4748
6856
|
.ms-u-lgPush9 {
|
4749
6857
|
left: 75%;
|
4750
6858
|
}
|
6859
|
+
}
|
4751
6860
|
|
6861
|
+
@media (min-width: 640px) {
|
4752
6862
|
.ms-u-lgPush8 {
|
4753
6863
|
left: 66.66666666666666%;
|
4754
6864
|
}
|
6865
|
+
}
|
4755
6866
|
|
6867
|
+
@media (min-width: 640px) {
|
4756
6868
|
.ms-u-lgPush7 {
|
4757
6869
|
left: 58.333333333333336%;
|
4758
6870
|
}
|
6871
|
+
}
|
4759
6872
|
|
6873
|
+
@media (min-width: 640px) {
|
4760
6874
|
.ms-u-lgPush6 {
|
4761
6875
|
left: 50%;
|
4762
6876
|
}
|
6877
|
+
}
|
4763
6878
|
|
6879
|
+
@media (min-width: 640px) {
|
4764
6880
|
.ms-u-lgPush5 {
|
4765
6881
|
left: 41.66666666666667%;
|
4766
6882
|
}
|
6883
|
+
}
|
4767
6884
|
|
6885
|
+
@media (min-width: 640px) {
|
4768
6886
|
.ms-u-lgPush4 {
|
4769
6887
|
left: 33.33333333333333%;
|
4770
6888
|
}
|
6889
|
+
}
|
4771
6890
|
|
6891
|
+
@media (min-width: 640px) {
|
4772
6892
|
.ms-u-lgPush3 {
|
4773
6893
|
left: 25%;
|
4774
6894
|
}
|
6895
|
+
}
|
4775
6896
|
|
6897
|
+
@media (min-width: 640px) {
|
4776
6898
|
.ms-u-lgPush2 {
|
4777
6899
|
left: 16.666666666666664%;
|
4778
6900
|
}
|
6901
|
+
}
|
4779
6902
|
|
6903
|
+
@media (min-width: 640px) {
|
4780
6904
|
.ms-u-lgPush1 {
|
4781
6905
|
left: 8.333333333333332%;
|
4782
6906
|
}
|
6907
|
+
}
|
4783
6908
|
|
6909
|
+
@media (min-width: 640px) {
|
4784
6910
|
.ms-u-lgPush0 {
|
4785
6911
|
left: auto;
|
4786
6912
|
}
|
6913
|
+
}
|
4787
6914
|
|
6915
|
+
@media (min-width: 640px) {
|
4788
6916
|
.ms-u-lgOffset11 {
|
4789
6917
|
margin-left: 91.66666666666666%;
|
4790
6918
|
}
|
6919
|
+
}
|
4791
6920
|
|
6921
|
+
@media (min-width: 640px) {
|
4792
6922
|
.ms-u-lgOffset10 {
|
4793
6923
|
margin-left: 83.33333333333334%;
|
4794
6924
|
}
|
6925
|
+
}
|
4795
6926
|
|
6927
|
+
@media (min-width: 640px) {
|
4796
6928
|
.ms-u-lgOffset9 {
|
4797
6929
|
margin-left: 75%;
|
4798
6930
|
}
|
6931
|
+
}
|
4799
6932
|
|
6933
|
+
@media (min-width: 640px) {
|
4800
6934
|
.ms-u-lgOffset8 {
|
4801
6935
|
margin-left: 66.66666666666666%;
|
4802
6936
|
}
|
6937
|
+
}
|
4803
6938
|
|
6939
|
+
@media (min-width: 640px) {
|
4804
6940
|
.ms-u-lgOffset7 {
|
4805
6941
|
margin-left: 58.333333333333336%;
|
4806
6942
|
}
|
6943
|
+
}
|
4807
6944
|
|
6945
|
+
@media (min-width: 640px) {
|
4808
6946
|
.ms-u-lgOffset6 {
|
4809
6947
|
margin-left: 50%;
|
4810
6948
|
}
|
6949
|
+
}
|
4811
6950
|
|
6951
|
+
@media (min-width: 640px) {
|
4812
6952
|
.ms-u-lgOffset5 {
|
4813
6953
|
margin-left: 41.66666666666667%;
|
4814
6954
|
}
|
6955
|
+
}
|
4815
6956
|
|
6957
|
+
@media (min-width: 640px) {
|
4816
6958
|
.ms-u-lgOffset4 {
|
4817
6959
|
margin-left: 33.33333333333333%;
|
4818
6960
|
}
|
6961
|
+
}
|
4819
6962
|
|
6963
|
+
@media (min-width: 640px) {
|
4820
6964
|
.ms-u-lgOffset3 {
|
4821
6965
|
margin-left: 25%;
|
4822
6966
|
}
|
6967
|
+
}
|
4823
6968
|
|
6969
|
+
@media (min-width: 640px) {
|
4824
6970
|
.ms-u-lgOffset2 {
|
4825
6971
|
margin-left: 16.666666666666664%;
|
4826
6972
|
}
|
6973
|
+
}
|
4827
6974
|
|
6975
|
+
@media (min-width: 640px) {
|
4828
6976
|
.ms-u-lgOffset1 {
|
4829
6977
|
margin-left: 8.333333333333332%;
|
4830
6978
|
}
|
6979
|
+
}
|
4831
6980
|
|
6981
|
+
@media (min-width: 640px) {
|
4832
6982
|
.ms-u-lgOffset0 {
|
4833
6983
|
margin-left: 0;
|
4834
6984
|
}
|
@@ -4838,199 +6988,297 @@
|
|
4838
6988
|
.ms-u-xl12 {
|
4839
6989
|
width: 100%;
|
4840
6990
|
}
|
6991
|
+
}
|
4841
6992
|
|
6993
|
+
@media (min-width: 1024px) {
|
4842
6994
|
.ms-u-xl11 {
|
4843
6995
|
width: 91.66666666666666%;
|
4844
6996
|
}
|
6997
|
+
}
|
4845
6998
|
|
6999
|
+
@media (min-width: 1024px) {
|
4846
7000
|
.ms-u-xl10 {
|
4847
7001
|
width: 83.33333333333334%;
|
4848
7002
|
}
|
7003
|
+
}
|
4849
7004
|
|
7005
|
+
@media (min-width: 1024px) {
|
4850
7006
|
.ms-u-xl9 {
|
4851
7007
|
width: 75%;
|
4852
7008
|
}
|
7009
|
+
}
|
4853
7010
|
|
7011
|
+
@media (min-width: 1024px) {
|
4854
7012
|
.ms-u-xl8 {
|
4855
7013
|
width: 66.66666666666666%;
|
4856
7014
|
}
|
7015
|
+
}
|
4857
7016
|
|
7017
|
+
@media (min-width: 1024px) {
|
4858
7018
|
.ms-u-xl7 {
|
4859
7019
|
width: 58.333333333333336%;
|
4860
7020
|
}
|
7021
|
+
}
|
4861
7022
|
|
7023
|
+
@media (min-width: 1024px) {
|
4862
7024
|
.ms-u-xl6 {
|
4863
7025
|
width: 50%;
|
4864
7026
|
}
|
7027
|
+
}
|
4865
7028
|
|
7029
|
+
@media (min-width: 1024px) {
|
4866
7030
|
.ms-u-xl5 {
|
4867
7031
|
width: 41.66666666666667%;
|
4868
7032
|
}
|
7033
|
+
}
|
4869
7034
|
|
7035
|
+
@media (min-width: 1024px) {
|
4870
7036
|
.ms-u-xl4 {
|
4871
7037
|
width: 33.33333333333333%;
|
4872
7038
|
}
|
7039
|
+
}
|
4873
7040
|
|
7041
|
+
@media (min-width: 1024px) {
|
4874
7042
|
.ms-u-xl3 {
|
4875
7043
|
width: 25%;
|
4876
7044
|
}
|
7045
|
+
}
|
4877
7046
|
|
7047
|
+
@media (min-width: 1024px) {
|
4878
7048
|
.ms-u-xl2 {
|
4879
7049
|
width: 16.666666666666664%;
|
4880
7050
|
}
|
7051
|
+
}
|
4881
7052
|
|
7053
|
+
@media (min-width: 1024px) {
|
4882
7054
|
.ms-u-xl1 {
|
4883
7055
|
width: 8.333333333333332%;
|
4884
7056
|
}
|
7057
|
+
}
|
4885
7058
|
|
7059
|
+
@media (min-width: 1024px) {
|
4886
7060
|
.ms-u-xlPull12 {
|
4887
7061
|
right: 100%;
|
4888
7062
|
}
|
7063
|
+
}
|
4889
7064
|
|
7065
|
+
@media (min-width: 1024px) {
|
4890
7066
|
.ms-u-xlPull11 {
|
4891
7067
|
right: 91.66666666666666%;
|
4892
7068
|
}
|
7069
|
+
}
|
4893
7070
|
|
7071
|
+
@media (min-width: 1024px) {
|
4894
7072
|
.ms-u-xlPull10 {
|
4895
7073
|
right: 83.33333333333334%;
|
4896
7074
|
}
|
7075
|
+
}
|
4897
7076
|
|
7077
|
+
@media (min-width: 1024px) {
|
4898
7078
|
.ms-u-xlPull9 {
|
4899
7079
|
right: 75%;
|
4900
7080
|
}
|
7081
|
+
}
|
4901
7082
|
|
7083
|
+
@media (min-width: 1024px) {
|
4902
7084
|
.ms-u-xlPull8 {
|
4903
7085
|
right: 66.66666666666666%;
|
4904
7086
|
}
|
7087
|
+
}
|
4905
7088
|
|
7089
|
+
@media (min-width: 1024px) {
|
4906
7090
|
.ms-u-xlPull7 {
|
4907
7091
|
right: 58.333333333333336%;
|
4908
7092
|
}
|
7093
|
+
}
|
4909
7094
|
|
7095
|
+
@media (min-width: 1024px) {
|
4910
7096
|
.ms-u-xlPull6 {
|
4911
7097
|
right: 50%;
|
4912
7098
|
}
|
7099
|
+
}
|
4913
7100
|
|
7101
|
+
@media (min-width: 1024px) {
|
4914
7102
|
.ms-u-xlPull5 {
|
4915
7103
|
right: 41.66666666666667%;
|
4916
7104
|
}
|
7105
|
+
}
|
4917
7106
|
|
7107
|
+
@media (min-width: 1024px) {
|
4918
7108
|
.ms-u-xlPull4 {
|
4919
7109
|
right: 33.33333333333333%;
|
4920
7110
|
}
|
7111
|
+
}
|
4921
7112
|
|
7113
|
+
@media (min-width: 1024px) {
|
4922
7114
|
.ms-u-xlPull3 {
|
4923
7115
|
right: 25%;
|
4924
7116
|
}
|
7117
|
+
}
|
4925
7118
|
|
7119
|
+
@media (min-width: 1024px) {
|
4926
7120
|
.ms-u-xlPull2 {
|
4927
7121
|
right: 16.666666666666664%;
|
4928
7122
|
}
|
7123
|
+
}
|
4929
7124
|
|
7125
|
+
@media (min-width: 1024px) {
|
4930
7126
|
.ms-u-xlPull1 {
|
4931
7127
|
right: 8.333333333333332%;
|
4932
7128
|
}
|
7129
|
+
}
|
4933
7130
|
|
7131
|
+
@media (min-width: 1024px) {
|
4934
7132
|
.ms-u-xlPull0 {
|
4935
7133
|
right: auto;
|
4936
7134
|
}
|
7135
|
+
}
|
4937
7136
|
|
7137
|
+
@media (min-width: 1024px) {
|
4938
7138
|
.ms-u-xlPush12 {
|
4939
7139
|
left: 100%;
|
4940
7140
|
}
|
7141
|
+
}
|
4941
7142
|
|
7143
|
+
@media (min-width: 1024px) {
|
4942
7144
|
.ms-u-xlPush11 {
|
4943
7145
|
left: 91.66666666666666%;
|
4944
7146
|
}
|
7147
|
+
}
|
4945
7148
|
|
7149
|
+
@media (min-width: 1024px) {
|
4946
7150
|
.ms-u-xlPush10 {
|
4947
7151
|
left: 83.33333333333334%;
|
4948
7152
|
}
|
7153
|
+
}
|
4949
7154
|
|
7155
|
+
@media (min-width: 1024px) {
|
4950
7156
|
.ms-u-xlPush9 {
|
4951
7157
|
left: 75%;
|
4952
7158
|
}
|
7159
|
+
}
|
4953
7160
|
|
7161
|
+
@media (min-width: 1024px) {
|
4954
7162
|
.ms-u-xlPush8 {
|
4955
7163
|
left: 66.66666666666666%;
|
4956
7164
|
}
|
7165
|
+
}
|
4957
7166
|
|
7167
|
+
@media (min-width: 1024px) {
|
4958
7168
|
.ms-u-xlPush7 {
|
4959
7169
|
left: 58.333333333333336%;
|
4960
7170
|
}
|
7171
|
+
}
|
4961
7172
|
|
7173
|
+
@media (min-width: 1024px) {
|
4962
7174
|
.ms-u-xlPush6 {
|
4963
7175
|
left: 50%;
|
4964
7176
|
}
|
7177
|
+
}
|
4965
7178
|
|
7179
|
+
@media (min-width: 1024px) {
|
4966
7180
|
.ms-u-xlPush5 {
|
4967
7181
|
left: 41.66666666666667%;
|
4968
7182
|
}
|
7183
|
+
}
|
4969
7184
|
|
7185
|
+
@media (min-width: 1024px) {
|
4970
7186
|
.ms-u-xlPush4 {
|
4971
7187
|
left: 33.33333333333333%;
|
4972
7188
|
}
|
7189
|
+
}
|
4973
7190
|
|
7191
|
+
@media (min-width: 1024px) {
|
4974
7192
|
.ms-u-xlPush3 {
|
4975
7193
|
left: 25%;
|
4976
7194
|
}
|
7195
|
+
}
|
4977
7196
|
|
7197
|
+
@media (min-width: 1024px) {
|
4978
7198
|
.ms-u-xlPush2 {
|
4979
7199
|
left: 16.666666666666664%;
|
4980
7200
|
}
|
7201
|
+
}
|
4981
7202
|
|
7203
|
+
@media (min-width: 1024px) {
|
4982
7204
|
.ms-u-xlPush1 {
|
4983
7205
|
left: 8.333333333333332%;
|
4984
7206
|
}
|
7207
|
+
}
|
4985
7208
|
|
7209
|
+
@media (min-width: 1024px) {
|
4986
7210
|
.ms-u-xlPush0 {
|
4987
7211
|
left: auto;
|
4988
7212
|
}
|
7213
|
+
}
|
4989
7214
|
|
7215
|
+
@media (min-width: 1024px) {
|
4990
7216
|
.ms-u-xlOffset11 {
|
4991
7217
|
margin-left: 91.66666666666666%;
|
4992
7218
|
}
|
7219
|
+
}
|
4993
7220
|
|
7221
|
+
@media (min-width: 1024px) {
|
4994
7222
|
.ms-u-xlOffset10 {
|
4995
7223
|
margin-left: 83.33333333333334%;
|
4996
7224
|
}
|
7225
|
+
}
|
4997
7226
|
|
7227
|
+
@media (min-width: 1024px) {
|
4998
7228
|
.ms-u-xlOffset9 {
|
4999
7229
|
margin-left: 75%;
|
5000
7230
|
}
|
7231
|
+
}
|
5001
7232
|
|
7233
|
+
@media (min-width: 1024px) {
|
5002
7234
|
.ms-u-xlOffset8 {
|
5003
7235
|
margin-left: 66.66666666666666%;
|
5004
7236
|
}
|
7237
|
+
}
|
5005
7238
|
|
7239
|
+
@media (min-width: 1024px) {
|
5006
7240
|
.ms-u-xlOffset7 {
|
5007
7241
|
margin-left: 58.333333333333336%;
|
5008
7242
|
}
|
7243
|
+
}
|
5009
7244
|
|
7245
|
+
@media (min-width: 1024px) {
|
5010
7246
|
.ms-u-xlOffset6 {
|
5011
7247
|
margin-left: 50%;
|
5012
7248
|
}
|
7249
|
+
}
|
5013
7250
|
|
7251
|
+
@media (min-width: 1024px) {
|
5014
7252
|
.ms-u-xlOffset5 {
|
5015
7253
|
margin-left: 41.66666666666667%;
|
5016
7254
|
}
|
7255
|
+
}
|
5017
7256
|
|
7257
|
+
@media (min-width: 1024px) {
|
5018
7258
|
.ms-u-xlOffset4 {
|
5019
7259
|
margin-left: 33.33333333333333%;
|
5020
7260
|
}
|
7261
|
+
}
|
5021
7262
|
|
7263
|
+
@media (min-width: 1024px) {
|
5022
7264
|
.ms-u-xlOffset3 {
|
5023
7265
|
margin-left: 25%;
|
5024
7266
|
}
|
7267
|
+
}
|
5025
7268
|
|
7269
|
+
@media (min-width: 1024px) {
|
5026
7270
|
.ms-u-xlOffset2 {
|
5027
7271
|
margin-left: 16.666666666666664%;
|
5028
7272
|
}
|
7273
|
+
}
|
5029
7274
|
|
7275
|
+
@media (min-width: 1024px) {
|
5030
7276
|
.ms-u-xlOffset1 {
|
5031
7277
|
margin-left: 8.333333333333332%;
|
5032
7278
|
}
|
7279
|
+
}
|
5033
7280
|
|
7281
|
+
@media (min-width: 1024px) {
|
5034
7282
|
.ms-u-xlOffset0 {
|
5035
7283
|
margin-left: 0;
|
5036
7284
|
}
|
@@ -5040,199 +7288,297 @@
|
|
5040
7288
|
.ms-u-xxl12 {
|
5041
7289
|
width: 100%;
|
5042
7290
|
}
|
7291
|
+
}
|
5043
7292
|
|
7293
|
+
@media (min-width: 1366px) {
|
5044
7294
|
.ms-u-xxl11 {
|
5045
7295
|
width: 91.66666666666666%;
|
5046
7296
|
}
|
7297
|
+
}
|
5047
7298
|
|
7299
|
+
@media (min-width: 1366px) {
|
5048
7300
|
.ms-u-xxl10 {
|
5049
7301
|
width: 83.33333333333334%;
|
5050
7302
|
}
|
7303
|
+
}
|
5051
7304
|
|
7305
|
+
@media (min-width: 1366px) {
|
5052
7306
|
.ms-u-xxl9 {
|
5053
7307
|
width: 75%;
|
5054
7308
|
}
|
7309
|
+
}
|
5055
7310
|
|
7311
|
+
@media (min-width: 1366px) {
|
5056
7312
|
.ms-u-xxl8 {
|
5057
7313
|
width: 66.66666666666666%;
|
5058
7314
|
}
|
7315
|
+
}
|
5059
7316
|
|
7317
|
+
@media (min-width: 1366px) {
|
5060
7318
|
.ms-u-xxl7 {
|
5061
7319
|
width: 58.333333333333336%;
|
5062
7320
|
}
|
7321
|
+
}
|
5063
7322
|
|
7323
|
+
@media (min-width: 1366px) {
|
5064
7324
|
.ms-u-xxl6 {
|
5065
7325
|
width: 50%;
|
5066
7326
|
}
|
7327
|
+
}
|
5067
7328
|
|
7329
|
+
@media (min-width: 1366px) {
|
5068
7330
|
.ms-u-xxl5 {
|
5069
7331
|
width: 41.66666666666667%;
|
5070
7332
|
}
|
7333
|
+
}
|
5071
7334
|
|
7335
|
+
@media (min-width: 1366px) {
|
5072
7336
|
.ms-u-xxl4 {
|
5073
7337
|
width: 33.33333333333333%;
|
5074
7338
|
}
|
7339
|
+
}
|
5075
7340
|
|
7341
|
+
@media (min-width: 1366px) {
|
5076
7342
|
.ms-u-xxl3 {
|
5077
7343
|
width: 25%;
|
5078
7344
|
}
|
7345
|
+
}
|
5079
7346
|
|
7347
|
+
@media (min-width: 1366px) {
|
5080
7348
|
.ms-u-xxl2 {
|
5081
7349
|
width: 16.666666666666664%;
|
5082
7350
|
}
|
7351
|
+
}
|
5083
7352
|
|
7353
|
+
@media (min-width: 1366px) {
|
5084
7354
|
.ms-u-xxl1 {
|
5085
7355
|
width: 8.333333333333332%;
|
5086
7356
|
}
|
7357
|
+
}
|
5087
7358
|
|
7359
|
+
@media (min-width: 1366px) {
|
5088
7360
|
.ms-u-xxlPull12 {
|
5089
7361
|
right: 100%;
|
5090
7362
|
}
|
7363
|
+
}
|
5091
7364
|
|
7365
|
+
@media (min-width: 1366px) {
|
5092
7366
|
.ms-u-xxlPull11 {
|
5093
7367
|
right: 91.66666666666666%;
|
5094
7368
|
}
|
7369
|
+
}
|
5095
7370
|
|
7371
|
+
@media (min-width: 1366px) {
|
5096
7372
|
.ms-u-xxlPull10 {
|
5097
7373
|
right: 83.33333333333334%;
|
5098
7374
|
}
|
7375
|
+
}
|
5099
7376
|
|
7377
|
+
@media (min-width: 1366px) {
|
5100
7378
|
.ms-u-xxlPull9 {
|
5101
7379
|
right: 75%;
|
5102
7380
|
}
|
7381
|
+
}
|
5103
7382
|
|
7383
|
+
@media (min-width: 1366px) {
|
5104
7384
|
.ms-u-xxlPull8 {
|
5105
7385
|
right: 66.66666666666666%;
|
5106
7386
|
}
|
7387
|
+
}
|
5107
7388
|
|
7389
|
+
@media (min-width: 1366px) {
|
5108
7390
|
.ms-u-xxlPull7 {
|
5109
7391
|
right: 58.333333333333336%;
|
5110
7392
|
}
|
7393
|
+
}
|
5111
7394
|
|
7395
|
+
@media (min-width: 1366px) {
|
5112
7396
|
.ms-u-xxlPull6 {
|
5113
7397
|
right: 50%;
|
5114
7398
|
}
|
7399
|
+
}
|
5115
7400
|
|
7401
|
+
@media (min-width: 1366px) {
|
5116
7402
|
.ms-u-xxlPull5 {
|
5117
7403
|
right: 41.66666666666667%;
|
5118
7404
|
}
|
7405
|
+
}
|
5119
7406
|
|
7407
|
+
@media (min-width: 1366px) {
|
5120
7408
|
.ms-u-xxlPull4 {
|
5121
7409
|
right: 33.33333333333333%;
|
5122
7410
|
}
|
7411
|
+
}
|
5123
7412
|
|
7413
|
+
@media (min-width: 1366px) {
|
5124
7414
|
.ms-u-xxlPull3 {
|
5125
7415
|
right: 25%;
|
5126
7416
|
}
|
7417
|
+
}
|
5127
7418
|
|
7419
|
+
@media (min-width: 1366px) {
|
5128
7420
|
.ms-u-xxlPull2 {
|
5129
7421
|
right: 16.666666666666664%;
|
5130
7422
|
}
|
7423
|
+
}
|
5131
7424
|
|
7425
|
+
@media (min-width: 1366px) {
|
5132
7426
|
.ms-u-xxlPull1 {
|
5133
7427
|
right: 8.333333333333332%;
|
5134
7428
|
}
|
7429
|
+
}
|
5135
7430
|
|
7431
|
+
@media (min-width: 1366px) {
|
5136
7432
|
.ms-u-xxlPull0 {
|
5137
7433
|
right: auto;
|
5138
7434
|
}
|
7435
|
+
}
|
5139
7436
|
|
7437
|
+
@media (min-width: 1366px) {
|
5140
7438
|
.ms-u-xxlPush12 {
|
5141
7439
|
left: 100%;
|
5142
7440
|
}
|
7441
|
+
}
|
5143
7442
|
|
7443
|
+
@media (min-width: 1366px) {
|
5144
7444
|
.ms-u-xxlPush11 {
|
5145
7445
|
left: 91.66666666666666%;
|
5146
7446
|
}
|
7447
|
+
}
|
5147
7448
|
|
7449
|
+
@media (min-width: 1366px) {
|
5148
7450
|
.ms-u-xxlPush10 {
|
5149
7451
|
left: 83.33333333333334%;
|
5150
7452
|
}
|
7453
|
+
}
|
5151
7454
|
|
7455
|
+
@media (min-width: 1366px) {
|
5152
7456
|
.ms-u-xxlPush9 {
|
5153
7457
|
left: 75%;
|
5154
7458
|
}
|
7459
|
+
}
|
5155
7460
|
|
7461
|
+
@media (min-width: 1366px) {
|
5156
7462
|
.ms-u-xxlPush8 {
|
5157
7463
|
left: 66.66666666666666%;
|
5158
7464
|
}
|
7465
|
+
}
|
5159
7466
|
|
7467
|
+
@media (min-width: 1366px) {
|
5160
7468
|
.ms-u-xxlPush7 {
|
5161
7469
|
left: 58.333333333333336%;
|
5162
7470
|
}
|
7471
|
+
}
|
5163
7472
|
|
7473
|
+
@media (min-width: 1366px) {
|
5164
7474
|
.ms-u-xxlPush6 {
|
5165
7475
|
left: 50%;
|
5166
7476
|
}
|
7477
|
+
}
|
5167
7478
|
|
7479
|
+
@media (min-width: 1366px) {
|
5168
7480
|
.ms-u-xxlPush5 {
|
5169
7481
|
left: 41.66666666666667%;
|
5170
7482
|
}
|
7483
|
+
}
|
5171
7484
|
|
7485
|
+
@media (min-width: 1366px) {
|
5172
7486
|
.ms-u-xxlPush4 {
|
5173
7487
|
left: 33.33333333333333%;
|
5174
7488
|
}
|
7489
|
+
}
|
5175
7490
|
|
7491
|
+
@media (min-width: 1366px) {
|
5176
7492
|
.ms-u-xxlPush3 {
|
5177
7493
|
left: 25%;
|
5178
7494
|
}
|
7495
|
+
}
|
5179
7496
|
|
7497
|
+
@media (min-width: 1366px) {
|
5180
7498
|
.ms-u-xxlPush2 {
|
5181
7499
|
left: 16.666666666666664%;
|
5182
7500
|
}
|
7501
|
+
}
|
5183
7502
|
|
7503
|
+
@media (min-width: 1366px) {
|
5184
7504
|
.ms-u-xxlPush1 {
|
5185
7505
|
left: 8.333333333333332%;
|
5186
7506
|
}
|
7507
|
+
}
|
5187
7508
|
|
7509
|
+
@media (min-width: 1366px) {
|
5188
7510
|
.ms-u-xxlPush0 {
|
5189
7511
|
left: auto;
|
5190
7512
|
}
|
7513
|
+
}
|
5191
7514
|
|
7515
|
+
@media (min-width: 1366px) {
|
5192
7516
|
.ms-u-xxlOffset11 {
|
5193
7517
|
margin-left: 91.66666666666666%;
|
5194
7518
|
}
|
7519
|
+
}
|
5195
7520
|
|
7521
|
+
@media (min-width: 1366px) {
|
5196
7522
|
.ms-u-xxlOffset10 {
|
5197
7523
|
margin-left: 83.33333333333334%;
|
5198
7524
|
}
|
7525
|
+
}
|
5199
7526
|
|
7527
|
+
@media (min-width: 1366px) {
|
5200
7528
|
.ms-u-xxlOffset9 {
|
5201
7529
|
margin-left: 75%;
|
5202
7530
|
}
|
7531
|
+
}
|
5203
7532
|
|
7533
|
+
@media (min-width: 1366px) {
|
5204
7534
|
.ms-u-xxlOffset8 {
|
5205
7535
|
margin-left: 66.66666666666666%;
|
5206
7536
|
}
|
7537
|
+
}
|
5207
7538
|
|
7539
|
+
@media (min-width: 1366px) {
|
5208
7540
|
.ms-u-xxlOffset7 {
|
5209
7541
|
margin-left: 58.333333333333336%;
|
5210
7542
|
}
|
7543
|
+
}
|
5211
7544
|
|
7545
|
+
@media (min-width: 1366px) {
|
5212
7546
|
.ms-u-xxlOffset6 {
|
5213
7547
|
margin-left: 50%;
|
5214
7548
|
}
|
7549
|
+
}
|
5215
7550
|
|
7551
|
+
@media (min-width: 1366px) {
|
5216
7552
|
.ms-u-xxlOffset5 {
|
5217
7553
|
margin-left: 41.66666666666667%;
|
5218
7554
|
}
|
7555
|
+
}
|
5219
7556
|
|
7557
|
+
@media (min-width: 1366px) {
|
5220
7558
|
.ms-u-xxlOffset4 {
|
5221
7559
|
margin-left: 33.33333333333333%;
|
5222
7560
|
}
|
7561
|
+
}
|
5223
7562
|
|
7563
|
+
@media (min-width: 1366px) {
|
5224
7564
|
.ms-u-xxlOffset3 {
|
5225
7565
|
margin-left: 25%;
|
5226
7566
|
}
|
7567
|
+
}
|
5227
7568
|
|
7569
|
+
@media (min-width: 1366px) {
|
5228
7570
|
.ms-u-xxlOffset2 {
|
5229
7571
|
margin-left: 16.666666666666664%;
|
5230
7572
|
}
|
7573
|
+
}
|
5231
7574
|
|
7575
|
+
@media (min-width: 1366px) {
|
5232
7576
|
.ms-u-xxlOffset1 {
|
5233
7577
|
margin-left: 8.333333333333332%;
|
5234
7578
|
}
|
7579
|
+
}
|
5235
7580
|
|
7581
|
+
@media (min-width: 1366px) {
|
5236
7582
|
.ms-u-xxlOffset0 {
|
5237
7583
|
margin-left: 0;
|
5238
7584
|
}
|
@@ -5242,199 +7588,297 @@
|
|
5242
7588
|
.ms-u-xxxl12 {
|
5243
7589
|
width: 100%;
|
5244
7590
|
}
|
7591
|
+
}
|
5245
7592
|
|
7593
|
+
@media (min-width: 1920px) {
|
5246
7594
|
.ms-u-xxxl11 {
|
5247
7595
|
width: 91.66666666666666%;
|
5248
7596
|
}
|
7597
|
+
}
|
5249
7598
|
|
7599
|
+
@media (min-width: 1920px) {
|
5250
7600
|
.ms-u-xxxl10 {
|
5251
7601
|
width: 83.33333333333334%;
|
5252
7602
|
}
|
7603
|
+
}
|
5253
7604
|
|
7605
|
+
@media (min-width: 1920px) {
|
5254
7606
|
.ms-u-xxxl9 {
|
5255
7607
|
width: 75%;
|
5256
7608
|
}
|
7609
|
+
}
|
5257
7610
|
|
7611
|
+
@media (min-width: 1920px) {
|
5258
7612
|
.ms-u-xxxl8 {
|
5259
7613
|
width: 66.66666666666666%;
|
5260
7614
|
}
|
7615
|
+
}
|
5261
7616
|
|
7617
|
+
@media (min-width: 1920px) {
|
5262
7618
|
.ms-u-xxxl7 {
|
5263
7619
|
width: 58.333333333333336%;
|
5264
7620
|
}
|
7621
|
+
}
|
5265
7622
|
|
7623
|
+
@media (min-width: 1920px) {
|
5266
7624
|
.ms-u-xxxl6 {
|
5267
7625
|
width: 50%;
|
5268
7626
|
}
|
7627
|
+
}
|
5269
7628
|
|
7629
|
+
@media (min-width: 1920px) {
|
5270
7630
|
.ms-u-xxxl5 {
|
5271
7631
|
width: 41.66666666666667%;
|
5272
7632
|
}
|
7633
|
+
}
|
5273
7634
|
|
7635
|
+
@media (min-width: 1920px) {
|
5274
7636
|
.ms-u-xxxl4 {
|
5275
7637
|
width: 33.33333333333333%;
|
5276
7638
|
}
|
7639
|
+
}
|
5277
7640
|
|
7641
|
+
@media (min-width: 1920px) {
|
5278
7642
|
.ms-u-xxxl3 {
|
5279
7643
|
width: 25%;
|
5280
7644
|
}
|
7645
|
+
}
|
5281
7646
|
|
7647
|
+
@media (min-width: 1920px) {
|
5282
7648
|
.ms-u-xxxl2 {
|
5283
7649
|
width: 16.666666666666664%;
|
5284
7650
|
}
|
7651
|
+
}
|
5285
7652
|
|
7653
|
+
@media (min-width: 1920px) {
|
5286
7654
|
.ms-u-xxxl1 {
|
5287
7655
|
width: 8.333333333333332%;
|
5288
7656
|
}
|
7657
|
+
}
|
5289
7658
|
|
7659
|
+
@media (min-width: 1920px) {
|
5290
7660
|
.ms-u-xxxlPull12 {
|
5291
7661
|
right: 100%;
|
5292
7662
|
}
|
7663
|
+
}
|
5293
7664
|
|
7665
|
+
@media (min-width: 1920px) {
|
5294
7666
|
.ms-u-xxxlPull11 {
|
5295
7667
|
right: 91.66666666666666%;
|
5296
7668
|
}
|
7669
|
+
}
|
5297
7670
|
|
7671
|
+
@media (min-width: 1920px) {
|
5298
7672
|
.ms-u-xxxlPull10 {
|
5299
7673
|
right: 83.33333333333334%;
|
5300
7674
|
}
|
7675
|
+
}
|
5301
7676
|
|
7677
|
+
@media (min-width: 1920px) {
|
5302
7678
|
.ms-u-xxxlPull9 {
|
5303
7679
|
right: 75%;
|
5304
7680
|
}
|
7681
|
+
}
|
5305
7682
|
|
7683
|
+
@media (min-width: 1920px) {
|
5306
7684
|
.ms-u-xxxlPull8 {
|
5307
7685
|
right: 66.66666666666666%;
|
5308
7686
|
}
|
7687
|
+
}
|
5309
7688
|
|
7689
|
+
@media (min-width: 1920px) {
|
5310
7690
|
.ms-u-xxxlPull7 {
|
5311
7691
|
right: 58.333333333333336%;
|
5312
7692
|
}
|
7693
|
+
}
|
5313
7694
|
|
7695
|
+
@media (min-width: 1920px) {
|
5314
7696
|
.ms-u-xxxlPull6 {
|
5315
7697
|
right: 50%;
|
5316
7698
|
}
|
7699
|
+
}
|
5317
7700
|
|
7701
|
+
@media (min-width: 1920px) {
|
5318
7702
|
.ms-u-xxxlPull5 {
|
5319
7703
|
right: 41.66666666666667%;
|
5320
7704
|
}
|
7705
|
+
}
|
5321
7706
|
|
7707
|
+
@media (min-width: 1920px) {
|
5322
7708
|
.ms-u-xxxlPull4 {
|
5323
7709
|
right: 33.33333333333333%;
|
5324
7710
|
}
|
7711
|
+
}
|
5325
7712
|
|
7713
|
+
@media (min-width: 1920px) {
|
5326
7714
|
.ms-u-xxxlPull3 {
|
5327
7715
|
right: 25%;
|
5328
7716
|
}
|
7717
|
+
}
|
5329
7718
|
|
7719
|
+
@media (min-width: 1920px) {
|
5330
7720
|
.ms-u-xxxlPull2 {
|
5331
7721
|
right: 16.666666666666664%;
|
5332
7722
|
}
|
7723
|
+
}
|
5333
7724
|
|
7725
|
+
@media (min-width: 1920px) {
|
5334
7726
|
.ms-u-xxxlPull1 {
|
5335
7727
|
right: 8.333333333333332%;
|
5336
7728
|
}
|
7729
|
+
}
|
5337
7730
|
|
7731
|
+
@media (min-width: 1920px) {
|
5338
7732
|
.ms-u-xxxlPull0 {
|
5339
7733
|
right: auto;
|
5340
7734
|
}
|
7735
|
+
}
|
5341
7736
|
|
7737
|
+
@media (min-width: 1920px) {
|
5342
7738
|
.ms-u-xxxlPush12 {
|
5343
7739
|
left: 100%;
|
5344
7740
|
}
|
7741
|
+
}
|
5345
7742
|
|
7743
|
+
@media (min-width: 1920px) {
|
5346
7744
|
.ms-u-xxxlPush11 {
|
5347
7745
|
left: 91.66666666666666%;
|
5348
7746
|
}
|
7747
|
+
}
|
5349
7748
|
|
7749
|
+
@media (min-width: 1920px) {
|
5350
7750
|
.ms-u-xxxlPush10 {
|
5351
7751
|
left: 83.33333333333334%;
|
5352
7752
|
}
|
7753
|
+
}
|
5353
7754
|
|
7755
|
+
@media (min-width: 1920px) {
|
5354
7756
|
.ms-u-xxxlPush9 {
|
5355
7757
|
left: 75%;
|
5356
7758
|
}
|
7759
|
+
}
|
5357
7760
|
|
7761
|
+
@media (min-width: 1920px) {
|
5358
7762
|
.ms-u-xxxlPush8 {
|
5359
7763
|
left: 66.66666666666666%;
|
5360
7764
|
}
|
7765
|
+
}
|
5361
7766
|
|
7767
|
+
@media (min-width: 1920px) {
|
5362
7768
|
.ms-u-xxxlPush7 {
|
5363
7769
|
left: 58.333333333333336%;
|
5364
7770
|
}
|
7771
|
+
}
|
5365
7772
|
|
7773
|
+
@media (min-width: 1920px) {
|
5366
7774
|
.ms-u-xxxlPush6 {
|
5367
7775
|
left: 50%;
|
5368
7776
|
}
|
7777
|
+
}
|
5369
7778
|
|
7779
|
+
@media (min-width: 1920px) {
|
5370
7780
|
.ms-u-xxxlPush5 {
|
5371
7781
|
left: 41.66666666666667%;
|
5372
7782
|
}
|
7783
|
+
}
|
5373
7784
|
|
7785
|
+
@media (min-width: 1920px) {
|
5374
7786
|
.ms-u-xxxlPush4 {
|
5375
7787
|
left: 33.33333333333333%;
|
5376
7788
|
}
|
7789
|
+
}
|
5377
7790
|
|
7791
|
+
@media (min-width: 1920px) {
|
5378
7792
|
.ms-u-xxxlPush3 {
|
5379
7793
|
left: 25%;
|
5380
7794
|
}
|
7795
|
+
}
|
5381
7796
|
|
7797
|
+
@media (min-width: 1920px) {
|
5382
7798
|
.ms-u-xxxlPush2 {
|
5383
7799
|
left: 16.666666666666664%;
|
5384
7800
|
}
|
7801
|
+
}
|
5385
7802
|
|
7803
|
+
@media (min-width: 1920px) {
|
5386
7804
|
.ms-u-xxxlPush1 {
|
5387
7805
|
left: 8.333333333333332%;
|
5388
7806
|
}
|
7807
|
+
}
|
5389
7808
|
|
7809
|
+
@media (min-width: 1920px) {
|
5390
7810
|
.ms-u-xxxlPush0 {
|
5391
7811
|
left: auto;
|
5392
7812
|
}
|
7813
|
+
}
|
5393
7814
|
|
7815
|
+
@media (min-width: 1920px) {
|
5394
7816
|
.ms-u-xxxlOffset11 {
|
5395
7817
|
margin-left: 91.66666666666666%;
|
5396
7818
|
}
|
7819
|
+
}
|
5397
7820
|
|
7821
|
+
@media (min-width: 1920px) {
|
5398
7822
|
.ms-u-xxxlOffset10 {
|
5399
7823
|
margin-left: 83.33333333333334%;
|
5400
7824
|
}
|
7825
|
+
}
|
5401
7826
|
|
7827
|
+
@media (min-width: 1920px) {
|
5402
7828
|
.ms-u-xxxlOffset9 {
|
5403
7829
|
margin-left: 75%;
|
5404
7830
|
}
|
7831
|
+
}
|
5405
7832
|
|
7833
|
+
@media (min-width: 1920px) {
|
5406
7834
|
.ms-u-xxxlOffset8 {
|
5407
7835
|
margin-left: 66.66666666666666%;
|
5408
7836
|
}
|
7837
|
+
}
|
5409
7838
|
|
7839
|
+
@media (min-width: 1920px) {
|
5410
7840
|
.ms-u-xxxlOffset7 {
|
5411
7841
|
margin-left: 58.333333333333336%;
|
5412
7842
|
}
|
7843
|
+
}
|
5413
7844
|
|
7845
|
+
@media (min-width: 1920px) {
|
5414
7846
|
.ms-u-xxxlOffset6 {
|
5415
7847
|
margin-left: 50%;
|
5416
7848
|
}
|
7849
|
+
}
|
5417
7850
|
|
7851
|
+
@media (min-width: 1920px) {
|
5418
7852
|
.ms-u-xxxlOffset5 {
|
5419
7853
|
margin-left: 41.66666666666667%;
|
5420
7854
|
}
|
7855
|
+
}
|
5421
7856
|
|
7857
|
+
@media (min-width: 1920px) {
|
5422
7858
|
.ms-u-xxxlOffset4 {
|
5423
7859
|
margin-left: 33.33333333333333%;
|
5424
7860
|
}
|
7861
|
+
}
|
5425
7862
|
|
7863
|
+
@media (min-width: 1920px) {
|
5426
7864
|
.ms-u-xxxlOffset3 {
|
5427
7865
|
margin-left: 25%;
|
5428
7866
|
}
|
7867
|
+
}
|
5429
7868
|
|
7869
|
+
@media (min-width: 1920px) {
|
5430
7870
|
.ms-u-xxxlOffset2 {
|
5431
7871
|
margin-left: 16.666666666666664%;
|
5432
7872
|
}
|
7873
|
+
}
|
5433
7874
|
|
7875
|
+
@media (min-width: 1920px) {
|
5434
7876
|
.ms-u-xxxlOffset1 {
|
5435
7877
|
margin-left: 8.333333333333332%;
|
5436
7878
|
}
|
7879
|
+
}
|
5437
7880
|
|
7881
|
+
@media (min-width: 1920px) {
|
5438
7882
|
.ms-u-xxxlOffset0 {
|
5439
7883
|
margin-left: 0;
|
5440
7884
|
}
|