You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2015/05/22 02:39:07 UTC

[5/7] cordova-windows git commit: CB-9057: Replaced the Windows 10 Preview version of WinJS with the latest dev branch built from github, but only base.js. This removes the WinJS UI dependency and reduces build overhead.. This closes #80

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/b8d3cfd2/template/WinJS/css/ui-light.css
----------------------------------------------------------------------
diff --git a/template/WinJS/css/ui-light.css b/template/WinJS/css/ui-light.css
deleted file mode 100644
index 995a0f9..0000000
--- a/template/WinJS/css/ui-light.css
+++ /dev/null
@@ -1,7663 +0,0 @@
-/* Copyright (c) Microsoft Corporation.  All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. */
-@keyframes WinJS-node-inserted {
-  from {
-    outline-color: #000;
-  }
-  to {
-    outline-color: #001;
-  }
-}
-@keyframes WinJS-opacity-in {
-  from {
-    opacity: 0;
-  }
-  to {
-    opacity: 1;
-  }
-}
-@keyframes WinJS-opacity-out {
-  from {
-    opacity: 1;
-  }
-  to {
-    opacity: 0;
-  }
-}
-@keyframes WinJS-scale-up {
-  from {
-    transform: scale(0.85);
-  }
-  to {
-    transform: scale(1);
-  }
-}
-@keyframes WinJS-scale-down {
-  from {
-    transform: scale(1);
-  }
-  to {
-    transform: scale(0.85);
-  }
-}
-@keyframes WinJS-default-remove {
-  from {
-    transform: translateX(11px);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-default-remove-rtl {
-  from {
-    transform: translateX(-11px);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-default-apply {
-  from {
-    transform: none;
-  }
-  to {
-    transform: translateX(11px);
-  }
-}
-@keyframes WinJS-default-apply-rtl {
-  from {
-    transform: none;
-  }
-  to {
-    transform: translateX(-11px);
-  }
-}
-@keyframes WinJS-showEdgeUI {
-  from {
-    transform: translateY(-70px);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-showPanel {
-  from {
-    transform: translateX(364px);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-showPanel-rtl {
-  from {
-    transform: translateX(-364px);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-hideEdgeUI {
-  from {
-    transform: none;
-  }
-  to {
-    transform: translateY(-70px);
-  }
-}
-@keyframes WinJS-hidePanel {
-  from {
-    transform: none;
-  }
-  to {
-    transform: translateX(364px);
-  }
-}
-@keyframes WinJS-hidePanel-rtl {
-  from {
-    transform: none;
-  }
-  to {
-    transform: translateX(-364px);
-  }
-}
-@keyframes WinJS-showPopup {
-  from {
-    transform: translateY(50px);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-dragSourceEnd {
-  from {
-    transform: translateX(11px) scale(1.05);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-dragSourceEnd-rtl {
-  from {
-    transform: translateX(-11px) scale(1.05);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-enterContent {
-  from {
-    transform: translateY(28px);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-exit {
-  from {
-    transform: none;
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-enterPage {
-  from {
-    transform: translateY(28px);
-  }
-  to {
-    transform: none;
-  }
-}
-@keyframes WinJS-updateBadge {
-  from {
-    transform: translateY(24px);
-  }
-  to {
-    transform: none;
-  }
-}
-@-webkit-keyframes WinJS-node-inserted {
-  from {
-    outline-color: #000;
-  }
-  to {
-    outline-color: #001;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-opacity-in {
-  from {
-    opacity: 0;
-  }
-  to {
-    opacity: 1;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-opacity-out {
-  from {
-    opacity: 1;
-  }
-  to {
-    opacity: 0;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-scale-up {
-  from {
-    -webkit-transform: scale(0.85);
-  }
-  to {
-    -webkit-transform: scale(1);
-  }
-}
-@-webkit-keyframes -webkit-WinJS-scale-down {
-  from {
-    -webkit-transform: scale(1);
-  }
-  to {
-    -webkit-transform: scale(0.85);
-  }
-}
-@-webkit-keyframes -webkit-WinJS-default-remove {
-  from {
-    -webkit-transform: translateX(11px);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-default-remove-rtl {
-  from {
-    -webkit-transform: translateX(-11px);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-default-apply {
-  from {
-    -webkit-transform: none;
-  }
-  to {
-    -webkit-transform: translateX(11px);
-  }
-}
-@-webkit-keyframes -webkit-WinJS-default-apply-rtl {
-  from {
-    -webkit-transform: none;
-  }
-  to {
-    -webkit-transform: translateX(-11px);
-  }
-}
-@-webkit-keyframes -webkit-WinJS-showEdgeUI {
-  from {
-    -webkit-transform: translateY(-70px);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-showPanel {
-  from {
-    -webkit-transform: translateX(364px);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-showPanel-rtl {
-  from {
-    -webkit-transform: translateX(-364px);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-hideEdgeUI {
-  from {
-    -webkit-transform: none;
-  }
-  to {
-    -webkit-transform: translateY(-70px);
-  }
-}
-@-webkit-keyframes -webkit-WinJS-hidePanel {
-  from {
-    -webkit-transform: none;
-  }
-  to {
-    -webkit-transform: translateX(364px);
-  }
-}
-@-webkit-keyframes -webkit-WinJS-hidePanel-rtl {
-  from {
-    -webkit-transform: none;
-  }
-  to {
-    -webkit-transform: translateX(-364px);
-  }
-}
-@-webkit-keyframes -webkit-WinJS-showPopup {
-  from {
-    -webkit-transform: translateY(50px);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-dragSourceEnd {
-  from {
-    -webkit-transform: translateX(11px) scale(1.05);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-dragSourceEnd-rtl {
-  from {
-    -webkit-transform: translateX(-11px) scale(1.05);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-enterContent {
-  from {
-    -webkit-transform: translateY(28px);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-exit {
-  from {
-    -webkit-transform: none;
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-enterPage {
-  from {
-    -webkit-transform: translateY(28px);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@-webkit-keyframes -webkit-WinJS-updateBadge {
-  from {
-    -webkit-transform: translateY(24px);
-  }
-  to {
-    -webkit-transform: none;
-  }
-}
-@font-face {
-  font-family: "Segoe UI Command";
-  src: local("Segoe MDL2 Assets");
-  font-weight: normal;
-  font-style: normal;
-}
-@font-face {
-  font-family: "Symbols";
-  src: url(../fonts/Symbols.ttf);
-}
-.win-type-xx-large {
-  font-size: 46px;
-  font-weight: 200;
-  line-height: 1.216;
-  letter-spacing: 0px;
-}
-.win-type-x-large {
-  font-size: 34px;
-  font-weight: 200;
-  line-height: 1.176;
-}
-.win-type-large {
-  font-size: 24px;
-  font-weight: 300;
-  line-height: 1.167;
-}
-.win-type-medium {
-  font-size: 20px;
-  font-weight: 400;
-  line-height: 1.2;
-}
-.win-type-small {
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-.win-type-x-small {
-  font-size: 15px;
-  font-weight: 500;
-  line-height: 1.333;
-}
-.win-type-xx-small {
-  font-size: 12px;
-  font-weight: 400;
-  line-height: 1.167;
-}
-@font-face {
-  font-family: "Segoe UI";
-  font-weight: 200;
-  src: local("Segoe UI Light");
-}
-@font-face {
-  font-family: "Segoe UI";
-  font-weight: 300;
-  src: local("Segoe UI Semilight");
-}
-@font-face {
-  font-family: "Segoe UI";
-  font-weight: 400;
-  src: local("Segoe UI");
-}
-@font-face {
-  font-family: "Segoe UI";
-  font-weight: 500;
-  src: local("Segoe UI Semibold");
-}
-@font-face {
-  font-family: "Segoe UI";
-  font-weight: 600;
-  src: local("Segoe UI Bold");
-}
-@font-face {
-  font-family: "Segoe UI";
-  font-style: italic;
-  font-weight: 400;
-  src: local("Segoe UI Italic");
-}
-@font-face {
-  font-family: "Segoe UI";
-  font-style: italic;
-  font-weight: 700;
-  src: local("Segoe UI Bold Italic");
-}
-@font-face {
-  font-family: "Segoe WP";
-  font-weight: 300;
-  src: local("Segoe WP Light");
-}
-@font-face {
-  font-family: "Segoe WP";
-  font-weight: 600;
-  src: local("Segoe WP Semilight");
-}
-@font-face {
-  font-family: "Segoe WP";
-  font-weight: 500;
-  src: local("Segoe WP");
-}
-@font-face {
-  font-family: "Segoe WP";
-  font-weight: 400;
-  src: local("Segoe WP");
-}
-@font-face {
-  font-family: "Segoe WP";
-  font-weight: 700;
-  src: local("Segoe WP Bold");
-}
-@font-face {
-  font-family: "Segoe WP";
-  font-style: italic;
-  font-weight: 500;
-  src: local("Segoe WP Italic");
-}
-@font-face {
-  font-family: "Segoe WP";
-  font-style: italic;
-  font-weight: 700;
-  src: local("Segoe WP Bold Italic");
-}
-@font-face {
-  font-family: "Microsoft Yahei UI";
-  font-weight: 200;
-  src: local("Microsoft Yahei UI Light");
-}
-@font-face {
-  font-family: "Microsoft Yahei UI";
-  font-weight: 300;
-  src: local("Microsoft Yahei UI");
-}
-@font-face {
-  font-family: "Microsoft Yahei UI";
-  font-weight: 500;
-  src: local("Microsoft Yahei UI");
-}
-@font-face {
-  font-family: "Microsoft Yahei UI";
-  font-weight: 600;
-  src: local("Microsoft Yahei UI Bold");
-}
-@font-face {
-  font-family: "Microsoft JhengHei UI";
-  font-weight: 200;
-  src: local("Microsoft JhengHei UI Light");
-}
-@font-face {
-  font-family: "Microsoft JhengHei UI";
-  font-weight: 300;
-  src: local("Microsoft JhengHei UI");
-}
-@font-face {
-  font-family: "Microsoft JhengHei UI";
-  font-weight: 500;
-  src: local("Microsoft JhengHei UI");
-}
-@font-face {
-  font-family: "Microsoft JhengHei UI";
-  font-weight: 600;
-  src: local("Microsoft JhengHei UI Bold");
-}
-body:-ms-lang(am, ti),
-.win-type-xx-large:-ms-lang(am, ti),
-.win-type-x-large:-ms-lang(am, ti),
-.win-type-large:-ms-lang(am, ti),
-.win-type-medium:-ms-lang(am, ti),
-.win-type-small:-ms-lang(am, ti),
-.win-type-x-small:-ms-lang(am, ti),
-.win-type-xx-small:-ms-lang(am, ti),
-input:-ms-lang(am, ti),
-textarea:-ms-lang(am, ti),
-.win-textarea:-ms-lang(am, ti),
-button:-ms-lang(am, ti),
-select:-ms-lang(am, ti),
-option:-ms-lang(am, ti) {
-  font-family: "Ebrima", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-body:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-.win-type-xx-large:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-.win-type-x-large:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-.win-type-large:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-.win-type-medium:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-.win-type-small:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-.win-type-x-small:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-.win-type-xx-small:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-input:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-textarea:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-.win-textarea:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-button:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-select:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te),
-option:-ms-lang(as, bn, gu, hi, kn, kok, ml, mr, ne, or, pa, sat-Olck, si, srb-Sora, ta, te) {
-  font-family: "Nirmala UI", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-body:-ms-lang(chr-CHER-US),
-.win-type-xx-large:-ms-lang(chr-CHER-US),
-.win-type-x-large:-ms-lang(chr-CHER-US),
-.win-type-large:-ms-lang(chr-CHER-US),
-.win-type-medium:-ms-lang(chr-CHER-US),
-.win-type-small:-ms-lang(chr-CHER-US),
-.win-type-x-small:-ms-lang(chr-CHER-US),
-.win-type-xx-small:-ms-lang(chr-CHER-US),
-input:-ms-lang(chr-CHER-US),
-textarea:-ms-lang(chr-CHER-US),
-.win-textarea:-ms-lang(chr-CHER-US),
-button:-ms-lang(chr-CHER-US),
-select:-ms-lang(chr-CHER-US),
-option:-ms-lang(chr-CHER-US) {
-  font-family: "Gadugi", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-body:-ms-lang(ja),
-.win-type-xx-large:-ms-lang(ja),
-.win-type-x-large:-ms-lang(ja),
-.win-type-large:-ms-lang(ja),
-.win-type-medium:-ms-lang(ja),
-.win-type-small:-ms-lang(ja),
-.win-type-x-small:-ms-lang(ja),
-.win-type-xx-small:-ms-lang(ja),
-input:-ms-lang(ja),
-textarea:-ms-lang(ja),
-.win-textarea:-ms-lang(ja),
-button:-ms-lang(ja),
-select:-ms-lang(ja),
-option:-ms-lang(ja) {
-  font-family: "Yu Gothic UI", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-body:-ms-lang(km, lo, th, bug-Bugi),
-.win-type-xx-large:-ms-lang(km, lo, th, bug-Bugi),
-.win-type-x-large:-ms-lang(km, lo, th, bug-Bugi),
-.win-type-large:-ms-lang(km, lo, th, bug-Bugi),
-.win-type-medium:-ms-lang(km, lo, th, bug-Bugi),
-.win-type-small:-ms-lang(km, lo, th, bug-Bugi),
-.win-type-x-small:-ms-lang(km, lo, th, bug-Bugi),
-.win-type-xx-small:-ms-lang(km, lo, th, bug-Bugi),
-input:-ms-lang(km, lo, th, bug-Bugi),
-textarea:-ms-lang(km, lo, th, bug-Bugi),
-.win-textarea:-ms-lang(km, lo, th, bug-Bugi),
-button:-ms-lang(km, lo, th, bug-Bugi),
-select:-ms-lang(km, lo, th, bug-Bugi),
-option:-ms-lang(km, lo, th, bug-Bugi) {
-  font-family: "Leelawadee UI", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-body:-ms-lang(ko),
-.win-type-xx-large:-ms-lang(ko),
-.win-type-x-large:-ms-lang(ko),
-.win-type-large:-ms-lang(ko),
-.win-type-medium:-ms-lang(ko),
-.win-type-small:-ms-lang(ko),
-.win-type-x-small:-ms-lang(ko),
-.win-type-xx-small:-ms-lang(ko),
-input:-ms-lang(ko),
-textarea:-ms-lang(ko),
-.win-textarea:-ms-lang(ko),
-button:-ms-lang(ko),
-select:-ms-lang(ko),
-option:-ms-lang(ko) {
-  font-family: "Malgun Gothic", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-body:-ms-lang(jv-Java),
-.win-type-xx-large:-ms-lang(jv-Java),
-.win-type-x-large:-ms-lang(jv-Java),
-.win-type-large:-ms-lang(jv-Java),
-.win-type-medium:-ms-lang(jv-Java),
-.win-type-small:-ms-lang(jv-Java),
-.win-type-x-small:-ms-lang(jv-Java),
-.win-type-xx-small:-ms-lang(jv-Java),
-input:-ms-lang(jv-Java),
-textarea:-ms-lang(jv-Java),
-.win-textarea:-ms-lang(jv-Java),
-button:-ms-lang(jv-Java),
-select:-ms-lang(jv-Java),
-option:-ms-lang(jv-Java) {
-  font-family: "Javanese Text", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-body:-ms-lang(cop-Copt),
-.win-type-xx-large:-ms-lang(cop-Copt),
-.win-type-x-large:-ms-lang(cop-Copt),
-.win-type-large:-ms-lang(cop-Copt),
-.win-type-medium:-ms-lang(cop-Copt),
-.win-type-small:-ms-lang(cop-Copt),
-.win-type-x-small:-ms-lang(cop-Copt),
-.win-type-xx-small:-ms-lang(cop-Copt),
-input:-ms-lang(cop-Copt),
-textarea:-ms-lang(cop-Copt),
-.win-textarea:-ms-lang(cop-Copt),
-button:-ms-lang(cop-Copt),
-select:-ms-lang(cop-Copt),
-option:-ms-lang(cop-Copt) {
-  font-family: "Segoe MDL2 Assets", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-body:-ms-lang(zh-CN, zh-Hans, zh-SG),
-.win-type-xx-large:-ms-lang(zh-CN, zh-Hans, zh-SG),
-.win-type-x-large:-ms-lang(zh-CN, zh-Hans, zh-SG),
-.win-type-large:-ms-lang(zh-CN, zh-Hans, zh-SG),
-.win-type-medium:-ms-lang(zh-CN, zh-Hans, zh-SG),
-.win-type-small:-ms-lang(zh-CN, zh-Hans, zh-SG),
-.win-type-x-small:-ms-lang(zh-CN, zh-Hans, zh-SG),
-.win-type-xx-small:-ms-lang(zh-CN, zh-Hans, zh-SG),
-input:-ms-lang(zh-CN, zh-Hans, zh-SG),
-textarea:-ms-lang(zh-CN, zh-Hans, zh-SG),
-.win-textarea:-ms-lang(zh-CN, zh-Hans, zh-SG),
-button:-ms-lang(zh-CN, zh-Hans, zh-SG),
-select:-ms-lang(zh-CN, zh-Hans, zh-SG),
-option:-ms-lang(zh-CN, zh-Hans, zh-SG) {
-  font-family: "Microsoft YaHei UI", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-body:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-.win-type-xx-large:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-.win-type-x-large:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-.win-type-large:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-.win-type-medium:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-.win-type-small:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-.win-type-x-small:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-.win-type-xx-small:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-input:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-textarea:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-.win-textarea:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-button:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-select:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO),
-option:-ms-lang(zh-HK, zh-TW, zh-Hant, zh-MO) {
-  font-family: "Microsoft JhengHei UI", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe MDL2 Assets", "Symbols", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Segoe UI Historic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Javanese Text", "Cambria Math";
-}
-html,
-body {
-  width: 100%;
-  height: 100%;
-  margin: 0px;
-  cursor: default;
-  -moz-user-select: none;
-  -webkit-touch-callout: none;
-  -webkit-user-select: none;
-  -khtml-user-select: none;
-  -ms-user-select: none;
-  -ms-scroll-translation: vertical-to-horizontal;
-  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-html {
-  overflow: hidden;
-  direction: ltr;
-}
-html:lang(ar),
-html:lang(dv),
-html:lang(fa),
-html:lang(he),
-html:lang(ku-Arab),
-html:lang(pa-Arab),
-html:lang(prs),
-html:lang(ps),
-html:lang(sd-Arab),
-html:lang(syr),
-html:lang(ug),
-html:lang(ur),
-html:lang(qps-plocm) {
-  direction: rtl;
-}
-body {
-  -ms-content-zooming: none;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-iframe {
-  border: 0;
-}
-body,
-.win-type-xx-large,
-.win-type-x-large,
-.win-type-large,
-.win-type-medium,
-.win-type-small,
-.win-type-x-small,
-.win-type-xx-small,
-input,
-textarea,
-.win-textarea,
-button,
-select,
-option {
-  font-family: "Segoe UI", "Segoe WP", sans-serif, "Segoe MDL2 Assets", "Symbols";
-}
-input:not([type]),
-input[type=""],
-input[type=text],
-input[type=password],
-input[type=email],
-input[type=number],
-input[type=tel],
-input[type=url],
-input[type=search],
-textarea,
-.win-textarea {
-  -ms-user-select: element;
-  border-style: solid;
-  border-width: 2px;
-  border-radius: 0;
-  margin: 8px 0px;
-  width: 296px;
-  min-width: 64px;
-  min-height: 28px;
-  background-clip: border-box;
-  box-sizing: border-box;
-  padding: 3px 6px 5px 10px;
-  outline: 0;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-input::-ms-value {
-  margin: 0;
-  padding: 0;
-}
-textarea,
-.win-textarea {
-  resize: none;
-  overflow-y: auto;
-}
-input[type=radio],
-input[type=checkbox] {
-  width: 20px;
-  height: 20px;
-  margin-right: 8px;
-  margin-top: 12px;
-  margin-bottom: 12px;
-}
-input[type=radio]:lang(ar),
-input[type=checkbox]:lang(ar),
-input[type=radio]:lang(dv),
-input[type=checkbox]:lang(dv),
-input[type=radio]:lang(fa),
-input[type=checkbox]:lang(fa),
-input[type=radio]:lang(he),
-input[type=checkbox]:lang(he),
-input[type=radio]:lang(ku-Arab),
-input[type=checkbox]:lang(ku-Arab),
-input[type=radio]:lang(pa-Arab),
-input[type=checkbox]:lang(pa-Arab),
-input[type=radio]:lang(prs),
-input[type=checkbox]:lang(prs),
-input[type=radio]:lang(ps),
-input[type=checkbox]:lang(ps),
-input[type=radio]:lang(sd-Arab),
-input[type=checkbox]:lang(sd-Arab),
-input[type=radio]:lang(syr),
-input[type=checkbox]:lang(syr),
-input[type=radio]:lang(ug),
-input[type=checkbox]:lang(ug),
-input[type=radio]:lang(ur),
-input[type=checkbox]:lang(ur),
-input[type=radio]:lang(qps-plocm),
-input[type=checkbox]:lang(qps-plocm) {
-  margin-left: 8px;
-  margin-right: 0px;
-}
-input::-ms-check {
-  border-style: solid;
-  display: inline-block;
-  border-width: 2px;
-  background-clip: border-box;
-}
-button,
-input[type=button],
-input[type=reset],
-input[type=submit],
-button[type=submit] {
-  border-style: solid;
-  margin: 0px;
-  min-height: 32px;
-  min-width: 120px;
-  padding: 4px 8px;
-  border-width: 2px;
-  background-clip: border-box;
-  border-radius: 0;
-  touch-action: manipulation;
-  -webkit-appearance: none;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-input::-ms-clear,
-input::-ms-reveal {
-  padding-right: 2px;
-  margin-right: -8px;
-  margin-left: 2px;
-  margin-top: -8px;
-  margin-bottom: -8px;
-  width: 30px;
-  height: 32px;
-}
-input:lang(ar)::-ms-clear,
-input:lang(dv)::-ms-clear,
-input:lang(fa)::-ms-clear,
-input:lang(he)::-ms-clear,
-input:lang(ku-Arab)::-ms-clear,
-input:lang(pa-Arab)::-ms-clear,
-input:lang(prs)::-ms-clear,
-input:lang(ps)::-ms-clear,
-input:lang(sd-Arab)::-ms-clear,
-input:lang(syr)::-ms-clear,
-input:lang(ug)::-ms-clear,
-input:lang(ur)::-ms-clear,
-input:lang(qps-plocm)::-ms-clear,
-input:lang(ar)::-ms-reveal,
-input:lang(dv)::-ms-reveal,
-input:lang(fa)::-ms-reveal,
-input:lang(he)::-ms-reveal,
-input:lang(ku-Arab)::-ms-reveal,
-input:lang(pa-Arab)::-ms-reveal,
-input:lang(prs)::-ms-reveal,
-input:lang(ps)::-ms-reveal,
-input:lang(sd-Arab)::-ms-reveal,
-input:lang(syr)::-ms-reveal,
-input:lang(ug)::-ms-reveal,
-input:lang(ur)::-ms-reveal,
-input:lang(qps-plocm)::-ms-reveal {
-  margin-left: -8px;
-  margin-right: 2px;
-}
-input[type=file] {
-  border: none;
-  min-width: 100px;
-  min-height: 20px;
-  width: 340px;
-  height: 32px;
-  padding: 0px;
-  margin: 7px 8px 21px 8px;
-  background-clip: padding-box;
-}
-input[type=file]::-ms-value {
-  margin: 0;
-  border-width: 2px;
-  border-style: solid;
-  border-right-style: none;
-  border-radius: 0;
-  background-clip: border-box;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-input[type=file]:lang(ar)::-ms-value,
-input[type=file]:lang(dv)::-ms-value,
-input[type=file]:lang(fa)::-ms-value,
-input[type=file]:lang(he)::-ms-value,
-input[type=file]:lang(ku-Arab)::-ms-value,
-input[type=file]:lang(pa-Arab)::-ms-value,
-input[type=file]:lang(prs)::-ms-value,
-input[type=file]:lang(ps)::-ms-value,
-input[type=file]:lang(sd-Arab)::-ms-value,
-input[type=file]:lang(syr)::-ms-value,
-input[type=file]:lang(ug)::-ms-value,
-input[type=file]:lang(ur)::-ms-value,
-input[type=file]:lang(qps-plocm)::-ms-value {
-  border-left-style: none;
-  border-right-style: solid;
-}
-input[type=file]::-ms-browse {
-  margin: 0;
-  padding: 0 18px;
-  border-width: 2px;
-  border-style: solid;
-  background-clip: padding-box;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-select {
-  min-width: 56px;
-  max-width: 368px;
-  min-height: 32px;
-  margin: 8px 0;
-  border-style: solid;
-  border-width: 2px;
-  background-clip: border-box;
-  background-image: none;
-  box-sizing: border-box;
-  border-radius: 0;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-select::-ms-value {
-  padding: 5px 12px 7px 12px;
-  margin: 0;
-}
-select::-ms-expand {
-  border: none;
-  margin-right: 5px;
-  margin-left: 3px;
-  margin-bottom: -2px;
-  font-size: 20px;
-}
-select[multiple] {
-  padding: 0 0 0 12px;
-  vertical-align: bottom;
-}
-option {
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-progress {
-  width: 180px;
-  height: 4px;
-  -webkit-appearance: none;
-}
-progress:not(:indeterminate) {
-  border-style: none;
-}
-progress::-ms-fill {
-  border-style: none;
-}
-progress.win-medium {
-  width: 296px;
-}
-progress.win-large {
-  width: 100%;
-}
-progress:indeterminate::-webkit-progress-value {
-  position: relative;
-  -webkit-animation: win-progress-indeterminate 3s linear infinite;
-}
-progress.win-paused:not(:indeterminate) {
-  animation-name: win-progress-fade-out;
-  animation-duration: 3s;
-  animation-timing-function: cubic-bezier(0.03, 0.76, 0.31, 1);
-  opacity: 0.5;
-}
-progress.win-error::-ms-fill {
-  opacity: 0;
-}
-progress.win-ring:indeterminate::-ms-fill {
-  animation-name: -ms-ring;
-}
-progress.win-ring {
-  width: 20px;
-  height: 20px;
-}
-progress.win-medium.win-ring {
-  width: 40px;
-  height: 40px;
-}
-progress.win-large.win-ring {
-  width: 60px;
-  height: 60px;
-}
-@-webkit-keyframes win-progress-indeterminate {
-  0% {
-    left: 0;
-    width: 25%;
-  }
-  50% {
-    left: calc(75%);
-    width: 25%;
-  }
-  75% {
-    left: calc(100%);
-    width: 0%;
-  }
-  75.1% {
-    left: 0;
-    width: 0%;
-  }
-  100% {
-    left: 0;
-    width: 25%;
-  }
-}
-@keyframes win-progress-fade-out {
-  from {
-    opacity: 1.0;
-  }
-  to {
-    opacity: 0.5;
-  }
-}
-input[type=range] {
-  -webkit-appearance: none;
-  width: 280px;
-  height: 22px;
-  padding-top: 17px;
-  padding-bottom: 32px;
-}
-input[type=range]::-ms-track {
-  height: 2px;
-  border-style: none;
-}
-input[type=range]::-webkit-slider-runnable-track {
-  height: 2px;
-  border-style: none;
-}
-input[type=range]::-moz-range-track {
-  height: 2px;
-  border-style: none;
-}
-input[type=range]::-ms-thumb {
-  width: 24px;
-  height: 8px;
-  border-radius: 4px;
-  border-style: none;
-}
-input[type=range]::-webkit-slider-thumb {
-  -webkit-appearance: none;
-  margin-top: -4px;
-  width: 24px;
-  height: 8px;
-  border-radius: 4px;
-  border-style: none;
-}
-input[type=range]::-moz-range-thumb {
-  width: 24px;
-  height: 8px;
-  border-radius: 4px;
-  border-style: none;
-}
-input[type=range].win-vertical {
-  writing-mode: bt-lr;
-  width: 22px;
-  height: 280px;
-}
-input[type=range].win-vertical::-ms-track {
-  width: 2px;
-  height: auto;
-}
-input[type=range].win-vertical::-ms-thumb {
-  width: 8px;
-  height: 24px;
-}
-input[type=range].win-vertical:lang(ar),
-input[type=range].win-vertical:lang(dv),
-input[type=range].win-vertical:lang(fa),
-input[type=range].win-vertical:lang(he),
-input[type=range].win-vertical:lang(ku-Arab),
-input[type=range].win-vertical:lang(pa-Arab),
-input[type=range].win-vertical:lang(prs),
-input[type=range].win-vertical:lang(ps),
-input[type=range].win-vertical:lang(sd-Arab),
-input[type=range].win-vertical:lang(syr),
-input[type=range].win-vertical:lang(ug),
-input[type=range].win-vertical:lang(ur),
-input[type=range].win-vertical:lang(qps-plocm) {
-  writing-mode: bt-rl;
-}
-a {
-  text-decoration: underline;
-  cursor: pointer;
-  touch-action: manipulation;
-}
-img {
-  border-style: none;
-}
-form {
-  margin: 0px;
-  padding: 0px;
-}
-legend {
-  margin: 0px 0px 10px 0px;
-  padding: 0px;
-  color: inherit;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-code,
-pre,
-samp {
-  font-family: "Consolas", "Menlo", "Monaco", "Courier New", monospace;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-caption,
-figcaption,
-small {
-  font-size: 12px;
-  font-weight: 400;
-  line-height: 1.167;
-}
-.win-type-ellipsis {
-  overflow: hidden;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-}
-h1.win-type-ellipsis,
-.win-type-xx-large.win-type-ellipsis {
-  line-height: 1.4286;
-}
-h2.win-type-ellipsis,
-.win-type-x-large.win-type-ellipsis {
-  line-height: 1.5;
-}
-dt,
-th {
-  font-size: 11px;
-  font-weight: 700;
-  line-height: 1.3636;
-}
-abbr,
-acronym,
-address,
-blockquote,
-cite,
-dl,
-dd,
-li,
-ol,
-p,
-q,
-td,
-tr {
-  font-weight: 300;
-}
-b,
-strong {
-  font-weight: 700;
-}
-em {
-  font-style: italic;
-}
-.win-scrollview {
-  overflow-x: auto;
-  overflow-y: hidden;
-  height: 400px;
-  width: 100%;
-}
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
-  margin-top: 0px;
-  margin-bottom: 0px;
-}
-h1 {
-  font-size: 46px;
-  font-weight: 200;
-  line-height: 1.216;
-  letter-spacing: 0px;
-}
-h2 {
-  font-size: 34px;
-  font-weight: 200;
-  line-height: 1.176;
-}
-h3 {
-  font-size: 24px;
-  font-weight: 300;
-  line-height: 1.167;
-}
-h4 {
-  font-size: 20px;
-  font-weight: 400;
-  line-height: 1.2;
-}
-h5 {
-  font-size: 15px;
-  font-weight: 500;
-  line-height: 1.333;
-}
-h6 {
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-.win-listview {
-  overflow: hidden;
-  height: 400px;
-}
-.win-listview .win-surface {
-  overflow: visible;
-}
-.win-listview > .win-viewport.win-horizontal .win-surface {
-  height: 100%;
-}
-.win-listview > .win-viewport.win-vertical .win-surface {
-  width: 100%;
-}
-.win-listview > .win-viewport {
-  position: relative;
-  width: 100%;
-  height: 100%;
-  z-index: 0;
-  -ms-overflow-style: -ms-autohiding-scrollbar;
-  -webkit-overflow-scrolling: touch;
-  white-space: nowrap;
-}
-.win-listview > .win-viewport.win-horizontal {
-  overflow-x: auto;
-  overflow-y: hidden;
-}
-.win-listview > .win-viewport.win-vertical {
-  overflow-x: hidden;
-  overflow-y: auto;
-}
-.win-listview .win-itemscontainer {
-  overflow: hidden;
-}
-.win-listview .win-itemscontainer-padder {
-  width: 0;
-  height: 0;
-  margin: 0;
-  padding: 0;
-  border: 0;
-  overflow: hidden;
-}
-.win-listview > .win-horizontal .win-container {
-  margin: 10px 5px 0px 5px;
-}
-.win-listview > .win-vertical .win-container {
-  margin: 10px 24px 0px 7px;
-}
-.win-listview.win-rtl > .win-vertical .win-container {
-  margin: 10px 7px 0px 24px;
-}
-.win-listview .win-container,
-.win-listview .win-itembox,
-.win-itemcontainer.win-container,
-.win-itemcontainer .win-itembox {
-  cursor: default;
-  z-index: 0;
-}
-.win-listview .win-container {
-  touch-action: pan-x pan-y pinch-zoom;
-}
-.win-semanticzoom .win-listview > .win-viewport * {
-  touch-action: auto;
-}
-.win-semanticzoom .win-listview > .win-viewport.win-zooming-x {
-  overflow-x: visible;
-}
-.win-semanticzoom .win-listview > .win-viewport.win-zooming-y {
-  overflow-y: visible;
-}
-.win-listview .win-itembox,
-.win-itemcontainer .win-itembox {
-  width: 100%;
-  height: 100%;
-}
-.win-listview .win-item,
-.win-itemcontainer .win-item {
-  z-index: 1;
-}
-.win-listview .win-item,
-.win-itemcontainer .win-item {
-  overflow: hidden;
-  position: relative;
-}
-.win-listview > .win-vertical .win-item {
-  width: 100%;
-}
-.win-listview .win-item:focus,
-.win-itemcontainer .win-item:focus {
-  outline-style: none;
-}
-.win-listview .win-focusedoutline,
-.win-itemcontainer .win-focusedoutline {
-  width: calc(100% - 4px);
-  height: calc(100% - 4px);
-  left: 2px;
-  top: 2px;
-  position: absolute;
-  z-index: 5;
-  pointer-events: none;
-}
-.win-container.win-selected .win-selectionborder {
-  border-width: 2px;
-  border-style: solid;
-}
-html.win-hoverable .win-container.win-selected:hover .win-selectionborder {
-  border-width: 2px;
-  border-style: solid;
-}
-html.win-hoverable .win-listview .win-itembox:hover::before,
-html.win-hoverable .win-itemcontainer .win-itembox:hover::before {
-  position: absolute;
-  left: 0px;
-  top: 0px;
-  content: "";
-  width: calc(100% - 4px);
-  height: calc(100% - 4px);
-  pointer-events: none;
-  border-style: solid;
-  border-width: 2px;
-  z-index: 3;
-}
-html.win-hoverable .win-listview.win-selectionstylefilled .win-itembox:hover::before,
-html.win-hoverable .win-itemcontainer.win-selectionstylefilled .win-itembox:hover::before,
-html.win-hoverable .win-listview .win-itembox.win-selected:hover::before,
-html.win-hoverable .win-itemcontainer.win-itembox.win-selected:hover::before,
-html.win-hoverable .win-itemcontainer.win-itembox.win-selected:hover::before {
-  display: none;
-}
-.win-listview .win-groupheader {
-  padding: 10px 10px 10px 2px;
-  overflow: hidden;
-  outline-width: 0.01px;
-  outline-style: none;
-  float: left;
-  font-size: 34px;
-  font-weight: 200;
-  line-height: 1.176;
-}
-.win-listview .win-groupheadercontainer {
-  z-index: 1;
-  touch-action: pan-x pan-y pinch-zoom;
-  overflow: hidden;
-}
-.win-listview .win-horizontal .win-headercontainer,
-.win-listview .win-horizontal .win-footercontainer {
-  height: 100%;
-  display: inline-block;
-  overflow: hidden;
-  white-space: normal;
-}
-.win-listview .win-vertical .win-headercontainer,
-.win-listview .win-vertical .win-footercontainer {
-  width: 100%;
-  display: block;
-  overflow: hidden;
-  white-space: normal;
-}
-.win-listview .win-groupheader.win-focused {
-  outline-style: dotted;
-}
-.win-listview.win-rtl .win-groupheader {
-  padding-left: 10px;
-  padding-right: 2px;
-  float: right;
-}
-.win-listview.win-groups .win-horizontal .win-groupleader {
-  margin-left: 70px;
-}
-.win-listview.win-groups.win-rtl .win-horizontal .win-groupleader {
-  margin-left: 0;
-  margin-right: 70px;
-}
-.win-listview.win-groups .win-vertical .win-listlayout .win-groupleader,
-.win-listview.win-groups .win-vertical .win-gridlayout .win-groupleader {
-  margin-top: 70px;
-}
-.win-listview.win-groups > .win-vertical .win-surface.win-listlayout,
-.win-listview.win-groups > .win-vertical .win-surface.win-gridlayout {
-  margin-top: -65px;
-}
-.win-listview.win-groups > .win-horizontal .win-surface {
-  margin-left: -70px;
-}
-.win-listview.win-groups.win-rtl > .win-horizontal .win-surface {
-  margin-left: 0;
-  margin-right: -70px;
-}
-.win-listview .win-surface {
-  -webkit-margin-collapse: separate;
-  white-space: normal;
-}
-.win-surface ._win-proxy {
-  position: relative;
-  overflow: hidden;
-  width: 0;
-  height: 0;
-  touch-action: none;
-}
-.win-selectionborder {
-  position: absolute;
-  opacity: inherit;
-  z-index: 2;
-  pointer-events: none;
-}
-.win-container.win-selected .win-selectionborder {
-  top: 0;
-  left: 0;
-  right: 0;
-  bottom: 0;
-}
-.win-selectionbackground {
-  position: absolute;
-  top: 0;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  z-index: 0;
-}
-.win-selectioncheckmarkbackground {
-  position: absolute;
-  top: 2px;
-  right: 2px;
-  width: 14px;
-  height: 11px;
-  margin: 0;
-  padding: 0;
-  border-left-width: 2px;
-  border-right-width: 2px;
-  border-top-width: 4px;
-  border-bottom-width: 3px;
-  border-style: solid;
-  z-index: 3;
-  display: none;
-}
-.win-listview.win-rtl .win-selectioncheckmarkbackground,
-.win-itemcontainer.win-rtl .win-selectioncheckmarkbackground {
-  left: 2px;
-  right: auto;
-}
-.win-selectionmode.win-itemcontainer .win-selectioncheckmarkbackground,
-.win-selectionmode.win-itemcontainer.win-selectionmode .win-selectioncheckmark,
-.win-selectionmode .win-itemcontainer .win-selectioncheckmarkbackground,
-.win-selectionmode .win-itemcontainer.win-selectionmode .win-selectioncheckmark,
-.win-listview .win-selectionmode .win-selectioncheckmarkbackground,
-.win-listview .win-selectionmode .win-selectioncheckmark {
-  display: block;
-}
-.win-selectioncheckmark {
-  position: absolute;
-  margin: 0;
-  padding: 2px;
-  right: 1px;
-  top: 1px;
-  font-family: "Segoe MDL2 Assets", "Symbols";
-  font-size: 14px;
-  z-index: 4;
-  line-height: 1;
-  display: none;
-}
-.win-rtl .win-selectioncheckmark {
-  right: auto;
-  left: 0px;
-}
-.win-selectionstylefilled.win-container,
-.win-selectionstylefilled .win-container {
-  overflow: hidden;
-}
-.win-selectionmode .win-itemcontainer.win-container .win-itembox::after,
-.win-selectionmode.win-itemcontainer.win-container .win-itembox::after,
-.win-listview .win-surface.win-selectionmode .win-itembox::after {
-  content: "";
-  position: absolute;
-  width: 18px;
-  height: 18px;
-  pointer-events: none;
-  right: 2px;
-  top: 2px;
-  z-index: 3;
-}
-.win-rtl .win-selectionmode .win-itemcontainer.win-container .win-itembox::after,
-.win-itemcontainer.win-rtl.win-selectionmode.win-container .win-itembox::after,
-.win-listview.win-rtl .win-surface.win-selectionmode .win-itembox::after {
-  right: auto;
-  left: 2px;
-}
-.win-listview.win-selectionstylefilled .win-surface.win-selectionmode .win-item {
-  transition: transform 250ms cubic-bezier(0.17, 0.79, 0.215, 1.0025);
-  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.17, 0.79, 0.215, 1.0025);
-  transform: translate(40px, 0px);
-  -webkit-transform: translate(40px, 0px);
-}
-.win-listview.win-rtl.win-selectionstylefilled .win-surface.win-selectionmode .win-item {
-  transition: transform 250ms cubic-bezier(0.17, 0.79, 0.215, 1.0025);
-  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.17, 0.79, 0.215, 1.0025);
-  transform: translate(-40px, 0px);
-  -webkit-transform: translate(-40px, 0px);
-}
-.win-listview.win-selectionstylefilled .win-surface.win-hidingselectionmode .win-item {
-  transition: transform 250ms cubic-bezier(0.17, 0.79, 0.215, 1.0025);
-  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.17, 0.79, 0.215, 1.0025);
-  transform: none;
-  -webkit-transform: none;
-}
-.win-listview.win-rtl.win-selectionstylefilled .win-surface.win-hideselectionmode .win-item {
-  transition: transform 250ms cubic-bezier(0.17, 0.79, 0.215, 1.0025);
-  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.17, 0.79, 0.215, 1.0025);
-  transform: none;
-  -webkit-transform: none;
-}
-.win-listview.win-selectionstylefilled .win-surface.win-selectionmode .win-itembox::after {
-  left: 12px;
-  right: auto;
-  top: 50%;
-  margin-top: -9px;
-  display: block;
-  border: 2px solid;
-  width: 16px;
-  height: 16px;
-}
-.win-listview.win-selectionstylefilled.win-rtl .win-surface.win-selectionmode .win-itembox::after {
-  left: auto;
-  right: 12px;
-}
-.win-listview.win-selectionstylefilled .win-surface.win-selectionmode .win-selectioncheckmarkbackground {
-  left: 12px;
-  top: 50%;
-  margin-top: -9px;
-  display: block;
-  border: 2px solid;
-  width: 16px;
-  height: 16px;
-}
-.win-listview.win-selectionstylefilled.win-rtl .win-surface.win-selectionmode .win-selectioncheckmarkbackground {
-  left: auto;
-  right: 12px;
-}
-.win-listview.win-selectionstylefilled .win-surface.win-selectionmode .win-selectioncheckmark {
-  left: 13px;
-  top: 50%;
-  margin-top: -8px;
-  display: block;
-  width: 14px;
-  height: 14px;
-}
-.win-listview.win-selectionstylefilled.win-rtl .win-surface.win-selectionmode .win-selectioncheckmark {
-  left: 0;
-  right: 10px;
-}
-.win-selectionmode .win-itemcontainer.win-selectionstylefilled.win-container .win-itembox.win-selected::after,
-.win-itemcontainer.win-selectionmode.win-selectionstylefilled.win-container .win-itembox.win-selected::after,
-.win-listview.win-selectionstylefilled .win-surface.win-selectionmode .win-itembox.win-nonselectable::after,
-.win-listview .win-surface.win-selectionmode .win-itembox.win-selected::after {
-  display: none;
-}
-.win-listview .win-progress {
-  left: 50%;
-  top: 50%;
-  width: 60px;
-  height: 60px;
-  margin-left: -30px;
-  margin-top: -30px;
-  z-index: 1;
-  position: absolute;
-}
-.win-listview .win-progress::-ms-fill {
-  animation-name: -ms-ring;
-}
-.win-listview .win-itemsblock {
-  overflow: hidden;
-}
-.win-listview .win-surface.win-nocssgrid.win-gridlayout,
-.win-listview .win-horizontal .win-nocssgrid.win-listlayout,
-.win-listview .win-vertical .win-nocssgrid.win-listlayout.win-headerpositionleft {
-  display: -ms-inline-flexbox;
-  display: -webkit-inline-flex;
-  display: inline-flex;
-  vertical-align: top;
-}
-.win-listview .win-horizontal .win-surface.win-nocssgrid {
-  -ms-flex-direction: column;
-  -webkit-flex-direction: column;
-  flex-direction: column;
-  -ms-flex-wrap: wrap;
-  -webkit-flex-wrap: wrap;
-  flex-wrap: wrap;
-  -ms-flex-line-pack: start;
-  -webkit-align-content: flex-start;
-  align-content: flex-start;
-}
-.win-listview .win-vertical .win-surface.win-nocssgrid {
-  -ms-flex-direction: row;
-  -webkit-flex-direction: row;
-  flex-direction: row;
-  -ms-flex-wrap: wrap;
-  -webkit-flex-wrap: wrap;
-  flex-wrap: wrap;
-  -ms-flex-line-pack: start;
-  -webkit-align-content: flex-start;
-  align-content: flex-start;
-}
-.win-listview .win-vertical .win-structuralnodes.win-single-itemsblock.win-listlayout .win-itemscontainer.win-laidout,
-.win-listview .win-horizontal .win-structuralnodes.win-single-itemsblock.win-listlayout .win-itemscontainer.win-laidout,
-.win-listview .win-vertical .win-structuralnodes.win-single-itemsblock.win-gridlayout .win-uniformgridlayout.win-itemscontainer.win-laidout,
-.win-listview .win-horizontal .win-structuralnodes.win-single-itemsblock.win-gridlayout .win-uniformgridlayout.win-itemscontainer.win-laidout {
-  display: block;
-}
-.win-listview .win-vertical .win-structuralnodes.win-single-itemsblock.win-listlayout .win-itemscontainer.win-laidout .win-itemscontainer-padder,
-.win-listview .win-horizontal .win-structuralnodes.win-single-itemsblock.win-listlayout .win-itemscontainer.win-laidout .win-itemscontainer-padder,
-.win-listview .win-vertical .win-structuralnodes.win-single-itemsblock.win-gridlayout .win-uniformgridlayout.win-itemscontainer.win-laidout .win-itemscontainer-padder,
-.win-listview .win-horizontal .win-structuralnodes.win-single-itemsblock.win-gridlayout .win-uniformgridlayout.win-itemscontainer.win-laidout .win-itemscontainer-padder {
-  height: 0;
-  width: 0;
-}
-.win-listview.win-groups .win-vertical .win-listlayout.win-headerpositionleft .win-itemscontainer,
-.win-listview.win-groups .win-vertical .win-listlayout.win-headerpositionleft .win-groupheadercontainer,
-.win-listview.win-groups .win-horizontal .win-listlayout .win-itemscontainer,
-.win-listview.win-groups .win-horizontal .win-listlayout .win-groupheadercontainer {
-  display: none;
-}
-.win-listview.win-groups .win-vertical .win-listlayout.win-headerpositionleft .win-itemscontainer.win-laidout,
-.win-listview.win-groups .win-vertical .win-listlayout.win-headerpositionleft .win-groupheadercontainer.win-laidout,
-.win-listview.win-groups .win-horizontal .win-listlayout .win-groupheadercontainer.win-laidout {
-  display: block;
-}
-.win-listview .win-listlayout .win-itemscontainer {
-  overflow: visible;
-}
-.win-listview .win-listlayout .win-itemsblock {
-  padding-bottom: 4px;
-  margin-bottom: -4px;
-}
-.win-listview > .win-vertical .win-listlayout.win-headerpositiontop .win-groupheader {
-  float: none;
-}
-.win-listview > .win-vertical .win-surface.win-listlayout {
-  margin-bottom: 5px;
-}
-.win-listview .win-vertical .win-listlayout.win-headerpositionleft.win-surface {
-  display: -ms-inline-grid;
-  -ms-grid-columns: auto 1fr;
-  -ms-grid-rows: auto;
-}
-.win-listview .win-vertical .win-listlayout.win-headerpositionleft .win-groupheadercontainer {
-  -ms-grid-column: 1;
-}
-.win-listview .win-vertical .win-listlayout.win-headerpositionleft .win-itemscontainer {
-  -ms-grid-column: 2;
-}
-.win-listview > .win-horizontal .win-surface.win-listlayout {
-  display: -ms-inline-grid;
-  -ms-grid-columns: auto;
-  -ms-grid-rows: auto;
-  vertical-align: top;
-}
-.win-listview .win-horizontal .win-listlayout .win-itemsblock {
-  height: 100%;
-}
-.win-listview .win-horizontal .win-listlayout .win-itemscontainer {
-  margin-bottom: 24px;
-}
-.win-listview .win-horizontal .win-listlayout .win-container {
-  height: calc(100% - 10px);
-}
-.win-listview > .win-horizontal .win-surface.win-listlayout.win-headerpositiontop {
-  -ms-grid-rows: auto 1fr;
-}
-.win-listview .win-horizontal .win-listlayout.win-headerpositiontop .win-groupheadercontainer {
-  -ms-grid-row: 1;
-}
-.win-listview .win-horizontal .win-listlayout.win-headerpositiontop .win-itemscontainer {
-  -ms-grid-row: 2;
-}
-.win-listview .win-gridlayout.win-surface {
-  display: -ms-inline-grid;
-  vertical-align: top;
-}
-.win-listview .win-gridlayout .win-container {
-  margin: 5px;
-}
-.win-listview .win-vertical .win-gridlayout.win-headerpositionleft .win-groupheadercontainer,
-.win-listview .win-vertical .win-gridlayout.win-headerpositiontop .win-groupheadercontainer {
-  -ms-grid-column: 1;
-}
-.win-listview.win-groups .win-gridlayout .win-itemscontainer,
-.win-listview.win-groups .win-gridlayout .win-groupheadercontainer {
-  display: none;
-}
-.win-listview.win-groups .win-gridlayout .win-groupheadercontainer.win-laidout {
-  display: block;
-}
-.win-listview .win-horizontal .win-gridlayout.win-headerpositiontop.win-surface {
-  -ms-grid-columns: auto;
-  -ms-grid-rows: auto 1fr;
-}
-.win-listview .win-horizontal .win-gridlayout.win-headerpositiontop .win-groupheadercontainer {
-  -ms-grid-row: 1;
-}
-.win-listview .win-horizontal .win-gridlayout.win-headerpositiontop .win-itemscontainer {
-  -ms-grid-row: 2;
-}
-.win-listview .win-horizontal .win-gridlayout.win-headerpositionleft.win-surface {
-  -ms-grid-columns: auto;
-  -ms-grid-rows: auto;
-}
-.win-listview .win-horizontal .win-gridlayout.win-headerpositionleft .win-groupheadercontainer {
-  -ms-grid-row: 1;
-}
-.win-listview .win-horizontal .win-gridlayout.win-headerpositionleft .win-itemscontainer {
-  -ms-grid-row: 1;
-}
-.win-listview .win-vertical .win-gridlayout.win-headerpositiontop.win-surface {
-  -ms-grid-columns: auto;
-  -ms-grid-rows: auto;
-}
-.win-listview .win-vertical .win-gridlayout.win-headerpositiontop .win-itemscontainer {
-  -ms-grid-column: 1;
-}
-.win-listview .win-vertical .win-gridlayout.win-headerpositionleft.win-surface {
-  -ms-grid-columns: auto 1fr;
-  -ms-grid-rows: auto;
-}
-.win-listview .win-vertical .win-gridlayout.win-headerpositionleft .win-itemscontainer {
-  -ms-grid-column: 2;
-}
-.win-listview .win-gridlayout.win-structuralnodes .win-uniformgridlayout.win-itemscontainer.win-laidout {
-  display: -ms-flexbox;
-  display: -webkit-flex;
-  display: flex;
-  -ms-flex-direction: row;
-  -webkit-flex-direction: row;
-  flex-direction: row;
-}
-.win-listview .win-horizontal .win-listlayout .win-itemscontainer,
-.win-listview.win-groups .win-horizontal .win-listlayout .win-itemscontainer.win-laidout,
-.win-listview .win-horizontal .win-listlayout .win-itemsblock,
-.win-listview .win-horizontal .win-gridlayout .win-uniformgridlayout.win-itemscontainer.win-laidout,
-.win-listview .win-horizontal .win-gridlayout .win-uniformgridlayout .win-itemsblock {
-  display: -ms-flexbox;
-  display: -webkit-flex;
-  display: flex;
-  -ms-flex-direction: column;
-  -webkit-flex-direction: column;
-  flex-direction: column;
-  -ms-flex-wrap: wrap;
-  -webkit-flex-wrap: wrap;
-  flex-wrap: wrap;
-  -ms-flex-line-pack: start;
-  -webkit-align-content: flex-start;
-  align-content: flex-start;
-}
-.win-listview .win-horizontal .win-itemscontainer-padder {
-  height: 100%;
-}
-.win-listview .win-horizontal .win-gridlayout .win-uniformgridlayout .win-itemsblock {
-  height: 100%;
-}
-.win-listview .win-horizontal .win-gridlayout .win-cellspanninggridlayout.win-itemscontainer.win-laidout {
-  display: -ms-grid;
-}
-.win-listview .win-vertical .win-gridlayout.win-structuralnodes .win-uniformgridlayout.win-itemscontainer.win-laidout {
-  display: -ms-flexbox;
-  display: -webkit-flex;
-  display: flex;
-  -ms-flex-direction: column;
-  -webkit-flex-direction: column;
-  flex-direction: column;
-}
-.win-listview .win-vertical .win-gridlayout .win-uniformgridlayout.win-itemscontainer.win-laidout,
-.win-listview .win-vertical .win-gridlayout .win-uniformgridlayout .win-itemsblock {
-  display: -ms-flexbox;
-  display: -webkit-flex;
-  display: flex;
-  -ms-flex-direction: row;
-  -webkit-flex-direction: row;
-  flex-direction: row;
-  -ms-flex-wrap: wrap;
-  -webkit-flex-wrap: wrap;
-  flex-wrap: wrap;
-  -ms-flex-line-pack: start;
-  -webkit-align-content: flex-start;
-  align-content: flex-start;
-}
-.win-listview .win-vertical .win-gridlayout .win-uniformgridlayout .win-itemsblock {
-  width: 100%;
-}
-.win-listview .win-cellspanninggridlayout .win-container.win-laidout {
-  display: block;
-}
-.win-listview .win-cellspanninggridlayout .win-container {
-  display: none;
-}
-.win-listview .win-itembox {
-  position: relative;
-}
-.win-listview.win-dragover .win-itembox {
-  transform: scale(0.86);
-  -webkit-transform: scale(0.86);
-}
-.win-listview .win-itembox.win-dragsource,
-.win-itemcontainer .win-itembox.win-dragsource {
-  opacity: 0.5;
-  transition: opacity cubic-bezier(0.1, 0.9, 0.2, 1) 167ms, transform cubic-bezier(0.1, 0.9, 0.2, 1) 220ms;
-  -webkit-transition: opacity cubic-bezier(0.1, 0.9, 0.2, 1) 167ms, transform cubic-bezier(0.1, 0.9, 0.2, 1) 220ms;
-}
-.win-listview.win-dragover .win-itembox.win-dragsource {
-  opacity: 0;
-  transition: none;
-  -webkit-transition: none;
-}
-html.win-hoverable .win-listview.win-dragover .win-container:hover {
-  outline: none;
-}
-.win-listview .win-itembox {
-  transition: transform cubic-bezier(0.1, 0.9, 0.2, 1) 220ms;
-  -webkit-transition: -webkit-transform cubic-bezier(0.1, 0.9, 0.2, 1) 220ms;
-}
-.win-listview.win-groups > .win-vertical .win-surface.win-listlayout.win-headerpositionleft {
-  margin-left: 70px;
-}
-.win-listview.win-groups.win-rtl > .win-vertical .win-surface.win-listlayout.win-headerpositionleft {
-  margin-left: 0px;
-  margin-right: 70px;
-}
-.win-listview > .win-horizontal .win-surface.win-listlayout {
-  margin-left: 70px;
-}
-.win-listview.win-rtl > .win-horizontal .win-surface.win-listlayout {
-  margin-left: 0px;
-  margin-right: 70px;
-}
-.win-listview .win-vertical .win-gridlayout.win-surface {
-  margin-left: 20px;
-}
-.win-listview.win-rtl .win-vertical .win-gridlayout.win-surface {
-  margin-left: 0px;
-  margin-right: 20px;
-}
-.win-itemcontainer .win-itembox,
-.win-itemcontainer.win-container {
-  position: relative;
-}
-.win-itemcontainer {
-  touch-action: pan-x pan-y pinch-zoom;
-}
-html.win-hoverable .win-listview .win-itembox:hover::before,
-html.win-hoverable .win-itemcontainer .win-itembox:hover::before {
-  opacity: 0.4;
-}
-html.win-hoverable .win-listview .win-pressed .win-itembox:hover::before,
-html.win-hoverable .win-itemcontainer .win-pressed .win-itembox:hover::before,
-html.win-hoverable .win-listview .win-pressed.win-itembox:hover::before,
-html.win-hoverable .win-itemcontainer .win-pressed.win-itembox:hover::before {
-  opacity: 0.6;
-}
-html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover,
-html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover,
-html.win-hoverable .win-selectionstylefilled .win-itemcontainer.win-container:hover {
-  outline: none;
-}
-.win-selectionstylefilled.win-itemcontainer .win-itembox,
-.win-selectionstylefilled .win-itemcontainer .win-itembox,
-.win-listview.win-selectionstylefilled .win-itembox {
-  background-color: transparent;
-}
-.win-listview.win-selectionstylefilled .win-container.win-selected .win-selectionborder,
-.win-itemcontainer.win-selectionstylefilled.win-container.win-selected .win-selectionborder {
-  border-color: transparent;
-}
-.win-listview.win-selectionstylefilled .win-surface.win-selectionmode .win-itembox::after {
-  background-color: transparent;
-}
-.win-listview.win-selectionstylefilled .win-selectioncheckmarkbackground,
-.win-itemcontainer.win-selectionstylefilled .win-selectioncheckmarkbackground {
-  border-color: transparent;
-}
-.win-listview.win-selectionstylefilled .win-selected a,
-.win-listview.win-selectionstylefilled .win-selected progress,
-.win-listview.win-selectionstylefilled .win-selected .win-rating .win-star.win-full,
-.win-itemcontainer.win-selectionstylefilled.win-selected a,
-.win-itemcontainer.win-selectionstylefilled.win-selected progress,
-.win-itemcontainer.win-selectionstylefilled.win-selected .win-rating .win-star.win-full {
-  color: #ffffff;
-}
-.win-listview.win-selectionstylefilled .win-selected.win-selected a:hover:active,
-.win-itemcontainer.win-selectionstylefilled.win-selected.win-selected a:hover:active {
-  color: rgba(255, 255, 255, 0.6);
-}
-html.win-hoverable .win-listview.win-selectionstylefilled .win-selected a:hover,
-html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-selected a:hover {
-  color: rgba(255, 255, 255, 0.8);
-}
-.win-listview.win-selectionstylefilled .win-selected button,
-.win-listview.win-selectionstylefilled .win-selected input[type=button],
-.win-listview.win-selectionstylefilled .win-selected input[type=reset],
-.win-listview.win-selectionstylefilled .win-selected input[type=text],
-.win-listview.win-selectionstylefilled .win-selected input[type=password],
-.win-listview.win-selectionstylefilled .win-selected input[type=email],
-.win-listview.win-selectionstylefilled .win-selected input[type=number],
-.win-listview.win-selectionstylefilled .win-selected input[type=tel],
-.win-listview.win-selectionstylefilled .win-selected input[type=url],
-.win-listview.win-selectionstylefilled .win-selected input[type=search],
-.win-listview.win-selectionstylefilled .win-selected input::-ms-check,
-.win-listview.win-selectionstylefilled .win-selected textarea,
-.win-listview.win-selectionstylefilled .win-selected .win-textarea,
-.win-listview.win-selectionstylefilled .win-selected select,
-.win-itemcontainer.win-selectionstylefilled.win-selected button,
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=button],
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=reset],
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=text],
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=password],
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=email],
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=number],
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=tel],
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=url],
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=search],
-.win-itemcontainer.win-selectionstylefilled.win-selected input::-ms-check,
-.win-itemcontainer.win-selectionstylefilled.win-selected textarea,
-.win-itemcontainer.win-selectionstylefilled.win-selected .win-textarea,
-.win-itemcontainer.win-selectionstylefilled.win-selected select {
-  background-clip: border-box;
-  background-color: rgba(255, 255, 255, 0.8);
-  border-color: transparent;
-  color: #000000;
-}
-.win-listview.win-selectionstylefilled .win-selected button[type=submit],
-.win-listview.win-selectionstylefilled .win-selected input[type=submit],
-.win-itemcontainer.win-selectionstylefilled.win-selected button[type=submit],
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=submit] {
-  border-color: #ffffff;
-}
-.win-listview.win-selectionstylefilled .win-selected input[type=range]::-ms-fill-lower,
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=range]::-ms-fill-lower {
-  background-color: #ffffff;
-}
-.win-listview.win-selectionstylefilled .win-selected input[type=range]::-ms-thumb,
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=range]::-ms-thumb {
-  background-color: #000000;
-}
-.win-listview.win-selectionstylefilled .win-selected input[type=range]::-ms-fill-upper,
-.win-listview.win-selectionstylefilled .win-selected progress,
-.win-itemcontainer.win-selectionstylefilled.win-selected input[type=range]::-ms-fill-upper,
-.win-itemcontainer.win-selectionstylefilled.win-selected progress {
-  background-color: rgba(255, 255, 255, 0.16);
-}
-.win-listview.win-selectionstylefilled .win-selected progress:indeterminate,
-.win-itemcontainer.win-selectionstylefilled.win-selected progress:indeterminate {
-  background-color: transparent;
-}
-.win-listview.win-selectionstylefilled .win-selected .win-rating .win-star.win-empty,
-.win-itemcontainer.win-selectionstylefilled.win-selected .win-rating .win-star.win-empty {
-  color: rgba(255, 255, 255, 0.16);
-}
-.win-listview .win-viewport {
-  outline: none;
-}
-@media (-ms-high-contrast) {
-  .win-listview .win-groupheader {
-    color: WindowText;
-  }
-  .win-selectioncheckmark {
-    color: HighlightText;
-  }
-  .win-listview .win-focusedoutline,
-  .win-listview .win-groupheader,
-  .win-itemcontainer .win-focusedoutline {
-    outline-color: WindowText;
-  }
-  .win-listview.win-selectionstylefilled .win-itembox,
-  .win-itemcontainer.win-selectionstylefilled .win-itembox {
-    background-color: Window;
-    color: WindowText;
-  }
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover .win-itembox,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover .win-itembox {
-    background-color: Highlight;
-    color: HighlightText;
-  }
-  .win-listview.win-selectionstylefilled .win-container.win-selected .win-itembox,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container.win-selected:hover .win-itembox,
-  .win-itemcontainer.win-selectionstylefilled.win-container.win-selected .win-itembox,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container.win-selected:hover .win-itembox {
-    background-color: Highlight;
-    color: HighlightText;
-  }
-  .win-listview:not(.win-selectionstylefilled) .win-container.win-selected .win-selectionborder,
-  .win-itemcontainer:not(.win-selectionstylefilled).win-container.win-selected .win-selectionborder {
-    border-color: Highlight;
-  }
-  .win-listview.win-selectionstylefilled .win-container.win-selected .win-selectionborder,
-  .win-itemcontainer.win-selectionstylefilled.win-container.win-selected .win-selectionborder {
-    border-color: transparent;
-  }
-  html.win-hoverable .win-listview:not(.win-selectionstylefilled) .win-container.win-selected:hover .win-selectionborder,
-  html.win-hoverable .win-itemcontainer:not(.win-selectionstylefilled).win-container.win-selected:hover .win-selectionborder {
-    border-color: Highlight;
-  }
-  .win-listview.win-selectionstylefilled .win-selected .win-selectionbackground,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-selected:hover .win-selectionbackground,
-  .win-itemcontainer.win-selectionstylefilled.win-selected .win-selectionbackground,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-selected:hover .win-selectionbackground {
-    background-color: Highlight;
-    color: HighlightText;
-  }
-  .win-listview.win-selectionstylefilled .win-selectioncheckmarkbackground,
-  .win-itemcontainer.win-selectionstylefilled .win-selectioncheckmarkbackground {
-    border-color: transparent;
-  }
-  .win-listview.win-selectionstylefilled .win-selected a,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover a,
-  .win-listview.win-selectionstylefilled .win-selected progress,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover progress,
-  .win-listview.win-selectionstylefilled .win-selected .win-rating .win-star:after,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover .win-rating .win-star:after,
-  .win-itemcontainer.win-selectionstylefilled.win-selected a,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover a,
-  .win-itemcontainer.win-selectionstylefilled.win-selected progress,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover progress,
-  .win-itemcontainer.win-selectionstylefilled.win-selected .win-rating .win-star:after,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover .win-rating .win-star:after {
-    color: HighlightText;
-  }
-  .win-listview.win-selectionstylefilled .win-selected input,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover input,
-  .win-listview.win-selectionstylefilled .win-selected input::-ms-check,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover input::-ms-check,
-  .win-listview.win-selectionstylefilled .win-selected input::-ms-value,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover input::-ms-value,
-  .win-listview.win-selectionstylefilled .win-selected input::-ms-track,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover input::-ms-track,
-  .win-listview.win-selectionstylefilled .win-selected button,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover button,
-  .win-listview.win-selectionstylefilled .win-selected progress,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover progress,
-  .win-listview.win-selectionstylefilled .win-selected progress::-ms-fill,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover progress::-ms-fill,
-  .win-listview.win-selectionstylefilled .win-selected select,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover select,
-  .win-listview.win-selectionstylefilled .win-selected textarea,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover textarea,
-  .win-listview.win-selectionstylefilled.win-selected input,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover input,
-  .win-itemcontainer.win-selectionstylefilled.win-selected input::-ms-check,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover input::-ms-check,
-  .win-itemcontainer.win-selectionstylefilled.win-selected input::-ms-value,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover input::-ms-value,
-  .win-itemcontainer.win-selectionstylefilled.win-selected input::-ms-track,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover input::-ms-track,
-  .win-itemcontainer.win-selectionstylefilled.win-selected button,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover button,
-  .win-itemcontainer.win-selectionstylefilled.win-selected progress,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover progress,
-  .win-itemcontainer.win-selectionstylefilled.win-selected progress::-ms-fill,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover progress::-ms-fill,
-  .win-itemcontainer.win-selectionstylefilled.win-selected select,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover select,
-  .win-itemcontainer.win-selectionstylefilled.win-selected textarea,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover textarea {
-    border-color: HighlightText;
-  }
-  .win-listview.win-selectionstylefilled .win-selected input[type=range]::-ms-fill-lower,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover input[type=range]::-ms-fill-lower,
-  .win-listview.win-selectionstylefilled .win-selected progress::-ms-fill,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover progress::-ms-fill,
-  .win-itemcontainer.win-selectionstylefilled.win-selected input[type=range]::-ms-fill-lower,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover input[type=range]::-ms-fill-lower,
-  .win-itemcontainer.win-selectionstylefilled.win-selected progress::-ms-fill,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover progress::-ms-fill {
-    background-color: HighlightText;
-  }
-  .win-listview.win-selectionstylefilled .win-selected input[type=range]::-ms-fill-upper,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover input[type=range]::-ms-fill-upper,
-  .win-listview.win-selectionstylefilled .win-selected progress,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover progress,
-  .win-itemcontainer.win-selectionstylefilled.win-selected input[type=range]::-ms-fill-upper,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover input[type=range]::-ms-fill-upper,
-  .win-itemcontainer.win-selectionstylefilled.win-selected progress,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover progress {
-    background-color: Highlight;
-  }
-  .win-listview.win-selectionstylefilled .win-selected .win-rating .win-star.win-full:before,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover .win-rating .win-star.win-full:before,
-  .win-itemcontainer.win-selectionstylefilled.win-selected .win-rating .win-star.win-full:before,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover .win-rating .win-star.win-full:before {
-    color: ButtonFace;
-  }
-  .win-listview.win-selectionstylefilled .win-selected .win-rating .win-star.win-empty:before,
-  html.win-hoverable .win-listview.win-selectionstylefilled .win-container:hover .win-rating .win-star.win-empty:before,
-  .win-itemcontainer.win-selectionstylefilled.win-selected .win-rating .win-star.win-empty:before,
-  html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container:hover .win-rating .win-star.win-empty:before {
-    color: Highlight;
-  }
-  html.win-hoverable .win-listview .win-container:hover,
-  html.win-hoverable .win-itemcontainer.win-container:hover {
-    outline: Highlight solid 3px;
-  }
-}
-.win-flipview {
-  overflow: hidden;
-  height: 400px;
-}
-.win-flipview .win-surface {
-  -ms-scroll-chaining: none;
-}
-.win-flipview .win-navleft {
-  left: 0%;
-  top: 50%;
-  margin-top: -19px;
-}
-.win-flipview .win-navright {
-  left: 100%;
-  top: 50%;
-  margin-left: -20px;
-  margin-top: -19px;
-}
-.win-flipview .win-navtop {
-  left: 50%;
-  top: 0%;
-  margin-left: -35px;
-}
-.win-flipview .win-navbottom {
-  left: 50%;
-  top: 100%;
-  margin-left: -35px;
-  margin-top: -36px;
-}
-.win-flipview .win-navbutton {
-  border: none;
-  width: 20px;
-  height: 36px;
-  z-index: 1;
-  position: absolute;
-  font-family: "Segoe MDL2 Assets", "Symbols";
-  font-size: 16px;
-  padding: 0;
-  min-width: 0;
-}
-.win-flipview .win-item,
-.win-flipview .win-item > .win-template {
-  height: 100%;
-  width: 100%;
-  display: -ms-flexbox;
-  display: -webkit-flex;
-  display: flex;
-  -ms-flex-align: center;
-  -webkit-align-items: center;
-  align-items: center;
-  -ms-flex-pack: center;
-  -webkit-justify-content: center;
-  justify-content: center;
-}
-@media (-ms-high-contrast) {
-  .win-flipview .win-navbottom {
-    left: 50%;
-    top: 100%;
-    margin-left: -35px;
-    margin-top: -35px;
-  }
-  .win-flipview .win-navbutton {
-    background-color: ButtonFace;
-    color: ButtonText;
-    border: 2px solid ButtonText;
-    width: 65px;
-    height: 35px;
-  }
-  .win-flipview .win-navbutton.win-navbutton:hover:active,
-  .win-flipview .win-navbutton.win-navbutton:active {
-    background-color: ButtonText;
-    color: ButtonFace;
-  }
-  .win-flipview .win-navright {
-    margin-left: -65px;
-  }
-  html.win-hoverable .win-flipview .win-navbutton:hover {
-    background-color: Highlight;
-    color: HighlightText;
-  }
-}
-.win-datepicker {
-  display: -ms-inline-flexbox;
-  display: -webkit-inline-flex;
-  display: inline-flex;
-  height: auto;
-  width: auto;
-}
-.win-datepicker select {
-  min-width: 80px;
-  margin-top: 4px;
-  margin-bottom: 4px;
-}
-.win-datepicker .win-datepicker-month {
-  margin-right: 20px;
-}
-.win-datepicker .win-datepicker-date.win-order0,
-.win-datepicker .win-datepicker-date.win-order1 {
-  margin-right: 20px;
-}
-.win-datepicker .win-datepicker-year.win-order0 {
-  margin-right: 20px;
-}
-.win-datepicker .win-datepicker-month:lang(ar),
-.win-datepicker .win-datepicker-month:lang(dv),
-.win-datepicker .win-datepicker-month:lang(fa),
-.win-datepicker .win-datepicker-month:lang(he),
-.win-datepicker .win-datepicker-month:lang(ku-Arab),
-.win-datepicker .win-datepicker-month:lang(pa-Arab),
-.win-datepicker .win-datepicker-month:lang(prs),
-.win-datepicker .win-datepicker-month:lang(ps),
-.win-datepicker .win-datepicker-month:lang(sd-Arab),
-.win-datepicker .win-datepicker-month:lang(syr),
-.win-datepicker .win-datepicker-month:lang(ug),
-.win-datepicker .win-datepicker-month:lang(ur),
-.win-datepicker .win-datepicker-month:lang(qps-plocm),
-.win-datepicker .win-datepicker-date.win-order0:lang(ar),
-.win-datepicker .win-datepicker-date.win-order0:lang(dv),
-.win-datepicker .win-datepicker-date.win-order0:lang(fa),
-.win-datepicker .win-datepicker-date.win-order0:lang(he),
-.win-datepicker .win-datepicker-date.win-order0:lang(ku-Arab),
-.win-datepicker .win-datepicker-date.win-order0:lang(pa-Arab),
-.win-datepicker .win-datepicker-date.win-order0:lang(prs),
-.win-datepicker .win-datepicker-date.win-order0:lang(ps),
-.win-datepicker .win-datepicker-date.win-order0:lang(sd-Arab),
-.win-datepicker .win-datepicker-date.win-order0:lang(syr),
-.win-datepicker .win-datepicker-date.win-order0:lang(ug),
-.win-datepicker .win-datepicker-date.win-order0:lang(ur),
-.win-datepicker .win-datepicker-date.win-order0:lang(qps-plocm),
-.win-datepicker .win-datepicker-date.win-order1:lang(ar),
-.win-datepicker .win-datepicker-date.win-order1:lang(dv),
-.win-datepicker .win-datepicker-date.win-order1:lang(fa),
-.win-datepicker .win-datepicker-date.win-order1:lang(he),
-.win-datepicker .win-datepicker-date.win-order1:lang(ku-Arab),
-.win-datepicker .win-datepicker-date.win-order1:lang(pa-Arab),
-.win-datepicker .win-datepicker-date.win-order1:lang(prs),
-.win-datepicker .win-datepicker-date.win-order1:lang(ps),
-.win-datepicker .win-datepicker-date.win-order1:lang(sd-Arab),
-.win-datepicker .win-datepicker-date.win-order1:lang(syr),
-.win-datepicker .win-datepicker-date.win-order1:lang(ug),
-.win-datepicker .win-datepicker-date.win-order1:lang(ur),
-.win-datepicker .win-datepicker-date.win-order1:lang(qps-plocm),
-.win-datepicker .win-datepicker-year.win-order0:lang(ar),
-.win-datepicker .win-datepicker-year.win-order0:lang(dv),
-.win-datepicker .win-datepicker-year.win-order0:lang(fa),
-.win-datepicker .win-datepicker-year.win-order0:lang(he),
-.win-datepicker .win-datepicker-year.win-order0:lang(ku-Arab),
-.win-datepicker .win-datepicker-year.win-order0:lang(pa-Arab),
-.win-datepicker .win-datepicker-year.win-order0:lang(prs),
-.win-datepicker .win-datepicker-year.win-order0:lang(ps),
-.win-datepicker .win-datepicker-year.win-order0:lang(sd-Arab),
-.win-datepicker .win-datepicker-year.win-order0:lang(syr),
-.win-datepicker .win-datepicker-year.win-order0:lang(ug),
-.win-datepicker .win-datepicker-year.win-order0:lang(ur),
-.win-datepicker .win-datepicker-year.win-order0:lang(qps-plocm) {
-  margin-right: 0;
-  margin-left: 20px;
-}
-.win-timepicker {
-  display: -ms-inline-flexbox;
-  display: -webkit-inline-flex;
-  display: inline-flex;
-  height: auto;
-  width: auto;
-}
-.win-timepicker select {
-  min-width: 80px;
-  margin-top: 4px;
-  margin-bottom: 4px;
-}
-.win-timepicker .win-timepicker-hour {
-  margin-right: 20px;
-}
-.win-timepicker .win-timepicker-period.win-order0 {
-  margin-right: 20px;
-}
-.win-timepicker .win-timepicker-minute.win-order1 {
-  margin-right: 20px;
-}
-.win-timepicker .win-timepicker-period.win-order0:lang(ar),
-.win-timepicker .win-timepicker-period.win-order0:lang(dv),
-.win-timepicker .win-timepicker-period.win-order0:lang(fa),
-.win-timepicker .win-timepicker-period.win-order0:lang(he),
-.win-timepicker .win-timepicker-period.win-order0:lang(ku-Arab),
-.win-timepicker .win-timepicker-period.win-order0:lang(pa-Arab),
-.win-timepicker .win-timepicker-period.win-order0:lang(prs),
-.win-timepicker .win-timepicker-period.win-order0:lang(ps),
-.win-timepicker .win-timepicker-period.win-order0:lang(sd-Arab),
-.win-timepicker .win-timepicker-period.win-order0:lang(syr),
-.win-timepicker .win-timepicker-period.win-order0:lang(ug),
-.win-timepicker .win-timepicker-period.win-order0:lang(ur),
-.win-timepicker .win-timepicker-period.win-order0:lang(qps-plocm),
-.win-timepicker .win-timepicker-hour:lang(ar),
-.win-timepicker .win-timepicker-hour:lang(dv),
-.win-timepicker .win-timepicker-hour:lang(fa),
-.win-timepicker .win-timepicker-hour:lang(he),
-.win-timepicker .win-timepicker-hour:lang(ku-Arab),
-.win-timepicker .win-timepicker-hour:lang(pa-Arab),
-.win-timepicker .win-timepicker-hour:lang(prs),
-.win-timepicker .win-timepicker-hour:lang(ps),
-.win-timepicker .win-timepicker-hour:lang(sd-Arab),
-.win-timepicker .win-timepicker-hour:lang(syr),
-.win-timepicker .win-timepicker-hour:lang(ug),
-.win-timepicker .win-timepicker-hour:lang(ur),
-.win-timepicker .win-timepicker-hour:lang(qps-plocm) {
-  margin-right: 0;
-  margin-left: 20px;
-}
-.win-timepicker .win-timepicker-minute.win-order1:lang(ar),
-.win-timepicker .win-timepicker-minute.win-order1:lang(dv),
-.win-timepicker .win-timepicker-minute.win-order1:lang(fa),
-.win-timepicker .win-timepicker-minute.win-order1:lang(he),
-.win-timepicker .win-timepicker-minute.win-order1:lang(ku-Arab),
-.win-timepicker .win-timepicker-minute.win-order1:lang(pa-Arab),
-.win-timepicker .win-timepicker-minute.win-order1:lang(prs),
-.win-timepicker .win-timepicker-minute.win-order1:lang(ps),
-.win-timepicker .win-timepicker-minute.win-order1:lang(sd-Arab),
-.win-timepicker .win-timepicker-minute.win-order1:lang(syr),
-.win-timepicker .win-timepicker-minute.win-order1:lang(ug),
-.win-timepicker .win-timepicker-minute.win-order1:lang(ur),
-.win-timepicker .win-timepicker-minute.win-order1:lang(qps-plocm),
-.win-timepicker .win-timepicker-minute.win-order0:lang(ar),
-.win-timepicker .win-timepicker-minute.win-order0:lang(dv),
-.win-timepicker .win-timepicker-minute.win-order0:lang(fa),
-.win-timepicker .win-timepicker-minute.win-order0:lang(he),
-.win-timepicker .win-timepicker-minute.win-order0:lang(ku-Arab),
-.win-timepicker .win-timepicker-minute.win-order0:lang(pa-Arab),
-.win-timepicker .win-timepicker-minute.win-order0:lang(prs),
-.win-timepicker .win-timepicker-minute.win-order0:lang(ps),
-.win-timepicker .win-timepicker-minute.win-order0:lang(sd-Arab),
-.win-timepicker .win-timepicker-minute.win-order0:lang(syr),
-.win-timepicker .win-timepicker-minute.win-order0:lang(ug),
-.win-timepicker .win-timepicker-minute.win-order0:lang(ur),
-.win-timepicker .win-timepicker-minute.win-order0:lang(qps-plocm) {
-  margin-left: 20px;
-  margin-right: 0;
-}
-body > .win-navigation-backbutton {
-  position: absolute;
-  top: 50px;
-  left: 20px;
-}
-.win-backbutton,
-.win-navigation-backbutton,
-.win-back {
-  display: inline-block;
-  min-width: 0;
-  min-height: 0;
-  padding: 0;
-  text-align: center;
-  width: 41px;
-  height: 41px;
-  font-size: 24px;
-  line-height: 41px;
-  vertical-align: baseline;
-}
-.win-backbutton::before,
-.win-back::before {
-  font-family: "Segoe MDL2 Assets", "Symbols";
-  font-weight: normal;
-  content: "\E0D5";
-  vertical-align: 50%;
-}
-.win-backbutton:lang(ar)::before,
-.win-backbutton:lang(dv)::before,
-.win-backbutton:lang(fa)::before,
-.win-backbutton:lang(he)::before,
-.win-backbutton:lang(ku-Arab)::before,
-.win-backbutton:lang(pa-Arab)::before,
-.win-backbutton:lang(prs)::before,
-.win-backbutton:lang(ps)::before,
-.win-backbutton:lang(sd-Arab)::before,
-.win-backbutton:lang(syr)::before,
-.win-backbutton:lang(ug)::before,
-.win-backbutton:lang(ur)::before,
-.win-backbutton:lang(qps-plocm)::before,
-.win-back:lang(ar)::before,
-.win-back:lang(dv)::before,
-.win-back:lang(fa)::before,
-.win-back:lang(he)::before,
-.win-back:lang(ku-Arab)::before,
-.win-back:lang(pa-Arab)::before,
-.win-back:lang(prs)::before,
-.win-back:lang(ps)::before,
-.win-back:lang(sd-Arab)::before,
-.win-back:lang(syr)::before,
-.win-back:lang(ug)::before,
-.win-back:lang(ur)::before,
-.win-back:lang(qps-plocm)::before {
-  content: "\E0AE";
-}
-button.win-navigation-backbutton,
-button.win-navigation-backbutton:active,
-html.win-hoverable button.win-navigation-backbutton:enabled:hover,
-button.win-navigation-backbutton:enabled:hover:active {
-  background-color: transparent;
-  border: none;
-}
-@media (-ms-high-contrast) {
-  button.win-navigation-backbutton,
-  button.win-navigation-backbutton:active,
-  html.win-hoverable button.win-navigation-backbutton:enabled:hover,
-  button.win-navigation-backbutton:enabled:hover:active {
-    /* Overwrite default background and border styles from BackButton control's <button> element */
-    background-color: transparent;
-    border: none;
-  }
-  .win-backbutton,
-  .win-back {
-    background-color: ButtonFace;
-    border-color: ButtonText;
-    color: ButtonText;
-  }
-  .win-backbutton.win-backbutton:enabled:hover:active,
-  .win-navigation-backbutton.win-navigation-backbutton:enabled:hover:active .win-back {
-    background-clip: border-box;
-    background-color: ButtonText;
-    border-color: transparent;
-    color: ButtonFace;
-  }
-  .win-backbutton:disabled,
-  .win-navigation-backbutton:disabled .win-back,
-  .win-backbutton:disabled:active,
-  .win-navigation-backbutton:disabled:active .win-back {
-    background-color: ButtonFace;
-    border-color: GrayText;
-    color: GrayText;
-  }
-  .win-backbutton:-ms-keyboard-active,
-  .win-navigation-backbutton:-ms-keyboard-active .win-back {
-    background-clip: border-box;
-    background-color: ButtonText;
-    border-color: transparent;
-    color: ButtonFace;
-  }
-  html.win-hoverable .win-backbutton:enabled:hover,
-  html.win-hoverable .win-navigation-backbutton:enabled:hover .win-back {
-    background-color: Highlight;
-    border-color: ButtonText;
-    color: HighlightText;
-  }
-}
-.win-tooltip {
-  display: block;
-  position: fixed;
-  top: 30px;
-  left: 30px;
-  max-width: 320px;
-  box-sizing: border-box;
-  margin: 0;
-  padding: 4px 7px 6px 7px;
-  border-style: solid;
-  border-width: 1px;
-  z-index: 9999;
-  word-wrap: break-word;
-  animation-fill-mode: both;
-  font-size: 12px;
-  font-weight: 400;
-  line-height: 1.167;
-}
-.win-tooltip-phantom {
-  display: block;
-  position: fixed;
-  top: 30px;
-  left: 30px;
-  background-color: transparent;
-  border-width: 0;
-  margin: 0;
-  padding: 0;
-}
-@media (-ms-high-contrast) {
-  .win-tooltip {
-    background-color: Window;
-    border-color: WindowText;
-    color: WindowText;
-  }
-}
-.win-rating {
-  display: -ms-inline-flexbox;
-  display: -webkit-inline-flex;
-  display: inline-flex;
-  -ms-flex-pack: self;
-  -webkit-justify-content: self;
-  justify-content: self;
-  -ms-flex-align: stretch;
-  -webkit-align-items: stretch;
-  align-items: stretch;
-  height: auto;
-  width: auto;
-  white-space: normal;
-  outline: 0;
-}
-.win-rating .win-star {
-  -ms-flex: 1 1 auto;
-  -webkit-flex: 1 1 auto;
-  flex: 1 1 auto;
-  height: 24px;
-  width: 24px;
-  padding: 9px 10px 11px 10px;
-  font-family: "Segoe MDL2 Assets", "Symbols";
-  font-size: 24px;
-  overflow: hidden;
-  text-indent: 0;
-  line-height: 1;
-  cursor: default;
-  position: relative;
-  letter-spacing: 0;
-  -ms-touch-action: none;
-  touch-action: none;
-}
-.win-rating.win-small .win-star {
-  width: 12px;
-  height: 12px;
-  font-size: 12px;
-  padding: 3px 4px 5px 4px;
-}
-.win-rating .win-star:before {
-  content: "\E082";
-}
-.win-rating .win-star.win-disabled {
-  cursor: default;
-  -ms-touch-action: auto;
-  touch-action: auto;
-}
-@media (-ms-high-contrast) {
-  .win-rating .win-star:before {
-    content: "\E082" !important;
-  }
-  .win-rating .win-star.win-full {
-    color: HighLight;
-  }
-  .win-rating .win-star.win-tentative.win-full {
-    color: ButtonText;
-  }
-  .win-rating .win-star.win-empty {
-    color: ButtonFace;
-  }
-  .win-rating .win-star:after {
-    content: "\E224" !important;
-    position: relative;
-    top: -100%;
-    color: ButtonText;
-  }
-}
-.win-toggleswitch {
-  outline: 0;
-}
-.win-toggleswitch .win-toggleswitch-header {
-  max-width: 470px;
-  margin-bottom: 14px;
-  margin-top: 22px;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 1.333;
-}
-.win-toggleswitch .win-toggleswitch-values {
-  display: inline-block;
-  vertical-align: top;
-}
-.win-toggleswitch .win-toggleswitch-value {
-  min-width: 65px;
-  margin-left: 12px;
-  height: 16px;
-  vertical-align: top;
-  font-size: 15px;
-  font-weight: 400;
-  line-height: 16px;
-}
-.win-toggleswitch .win-toggleswitch-description {
-  font-size: 12px;
-  width: 22em;
-  margin-top: 28px;
-  display: none;
-}
-.win-toggleswitch .win-toggleswitch-clickregion {
-  display: inline-block;
-  touch-action: none;
-  -ms-user-select: none;
-  -webkit-user-select: none;
-  -moz-user-select: none;
-  user-select: none;
-}
-.win-toggleswitch .win-toggleswitch-track {
-  position: relative;
-  display: inline-block;
-  width: 44px;
-  height: 16px;
-  border-style: solid;
-  border-width: 2px;
-  border-radius: 8px;
-  box-sizing: border-box;
-}
-.win-toggleswitch .win-toggleswitch-thumb {
-  position: absolute;
-  top: 2px;
-  display: inline-block;
-  width: 20px;
-  height: 8px;
-  border-radius: 4px;
-  -webkit-transition: left 0.1s;
-  transition: left 0.1s;
-}
-.win-toggleswitch:focus .win-toggleswitch-track {
-  outline-width: 1px;
-  outline-style: dotted;
-}
-.win-toggleswitch.win-toggleswitch-dragging .win-toggleswitch-thumb {
-  -webkit-transition: none;
-  transition: none;
-}
-.win-toggleswitch.win-toggleswitch-off .win-toggleswitch-value-on {
-  visibility: hidden;
-  height: 0;
-  font-size: 0;
-  line-height: 0;
-}
-.win-toggleswitch.win-toggleswitch-on .win-toggleswitch-value-off {
-  visibility: hidden;
-  height: 0;
-  font-size: 0;
-  line-height: 0;
-}
-.win-toggleswitch.win-toggleswitch-on .win-toggleswitch-thumb {
-  left: 18px;
-}
-.win-toggleswitch.win-toggleswitch-off .win-toggleswitch-thumb {
-  left: 2px;
-}
-.win-toggleswitch:lang(ar),
-.win-toggleswitch:lang(dv),
-.win-toggleswitch:lang(fa),
-.win-toggleswitch:lang(he),
-.win-toggleswitch:lang(ku-Arab),
-.win-toggleswitch:lang(pa-Arab),
-.win-toggleswitch:lang(prs),
-.win-toggleswitch:lang(ps),
-.win-toggleswitch:lang(sd-Arab),
-.win-toggleswitch:lang(syr),
-.win-toggleswitch:lang(ug),
-.win-toggleswitch:lang(ur),
-.win-toggleswitch:lang(qps-plocm) {
-  direction: rtl;
-}
-.win-toggleswitch:lang(ar).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(dv).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(fa).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(he).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(ku-Arab).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(pa-Arab).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(prs).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(ps).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(sd-Arab).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(syr).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(ug).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(ur).win-toggleswitch-on .win-toggleswitch-thumb,
-.win-toggleswitch:lang(qps-plocm).win-toggleswitch-on .win-toggleswitch-thumb {
-  left: 2px;
-}
-.win-toggleswitch:lang(ar).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(dv).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(fa).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(he).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(ku-Arab).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(pa-Arab).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(prs).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(ps).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(sd-Arab).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(syr).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(ug).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(ur).win-toggleswitch-off .win-toggleswitch-thumb,
-.win-toggleswitch:lang(qps-plocm).win-toggleswitch-off .win-toggleswitch-thumb {
-  left: 18px;
-}
-.win-semanticzoom {
-  touch-action: pan-x pan-y double-tap-zoom;
-  height: 400px;
-}
-.win-semanticzoom .win-listview > .win-viewport * {
-  touch-action: auto;
-}
-.win-semanticzoom * {
-  touch-action: inherit;
-}
-.win-semanticzoom-button {
-  z-index: 100;
-  position: absolute;
-  min-width: 25px;
-  min-height: 25px;
-  width: 25px;
-  height: 25px;
-  padding: 0px;
-  bottom: 21px;
-  touch-action: none;
-}
-.win-semanticzoom-button::before {
-  font-family: "Segoe MDL2 Assets", "Symbols";
-  font-weight: normal;
-  font-size: 11px;
-  content: "\E0B8";
-  /* minus sign */
-}
-.win-semanticzoom-button-location {
-  left: auto;
-  right: 4px;
-}
-.win-semanticzoom-button-location:lang(ar),
-.win-semanticzoom-button-location:lang(dv),
-.win-semanticzoom-button-location:lang(fa),
-.win-semanticzoom-button-location:lang(he),
-.win-semanticzoom-button-location:lang(ku-Arab),
-.win-semanticzoom-button-location:lang(pa-Arab),
-.win-semanticzoom-button-location:lang(prs),
-.win-semanticzoom-button-location:lang(ps),
-.win-semanticzoom-button-location:lang(sd-Arab),
-.win-semanticzoom-button-location:lang(syr),
-.win-semanticzoom-button-location:lang(ug),
-.win-semanticzoom-button-location:lang(ur),
-.win-semanticzoom-button-location:lang(qps-plocm) {
-  left: 4px;
-  right: auto;
-}
-@media (-ms-high-contrast) {
-  .win-semanticzoom-button {
-    background-color: ButtonFace;
-    border-color: ButtonText;
-    color: ButtonText;
-  }
-  .win-semanticzoom-button.win-semanticzoom-button:hover:active {
-    background-clip: border-box;
-    background-color: ButtonText;
-    border-color: transparent;
-    color: ButtonFace;
-  }
-  .win-semanticzoom-button:-ms-keyboard-active {
-    background-clip: border-box;
-    background-color: ButtonText;
-    border-color: transparent;
-    color: ButtonFace;
-  }
-  html.win-hoverable win-semanticzoom-button:hover {
-    background-color: Highlight;
-    border-color: ButtonText;
-    color: HighlightText;
-  }
-}
-.win-pivot {
-  display: -ms-flexbox;
-  display: -webkit-flex;
-  display: flex;
-  -ms-flex-direction: column;
-  -webkit-flex-direction: column;
-  flex-direction: column;
-  -ms-flex-wrap: none;
-  -webkit-flex-wrap: nowrap;
-  flex-wrap: nowrap;
-  height: 100%;
-  width: 100%;
-  overflow: hidden;
-  -ms-scroll-limit-x-max: 0px;
-  touch-action: manipulation;
-}
-.win-pivot .win-pivot-navbutton {
-  position: absolute;
-  width: 20px;
-  height: 36px;
-  padding: 0px;
-  margin: 0px;
-  top: 10px;
-  min-width: 0px;
-  border-wi

<TRUNCATED>
http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/b8d3cfd2/template/WinJS/fonts/Symbols.ttf
----------------------------------------------------------------------
diff --git a/template/WinJS/fonts/Symbols.ttf b/template/WinJS/fonts/Symbols.ttf
deleted file mode 100644
index ad24323..0000000
Binary files a/template/WinJS/fonts/Symbols.ttf and /dev/null differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org