﻿/* Copyright (c) Microsoft Open Technologies, Inc.  All Rights Reserved. Licensed under the Apache License, Version 2.0. 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: translateX(40px);
  }
  to {
    transform: none;
  }
}
@keyframes WinJS-enterContent-rtl {
  from {
    transform: translateX(-40px);
  }
  to {
    transform: none;
  }
}
@keyframes WinJS-exit {
  from {
    transform: none;
  }
  to {
    transform: none;
  }
}
@keyframes WinJS-enterPage {
  from {
    transform: translateX(100px);
  }
  to {
    transform: none;
  }
}
@keyframes WinJS-enterPage-rtl {
  from {
    transform: translateX(-100px);
  }
  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: translateX(40px);
  }
  to {
    -webkit-transform: none;
  }
}
@-webkit-keyframes -webkit-WinJS-enterContent-rtl {
  from {
    -webkit-transform: translateX(-40px);
  }
  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: translateX(100px);
  }
  to {
    -webkit-transform: none;
  }
}
@-webkit-keyframes -webkit-WinJS-enterPage-rtl {
  from {
    -webkit-transform: translateX(-100px);
  }
  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 UI Symbol");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Symbols";
  src: url(../fonts/Symbols.ttf);
}
.win-type-xx-large {
  font-size: 42pt;
  font-weight: 200;
  line-height: 1.1429;
  letter-spacing: 0px;
}
.win-type-x-large {
  font-size: 20pt;
  font-weight: 200;
  line-height: 1.2;
}
.win-type-large {
  font-size: 11pt;
  font-weight: 600;
  line-height: 1.3636;
}
.win-type-medium {
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.3636;
}
.win-type-small {
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.3636;
}
.win-type-x-small {
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.3636;
}
.win-type-xx-small {
  font-size: 9pt;
  font-weight: 400;
  line-height: 1.6667;
}
@font-face {
  font-family: "Segoe";
  font-weight: 200;
  src: local("Segoe UI Light");
}
@font-face {
  font-family: "Segoe";
  font-weight: 300;
  src: local("Segoe UI Semilight");
}
@font-face {
  font-family: "Segoe";
  font-weight: 400;
  src: local("Segoe UI");
}
@font-face {
  font-family: "Segoe";
  font-weight: 600;
  src: local("Segoe UI Semibold");
}
@font-face {
  font-family: "Segoe";
  font-weight: 700;
  src: local("Segoe UI Bold");
}
@font-face {
  font-family: "Segoe";
  font-style: italic;
  font-weight: 400;
  src: local("Segoe UI Italic");
}
@font-face {
  font-family: "Segoe";
  font-style: italic;
  font-weight: 700;
  src: local("Segoe UI 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 UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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 UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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 UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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: "Meiryo UI", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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 UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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 UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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 UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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 UI Symbol", "Ebrima", "Nirmala UI", "Gadugi", "Segoe UI Emoji", "Segoe UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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 UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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 UI Symbol", "Symbols", "Meiryo UI", "Leelawadee UI", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "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;
}
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: 11pt;
  font-weight: 300;
  line-height: 1.3636;
}
iframe {
  border: 0;
}
body,
button,
input,
textarea,
.win-textarea,
select,
option {
  letter-spacing: 0.02em;
}
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", "sans-serif", "Segoe UI Symbol", "Symbols";
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
input[type=search] {
  -ms-user-select: element;
  border-style: solid;
  border-width: 2px;
  margin: 4px 0px;
  width: 260px;
  min-width: 64px;
  min-height: 28px;
  background-clip: border-box;
  padding: 0 8px;
  outline: 0;
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.3636;
}
input::-ms-value {
  margin: 0;
}
input[type=radio] {
  width: 23px;
  height: 23px;
  margin-left: -1px;
  margin-right: 4px;
  margin-bottom: -2px;
}
input[type=radio]:lang(ar),
input[type=radio]:lang(dv),
input[type=radio]:lang(fa),
input[type=radio]:lang(he),
input[type=radio]:lang(ku-Arab),
input[type=radio]:lang(pa-Arab),
input[type=radio]:lang(prs),
input[type=radio]:lang(ps),
input[type=radio]:lang(sd-Arab),
input[type=radio]:lang(syr),
input[type=radio]:lang(ug),
input[type=radio]:lang(ur),
input[type=radio]:lang(qps-plocm) {
  margin-left: 4px;
  margin-right: -1px;
}
input[type=checkbox] {
  width: 21px;
  height: 21px;
  margin-right: 5px;
}
input[type=checkbox]:lang(ar),
input[type=checkbox]:lang(dv),
input[type=checkbox]:lang(fa),
input[type=checkbox]:lang(he),
input[type=checkbox]:lang(ku-Arab),
input[type=checkbox]:lang(pa-Arab),
input[type=checkbox]:lang(prs),
input[type=checkbox]:lang(ps),
input[type=checkbox]:lang(sd-Arab),
input[type=checkbox]:lang(syr),
input[type=checkbox]:lang(ug),
input[type=checkbox]:lang(ur),
input[type=checkbox]:lang(qps-plocm) {
  margin-left: 5px;
  margin-right: 0px;
}
input::-ms-check {
  border-style: solid;
  display: inline-block;
  border-width: 2px;
  background-clip: border-box;
}
textarea,
.win-textarea {
  -ms-user-select: element;
  border-style: solid;
  border-width: 2px;
  margin: 4px 0px;
  padding: 4px 8px;
  padding-right: 17px;
  min-width: 64px;
  min-height: 39px;
  background-clip: border-box;
  overflow-y: scroll;
  word-wrap: break-word;
  outline: 0;
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.3636;
}
textarea:lang(ar),
.win-textarea:lang(ar),
textarea:lang(dv),
.win-textarea:lang(dv),
textarea:lang(fa),
.win-textarea:lang(fa),
textarea:lang(he),
.win-textarea:lang(he),
textarea:lang(ku-Arab),
.win-textarea:lang(ku-Arab),
textarea:lang(pa-Arab),
.win-textarea:lang(pa-Arab),
textarea:lang(prs),
.win-textarea:lang(prs),
textarea:lang(ps),
.win-textarea:lang(ps),
textarea:lang(sd-Arab),
.win-textarea:lang(sd-Arab),
textarea:lang(syr),
.win-textarea:lang(syr),
textarea:lang(ug),
.win-textarea:lang(ug),
textarea:lang(ur),
.win-textarea:lang(ur),
textarea:lang(qps-plocm),
.win-textarea:lang(qps-plocm) {
  padding-right: 8px;
  padding-left: 17px;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
  border-style: solid;
  background-clip: padding-box;
  margin: 0px;
  min-height: 32px;
  min-width: 90px;
  padding: 4px 8px;
  border-width: 2px;
  font-size: 11pt;
  font-weight: 600;
  line-height: 1.3636;
}
input[type=submit],
button[type=submit] {
  background-clip: border-box;
}
input::-ms-clear,
input::-ms-reveal {
  margin-right: -8px;
  margin-left: 2px;
}
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: 11pt;
  font-weight: 400;
  line-height: 1.3636;
}
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: 11pt;
  font-weight: 600;
  line-height: 1.3636;
}
select {
  min-width: 80px;
  min-height: 32px;
  border-width: 2px;
  border-style: solid;
  background-clip: border-box;
  margin: 4px 0px;
  outline: 0;
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.3636;
}
select::-ms-value {
  padding: 4px 8px;
  margin: 0px;
}
select::-ms-expand {
  border: 0px;
  padding-left: 6px;
  padding-right: 6px;
}
progress {
  width: 180px;
  height: 6px;
  border-style: none;
}
progress.win-medium {
  width: 280px;
}
progress.win-large {
  width: 100%;
}
progress::-ms-fill {
  border-style: none;
}
progress:indeterminate {
  height: 4px;
  padding: 1px 0px;
}
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;
}
@keyframes win-progress-fade-out {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.5;
  }
}
input[type=range] {
  width: 280px;
  height: auto;
  padding: 17px 0px 32px 0px;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-ms-track {
  padding: 0px;
  width: auto;
  height: 11px;
  border-style: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 11px;
}
input[type=range]::-moz-range-track {
  height: 11px;
  border: none;
}
input[type=range]::-ms-thumb {
  width: 11px;
  height: 11px;
  border-style: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 11px;
  width: 11px;
}
input[type=range]::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 0;
  border: none;
}
input[type=range]::-ms-ticks-before,
input[type=range]::-ms-ticks-after {
  width: 100%;
  height: 5px;
  display: none;
}
input[type=range]:disabled::-ms-fill-lower {
  margin-right: 5px;
}
input[type=range]:disabled::-ms-fill-upper {
  margin-left: 6px;
}
input[type=range]:disabled:lang(ar)::-ms-fill-lower,
input[type=range]:disabled:lang(dv)::-ms-fill-lower,
input[type=range]:disabled:lang(fa)::-ms-fill-lower,
input[type=range]:disabled:lang(he)::-ms-fill-lower,
input[type=range]:disabled:lang(ku-Arab)::-ms-fill-lower,
input[type=range]:disabled:lang(pa-Arab)::-ms-fill-lower,
input[type=range]:disabled:lang(prs)::-ms-fill-lower,
input[type=range]:disabled:lang(ps)::-ms-fill-lower,
input[type=range]:disabled:lang(sd-Arab)::-ms-fill-lower,
input[type=range]:disabled:lang(syr)::-ms-fill-lower,
input[type=range]:disabled:lang(ug)::-ms-fill-lower,
input[type=range]:disabled:lang(ur)::-ms-fill-lower,
input[type=range]:disabled:lang(qps-plocm)::-ms-fill-lower {
  margin-right: 0;
  margin-left: 5px;
}
input[type=range]:disabled:lang(ar)::-ms-fill-upper,
input[type=range]:disabled:lang(dv)::-ms-fill-upper,
input[type=range]:disabled:lang(fa)::-ms-fill-upper,
input[type=range]:disabled:lang(he)::-ms-fill-upper,
input[type=range]:disabled:lang(ku-Arab)::-ms-fill-upper,
input[type=range]:disabled:lang(pa-Arab)::-ms-fill-upper,
input[type=range]:disabled:lang(prs)::-ms-fill-upper,
input[type=range]:disabled:lang(ps)::-ms-fill-upper,
input[type=range]:disabled:lang(sd-Arab)::-ms-fill-upper,
input[type=range]:disabled:lang(syr)::-ms-fill-upper,
input[type=range]:disabled:lang(ug)::-ms-fill-upper,
input[type=range]:disabled:lang(ur)::-ms-fill-upper,
input[type=range]:disabled:lang(qps-plocm)::-ms-fill-upper {
  margin-left: 0;
  margin-right: 6px;
}
input[type=range].win-vertical {
  width: auto;
  height: 191px;
  padding: 0px 17px;
  writing-mode: bt-lr;
}
input[type=range].win-vertical::-ms-track {
  width: 11px;
  height: auto;
}
input[type=range].win-vertical:disabled::-ms-fill-lower {
  margin-right: 0;
  margin-top: 6px;
}
input[type=range].win-vertical:disabled::-ms-fill-upper {
  margin-left: 0;
  margin-bottom: 5px;
}
input[type=range].win-vertical::-ms-ticks-before,
input[type=range].win-vertical::-ms-ticks-after {
  width: 5px;
  height: 100%;
  display: none;
}
input[type=range].win-vertical:disabled:lang(ar)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(dv)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(fa)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(he)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(ku-Arab)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(pa-Arab)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(prs)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(ps)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(sd-Arab)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(syr)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(ug)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(ur)::-ms-fill-lower,
input[type=range].win-vertical:disabled:lang(qps-plocm)::-ms-fill-lower {
  margin-left: 0;
}
input[type=range].win-vertical:disabled:lang(ar)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(dv)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(fa)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(he)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(ku-Arab)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(pa-Arab)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(prs)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(ps)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(sd-Arab)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(syr)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(ug)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(ur)::-ms-fill-upper,
input[type=range].win-vertical:disabled:lang(qps-plocm)::-ms-fill-upper {
  margin-right: 0;
}
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: none;
  cursor: default;
}
img {
  border-style: none;
}
form {
  margin: 0px;
  padding: 0px;
}
legend {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: inherit;
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.3636;
}
code,
pre,
samp {
  font-family: "Consolas";
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.3636;
}
caption,
figcaption,
small {
  font-size: 9pt;
  font-weight: 400;
  line-height: 1.6667;
}
.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: 11pt;
  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: 42pt;
  font-weight: 200;
  line-height: 1.1429;
  letter-spacing: 0px;
}
h2 {
  font-size: 20pt;
  font-weight: 200;
  line-height: 1.2;
}
h3 {
  font-size: 11pt;
  font-weight: 600;
  line-height: 1.3636;
}
h4 {
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.3636;
}
h5 {
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.3636;
}
h6 {
  font-size: 9pt;
  font-weight: 400;
  line-height: 1.6667;
}
@media (-ms-high-contrast) {
  .win-type-interactive {
    color: WindowText;
  }
  .win-type-interactive:hover,
  .win-type-interactive:hover:active {
    color: -ms-hotlight;
  }
  .win-type-interactive:-ms-keyboard-active {
    color: -ms-hotlight;
  }
  /*
    Text selection high contrast color.
    */
  ::selection,
  select:focus::-ms-value {
    background-color: Highlight;
    color: HighlightText;
  }
  /*
    Button
    */
  button,
  input[type=button],
  input[type=reset],
  input[type=file]::-ms-browse {
    background-color: ButtonFace;
    border-color: ButtonText;
    color: ButtonText;
  }
  button[type=submit],
  input[type=submit] {
    background-color: Highlight;
    border-color: ButtonText;
    color: HighlightText;
  }
  button:hover:active,
  button[type=submit]:hover:active,
  input[type=button]:hover:active,
  input[type=submit]:hover:active,
  input[type=reset]:hover:active,
  input[type=file]::-ms-browse:hover:active {
    background-clip: border-box;
    background-color: ButtonText;
    border-color: transparent;
    color: ButtonFace;
  }
  button:disabled,
  button[type=submit]:disabled,
  input[type=button]:disabled,
  input[type=submit]:disabled,
  input[type=reset]:disabled,
  input[type=file]:disabled::-ms-browse,
  button:disabled:active,
  button[type=submit]:disabled:active,
  input[type=button]:disabled:active,
  input[type=submit]:disabled:active,
  input[type=reset]:disabled:active,
  input[type=file]:disabled::-ms-browse:active {
    background-color: ButtonFace;
    border-color: GrayText;
    color: GrayText;
  }
  button:-ms-keyboard-active,
  button[type=submit]:-ms-keyboard-active,
  input[type=button]:-ms-keyboard-active,
  input[type=submit]:-ms-keyboard-active,
  input[type=reset]:-ms-keyboard-active {
    background-clip: border-box;
    background-color: ButtonText;
    border-color: transparent;
    color: ButtonFace;
  }
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input::-ms-clear:hover,
  input::-ms-reveal:hover,
  input[type=file]::-ms-browse:hover {
    background-color: Highlight;
    border-color: ButtonText;
    color: HighlightText;
  }
  input::-ms-clear:hover:active,
  input::-ms-reveal:hover:active {
    background-clip: border-box;
    background-color: ButtonText;
    border-color: transparent;
    color: ButtonFace;
  }
  input:disabled::-ms-clear,
  input:disabled::-ms-reveal,
  select:disabled::-ms-expand {
    background-color: ButtonFace;
    border-color: GrayText;
    color: GrayText;
  }
  input::-ms-clear,
  input::-ms-reveal,
  select::-ms-expand {
    background-color: ButtonFace;
    border-color: ButtonText;
    color: ButtonText;
  }
  /*
    Select
    */
  select:active:not(:disabled)::-ms-expand {
    color: ButtonFace;
    background-color: ButtonText;
  }
  option:checked,
  select:focus::-ms-value {
    color: HighlightText;
    background-color: Highlight;
  }
  select:active:not(:disabled)::-ms-value,
  option:hover:active,
  option:checked:hover:active {
    color: ButtonFace;
    background-color: ButtonText;
  }
  option:checked:disabled,
  option:checked:disabled:active,
  optgroup:disabled option:checked,
  optgroup:disabled option:checked:active,
  select:disabled option:checked,
  select:disabled option:checked:active,
  select:disabled:focus::-ms-value {
    color: ButtonFace;
    background-color: GrayText;
  }
  /*
    Link high contrast colors.
    */
  a {
    color: -ms-hotlight;
  }
  a[disabled] {
    color: GrayText;
  }
  /*
    Text input, checkbox, radio, and select high contrast colors.
    */
  input:hover::-ms-check {
    /* only checkbox and radio have hover state */
    background-color: Highlight;
    color: HighlightText;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=search],
  textarea,
  .win-textarea,
  select,
  input::-ms-check {
    background-color: ButtonFace;
    border-color: ButtonText;
    color: ButtonText;
  }
  input:hover:active::-ms-check {
    /* only checkbox and radio have active state */
    background-clip: border-box;
    background-color: ButtonText;
    border-color: transparent;
    color: ButtonFace;
  }
  input[type=text]:disabled,
  input[type=password]:disabled,
  input[type=email]:disabled,
  input[type=number]:disabled,
  input[type=tel]:disabled,
  input[type=url]:disabled,
  input[type=search]:disabled,
  input[type=file]::-ms-value,
  textarea:disabled,
  .win-textarea:disabled,
  select:disabled,
  input:disabled::-ms-check,
  input:disabled:active::-ms-check {
    border-color: GrayText;
    color: ButtonText;
    background-color: ButtonFace;
  }
  input[type]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: GrayText;
  }
  input[type]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: GrayText;
  }
  input[type]::-moz-input-placeholder,
  textarea::-moz-input-placeholder {
    color: GrayText;
  }
  input:disabled::-ms-check,
  input:disabled:active::-ms-check,
  select:disabled::-ms-value {
    color: GrayText;
  }
  input:-ms-keyboard-active::-ms-check {
    /* only checkbox and radio have active state */
    background-clip: border-box;
    background-color: ButtonText;
    border-color: transparent;
    color: ButtonFace;
  }
  /*
    Progress high contrast colors.
    */
  progress {
    border: 1px solid ButtonText;
    background-color: ButtonFace;
    color: Highlight;
  }
  progress:indeterminate {
    border: transparent;
  }
  progress::-ms-fill {
    border-right: 1px solid ButtonText;
    background-color: Highlight;
  }
  progress.win-paused:not(:indeterminate)::-ms-fill {
    background-color: GrayText;
  }
  progress.win-paused:not(:indeterminate) {
    opacity: 1.0;
  }
  /*
    Slider
    */
  input[type=range]::-ms-track {
    border: 1px solid ButtonText;
    background-color: ButtonFace;
    color: transparent;
  }
  input[type=range]:disabled::-ms-track {
    border-color: GrayText;
  }
  input[type=range]::-ms-fill-lower {
    background-color: Highlight;
  }
  input[type=range]:disabled::-ms-fill-lower {
    background-color: transparent;
  }
  input[type=range]::-ms-ticks-before,
  input[type=range]::-ms-ticks-after {
    color: ButtonText;
  }
  input[type=range]:disabled::-ms-ticks-before,
  input[type=range]:disabled::-ms-ticks-after {
    color: GrayText;
  }
  input[type=range]::-ms-thumb {
    background-color: ButtonText;
    border-left: 1px solid HighlightText;
    border-right: 1px solid HighlightText;
  }
  input[type=range].win-vertical::-ms-thumb {
    border-left-style: none;
    border-right-style: none;
    border-top: 1px solid HighlightText;
    border-bottom: 1px solid HighlightText;
  }
  input[type=range]:active::-ms-thumb {
    background-color: HighlightText;
    border-color: ButtonText;
  }
  input[type=range]:disabled::-ms-thumb,
  input[type=range]:disabled:active::-ms-thumb {
    background-color: GrayText;
    border-color: GrayText;
  }
  input[type=range]:hover::-ms-thumb {
    background-color: Highlight;
  }
}
.win-toggleswitch {
  outline: 0;
}
.win-toggleswitch .win-toggleswitch-header {
  max-width: 470px;
  font-size: 12pt;
  width: 22em;
  margin-bottom: 7px;
  margin-top: 10px;
  font-weight: 300;
}
.win-toggleswitch .win-toggleswitch-values {
  display: inline-block;
  vertical-align: top;
}
.win-toggleswitch .win-toggleswitch-value {
  min-width: 65px;
  margin-right: 20px;
  height: 19px;
  line-height: 19px;
  vertical-align: top;
  font-weight: 600;
}
.win-toggleswitch .win-toggleswitch-description {
  font-size: 12pt;
  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: 50px;
  height: 19px;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
}
.win-toggleswitch .win-toggleswitch-fill {
  position: absolute;
  top: 1px;
  display: inline-block;
  height: 13px;
  box-sizing: border-box;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.win-toggleswitch .win-toggleswitch-fill-lower {
  left: 1px;
}
.win-toggleswitch .win-toggleswitch-fill-upper {
  right: 1px;
}
.win-toggleswitch .win-toggleswitch-thumb {
  position: absolute;
  top: 0;
  margin-top: -2px;
  margin-left: -2px;
  display: inline-block;
  width: 12px;
  height: 19px;
  -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-fill,
.win-toggleswitch.win-toggleswitch-dragging .win-toggleswitch-thumb {
  -webkit-transition: none;
  transition: none;
}
.win-toggleswitch.win-toggleswitch-off .win-toggleswitch-value-on {
  height: 0;
  visibility: hidden;
}
.win-toggleswitch.win-toggleswitch-on .win-toggleswitch-value-off {
  height: 0;
  visibility: hidden;
}
.win-toggleswitch.win-toggleswitch-on .win-toggleswitch-fill-lower {
  width: 35px;
}
.win-toggleswitch.win-toggleswitch-on .win-toggleswitch-fill-upper {
  width: 0;
}
.win-toggleswitch.win-toggleswitch-on .win-toggleswitch-thumb {
  left: 38px;
}
.win-toggleswitch.win-toggleswitch-off .win-toggleswitch-fill-lower {
  width: 0;
}
.win-toggleswitch.win-toggleswitch-off .win-toggleswitch-fill-upper {
  width: 35px;
}
.win-toggleswitch.win-toggleswitch-off .win-toggleswitch-thumb {
  left: 0;
}
.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-fill-lower,
.win-toggleswitch:lang(dv).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(fa).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(he).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ku-Arab).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(pa-Arab).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(prs).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ps).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(sd-Arab).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(syr).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ug).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ur).win-toggleswitch-on .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(qps-plocm).win-toggleswitch-on .win-toggleswitch-fill-lower {
  width: 0;
}
.win-toggleswitch:lang(ar).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(dv).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(fa).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(he).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ku-Arab).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(pa-Arab).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(prs).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ps).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(sd-Arab).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(syr).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ug).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ur).win-toggleswitch-on .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(qps-plocm).win-toggleswitch-on .win-toggleswitch-fill-upper {
  width: 35px;
}
.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: 0;
}
.win-toggleswitch:lang(ar).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(dv).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(fa).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(he).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ku-Arab).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(pa-Arab).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(prs).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ps).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(sd-Arab).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(syr).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ug).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ur).win-toggleswitch-off .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(qps-plocm).win-toggleswitch-off .win-toggleswitch-fill-lower {
  width: 35px;
}
.win-toggleswitch:lang(ar).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(dv).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(fa).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(he).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ku-Arab).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(pa-Arab).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(prs).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ps).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(sd-Arab).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(syr).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ug).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ur).win-toggleswitch-off .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(qps-plocm).win-toggleswitch-off .win-toggleswitch-fill-upper {
  width: 0;
}
.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: 38px;
}
.win-hub {
  height: 100%;
  width: 100%;
  position: relative;
}
.win-hub-progress {
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 1;
}
.win-hub-viewport {
  height: 100%;
  width: 100%;
  /* Allow win-hub-surface margin/padding right to work */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-scroll-snap-type: proximity;
}
.win-hub-horizontal .win-hub-viewport {
  overflow-x: auto;
  overflow-y: hidden;
}
.win-hub-vertical .win-hub-viewport {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.win-hub-surface {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.win-hub-vertical .win-hub-surface {
  width: 100%;
  padding: 15px 0;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.win-hub-horizontal .win-hub-surface {
  height: 100%;
  padding: 0 80px;
}
.win-hub-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 40px;
}
.win-hub-horizontal .win-hub-section {
  height: 100%;
}
.win-hub-horizontal .win-hub-section-header {
  margin-top: 129px;
}
.win-hub-vertical .win-hub-section {
  width: calc(100% - 80px);
  padding: 14px 40px;
}
.win-hub-vertical .win-hub-section-header {
  margin-top: 1px;
}
.win-hub-section-header {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 4px 0;
  font-size: 20pt;
  text-align: left;
}
.win-hub-section-header:lang(ar),
.win-hub-section-header:lang(dv),
.win-hub-section-header:lang(fa),
.win-hub-section-header:lang(he),
.win-hub-section-header:lang(ku-Arab),
.win-hub-section-header:lang(pa-Arab),
.win-hub-section-header:lang(prs),
.win-hub-section-header:lang(ps),
.win-hub-section-header:lang(sd-Arab),
.win-hub-section-header:lang(syr),
.win-hub-section-header:lang(ug),
.win-hub-section-header:lang(ur),
.win-hub-section-header:lang(qps-plocm) {
  text-align: right;
}
button.win-hub-section-header-tabstop,
html.win-hoverable button.win-hub-section-header-tabstop:hover,
button.win-hub-section-header-tabstop:hover:active {
  background-color: transparent;
  border: 0;
  padding: 0 3px 0 0;
  min-height: 0;
  min-width: 0;
  max-width: calc(100% - 3px);
  font-size: 20pt;
}
button.win-hub-section-header-tabstop:lang(ar),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(ar),
button.win-hub-section-header-tabstop:hover:active:lang(ar),
button.win-hub-section-header-tabstop:lang(dv),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(dv),
button.win-hub-section-header-tabstop:hover:active:lang(dv),
button.win-hub-section-header-tabstop:lang(fa),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(fa),
button.win-hub-section-header-tabstop:hover:active:lang(fa),
button.win-hub-section-header-tabstop:lang(he),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(he),
button.win-hub-section-header-tabstop:hover:active:lang(he),
button.win-hub-section-header-tabstop:lang(ku-Arab),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(ku-Arab),
button.win-hub-section-header-tabstop:hover:active:lang(ku-Arab),
button.win-hub-section-header-tabstop:lang(pa-Arab),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(pa-Arab),
button.win-hub-section-header-tabstop:hover:active:lang(pa-Arab),
button.win-hub-section-header-tabstop:lang(prs),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(prs),
button.win-hub-section-header-tabstop:hover:active:lang(prs),
button.win-hub-section-header-tabstop:lang(ps),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(ps),
button.win-hub-section-header-tabstop:hover:active:lang(ps),
button.win-hub-section-header-tabstop:lang(sd-Arab),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(sd-Arab),
button.win-hub-section-header-tabstop:hover:active:lang(sd-Arab),
button.win-hub-section-header-tabstop:lang(syr),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(syr),
button.win-hub-section-header-tabstop:hover:active:lang(syr),
button.win-hub-section-header-tabstop:lang(ug),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(ug),
button.win-hub-section-header-tabstop:hover:active:lang(ug),
button.win-hub-section-header-tabstop:lang(ur),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(ur),
button.win-hub-section-header-tabstop:hover:active:lang(ur),
button.win-hub-section-header-tabstop:lang(qps-plocm),
html.win-hoverable button.win-hub-section-header-tabstop:hover:lang(qps-plocm),
button.win-hub-section-header-tabstop:hover:active:lang(qps-plocm) {
  padding: 0 0 0 3px;
}
button.win-hub-section-header-tabstop:focus {
  outline: none;
}
button.win-hub-section-header-tabstop:-ms-keyboard-active {
  background-color: transparent;
}
.win-hub-section-header-wrapper {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  outline: none;
}
.win-hub-section-header-content {
  display: inline-block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.win-hub-section-header-chevron {
  display: none;
}
.win-hub-section-header-interactive .win-hub-section-header-chevron {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  margin-left: 7px;
}
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(ar),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(dv),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(fa),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(he),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(ku-Arab),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(pa-Arab),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(prs),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(ps),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(sd-Arab),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(syr),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(ug),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(ur),
.win-hub-section-header-interactive .win-hub-section-header-chevron:lang(qps-plocm) {
  margin-left: 0;
  margin-right: 7px;
}
.win-hub-section-header-chevron::before {
  font-family: "Segoe UI Symbol", "Symbols";
  content: "\E26B";
}
.win-hub-section-header-chevron:lang(ar),
.win-hub-section-header-chevron:lang(dv),
.win-hub-section-header-chevron:lang(fa),
.win-hub-section-header-chevron:lang(he),
.win-hub-section-header-chevron:lang(ku-Arab),
.win-hub-section-header-chevron:lang(pa-Arab),
.win-hub-section-header-chevron:lang(prs),
.win-hub-section-header-chevron:lang(ps),
.win-hub-section-header-chevron:lang(sd-Arab),
.win-hub-section-header-chevron:lang(syr),
.win-hub-section-header-chevron:lang(ug),
.win-hub-section-header-chevron:lang(ur),
.win-hub-section-header-chevron:lang(qps-plocm) {
  font-family: "Segoe UI Symbol", "Symbols";
  content: "\E26C";
}
.win-hub-section-content {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.win-hub-horizontal .win-hub-section-content {
  height: calc(100% - 44px);
}
.win-hub-vertical .win-hub-section-content {
  width: 100%;
}
@media (-ms-high-contrast) {
  button.win-hub-section-header-tabstop,
  html.win-hoverable button.win-hub-section-header-tabstop:hover,
  button.win-hub-section-header-tabstop:hover:active {
    background-color: transparent;
    color: WindowText;
  }
  button.win-hub-section-header-tabstop:-ms-keyboard-active {
    color: WindowText;
  }
  html.win-hoverable button.win-hub-section-header-tabstop.win-hub-section-header-interactive:hover,
  button.win-hub-section-header-tabstop.win-hub-section-header-interactive:hover:active {
    color: -ms-hotlight;
  }
  button.win-hub-section-header-tabstop.win-hub-section-header-interactive:-ms-keyboard-active {
    color: -ms-hotlight;
  }
}
body > .win-navigation-backbutton {
  position: absolute;
  top: 50px;
  left: 20px;
}
.win-backbutton,
.win-back {
  display: inline-block;
  min-width: 0;
  min-height: 0;
  background-clip: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  padding: 0;
  text-align: center;
  width: 41px;
  height: 41px;
  font-size: 14pt;
  line-height: 37px;
  vertical-align: baseline;
}
html.win-hoverable .win-backbutton:hover,
.win-backbutton:hover:active {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.win-backbutton::before,
.win-back::before {
  font-family: "Segoe UI Symbol", "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";
}
.win-backbutton:disabled,
.win-backbutton:disabled:active,
.win-navigation-backbutton:disabled,
.win-navigation-backbutton:disabled:active {
  visibility: hidden;
}
button.win-navigation-backbutton,
button.win-navigation-backbutton:active,
html.win-hoverable button.win-navigation-backbutton:hover,
button.win-navigation-backbutton:active:hover {
  display: inline-block;
  padding: 2px;
  min-height: 0px;
  min-width: 0px;
  height: 45px;
  width: 45px;
}
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-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: 28px;
  width: 28px;
  padding: 0 6px;
  font-family: "Segoe UI Symbol", "Symbols";
  font-size: 28px;
  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: 14px;
  height: 14px;
  font-size: 14px;
  padding: 0 3px;
}
.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-datepicker {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: auto;
  width: auto;
}
.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 .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;
}
.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;
}
.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-listview.win-swipeable .win-horizontal .win-container,
.win-listview.win-swipeable .win-horizontal .win-itembox.win-nonswipeable {
  touch-action: pan-x pinch-zoom;
}
.win-listview.win-swipeable .win-vertical .win-container,
.win-listview.win-swipeable .win-vertical .win-itembox.win-nonswipeable {
  touch-action: pan-y pinch-zoom;
}
.win-listview.win-swipeable .win-horizontal .win-itembox {
  touch-action: pan-x pinch-zoom double-tap-zoom cross-slide-y;
}
.win-listview.win-swipeable .win-vertical .win-itembox {
  touch-action: pan-y pinch-zoom double-tap-zoom cross-slide-x;
}
.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: 4px;
  border-style: solid;
}
html.win-hoverable .win-container.win-selected:hover .win-selectionborder {
  border-width: 4px;
  border-style: solid;
}
.win-listview .win-groupheader {
  padding: 10px 10px 10px 2px;
  overflow: hidden;
  outline-width: 0.01px;
  outline-style: none;
  float: left;
  font-size: 20pt;
  font-weight: 200;
  line-height: 1.2;
}
.win-listview .win-groupheadercontainer {
  z-index: 1;
  touch-action: pan-x pan-y pinch-zoom;
  overflow: hidden;
}
.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;
}
.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: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border-width: 20px;
  border-style: solid;
  z-index: 3;
}
.win-listview.win-rtl .win-selectioncheckmarkbackground,
.win-itemcontainer.win-rtl .win-selectioncheckmarkbackground {
  left: 0;
  right: auto;
}
.win-selectioncheckmark {
  position: absolute;
  margin: 0;
  padding: 2px;
  right: 0;
  top: 0;
  font-family: "Segoe UI Symbol", "Symbols";
  font-size: 11pt;
  z-index: 4;
}
.win-listview.win-rtl .win-selectioncheckmark,
.win-itemcontainer.win-rtl .win-selectioncheckmark {
  left: 0;
  right: auto;
}
.win-selectionhint {
  position: absolute;
  margin: 0;
  padding: 2px;
  right: 0;
  font-family: "Segoe UI Symbol", "Symbols";
  font-size: 11pt;
  opacity: 0.5;
}
.win-selectionhint.win-revealed {
  opacity: 1;
}
.win-listview.win-rtl .win-selectionhint,
.win-itemcontainer.win-rtl .win-selectionhint {
  left: 0;
  right: auto;
}
.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-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-container.win-swipe,
.win-listview .win-container.win-swipe .win-itembox,
.win-itemcontainer.win-container.win-swipe,
.win-itemcontainer.win-container.win-swipe .win-itembox {
  position: relative;
  z-index: 1;
}
.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-listview-supports-cross-slide .win-horizontal .win-itemscontainer,
.win-listview.win-listview-supports-cross-slide .win-horizontal .win-itemsblock:not(.win-clip) {
  margin-top: -200px;
  margin-bottom: -200px;
  padding-top: 200px;
  padding-bottom: 200px;
}
.win-listview.win-listview-supports-cross-slide .win-vertical .win-itemscontainer,
.win-listview.win-listview-supports-cross-slide .win-vertical .win-itemsblock:not(.win-clip) {
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
}
.win-listview.win-listview-supports-cross-slide .win-horizontal .win-listlayout .win-itemscontainer {
  margin-bottom: -176px;
}
.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;
}
.win-itemcontainer.win-swipeable.win-horizontal .win-itembox {
  touch-action: pan-y pinch-zoom cross-slide-x;
}
.win-itemcontainer.win-swipeable.win-vertical .win-itembox {
  touch-action: pan-x pinch-zoom cross-slide-y;
}
.win-selectioncheckmark {
  color: #ffffff;
}
.win-selectionhint {
  color: #ffffff;
}
html.win-hoverable .win-listview.win-selectionstylefilled .win-container.win-selected:hover .win-itembox,
html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-container.win-selected:hover .win-itembox {
  background-color: #5f37be;
}
.win-listview.win-selectionstylefilled .win-selected,
.win-itemcontainer.win-selectionstylefilled.win-selected {
  color: #ffffff;
}
.win-listview:not(.win-selectionstylefilled) .win-container.win-selected .win-selectionborder,
.win-itemcontainer:not(.win-selectionstylefilled).win-container.win-selected .win-selectionborder {
  border-color: #4617b4;
}
.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: #5f37be;
}
.win-listview.win-selectionstylefilled .win-selected .win-selectionbackground,
.win-itemcontainer.win-selectionstylefilled.win-selected .win-selectionbackground {
  background-color: #4617b4;
}
html.win-hoverable .win-listview.win-selectionstylefilled .win-selected:hover .win-selectionbackground,
html.win-hoverable .win-itemcontainer.win-selectionstylefilled.win-selected:hover .win-selectionbackground {
  background-color: #5f37be;
}
.win-listview:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground,
.win-itemcontainer:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground {
  border-top-color: #4617b4;
  border-right-color: #4617b4;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.win-listview.win-selectionstylefilled .win-selectioncheckmarkbackground,
.win-itemcontainer.win-selectionstylefilled .win-selectioncheckmarkbackground {
  border-color: transparent;
}
html.win-hoverable .win-listview:not(.win-selectionstylefilled) .win-container.win-selected:hover .win-selectioncheckmarkbackground,
html.win-hoverable .win-itemcontainer:not(.win-selectionstylefilled).win-container.win-selected:hover .win-selectioncheckmarkbackground {
  border-top-color: #5f37be;
  border-right-color: #5f37be;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.win-listview.win-rtl:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground,
.win-itemcontainer.win-rtl:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground {
  border-left-color: #4617b4;
  border-right-color: transparent;
}
html.win-hoverable .win-listview.win-rtl:not(.win-selectionstylefilled) .win-container.win-selected:hover .win-selectioncheckmarkbackground,
html.win-hoverable .win-itemcontainer.win-rtl:not(.win-selectionstylefilled).win-container.win-selected:hover .win-selectioncheckmarkbackground {
  border-left-color: #5f37be;
  border-right-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-selectionhint,
  .win-itemcontainer .win-selectionhint {
    color: WindowText;
  }
  .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:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground,
  .win-itemcontainer:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground {
    border-top-color: Highlight;
    border-right-color: Highlight;
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
  html.win-hoverable .win-listview:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground:hover,
  html.win-hoverable .win-itemcontainer:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground:hover {
    border-top-color: Highlight;
    border-right-color: Highlight;
  }
  .win-listview.win-rtl:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground,
  .win-itemcontainer.win-rtl:not(.win-selectionstylefilled) .win-selectioncheckmarkbackground {
    border-top-color: Highlight;
    border-left-color: Highlight;
    border-right-color: transparent;
    border-bottom-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: -69px;
  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: -39px;
}
.win-flipview .win-navbutton {
  border: none;
  width: 69px;
  height: 39px;
  z-index: 1;
  position: absolute;
  font-family: "Segoe UI Symbol", "Symbols";
  font-size: 16pt;
  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;
}
.win-flipview .win-navbutton {
  background-color: rgba(213, 213, 213, 0.35);
  color: rgba(0, 0, 0, 0.6);
}
.win-flipview .win-navbutton.win-navbutton:hover:active {
  background-color: rgba(41, 41, 41, 0.74);
  color: #ffffff;
}
html.win-hoverable .win-flipview .win-navbutton:hover {
  background-color: rgba(215, 215, 215, 0.94);
  color: #000000;
}
@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-tooltip {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  max-width: 380px;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 10px 7px 10px;
  border-style: solid;
  border-width: 2px;
  z-index: 9999;
  word-wrap: break-word;
  animation-fill-mode: both;
  font-size: 9pt;
  font-weight: 400;
  line-height: 1.6667;
}
.win-tooltip-phantom {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  background-color: transparent;
  border-width: 0;
  margin: 0;
  padding: 0;
}
.win-tooltip {
  background-color: #ffffff;
  border-color: #808080;
  color: rgba(0, 0, 0, 0.6);
}
@media (-ms-high-contrast) {
  .win-tooltip {
    background-color: Window;
    border-color: WindowText;
    color: WindowText;
  }
}
.win-semanticzoom {
  touch-action: pan-x pan-y double-tap-zoom;
}
.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 UI Symbol", "Symbols";
  font-weight: normal;
  font-size: 11pt;
  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;
}
.win-semanticzoom {
  height: 400px;
}
.win-semanticzoom .win-listview > .win-viewport * {
  touch-action: 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-viewbox {
  width: 100%;
  height: 100%;
  position: relative;
}
/*
AppBar/Flyout z-index values:
    1000 - AppBar/settings click-eating div
    1002 - AppBar
    1004 - Settings Flyout
    1006 - Flyout click-eating div
    1008 - Flyout
*/
.win-appbarclickeater {
  z-index: 1000;
  background-color: transparent;
  display: none;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  position: fixed;
  touch-action: none;
  outline: 1px solid Purple;
  /*Necessary to block passthrough over webviews*/
  -ms-high-contrast-adjust: none;
}
.win-flyoutmenuclickeater {
  z-index: 1006;
  background-color: transparent;
  display: none;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  position: fixed;
  touch-action: none;
  outline: 1px solid Lime;
  /*Necessary to block passthrough over webviews*/
  -ms-high-contrast-adjust: none;
}
/*
Command buttons.
*/
button.win-command {
  background: none;
  background-clip: border-box;
  height: auto;
  /* height is 80px (label) or 60px (no label) */
  padding: 8px 0;
  /* bottom dependent on label/img, 2px margin */
  margin: 0;
  border: 2px solid;
  /* reserve focus rect */
  min-width: 40px;
  text-align: center;
  font-size: 9pt;
  line-height: 16px;
  font-weight: normal;
  /* Commands are lrtb */
  writing-mode: lr-tb;
}
button:lang(ar),
button:lang(dv),
button:lang(fa),
button:lang(he),
button:lang(ku-Arab),
button:lang(pa-Arab),
button:lang(prs),
button:lang(ps),
button:lang(sd-Arab),
button:lang(syr),
button:lang(ug),
button:lang(ur),
button:lang(qps-plocm) {
  writing-mode: rl-tb;
}
button.win-command:focus {
  outline: none;
}
/*
Command button icons.
*/
.win-commandicon {
  display: inline-block;
  margin: 0 28px;
  /* padding for command buttons, 2px/side for focus */
  min-width: 0;
  min-height: 0;
  padding: 0;
  /* Normal sizing */
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: default;
}
.win-commandimage {
  /* Default font for glyphs. */
  font-family: "Segoe UI Command", "Symbols";
  letter-spacing: 0;
  /* Applications provide their own content, like &#xE0D5;. */
  vertical-align: middle;
  font-size: 14pt;
  margin: -2px;
  line-height: 40px;
  /* line-height must match the content box height */
  background-position: 0 0;
  background-origin: border-box;
  display: inline-block;
  /* Still 40px */
  width: 40px;
  height: 40px;
  background-size: 160px 80px;
}
/*
Offsets for sprite versions.
*/
html.win-hoverable button:enabled:hover .win-commandimage,
button:active .win-commandimage {
  background-position: -40px 0;
}
button:enabled:hover:active .win-commandimage.win-commandimage {
  background-position: -80px 0;
}
button:-ms-keyboard-active .win-commandimage {
  background-position: -80px 0;
}
button:disabled .win-commandimage,
button:disabled:active .win-commandimage {
  background-position: -120px 0;
}
/*
Offsets for sprite versions in selected state.
*/
button[aria-checked=true] .win-commandimage {
  background-position: 0 -40px;
}
html.win-hoverable button[aria-checked=true]:enabled:hover .win-commandimage,
button[aria-checked=true]:active .win-commandimage {
  background-position: -40px -40px;
}
button[aria-checked=true]:enabled:hover:active .win-commandimage.win-commandimage {
  background-position: -80px -40px;
}
button[aria-checked=true]:-ms-keyboard-active .win-commandimage {
  background-position: -80px -40px;
}
button[aria-checked=true]:disabled .win-commandimage,
button[aria-checked=true]:disabled:active .win-commandimage {
  background-position: -120px -40px;
}
/*
Command button "ring".
*/
.win-commandring,
html.win-hoverable button:enabled:hover .win-commandring,
button:active .win-commandring,
button.win-command:disabled .win-commandring,
button.win-command:disabled:active .win-commandring {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  background-clip: border-box;
}
button:enabled:hover:active .win-commandring.win-commandring,
button[aria-checked=true] .win-commandring,
button[aria-checked=true]:active .win-commandring,
button[aria-checked=true]:disabled .win-commandring,
button[aria-checked=true]:disabled:active .win-commandring {
  background-clip: border-box;
}
/*
Command button labels.
*/
button.win-command .win-label {
  position: relative;
  line-height: 16px;
  display: block;
  max-width: 88px;
  /* 100px button, but allow for 2px margins and 4px padding on each side */
  margin-top: 5px;
  margin-bottom: -1px;
  padding-left: 4px;
  /* 12px between buttons, 6px per side, minus 2px margins */
  padding-right: 4px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: keep-all;
}
/*
AppBarCommand separator types.
*/
hr.win-command {
  display: inline-block;
  padding: 0;
  margin: 10px 29px 30px 30px;
  width: 1px;
  height: 40px;
  border: 0;
  vertical-align: top;
}
hr.win-command:lang(ar),
hr.win-command:lang(dv),
hr.win-command:lang(fa),
hr.win-command:lang(he),
hr.win-command:lang(ku-Arab),
hr.win-command:lang(pa-Arab),
hr.win-command:lang(prs),
hr.win-command:lang(ps),
hr.win-command:lang(sd-Arab),
hr.win-command:lang(syr),
hr.win-command:lang(ug),
hr.win-command:lang(ur),
hr.win-command:lang(qps-plocm) {
  margin-left: 29px;
  margin-right: 30px;
}
/*
AppBarCommand content types.
*/
div.win-command {
  display: inline-block;
  min-width: 0;
  min-height: 0;
  padding: 8px 30px;
  border: 2px solid;
  /* reserve focus rect */
  text-align: center;
  font-size: 9pt;
  line-height: 16px;
  font-weight: normal;
  vertical-align: top;
  /* Content Commands are lrtb */
  writing-mode: lr-tb;
}
div.win-command:lang(ar),
div.win-command:lang(dv),
div.win-command:lang(fa),
div.win-command:lang(he),
div.win-command:lang(ku-Arab),
div.win-command:lang(pa-Arab),
div.win-command:lang(prs),
div.win-command:lang(ps),
div.win-command:lang(sd-Arab),
div.win-command:lang(syr),
div.win-command:lang(ug),
div.win-command:lang(ur),
div.win-command:lang(qps-plocm) {
  writing-mode: rl-tb;
}
div.win-command:focus {
  outline: none;
}
/*
AppBar
*/
.win-appbar {
  z-index: 1002;
  border-width: 0;
  width: 100%;
  height: auto;
  left: 0;
  position: fixed;
  position: -ms-device-fixed;
  min-height: 25px;
}
.win-appbar.win-appbar-hiding > :not(.win-appbar-invokebutton) {
  opacity: 0;
}
.win-appbar.win-appbar-hidden > :not(.win-appbar-invokebutton) {
  display: none !important;
}
.win-appbar.win-appbar-hiding .win-appbar-invokebutton,
.win-appbar.win-appbar-hidden .win-appbar-invokebutton {
  width: 100%;
}
.win-appbar .win-appbar-invokebutton {
  width: 60px;
  height: 40px;
  position: absolute;
  right: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  min-width: 0px;
  display: none;
  z-index: 1;
}
.win-appbar .win-appbar-invokebutton .win-appbar-ellipsis {
  width: 56px;
  height: 21px;
  /* 21px + 4px of border === the height of the closed minimal AppBar.*/
  right: 0px;
  position: absolute;
  display: inline-block;
  border: solid 2px;
  font-size: 19px;
  text-align: center;
  font-family: "Segoe UI Symbol", "Symbols";
}
.win-appbar .win-appbar-invokebutton .win-appbar-ellipsis::before {
  content: "\E10C";
  position: relative;
}
.win-appbar .win-appbar-invokebutton:focus .win-appbar-ellipsis {
  border: solid 2px;
}
.win-appbar:lang(ar) .win-appbar-invokebutton,
.win-appbar:lang(dv) .win-appbar-invokebutton,
.win-appbar:lang(fa) .win-appbar-invokebutton,
.win-appbar:lang(he) .win-appbar-invokebutton,
.win-appbar:lang(ku-Arab) .win-appbar-invokebutton,
.win-appbar:lang(pa-Arab) .win-appbar-invokebutton,
.win-appbar:lang(prs) .win-appbar-invokebutton,
.win-appbar:lang(ps) .win-appbar-invokebutton,
.win-appbar:lang(sd-Arab) .win-appbar-invokebutton,
.win-appbar:lang(syr) .win-appbar-invokebutton,
.win-appbar:lang(ug) .win-appbar-invokebutton,
.win-appbar:lang(ur) .win-appbar-invokebutton,
.win-appbar:lang(qps-plocm) .win-appbar-invokebutton,
.win-appbar:lang(ar) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(dv) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(fa) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(he) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(ku-Arab) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(pa-Arab) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(prs) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(ps) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(sd-Arab) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(syr) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(ug) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(ur) .win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar:lang(qps-plocm) .win-appbar-invokebutton .win-appbar-ellipsis {
  right: auto;
  left: 0px;
}
.win-appbar.win-bottom .win-appbar-invokebutton,
.win-appbar.win-bottom .win-appbar-ellipsis {
  top: 0px;
}
.win-appbar.win-bottom .win-appbar-ellipsis::before {
  /* Necessary to adjust vertical position of Ellipsis Glyph in bottom AppBar so that the top of the 3 ellipsis dots are drawn ~10px away from the top of the AppBar.
               This is to appear consistent with where the top of the win-commnandring element in an AppBarCommand button is drawn, also 10px away from the top of the AppBar.
               This value is dependant on the font-size of the Ellipsis Glyph being 19px and the height of the parent element being 21px */
  top: -3px;
}
.win-appbar.win-top .win-appbar-invokebutton,
.win-appbar.win-top .win-appbar-ellipsis {
  bottom: 0px;
}
.win-appbar.win-top .win-appbar-ellipsis::before {
  /* Necessary to adjust vertical position of Ellipsis Glyph in top AppBar so that the botom of the 3 ellipsis dots are drawn ~10px away from the bottom of the AppBar.
               This is to appear consistent with where the bottom of the win-label in an AppBarCommand button is drawn, also 10px away from the bottom of the AppBar.
               This value is dependant on the font-size of the Ellipsis Glyph being 19px and the height of the parent element being 21px */
  bottom: 2px;
}
.win-appbar.win-appbar-minimal .win-appbar-invokebutton {
  display: block;
}
/*
AppBar commands layout
*/
.win-commandlayout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.win-commandlayout .win-primarygroup {
  -ms-flex-order: 2;
  flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.win-commandlayout .win-secondarygroup {
  -ms-flex-order: 1;
  flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.win-commandlayout .win-command {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.win-commandlayout.win-appbar-showing,
.win-commandlayout.win-appbar-shown,
.win-commandlayout.win-appbar-hiding {
  min-height: 80px;
}
.win-commandlayout.win-appbar-minimal {
  padding-right: 60px;
  width: calc(100% - 60px);
}
/* CommandsLayout RTL */
.win-commandlayout:lang(ar).win-appbar-minimal,
.win-commandlayout:lang(dv).win-appbar-minimal,
.win-commandlayout:lang(fa).win-appbar-minimal,
.win-commandlayout:lang(he).win-appbar-minimal,
.win-commandlayout:lang(ku-Arab).win-appbar-minimal,
.win-commandlayout:lang(pa-Arab).win-appbar-minimal,
.win-commandlayout:lang(prs).win-appbar-minimal,
.win-commandlayout:lang(ps).win-appbar-minimal,
.win-commandlayout:lang(sd-Arab).win-appbar-minimal,
.win-commandlayout:lang(syr).win-appbar-minimal,
.win-commandlayout:lang(ug).win-appbar-minimal,
.win-commandlayout:lang(ur).win-appbar-minimal,
.win-commandlayout:lang(qps-plocm).win-appbar-minimal {
  padding-right: 0px;
  padding-left: 60px;
}
/* Narrow buttons and no labels */
.win-reduced button.win-command .win-label {
  display: none;
}
.win-reduced button.win-command .win-commandicon {
  margin: 0 8px;
  /* 2px margin for focus */
}
/* Narrow Separators */
.win-reduced hr.win-command {
  margin-bottom: 10px;
  margin-top: 10px;
}
.win-reduced hr.win-command {
  margin-left: 10px;
  margin-right: 9px;
}
.win-reduced hr.win-command:lang(ar),
.win-reduced hr.win-command:lang(dv),
.win-reduced hr.win-command:lang(fa),
.win-reduced hr.win-command:lang(he),
.win-reduced hr.win-command:lang(ku-Arab),
.win-reduced hr.win-command:lang(pa-Arab),
.win-reduced hr.win-command:lang(prs),
.win-reduced hr.win-command:lang(ps),
.win-reduced hr.win-command:lang(sd-Arab),
.win-reduced hr.win-command:lang(syr),
.win-reduced hr.win-command:lang(ug),
.win-reduced hr.win-command:lang(ur),
.win-reduced hr.win-command:lang(qps-plocm) {
  margin-left: 9px;
  margin-right: 10px;
}
/* Narrow Content Commands */
.win-reduced div.win-command {
  padding-left: 10px;
  padding-right: 10px;
}
/* AppBar reduced height and width. */
.win-commandlayout.win-reduced {
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 20px);
}
.win-commandlayout.win-reduced.win-appbar-showing,
.win-commandlayout.win-reduced.win-appbar-shown,
.win-commandlayout.win-reduced.win-appbar-hiding {
  min-height: 60px;
}
.win-commandlayout.win-reduced.win-appbar-minimal {
  padding-right: 60px;
  padding-left: 10px;
  width: calc(100% - 70px);
}
.win-commandlayout.win-reduced.win-appbar-minimal:lang(ar),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(dv),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(fa),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(he),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(ku-Arab),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(pa-Arab),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(prs),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(ps),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(sd-Arab),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(syr),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(ug),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(ur),
.win-commandlayout.win-reduced.win-appbar-minimal:lang(qps-plocm) {
  padding-left: 60px;
  padding-right: 10px;
}
/*
High contrast AppBar needs a border
*/
@media (-ms-high-contrast) {
  /*
    AppBar Borders
    */
  .win-appbar {
    border: solid 2px;
  }
  .win-appbar.win-top {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .win-appbar.win-bottom {
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .win-appbar.win-top button.win-command,
  .win-appbar.win-top div.win-command {
    padding-bottom: 6px;
  }
  .win-appbar.win-bottom button.win-command,
  .win-appbar.win-bottom div.win-command {
    padding-top: 6px;
  }
  .win-appbar.win-top hr.win-command {
    margin-bottom: 28px;
  }
  .win-appbar.win-bottom hr.win-command {
    margin-top: 8px;
  }
  .win-commandlayout.win-appbar-showing,
  .win-commandlayout.win-appbar-shown,
  .win-commandlayout.win-appbar-hiding {
    min-height: 78px;
  }
  /* High Contrast Reduced sizes slightly different */
  .win-commandlayout.win-reduced.win-appbar-showing,
  .win-commandlayout.win-reduced.win-appbar-shown,
  .win-commandlayout.win-reduced.win-appbar-hiding {
    min-height: 58px;
  }
  .win-appbar.win-reduced.win-top hr.win-command {
    margin-bottom: 8px;
  }
  .win-appbar.win-reduced.win-bottom hr.win-command {
    margin-top: 8px;
  }
}
/*
Flyout control.
*/
.win-flyout {
  z-index: 1008;
  position: fixed;
  position: -ms-device-fixed;
  padding: 25px 20px 20px 20px;
  border-style: solid;
  border-width: 2px;
  margin: 5px;
  min-width: 26px;
  /* 70px - padding - border = 26px */
  max-width: 466px;
  /* 510px - padding - border = 466px */
  min-height: 5px;
  /* 54px - padding - border = 5px */
  max-height: calc(100% - 59px);
  /* 768px - margin - padding - border = 709px */
  width: auto;
  height: auto;
  word-wrap: break-word;
  overflow: auto;
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.3636;
}
.win-flyout.win-leftalign {
  margin-left: 0;
}
.win-flyout.win-rightalign {
  margin-right: 0;
}
.win-flyout.win-scrolls {
  overflow: auto;
}
/*
Menu control.
*/
.win-menu {
  padding: 5px 0 5px 0;
  line-height: 33px;
  text-align: left;
  /* Set explicitly in case our parent has different alignment, like appbar overflow. */
  min-height: 38px;
  /* 54px - padding - border = 38px */
  max-height: calc(100% - 26px);
  /* 768px - margin - padding - border = 742px */
  max-width: none;
}
.win-menu {
  /* Set explicitly in case our parent has different alignment, like appbar overflow. */
}
.win-menu:lang(ar),
.win-menu:lang(dv),
.win-menu:lang(fa),
.win-menu:lang(he),
.win-menu:lang(ku-Arab),
.win-menu:lang(pa-Arab),
.win-menu:lang(prs),
.win-menu:lang(ps),
.win-menu:lang(sd-Arab),
.win-menu:lang(syr),
.win-menu:lang(ug),
.win-menu:lang(ur),
.win-menu:lang(qps-plocm) {
  text-align: right;
}
/*
Menu commands.
*/
.win-menu button.win-command {
  display: block;
  border: none;
  padding: 10px 20px 12px 20px;
  margin-left: 0;
  margin-right: 0;
  float: none;
  text-align: left;
  width: 100%;
  font-size: 11pt;
  font-weight: 600;
  line-height: 18px;
  /* 40px - 10px top padding - 12px bottom padding */
}
.win-menu button.win-command:lang(ar),
.win-menu button.win-command:lang(dv),
.win-menu button.win-command:lang(fa),
.win-menu button.win-command:lang(he),
.win-menu button.win-command:lang(ku-Arab),
.win-menu button.win-command:lang(pa-Arab),
.win-menu button.win-command:lang(prs),
.win-menu button.win-command:lang(ps),
.win-menu button.win-command:lang(sd-Arab),
.win-menu button.win-command:lang(syr),
.win-menu button.win-command:lang(ug),
.win-menu button.win-command:lang(ur),
.win-menu button.win-command:lang(qps-plocm) {
  text-align: right;
}
.win-menu button.win-command:focus {
  outline: none;
}
.win-menu hr.win-command {
  display: block;
  height: 1px;
  width: auto;
  border: 0;
  padding: 0;
  margin: 9px 20px 10px 20px;
}
/*
Menu toggle buttons.
*/
.win-menu-toggle button.win-command::before {
  font-family: "Segoe UI Symbol", "Symbols";
  content: "\E0E7";
  visibility: hidden;
  padding-left: 0px;
  padding-right: 10px;
}
.win-menu-toggle button[aria-checked=true].win-command::before {
  /* Display a checkbox if aria-checked is set */
  visibility: visible;
}
.win-menu-toggle button.win-command:lang(ar)::before,
.win-menu-toggle button.win-command:lang(dv)::before,
.win-menu-toggle button.win-command:lang(fa)::before,
.win-menu-toggle button.win-command:lang(he)::before,
.win-menu-toggle button.win-command:lang(ku-Arab)::before,
.win-menu-toggle button.win-command:lang(pa-Arab)::before,
.win-menu-toggle button.win-command:lang(prs)::before,
.win-menu-toggle button.win-command:lang(ps)::before,
.win-menu-toggle button.win-command:lang(sd-Arab)::before,
.win-menu-toggle button.win-command:lang(syr)::before,
.win-menu-toggle button.win-command:lang(ug)::before,
.win-menu-toggle button.win-command:lang(ur)::before,
.win-menu-toggle button.win-command:lang(qps-plocm)::before {
  padding-right: 0;
  padding-left: 10px;
  float: right;
}
/*
Grippers in touch selection do not dissapear when focus moves to an element outside of the selection range and they are always drawn on a layer above all HTML elemements.
When an _Overlay derived control such as AppBar/Flyout/Menu/SettingsFlyout is invoked and steals focus, if that _Overlay is laid out on top of the elements in the touch selection,
the grippers can still be seen over the _Overlay and its contents. However, all grippers any where in the document will be hidden whenever the current active element has or inherits
the style "-ms-touch-select: none;"
*/
.win-overlay {
  -ms-touch-select: none;
}
/* For input elements we filter type using the :not selector to capture any unrecognized user specified types which would just default to the form and function of a textbox*/
.win-overlay input:not([type="file"]),
.win-overlay input:not([type="radio"]),
.win-overlay input:not([type="checkbox"]),
.win-overlay input:not([type="button"]),
.win-overlay input:not([type="range"]),
.win-overlay input:not([type="image"]),
.win-overlay input:not([type="reset"]),
.win-overlay input:not([type="hidden"]),
.win-overlay input:not([type="submit"]),
.win-overlay textarea,
.win-overlay [contenteditable=true] {
  -ms-touch-select: grippers;
}
/* Singleton element maintained by _Overlay, used for getting accurate floating point measurements of the total size of the visual viewport.
    Floating point is necesary in high DPI resolutions. */
.win-visualviewport-space {
  position: fixed;
  position: -ms-device-fixed;
  height: 100%;
  width: 100%;
  visibility: hidden;
}
/*
Settings Pane
*/
.win-settingsflyout {
  z-index: 1004;
  /* above appbar and below flyouts */
  border-left: 1px solid;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 345px;
  /* 346px - border (1px) */
}
.win-settingsflyout:lang(ar),
.win-settingsflyout:lang(dv),
.win-settingsflyout:lang(fa),
.win-settingsflyout:lang(he),
.win-settingsflyout:lang(ku-Arab),
.win-settingsflyout:lang(pa-Arab),
.win-settingsflyout:lang(prs),
.win-settingsflyout:lang(ps),
.win-settingsflyout:lang(sd-Arab),
.win-settingsflyout:lang(syr),
.win-settingsflyout:lang(ug),
.win-settingsflyout:lang(ur),
.win-settingsflyout:lang(qps-plocm) {
  border-left: none;
  border-right: 1px solid;
}
.win-settingsflyout.win-wide {
  /* .win-wide is deprecated in Windows 8.1 */
  width: 645px;
  /* 646px - border (1px) */
}
.win-settingsflyout .win-header {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 32px;
  height: 48px;
}
/* Settings back button is slightly smaller. */
.win-settingsflyout .win-backbutton {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 8pt;
  line-height: 26px;
  margin-top: 3px;
}
.win-settingsflyout .win-header .win-label {
  display: inline-block;
  padding-left: 40px;
  font-size: 20pt;
  line-height: 33px;
}
.win-settingsflyout .win-content {
  overflow: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 33px;
  height: calc(100% - 112px);
}
.win-settingsflyout .win-label {
  font-size: 20pt;
  font-weight: 200;
  line-height: normal;
}
.win-settingsflyout:lang(ar),
.win-settingsflyout:lang(dv),
.win-settingsflyout:lang(fa),
.win-settingsflyout:lang(he),
.win-settingsflyout:lang(ku-Arab),
.win-settingsflyout:lang(pa-Arab),
.win-settingsflyout:lang(prs),
.win-settingsflyout:lang(ps),
.win-settingsflyout:lang(sd-Arab),
.win-settingsflyout:lang(syr),
.win-settingsflyout:lang(ug),
.win-settingsflyout:lang(ur),
.win-settingsflyout:lang(qps-plocm) {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid;
}
.win-settingsflyout .win-header .win-label:lang(ar),
.win-settingsflyout .win-header .win-label:lang(dv),
.win-settingsflyout .win-header .win-label:lang(fa),
.win-settingsflyout .win-header .win-label:lang(he),
.win-settingsflyout .win-header .win-label:lang(ku-Arab),
.win-settingsflyout .win-header .win-label:lang(pa-Arab),
.win-settingsflyout .win-header .win-label:lang(prs),
.win-settingsflyout .win-header .win-label:lang(ps),
.win-settingsflyout .win-header .win-label:lang(sd-Arab),
.win-settingsflyout .win-header .win-label:lang(syr),
.win-settingsflyout .win-header .win-label:lang(ug),
.win-settingsflyout .win-header .win-label:lang(ur),
.win-settingsflyout .win-header .win-label:lang(qps-plocm) {
  padding-right: 40px;
  padding-left: 0;
}
.win-settingsflyout .win-content .win-settings-section {
  padding-top: 0;
  padding-bottom: 39px;
}
.win-settingsflyout .win-content .win-settings-section p {
  margin: 0;
  padding-top: 0;
  padding-bottom: 25px;
}
.win-settingsflyout .win-content .win-settings-section a {
  margin: 0;
  padding-top: 0;
  padding-bottom: 25px;
  display: inline-block;
}
.win-settingsflyout .win-content .win-settings-section {
  margin: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
.win-settingsflyout .win-content .win-settings-section label {
  display: block;
  padding-bottom: 7px;
}
.win-settingsflyout .win-content .win-settings-section button,
.win-settingsflyout .win-content .win-settings-section select,
.win-settingsflyout .win-content .win-settings-section input[type=button],
.win-settingsflyout .win-content .win-settings-section input[type=text] {
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 20px;
}
.win-settingsflyout .win-content .win-settings-section input[type=radio] {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.win-settingsflyout .win-content .win-settings-section button:lang(ar),
.win-settingsflyout .win-content .win-settings-section select:lang(ar),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(ar),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(ar),
.win-settingsflyout .win-content .win-settings-section button:lang(dv),
.win-settingsflyout .win-content .win-settings-section select:lang(dv),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(dv),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(dv),
.win-settingsflyout .win-content .win-settings-section button:lang(fa),
.win-settingsflyout .win-content .win-settings-section select:lang(fa),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(fa),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(fa),
.win-settingsflyout .win-content .win-settings-section button:lang(he),
.win-settingsflyout .win-content .win-settings-section select:lang(he),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(he),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(he),
.win-settingsflyout .win-content .win-settings-section button:lang(ku-Arab),
.win-settingsflyout .win-content .win-settings-section select:lang(ku-Arab),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(ku-Arab),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(ku-Arab),
.win-settingsflyout .win-content .win-settings-section button:lang(pa-Arab),
.win-settingsflyout .win-content .win-settings-section select:lang(pa-Arab),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(pa-Arab),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(pa-Arab),
.win-settingsflyout .win-content .win-settings-section button:lang(prs),
.win-settingsflyout .win-content .win-settings-section select:lang(prs),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(prs),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(prs),
.win-settingsflyout .win-content .win-settings-section button:lang(ps),
.win-settingsflyout .win-content .win-settings-section select:lang(ps),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(ps),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(ps),
.win-settingsflyout .win-content .win-settings-section button:lang(sd-Arab),
.win-settingsflyout .win-content .win-settings-section select:lang(sd-Arab),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(sd-Arab),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(sd-Arab),
.win-settingsflyout .win-content .win-settings-section button:lang(syr),
.win-settingsflyout .win-content .win-settings-section select:lang(syr),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(syr),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(syr),
.win-settingsflyout .win-content .win-settings-section button:lang(ug),
.win-settingsflyout .win-content .win-settings-section select:lang(ug),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(ug),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(ug),
.win-settingsflyout .win-content .win-settings-section button:lang(ur),
.win-settingsflyout .win-content .win-settings-section select:lang(ur),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(ur),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(ur),
.win-settingsflyout .win-content .win-settings-section button:lang(qps-plocm),
.win-settingsflyout .win-content .win-settings-section select:lang(qps-plocm),
.win-settingsflyout .win-content .win-settings-section input[type=text]:lang(qps-plocm),
.win-settingsflyout .win-content .win-settings-section input[type=button]:lang(qps-plocm) {
  margin-bottom: 25px;
  margin-left: 20px;
  margin-right: 0;
}
/*Flyout control animations*/
@keyframes WinJS-showFlyoutTop {
  from {
    transform: translateY(50px);
  }
  to {
    transform: none;
  }
}
@keyframes WinJS-showFlyoutBottom {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: none;
  }
}
@keyframes WinJS-showFlyoutLeft {
  from {
    transform: translateX(50px);
  }
  to {
    transform: none;
  }
}
@keyframes WinJS-showFlyoutRight {
  from {
    transform: translateX(-50px);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes -webkit-WinJS-showFlyoutTop {
  from {
    -webkit-transform: translateY(50px);
  }
  to {
    -webkit-transform: none;
  }
}
@-webkit-keyframes -webkit-WinJS-showFlyoutBottom {
  from {
    -webkit-transform: translateY(-50px);
  }
  to {
    -webkit-transform: none;
  }
}
@-webkit-keyframes -webkit-WinJS-showFlyoutLeft {
  from {
    -webkit-transform: translateX(50px);
  }
  to {
    -webkit-transform: none;
  }
}
@-webkit-keyframes -webkit-WinJS-showFlyoutRight {
  from {
    -webkit-transform: translateX(-50px);
  }
  to {
    -webkit-transform: none;
  }
}
/* Overlay */
.win-overlay {
  outline: none;
}
/* AppBarCommand (and MenuCommand) separator. */
hr.win-command {
  /* Same color in both light and dark. */
  background-color: #7b7b7b;
}
/*
Settings flyout is light in both themes unless the app explicitly overrides it.
*/
.win-settingsflyout {
  background-color: #ffffff;
}
.win-settingsflyout.win-ui-dark {
  background-color: #000000;
}
@media (-ms-high-contrast) {
  .win-appbar {
    background-color: ButtonFace;
    border-color: Highlight;
  }
  .win-appbar button.win-appbar-invokebutton {
    background-color: transparent;
  }
  .win-appbar button.win-appbar-invokebutton .win-appbar-ellipsis {
    border-color: transparent;
  }
  .win-appbar button.win-appbar-invokebutton:enabled:-ms-keyboard-active {
    background-color: transparent;
  }
  .win-appbar button.win-appbar-invokebutton:enabled .win-appbar-ellipsis {
    color: ButtonText;
  }
  .win-appbar button.win-appbar-invokebutton:enabled:focus .win-appbar-ellipsis {
    border-color: ButtonText;
  }
  .win-appbar button.win-appbar-invokebutton:enabled:focus.win-hidefocus .win-appbar-ellipsis {
    border-color: transparent;
  }
  .win-appbar button.win-appbar-invokebutton:disabled:active,
  .win-appbar button.win-appbar-invokebutton:disabled:hover:active {
    background-color: transparent;
  }
  .win-appbar button.win-appbar-invokebutton:disabled .win-appbar-ellipsis {
    color: GrayText;
  }
  .win-appbar.win-appbar-hiding button.win-appbar-invokebutton:enabled:hover:active,
  .win-appbar.win-appbar-hidden button.win-appbar-invokebutton:enabled:hover:active {
    background-color: Highlight;
  }
  html.win-hoverable .win-appbar.win-appbar-showing button.win-appbar-invokebutton:enabled:hover,
  html.win-hoverable .win-appbar.win-appbar-shown button.win-appbar-invokebutton:enabled:hover {
    background-color: transparent;
  }
  html.win-hoverable .win-appbar.win-appbar-showing button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis,
  html.win-hoverable .win-appbar.win-appbar-shown button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis {
    background-color: Highlight;
    border-color: ButtonText;
  }
  html.win-hoverable .win-appbar.win-appbar-hidden button.win-appbar-invokebutton:enabled:hover,
  html.win-hoverable .win-appbar.win-appbar-hiding button.win-appbar-invokebutton:enabled:hover {
    background-color: Highlight;
    border-color: ButtonText;
  }
  /*
    AppBarCommand and Command button high contrast colors.
    */
  button.win-command,
  button.win-command:active,
  button.win-command:enabled:hover:active,
  div.win-command,
  div.win-command:active,
  div.win-command:hover:active {
    background-color: transparent;
    border-color: transparent;
  }
  hr.win-command {
    background-color: ButtonText;
  }
  .win-label {
    background-color: transparent;
    color: ButtonText;
  }
  button:disabled .win-label,
  button:disabled:active .win-label {
    color: GrayText;
  }
  button:enabled.win-command:focus,
  div.win-command:focus {
    border-color: ButtonText;
  }
  button.win-hidefocus:focus,
  div.win-hidefocus:focus {
    outline: none;
  }
  button:enabled.win-command.win-hidefocus:focus,
  div.win-command.win-hidefocus:focus {
    border-color: transparent;
  }
  /*
    Command Image high contrast colors with states
    */
  .win-commandimage {
    background-color: transparent;
    color: ButtonText;
  }
  button:active .win-commandimage,
  button:enabled:hover:active .win-commandimage.win-commandimage {
    color: ButtonFace;
  }
  html.win-hoverable button:enabled:hover .win-commandimage {
    color: HighlightText;
  }
  button:disabled .win-commandimage,
  button:disabled:active .win-commandimage {
    color: GrayText;
  }
  button[aria-checked=true] .win-commandimage {
    color: ButtonFace;
  }
  button[aria-checked=true]:active .win-commandimage,
  button[aria-checked=true]:enabled:hover:active .win-commandimage.win-commandimage {
    color: ButtonText;
  }
  html.win-hoverable button[aria-checked=true]:enabled:hover .win-commandimage {
    color: HighlightText;
  }
  button[aria-checked=true]:disabled .win-commandimage,
  button[aria-checked=true]:disabled:active .win-commandimage {
    color: ButtonFace;
  }
  /*
    Command Ring high contrast colors with states
    */
  .win-commandring {
    background-color: transparent;
    border-color: ButtonText;
  }
  button:active .win-commandring,
  button:enabled:hover:active .win-commandring.win-commandring {
    background-color: ButtonText;
    border-color: ButtonText;
  }
  html.win-hoverable button:enabled:hover .win-commandring {
    background-color: Highlight;
    border-color: ButtonText;
  }
  button:disabled .win-commandring,
  button:disabled:active .win-commandring {
    background-color: transparent;
    border-color: GrayText;
  }
  button[aria-checked=true] .win-commandring {
    background-color: ButtonText;
    border-color: ButtonText;
  }
  button[aria-checked=true]:active .win-commandring,
  button[aria-checked=true]:enabled:hover:active .win-commandring.win-commandring {
    background-color: ButtonFace;
    border-color: ButtonText;
  }
  html.win-hoverable button[aria-checked=true]:enabled:hover .win-commandring {
    background-color: Highlight;
    border-color: ButtonText;
  }
  button[aria-checked=true]:disabled .win-commandring,
  button[aria-checked=true]:disabled:active .win-commandring {
    background-color: GrayText;
    border-color: GrayText;
  }
  /*
    Menu command high contrast colors
    */
  .win-menu hr.win-command {
    background-color: ButtonText;
  }
  .win-menu button.win-command {
    background-color: ButtonFace;
    color: ButtonText;
  }
  .win-menu button.win-command:focus {
    outline: none;
    background-color: Highlight;
    color: HighlightText;
  }
  .win-menu button.win-command:active {
    background-color: Highlight;
    color: HighlightText;
  }
  .win-menu button.win-command:enabled:hover:active {
    background-color: ButtonText;
    color: ButtonFace;
  }
  .win-menu button.win-command:-ms-keyboard-active {
    background-color: ButtonText;
    color: ButtonFace;
  }
  .win-menu button.win-command:disabled,
  .win-menu button.win-command:disabled:active {
    background-color: ButtonFace;
    color: GrayText;
  }
  /*
    Flyout control high contrast colors.
    */
  .win-flyout,
  .win-settingsflyout {
    background-color: Window;
    border-color: WindowText;
    color: WindowText;
  }
}
.win-searchbox {
  white-space: normal;
  position: relative;
  width: 266px;
  min-width: 265px;
  height: 28px;
  border-style: solid;
  border-width: 2px;
}
.win-searchbox-flyout {
  position: absolute;
  width: 100%;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  z-index: 100;
  padding: 5px 0 10px 0;
  top: 30px;
  left: -2px;
  right: -2px;
  max-height: 272px;
  overflow: auto;
  -ms-scroll-chaining: none;
  touch-action: none;
}
.win-searchbox input {
  height: 100%;
  border-style: none;
  margin: 0px;
  padding-right: 28px;
  width: 100%;
  font-size: 11pt;
  -ms-ime-align: after;
  line-height: 20px;
  box-sizing: border-box;
}
.win-searchbox input:lang(ar),
.win-searchbox input:lang(dv),
.win-searchbox input:lang(fa),
.win-searchbox input:lang(he),
.win-searchbox input:lang(ku-Arab),
.win-searchbox input:lang(pa-Arab),
.win-searchbox input:lang(prs),
.win-searchbox input:lang(ps),
.win-searchbox input:lang(sd-Arab),
.win-searchbox input:lang(syr),
.win-searchbox input:lang(ug),
.win-searchbox input:lang(ur),
.win-searchbox input:lang(qps-plocm) {
  padding-right: 0;
  padding-left: 28px;
}
/*
Hide clear button in search box control.
*/
.win-searchbox input[type=search]::-ms-clear {
  display: none;
}
.win-searchbox input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.win-searchbox-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  font-family: "Segoe UI Symbol", "Symbols";
  font-size: 15pt;
  border-style: none;
  height: 100%;
  text-align: center;
}
.win-searchbox-button:lang(ar),
.win-searchbox-button:lang(dv),
.win-searchbox-button:lang(fa),
.win-searchbox-button:lang(he),
.win-searchbox-button:lang(ku-Arab),
.win-searchbox-button:lang(pa-Arab),
.win-searchbox-button:lang(prs),
.win-searchbox-button:lang(ps),
.win-searchbox-button:lang(sd-Arab),
.win-searchbox-button:lang(syr),
.win-searchbox-button:lang(ug),
.win-searchbox-button:lang(ur),
.win-searchbox-button:lang(qps-plocm) {
  right: auto;
  left: 0;
}
.win-searchbox-button.win-searchbox-button:before {
  content: "\E094";
}
.win-searchbox-suggestion-result {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 18px;
  height: 60px;
  font-family: "Segoe UI";
  font-size: 11pt;
  outline: none;
}
.win-searchbox-suggestion-result div {
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.win-searchbox-suggestion-result-text {
  padding-top: 9px;
  padding-bottom: 11px;
  height: 60px;
  width: 179px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
.win-searchbox-suggestion-result-detailed-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  /* Some characters get clipped if line height is < 22px. Work around by setting -2 margin. */
  margin-top: -1px;
  width: 100%;
}
.win-searchbox-suggestion-result img {
  width: 40px;
  height: 40px;
  margin-left: 0;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.win-searchbox-suggestion-result img:lang(ar),
.win-searchbox-suggestion-result img:lang(dv),
.win-searchbox-suggestion-result img:lang(fa),
.win-searchbox-suggestion-result img:lang(he),
.win-searchbox-suggestion-result img:lang(ku-Arab),
.win-searchbox-suggestion-result img:lang(pa-Arab),
.win-searchbox-suggestion-result img:lang(prs),
.win-searchbox-suggestion-result img:lang(ps),
.win-searchbox-suggestion-result img:lang(sd-Arab),
.win-searchbox-suggestion-result img:lang(syr),
.win-searchbox-suggestion-result img:lang(ug),
.win-searchbox-suggestion-result img:lang(ur),
.win-searchbox-suggestion-result img:lang(qps-plocm) {
  margin-right: 0;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 0;
}
.win-searchbox-suggestion-query {
  padding: 9px 18px 11px 18px;
  font-family: "Segoe UI";
  font-weight: normal;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 11pt;
  line-height: 20px;
}
.win-searchbox-suggestion-separator {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 18px;
  height: 40px;
  font-family: "Segoe UI";
  font-size: 11pt;
}
.win-searchbox-suggestion-separator hr {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 18px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}
.win-searchbox-suggestion-separator hr:lang(ar),
.win-searchbox-suggestion-separator hr:lang(dv),
.win-searchbox-suggestion-separator hr:lang(fa),
.win-searchbox-suggestion-separator hr:lang(he),
.win-searchbox-suggestion-separator hr:lang(ku-Arab),
.win-searchbox-suggestion-separator hr:lang(pa-Arab),
.win-searchbox-suggestion-separator hr:lang(prs),
.win-searchbox-suggestion-separator hr:lang(ps),
.win-searchbox-suggestion-separator hr:lang(sd-Arab),
.win-searchbox-suggestion-separator hr:lang(syr),
.win-searchbox-suggestion-separator hr:lang(ug),
.win-searchbox-suggestion-separator hr:lang(ur),
.win-searchbox-suggestion-separator hr:lang(qps-plocm) {
  margin-right: 10px;
  margin-left: auto;
}
.win-searchbox-suggestion-separator div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 9px;
  padding-bottom: 11px;
  line-height: 20px;
  margin-right: 10px;
}
.win-searchbox-suggestion-separator div:lang(ar),
.win-searchbox-suggestion-separator div:lang(dv),
.win-searchbox-suggestion-separator div:lang(fa),
.win-searchbox-suggestion-separator div:lang(he),
.win-searchbox-suggestion-separator div:lang(ku-Arab),
.win-searchbox-suggestion-separator div:lang(pa-Arab),
.win-searchbox-suggestion-separator div:lang(prs),
.win-searchbox-suggestion-separator div:lang(ps),
.win-searchbox-suggestion-separator div:lang(sd-Arab),
.win-searchbox-suggestion-separator div:lang(syr),
.win-searchbox-suggestion-separator div:lang(ug),
.win-searchbox-suggestion-separator div:lang(ur),
.win-searchbox-suggestion-separator div:lang(qps-plocm) {
  margin-left: 10px;
  margin-right: auto;
}
/*
Search box control animations
*/
@keyframes WinJS-flyoutBelowSearchBox-showPopup {
  from {
    transform: translateY(0px);
  }
  to {
    transform: none;
  }
}
@keyframes WinJS-flyoutAboveSearchBox-showPopup {
  from {
    transform: translateY(0px);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes -webkit-WinJS-flyoutBelowSearchBox-showPopup {
  from {
    -webkit-transform: translateY(0px);
  }
  to {
    -webkit-transform: none;
  }
}
@-webkit-keyframes -webkit-WinJS-flyoutAboveSearchBox-showPopup {
  from {
    -webkit-transform: translateY(0px);
  }
  to {
    -webkit-transform: none;
  }
}
@media (-ms-high-contrast) {
  .win-searchbox {
    border-color: ButtonText;
    background-color: ButtonFace;
    color: ButtonText;
  }
  .win-searchbox-button {
    background-color: ButtonFace;
    color: ButtonText;
  }
  .win-searchbox:-ms-input-placeholder,
  .win-searchbox::-webkit-input-placeholder,
  .win-searchbox::-moz-input-placeholder {
    color: GrayText;
  }
  html.win-hoverable .win-searchbox-button[disabled=false]:hover {
    border-color: ButtonText;
    background-color: HighLight;
    color: HighLightText;
  }
  .win-searchbox-button-input-focus {
    background-color: ButtonText;
    color: ButtonFace;
  }
  html.win-hoverable .win-searchbox-button-input-focus:hover {
    border-color: ButtonText;
    background-color: HighLight;
    color: HighLightText;
  }
  .win-searchbox-button:active {
    background-color: ButtonText;
    color: ButtonFace;
  }
  .win-searchbox-flyout {
    border-color: ButtonText;
    background-color: ButtonFace;
  }
  html.win-hoverable .win-searchbox-suggestion-result:hover,
  html.win-hoverable .win-searchbox-suggestion-query:hover {
    background-color: Highlight;
    color: HighlightText;
  }
  html.win-hoverable .win-searchbox-suggestion-result:hover .win-searchbox-flyout-highlighttext,
  html.win-hoverable .win-searchbox-suggestion-query:hover .win-searchbox-flyout-highlighttext {
    color: HighlightText;
  }
  .win-searchbox-suggestion-query,
  .win-searchbox-suggestion-result {
    color: ButtonText;
  }
  .win-searchbox-suggestion-selected {
    background-color: Highlight;
    color: HighlightText;
  }
  .win-searchbox-suggestion-separator {
    color: ButtonText;
  }
  .win-searchbox-suggestion-separator hr {
    border-color: ButtonText;
  }
  .win-searchbox-flyout-highlighttext {
    color: ButtonText;
  }
  .win-searchbox-disabled {
    background-color: ButtonFace;
    border-color: GrayText;
  }
  .win-searchbox-disabled input[disabled] {
    background-color: ButtonFace;
    color: GrayText;
    border-color: GrayText;
  }
  .win-searchbox-disabled div {
    color: GrayText;
    background-color: ButtonFace;
  }
  .win-searchbox-suggestion-selected .win-searchbox-flyout-highlighttext {
    color: HighlightText;
  }
}
.win-navbar.win-appbar-showing,
.win-navbar.win-appbar-shown,
.win-navbar.win-appbar-hiding {
  min-height: 60px;
}
.win-navbarcontainer {
  width: 100%;
  position: relative;
}
.win-navbarcontainer-pageindicator-box {
  position: absolute;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.win-navbarcontainer-vertical .win-navbarcontainer-pageindicator-box {
  display: none;
}
.win-navbarcontainer-pageindicator {
  display: inline-block;
  width: 40px;
  height: 4px;
  margin: 5px 2.5px 11px 2.5px;
}
.win-navbarcontainer-horizontal .win-navbarcontainer-viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.win-navbarcontainer-horizontal .win-navbarcontainer-viewport {
  padding: 15px 0;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  -ms-overflow-style: none;
  touch-action: pan-x;
}
.win-navbarcontainer-vertical .win-navbarcontainer-viewport {
  padding: 10px 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  touch-action: pan-y;
}
.win-navbarcontainer-horizontal .win-navbarcontainer-surface {
  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-navbarcontainer-navarrow {
  position: absolute;
  z-index: 2;
  top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Segoe UI Symbol", "Symbols";
  height: calc(100% - 40px);
  width: 17px;
  margin: 20px 0;
  font-size: 16pt;
  overflow: hidden;
}
.win-navbarcontainer-vertical .win-navbarcontainer-navarrow {
  display: none;
}
.win-navbarcontainer-navleft {
  left: 0;
  margin-right: 8px;
}
.win-navbarcontainer-navleft::before {
  content: '\E0E2';
}
.win-navbarcontainer-navright {
  right: 0;
  margin-left: 8px;
}
.win-navbarcontainer-navright::before {
  content: '\E0E3';
}
/*
    NavBarCommand
*/
.win-navbarcommand {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.win-navbarcontainer-horizontal .win-navbarcommand {
  margin: 5px;
  width: 210px;
}
.win-navbarcontainer-vertical .win-navbarcommand {
  margin: 10px 30px;
}
.win-navbarcommand-button {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.win-navbarcommand-button-content {
  position: relative;
  padding: 5px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.win-navbarcommand-button:focus {
  z-index: 1;
  outline: none;
}
.win-navbarcommand-icon {
  font-family: "Segoe UI Symbol", "Symbols";
  height: 40px;
  width: 40px;
  font-size: 20pt;
  margin-left: 0;
  margin-right: 10px;
  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;
}
.win-navbarcommand-icon:lang(ar),
.win-navbarcommand-icon:lang(dv),
.win-navbarcommand-icon:lang(fa),
.win-navbarcommand-icon:lang(he),
.win-navbarcommand-icon:lang(ku-Arab),
.win-navbarcommand-icon:lang(pa-Arab),
.win-navbarcommand-icon:lang(prs),
.win-navbarcommand-icon:lang(ps),
.win-navbarcommand-icon:lang(sd-Arab),
.win-navbarcommand-icon:lang(syr),
.win-navbarcommand-icon:lang(ug),
.win-navbarcommand-icon:lang(ur),
.win-navbarcommand-icon:lang(qps-plocm) {
  margin-right: 0;
  margin-left: 10px;
}
.win-navbarcommand-label {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11pt;
  margin: 10px 0;
}
.win-navbarcommand-splitbutton {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  font-family: "Segoe UI Symbol", "Symbols";
  font-size: 11pt;
  margin-right: 0;
  margin-left: 2px;
  position: relative;
}
.win-navbarcommand-splitbutton:lang(ar),
.win-navbarcommand-splitbutton:lang(dv),
.win-navbarcommand-splitbutton:lang(fa),
.win-navbarcommand-splitbutton:lang(he),
.win-navbarcommand-splitbutton:lang(ku-Arab),
.win-navbarcommand-splitbutton:lang(pa-Arab),
.win-navbarcommand-splitbutton:lang(prs),
.win-navbarcommand-splitbutton:lang(ps),
.win-navbarcommand-splitbutton:lang(sd-Arab),
.win-navbarcommand-splitbutton:lang(syr),
.win-navbarcommand-splitbutton:lang(ug),
.win-navbarcommand-splitbutton:lang(ur),
.win-navbarcommand-splitbutton:lang(qps-plocm) {
  margin-left: 0;
  margin-right: 2px;
}
.win-navbarcommand-splitbutton::before {
  content: '\E019';
}
.win-navbarcommand-splitbutton.win-navbarcommand-splitbutton-opened::before {
  content: '\E018';
}
.win-navbarcommand-splitbutton:focus {
  outline: none;
}
@media (-ms-high-contrast) {
  .win-navbarcontainer-pageindicator {
    background-color: ButtonFace;
  }
  .win-navbarcontainer-pageindicator:after {
    display: block;
    border: 1px solid ButtonText;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
  .win-navbarcontainer-pageindicator-current {
    background-color: ButtonText;
  }
  html.win-hoverable .win-navbarcontainer-pageindicator:hover {
    background-color: Highlight;
  }
  html.win-hoverable .win-navbarcontainer-pageindicator-current:hover {
    background-color: ButtonText;
  }
  .win-navbarcontainer-pageindicator:hover:active {
    background-color: ButtonText;
  }
  .win-navbarcontainer-navarrow {
    background-color: ButtonFace;
    color: ButtonText;
  }
  .win-navbarcontainer-navarrow:after {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid ButtonText;
    content: "";
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }
  html.win-hoverable .win-navbarcontainer-navarrow:hover {
    background-color: Highlight;
    color: HighlightText;
  }
  .win-navbarcontainer-navarrow:hover:active {
    background-color: ButtonText;
    color: ButtonFace;
  }
  /*
        NavBarCommand colors.
    */
  .win-navbarcommand-button,
  .win-navbarcommand-splitbutton {
    background-color: ButtonFace;
    color: ButtonText;
  }
  .win-navbarcommand-button:after,
  .win-navbarcommand-splitbutton:after {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid ButtonText;
    content: "";
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    pointer-events: none;
  }
  html.win-hoverable .win-navbarcommand-button:hover,
  html.win-hoverable .win-navbarcommand-splitbutton:hover {
    background-color: Highlight;
    color: HighlightText;
  }
  .win-navbarcommand-splitbutton.win-navbarcommand-splitbutton-opened,
  html.win-hoverable .win-navbarcommand-splitbutton.win-navbarcommand-splitbutton-opened:hover,
  .win-navbarcommand-button.win-pressed,
  html.win-hoverable .win-navbarcommand-button.win-pressed:hover,
  .win-navbarcommand-splitbutton.win-pressed,
  html.win-hoverable .win-navbarcommand-splitbutton.win-pressed:hover {
    background-color: ButtonText;
    color: ButtonFace;
  }
}
.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;
}
.win-pivot .win-pivot-navbutton {
  transition: opacity linear 167ms;
  -webkit-transition: opacity linear 167ms;
  position: absolute;
  width: 18px;
  height: 40px;
  margin-top: 30px;
  padding: 0px;
  top: 0px;
  min-width: 0px;
  border-width: 0px;
  cursor: pointer;
  opacity: 0;
  font-family: "Segoe UI Symbol", "Symbols";
  font-size: 16pt;
}
.win-pivot .win-pivot-headers.win-pivot-shownavbuttons .win-pivot-navbutton {
  opacity: 1;
}
.win-pivot .win-pivot-headers .win-pivot-navbutton-prev:before {
  content: "\E0E2";
}
.win-pivot .win-pivot-headers .win-pivot-navbutton-next:before {
  content: "\E0E3";
}
.win-pivot .win-pivot-title {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14pt;
  font-weight: 600;
  white-space: nowrap;
  margin: 12px 0 -8px 18px;
}
.win-pivot .win-pivot-title:lang(ar),
.win-pivot .win-pivot-title:lang(dv),
.win-pivot .win-pivot-title:lang(fa),
.win-pivot .win-pivot-title:lang(he),
.win-pivot .win-pivot-title:lang(ku-Arab),
.win-pivot .win-pivot-title:lang(pa-Arab),
.win-pivot .win-pivot-title:lang(prs),
.win-pivot .win-pivot-title:lang(ps),
.win-pivot .win-pivot-title:lang(sd-Arab),
.win-pivot .win-pivot-title:lang(syr),
.win-pivot .win-pivot-title:lang(ug),
.win-pivot .win-pivot-title:lang(ur),
.win-pivot .win-pivot-title:lang(qps-plocm) {
  margin: 12px 18px -8px 0;
}
.win-pivot > .win-pivot-item {
  /*
        Hide the pivot items defined declaratively until we reparent them to ensure correct
        measuring and to avoid showing unprocessed content in the wrong location.
        */
  display: none;
}
.win-pivot .win-pivot-headers {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  position: relative;
  overflow-y: visible;
  height: 72px;
  touch-action: none;
  -ms-touch-action: none;
}
.win-pivot .win-pivot-header {
  display: inline-block;
  text-overflow: ellipsis;
  transition: opacity linear 167ms;
  -webkit-transition: opacity linear 167ms;
  overflow: hidden;
}
.win-pivot button.win-pivot-header,
.win-pivot button.win-pivot-header:hover:active {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0px 9px;
  letter-spacing: 0px;
  min-height: 0;
  min-width: 0;
  font-size: 45pt;
  font-weight: 400;
}
.win-pivot button.win-pivot-header.win-keyboard:focus {
  outline-style: dotted;
  outline-width: 1px;
}
.win-pivot.win-pivot-locked .win-pivot-header {
  opacity: 0;
  visibility: hidden;
}
.win-pivot .win-pivot-header.win-pivot-header-selected,
.win-pivot.win-pivot-locked .win-pivot-header.win-pivot-header-selected {
  opacity: 1.0;
  visibility: inherit;
}
.win-pivot .win-pivot-viewport {
  /* Overlap the headers but not the title */
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  -ms-overflow-style: none;
  /* The following 3 styles take advantage of a Trident bug to make the viewport pannable on the header track. The viewport is extended over the
            header track space, and position: relative allows interacting with it as if the viewport was drawn over the header track.
        */
  position: relative;
  padding-top: 72px;
  margin-top: -72px;
}
.win-pivot.win-pivot-mouse .win-pivot-viewport {
  padding-top: 0px;
  margin-top: 0px;
}
.win-pivot.win-pivot-locked .win-pivot-viewport {
  overflow: hidden;
}
.win-pivot .win-pivot-surface {
  /* 49 before, 1 current, 50 after */
  width: 10000%;
  height: 100%;
  position: relative;
}
html.win-hoverable .win-pivot button.win-pivot-header:hover {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0px 9px;
  letter-spacing: 0px;
  min-height: 0;
  min-width: 0;
  font-size: 45pt;
  font-weight: 400;
}
/*
    PivotItem
*/
.win-pivot-item {
  position: absolute;
  top: 28px;
  bottom: 0;
  /* Since the surface is 100x in width, 1% here means the size of the viewport. */
  width: 1%;
}
.win-pivot-item .win-pivot-item-content {
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0px 19px;
  width: calc(100% - 28px);
}
/*
    Modified styles for when the Pivot is in nosnap mode
*/
.win-pivot.win-pivot-nosnap .win-pivot-viewport {
  padding-top: 0px;
  margin-top: 0px;
  overflow: hidden;
}
.win-pivot.win-pivot-nosnap .win-pivot-surface {
  width: 100%;
  position: static;
}
.win-pivot.win-pivot-nosnap .win-pivot-item {
  width: 100%;
}
.win-ui-dark {
  color: #ffffff;
  background-color: #1d1d1d;
}
.win-ui-light {
  color: #000000;
  background-color: #ffffff;
}
body,
input,
textarea,
select,
button {
  background-color: #1d1d1d;
  color: #ffffff;
}
::selection {
  background-color: #5729c1;
  color: #ffffff;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
textarea,
.win-textarea {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  color: #000000;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=url]:hover,
input[type=search]:hover,
textarea:hover,
.win-textarea:hover {
  background-color: rgba(255, 255, 255, 0.87);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
.win-textarea:focus {
  background-color: #ffffff;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=search]:disabled,
textarea:disabled,
.win-textarea:disabled {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
input[type=text]:disabled:-ms-input-placeholder,
input[type=password]:disabled:-ms-input-placeholder,
input[type=email]:disabled:-ms-input-placeholder,
input[type=number]:disabled:-ms-input-placeholder,
input[type=tel]:disabled:-ms-input-placeholder,
input[type=url]:disabled:-ms-input-placeholder,
input[type=search]:disabled:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
.win-textarea:disabled:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.22);
}
input[type=text]:disabled::-webkit-input-placeholder,
input[type=password]:disabled::-webkit-input-placeholder,
input[type=email]:disabled::-webkit-input-placeholder,
input[type=number]:disabled::-webkit-input-placeholder,
input[type=tel]:disabled::-webkit-input-placeholder,
input[type=url]:disabled::-webkit-input-placeholder,
input[type=search]:disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
.win-textarea:disabled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.22);
}
input[type=text]:disabled::-moz-input-placeholder,
input[type=password]:disabled::-moz-input-placeholder,
input[type=email]:disabled::-moz-input-placeholder,
input[type=number]:disabled::-moz-input-placeholder,
input[type=tel]:disabled::-moz-input-placeholder,
input[type=url]:disabled::-moz-input-placeholder,
input[type=search]:disabled::-moz-input-placeholder,
textarea:disabled::-moz-input-placeholder,
.win-textarea:disabled::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.22);
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.win-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.win-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input[type=text]::-moz-input-placeholder,
input[type=password]::-moz-input-placeholder,
input[type=email]::-moz-input-placeholder,
input[type=number]::-moz-input-placeholder,
input[type=tel]::-moz-input-placeholder,
input[type=url]::-moz-input-placeholder,
input[type=search]::-moz-input-placeholder,
textarea::-moz-input-placeholder,
.win-textarea::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
input::-ms-check {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
input:hover::-ms-check {
  background-color: rgba(255, 255, 255, 0.87);
}
input:disabled::-ms-check {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.4);
}
input:enabled:hover:active::-ms-check {
  background-color: #ffffff;
}
input:-ms-keyboard-active::-ms-check {
  background-color: #ffffff;
}
input::-ms-clear,
input::-ms-reveal {
  background-color: #ffffff;
  color: #000000;
}
input::-ms-clear:hover,
input::-ms-reveal:hover {
  background-color: #dedede;
}
input::-ms-clear:hover:active,
input::-ms-reveal:hover:active {
  background-color: #000000;
  color: #ffffff;
}
input[type]:invalid {
  outline-color: #ff8033;
  outline-width: 2px;
}
input[type=file] {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=file]::-ms-browse {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
input[type=file]::-ms-value {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
input[type=file]::-ms-browse:hover:active {
  background-color: #ffffff;
  color: #000000;
}
input[type=file]::-ms-browse:hover {
  background-color: rgba(255, 255, 255, 0.13);
}
input[type=file]:disabled::-ms-browse {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
button,
input[type=button],
input[type=reset] {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
button:hover:active,
input[type=button]:hover:active,
input[type=reset]:hover:active {
  background-color: #ffffff;
  color: #000000;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover {
  background-color: rgba(255, 255, 255, 0.13);
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
button:disabled:hover,
input[type=button]:disabled:hover,
input[type=reset]:disabled:hover,
button:disabled:hover:active,
input[type=button]:disabled:hover:active,
input[type=reset]:disabled:hover:active {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus {
  outline: 1px dotted #ffffff;
}
button[type=submit],
input[type=submit] {
  background-color: #4617b4;
  border-color: transparent;
  color: #ffffff;
}
button[type=submit]:hover:active,
input[type=submit]:hover:active {
  background-color: #ffffff;
  border-color: transparent;
  color: #000000;
}
button[type=submit]:hover,
input[type=submit]:hover {
  background-color: #5f37be;
  border-color: #ffffff;
}
button[type=submit]:disabled,
input[type=submit]:disabled,
button[type=submit]:disabled:hover:active,
input[type=submit]:disabled:hover:active {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
button[type=submit]:focus,
input[type=submit]:focus {
  outline: 1px dotted #ffffff;
}
button:-ms-keyboard-active,
button[type=submit]:-ms-keyboard-active,
input[type=button]:-ms-keyboard-active,
input[type=reset]:-ms-keyboard-active,
input[type=submit]:-ms-keyboard-active {
  background-color: #ffffff;
  color: #000000;
  background-clip: border-box;
  border-color: transparent;
}
select {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
select:enabled:focus {
  background-color: #ffffff;
}
select:disabled {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
select:disabled option:checked {
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.6);
}
select::-ms-expand {
  background-color: transparent;
}
select:enabled:focus option:hover {
  background-color: #dedede;
}
select:enabled:focus option:checked:hover {
  color: #ffffff;
  background-color: #5f37be;
}
select:enabled:hover {
  background-color: rgba(255, 255, 255, 0.87);
}
option:hover {
  background-color: #c5c5c5;
}
option:checked:hover {
  background-color: #5f37be;
}
option:checked {
  color: #ffffff;
  background-color: #4617b4;
}
optgroup:disabled option:checked,
optgroup:disabled option:checked:active {
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.6);
}
progress {
  background-color: rgba(255, 255, 255, 0.35);
  color: #5b2ec5;
  -webkit-appearance: none;
}
progress:indeterminate {
  background-color: transparent;
  color: #8a57ff;
}
progress:indeterminate::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.35);
}
progress:-ms-fill {
  background-color: currentColor;
}
progress::-webkit-progress-value {
  background-color: currentColor;
}
progress::-moz-progress-bar {
  background-color: currentColor;
}
progress::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0);
}
input[type=range] {
  background-color: transparent;
}
input[type=range]::-ms-fill-lower {
  background-color: #5b2ec5;
}
input[type=range]::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.16);
}
input[type=range]::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.16);
}
input[type=range]::-moz-range-track {
  background: rgba(255, 255, 255, 0.16);
}
input[type=range]::-ms-thumb {
  background-color: #ffffff;
}
input[type=range]::-webkit-slider-thumb {
  background: #ffffff;
}
input[type=range]::-moz-range-thumb {
  background: #ffffff;
}
input[type=range]::-ms-ticks-before,
input[type=range]::-ms-ticks-after {
  color: rgba(255, 255, 255, 0.5);
}
input[type=range]:enabled:hover::-ms-fill-lower {
  background-color: #724bcd;
}
input[type=range]:enabled:hover::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.18);
}
input[type=range]:enabled:hover::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.18);
}
input[type=range]:enabled:hover::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.18);
}
input[type=range]:disabled::-ms-fill-lower {
  background-color: rgba(255, 255, 255, 0.23);
}
input[type=range]:disabled::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.16);
}
input[type=range]:disabled::-ms-thumb {
  background-color: #7e7e7e;
}
input[type=range]:disabled::-webkit-slider-thumb {
  background-color: #7e7e7e;
}
input[type=range]:disabled::-moz-range-thumb {
  background-color: #7e7e7e;
}
input[type=range]::-ms-track {
  background-color: transparent;
  color: transparent;
}
a {
  /*
            :disabled pseudo-class doesn't apply to a,
            even though disabled attribute stops navigation
            */
  color: #9c72ff;
}
a:hover:active {
  color: rgba(156, 114, 255, 0.6);
}
a:hover {
  color: rgba(156, 114, 255, 0.8);
}
a[disabled],
a[disabled]:active {
  color: rgba(255, 255, 255, 0.4);
}
.win-type-interactive:-ms-keyboard-active {
  color: rgba(255, 255, 255, 0.4);
}
.win-type-interactive:hover:active {
  color: rgba(255, 255, 255, 0.4);
}
.win-type-interactive:hover {
  color: rgba(255, 255, 255, 0.8);
}
.win-toggleswitch .win-toggleswitch-header {
  color: #ffffff;
}
.win-toggleswitch .win-toggleswitch-value {
  color: #ffffff;
}
.win-toggleswitch .win-toggleswitch-description {
  color: #ffffff;
}
.win-toggleswitch .win-toggleswitch-track {
  border-color: rgba(255, 255, 255, 0.35);
}
.win-toggleswitch .win-toggleswitch-thumb {
  background-color: #ffffff;
}
.win-toggleswitch:focus .win-toggleswitch-track {
  outline-color: #ffffff;
}
.win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-header,
.win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-value,
.win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-description {
  color: rgba(255, 255, 255, 0.4);
}
.win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-track {
  border-color: rgba(255, 255, 255, 0.2);
}
.win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-thumb {
  background-color: #7e7e7e;
}
.win-toggleswitch.win-toggleswitch-pressed .win-toggleswitch-thumb {
  background-color: #ffffff;
}
.win-toggleswitch .win-toggleswitch-fill-lower {
  background-color: #5729c1;
}
.win-toggleswitch .win-toggleswitch-fill-upper {
  background-color: rgba(255, 255, 255, 0.26);
}
.win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-fill-lower {
  background-color: #7e7e7e;
}
.win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-fill-upper {
  background-color: rgba(255, 255, 255, 0.12);
}
.win-toggleswitch.win-toggleswitch-pressed .win-toggleswitch-fill-lower {
  background-color: #7e4fec;
}
.win-toggleswitch.win-toggleswitch-pressed .win-toggleswitch-fill-upper {
  background-color: rgba(255, 255, 255, 0.35);
}
.win-toggleswitch:lang(ar) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(dv) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(fa) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(he) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ku-Arab) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(pa-Arab) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(prs) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ps) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(sd-Arab) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(syr) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ug) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ur) .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(qps-plocm) .win-toggleswitch-fill-lower {
  background-color: rgba(255, 255, 255, 0.26);
}
.win-toggleswitch:lang(ar) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(dv) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(fa) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(he) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ku-Arab) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(pa-Arab) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(prs) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ps) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(sd-Arab) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(syr) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ug) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ur) .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(qps-plocm) .win-toggleswitch-fill-upper {
  background-color: #5729c1;
}
.win-toggleswitch:lang(ar).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(dv).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(fa).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(he).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ku-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(pa-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(prs).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ps).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(sd-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(syr).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ug).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ur).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(qps-plocm).win-toggleswitch-disabled .win-toggleswitch-fill-lower {
  background-color: rgba(255, 255, 255, 0.12);
}
.win-toggleswitch:lang(ar).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(dv).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(fa).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(he).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ku-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(pa-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(prs).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ps).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(sd-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(syr).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ug).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ur).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(qps-plocm).win-toggleswitch-disabled .win-toggleswitch-fill-upper {
  background-color: #7e7e7e;
}
.win-toggleswitch:lang(ar).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(dv).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(fa).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(he).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ku-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(pa-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(prs).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ps).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(sd-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(syr).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ug).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(ur).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-toggleswitch:lang(qps-plocm).win-toggleswitch-pressed .win-toggleswitch-fill-lower {
  background-color: rgba(255, 255, 255, 0.35);
}
.win-toggleswitch:lang(ar).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(dv).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(fa).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(he).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ku-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(pa-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(prs).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ps).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(sd-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(syr).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ug).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(ur).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-toggleswitch:lang(qps-plocm).win-toggleswitch-pressed .win-toggleswitch-fill-upper {
  background-color: #7e4fec;
}
button.win-hub-section-header-tabstop,
button.win-hub-section-header-tabstop:hover:active {
  color: #ffffff;
}
button.win-hub-section-header-tabstop.win-keyboard:focus {
  outline: 1px dotted #ffffff;
}
button.win-hub-section-header-tabstop:-ms-keyboard-active {
  color: #ffffff;
}
button.win-hub-section-header-tabstop.win-hub-section-header-interactive.win-hub-section-header-interactive:hover:active {
  color: rgba(255, 255, 255, 0.4);
}
button.win-hub-section-header-tabstop.win-hub-section-header-interactive:-ms-keyboard-active {
  color: rgba(255, 255, 255, 0.4);
}
.win-navigation-backbutton,
.win-navigation-backbutton:active,
.win-navigation-backbutton:enabled:hover:active {
  background-color: transparent;
}
.win-backbutton,
.win-back {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.win-backbutton.win-backbutton:enabled:hover:active,
.win-navigation-backbutton.win-navigation-backbutton:enabled:hover:active .win-back,
.win-navigation-backbutton:active .win-back {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.win-backbutton:-ms-keyboard-active,
.win-navigation-backbutton:-ms-keyboard-active .win-back {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.win-backbutton:disabled,
.win-backbutton:disabled:active,
.win-navigation-backbutton:disabled .win-back,
.win-navigation-backbutton:disabled:active .win-back {
  background-clip: padding-box;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.win-rating .win-star.win-user.win-full,
.win-rating .win-star.win-user.win-full.win-disabled {
  color: #5b2ec5;
}
.win-rating .win-star.win-tentative.win-full {
  color: #8152ef;
}
.win-rating .win-star.win-average.win-full,
.win-rating .win-star.win-average.win-full.win-disabled {
  color: #ffffff;
}
.win-rating .win-star.win-empty {
  color: rgba(255, 255, 255, 0.35);
}
.win-listview .win-itembox,
.win-itemcontainer .win-itembox {
  background-color: #1d1d1d;
}
.win-listview .win-container.win-backdrop {
  background-color: rgba(155, 155, 155, 0.23);
}
.win-selectionhint {
  color: #ffffff;
}
.win-listview .win-groupheader {
  outline-color: #ffffff;
}
.win-listview .win-focusedoutline,
.win-itemcontainer .win-focusedoutline {
  outline: #ffffff solid 2px;
}
.win-semanticzoom-button {
  background-color: rgba(216, 216, 216, 0.33);
  border-color: transparent;
}
button.win-semanticzoom-button.win-semanticzoom-button:active,
button.win-semanticzoom-button.win-semanticzoom-button:hover:active {
  background-color: #ffffff;
}
.win-command .win-commandimage,
.win-command .win-label {
  outline: none;
}
button.win-command,
div.win-command {
  background-color: transparent;
  border-color: transparent;
}
button.win-command:active,
div.win-command:active {
  background-color: transparent;
  color: inherit;
}
button.win-command.win-command:enabled:hover:active,
div.win-command.win-command:hover:active {
  background-color: transparent;
  color: inherit;
}
button.win-command:-ms-keyboard-active,
div.win-command:-ms-keyboard-active {
  background-color: transparent;
  color: inherit;
}
button.win-command:disabled,
div.win-command:disabled {
  border-color: transparent;
  background-color: transparent;
}
.win-hidefocus:focus,
button.win-appbar-invokebutton:enabled {
  outline: none;
}
/* Command colors */
button:enabled.win-command:focus,
div.win-command:focus,
button:enabled.win-command.win-command:hover:focus,
div.win-command.win-command:hover:focus {
  border-color: #ffffff;
}
.win-commandimage {
  color: #ffffff;
}
button:enabled:hover:active .win-commandimage {
  color: #000000;
}
button:-ms-keyboard-active .win-commandimage {
  color: #000000;
}
button:disabled .win-commandimage,
button:disabled:active .win-commandimage {
  color: rgba(255, 255, 255, 0.4);
}
button[aria-checked=true] .win-commandimage,
button[aria-checked=true]:active .win-commandimage {
  color: #000000;
}
button[aria-checked=true]:enabled:hover:active .win-commandimage.win-commandimage {
  color: #ffffff;
}
button[aria-checked=true]:-ms-keyboard-active .win-commandimage {
  color: #ffffff;
}
button[aria-checked=true]:disabled .win-commandimage,
button[aria-checked=true]:disabled:active .win-commandimage {
  color: #000000;
}
/* Command Ring colors */
.win-commandring,
button:active .win-commandring {
  background-color: transparent;
  border-color: #ffffff;
}
button:enabled:hover:active .win-commandring.win-commandring {
  background-color: #ffffff;
  border-color: #ffffff;
}
button:-ms-keyboard-active .win-commandring {
  background-color: #ffffff;
  border-color: #ffffff;
}
button:disabled .win-commandring,
button:disabled:active .win-commandring {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
button[aria-checked=true] .win-commandring,
button[aria-checked=true]:active .win-commandring.win-commandring {
  background-color: #ffffff;
  border-color: #ffffff;
}
button[aria-checked=true]:enabled:hover:active .win-commandring.win-commandring {
  background-color: transparent;
  border-color: #ffffff;
}
button[aria-checked=true]:-ms-keyboard-active .win-commandring {
  background-color: transparent;
  border-color: #ffffff;
}
button[aria-checked=true]:disabled .win-commandring,
button[aria-checked=true]:disabled:active .win-commandring {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
/* Command button label colors */
button.win-command:disabled .win-label,
button.win-command:disabled:active .win-label {
  color: rgba(255, 255, 255, 0.4);
}
/* Appbar control colors */
.win-appbar,
.win-appbar {
  background-color: #000000;
  border-color: #000000;
}
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton,
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton {
  background-color: transparent;
}
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton .win-appbar-ellipsis,
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton .win-appbar-ellipsis {
  border-color: transparent;
}
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:-ms-keyboard-active,
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:-ms-keyboard-active {
  background-color: transparent;
}
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled .win-appbar-ellipsis,
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled .win-appbar-ellipsis {
  color: #ffffff;
}
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:focus .win-appbar-ellipsis,
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:focus .win-appbar-ellipsis {
  border-color: #ffffff;
}
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled:active,
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled:active,
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled:hover:active,
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled:hover:active {
  background-color: transparent;
}
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled .win-appbar-ellipsis,
.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled .win-appbar-ellipsis {
  color: rgba(255, 255, 255, 0.4);
}
.win-appbar.win-appbar-hiding button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:hover:active,
.win-appbar.win-appbar-hiding button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:hover:active,
.win-appbar.win-appbar-hidden button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:hover:active,
.win-appbar.win-appbar-hidden button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:hover:active {
  background-color: rgba(255, 255, 255, 0.13);
}
/* Flyout control colors, flyout normally has a light theme */
.win-flyout,
.win-flyout {
  border-color: #ffffff;
  background-color: #000000;
}
.win-settingsflyout,
.win-settingsflyout {
  border-color: rgba(255, 255, 255, 0.24);
}
/* Menu control colors, menu always has a light theme */
.win-menu button,
.win-menu button {
  background-color: transparent;
  color: #ffffff;
}
.win-menu button:focus,
.win-menu button:focus,
.win-menu button:active,
.win-menu button:active {
  background-color: #dedede;
}
.win-menu button:enabled:hover:active,
.win-menu button:enabled:hover:active {
  color: #000000;
  background-color: #ffffff;
}
.win-menu button:-ms-keyboard-active,
.win-menu button:-ms-keyboard-active {
  color: #000000;
  background-color: #ffffff;
}
.win-menu button:disabled,
.win-menu button:disabled,
.win-menu button:disabled:active,
.win-menu button:disabled:active {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.1);
}
/*
        Settings flyout will be white in dark theme so we need to have the header stay
        aligned with the theme unless the app explicitly overrides it.
        */
.win-settingsflyout .win-header {
  background-color: #000000;
}
.win-settingsflyout .win-header.win-ui-light {
  background-color: #ffffff;
}
/*
        win-hide-focus needs the qualifier for win-ui-light or dark,
        otherwise .win-ui-dark button.win-command:focus is more
        qualified and stomps on the transparent that doesn't have .win-ui-dark
        */
.win-command:enabled.win-hidefocus:focus,
.win-command:enabled.win-hidefocus:focus,
.win-command.win-command:enabled.win-hidefocus:hover:focus,
.win-command.win-command:enabled.win-hidefocus:hover:focus,
.win-appbar button.win-appbar-invokebutton:enabled.win-hidefocus:focus .win-appbar-ellipsis,
.win-appbar button.win-appbar-invokebutton:enabled.win-hidefocus:focus .win-appbar-ellipsis {
  border-color: transparent;
}
.win-searchbox {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.6);
}
.win-searchbox-button {
  color: rgba(0, 0, 0, 0.6);
}
.win-searchbox-input-focus {
  border-color: #2a2a2a;
  background-color: #ffffff;
}
.win-searchbox-button:active {
  background-color: #000000;
  color: #ffffff;
}
.win-searchbox-button-input-focus {
  background-color: #4617b4;
  color: #ffffff;
}
.win-searchbox-flyout {
  border-color: #2a2a2a;
  background-color: #ffffff;
}
.win-searchbox-suggestion-selected {
  background-color: #4617b4;
}
.win-searchbox-suggestion-query,
.win-searchbox-suggestion-result {
  color: #000000;
}
.win-searchbox-suggestion-separator {
  color: #7a7a7a;
}
.win-searchbox-suggestion-separator hr {
  border-color: #7a7a7a;
}
.win-searchbox-flyout-highlighttext {
  color: #4617b4;
}
.win-searchbox-disabled {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
.win-searchbox-disabled input[disabled] {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}
.win-searchbox-disabled div {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}
.win-searchbox-suggestion-selected .win-searchbox-flyout-highlighttext {
  color: #a38bda;
}
.win-navbarcontainer-pageindicator {
  background-color: rgba(255, 255, 255, 0.4);
}
.win-navbarcontainer-pageindicator-current {
  background-color: rgba(255, 255, 255, 0.8);
}
.win-navbarcontainer-pageindicator.win-navbarcontainer-pageindicator:hover:active {
  background-color: rgba(255, 255, 255, 0.7);
}
.win-navbarcontainer-navarrow {
  background-color: #4a4a4a;
  color: #1e1e1e;
}
.win-navbarcontainer-navarrow.win-navbarcontainer-navarrow:hover:active {
  background-color: #1e1e1e;
  color: #ffffff;
}
.win-navbarcommand-button,
.win-navbarcommand-splitbutton {
  background-color: rgba(255, 255, 255, 0.11);
  color: #ffffff;
}
.win-navbarcommand-button.win-keyboard:focus,
.win-navbarcommand-splitbutton.win-keyboard:focus {
  outline: 2px solid #ffffff;
}
.win-navbarcommand-splitbutton.win-navbarcommand-splitbutton-opened,
.win-navbarcommand-button.win-pressed,
.win-navbarcommand-splitbutton.win-pressed {
  background-color: #ffffff;
  color: #000000;
}
.win-pivot .win-pivot-header {
  opacity: 0.4;
}
.win-pivot button.win-pivot-header,
.win-pivot button.win-pivot-header:focus,
.win-pivot button.win-pivot-header.win-pivot-header:hover:active {
  color: white;
}
.win-pivot .win-pivot-navbutton {
  background-color: rgba(213, 213, 213, 0.298);
  color: rgba(255, 255, 255, 0.6);
}
.win-pivot .win-pivot-navbutton.win-pivot-navbutton:hover:active {
  background-color: rgba(191, 191, 191, 0.749);
  color: black;
}
html.win-hoverable {
  /* Command colors */
  /* Appbar control colors */
}
html.win-hoverable .win-toggleswitch.win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower {
  background-color: #6e46ca;
}
html.win-hoverable .win-toggleswitch.win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper {
  background-color: rgba(255, 255, 255, 0.29);
}
html.win-hoverable .win-toggleswitch.win-toggleswitch-enabled:hover .win-toggleswitch-thumb {
  background-color: #ffffff;
}
html.win-hoverable .win-toggleswitch:lang(ar).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(dv).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(fa).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(he).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(ku-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(pa-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(prs).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(ps).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(sd-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(syr).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(ug).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(ur).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-toggleswitch:lang(qps-plocm).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower {
  background-color: rgba(255, 255, 255, 0.29);
}
html.win-hoverable .win-toggleswitch:lang(ar).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(dv).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(fa).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(he).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(ku-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(pa-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(prs).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(ps).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(sd-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(syr).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(ug).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(ur).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-toggleswitch:lang(qps-plocm).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper {
  background-color: #6e46ca;
}
html.win-hoverable .win-toggleswitch:lang(ar).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(dv).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(fa).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(he).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(ku-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(pa-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(prs).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(ps).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(sd-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(syr).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(ug).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(ur).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-toggleswitch:lang(qps-plocm).win-toggleswitch-enabled:hover .win-toggleswitch-thumb {
  background-color: #ffffff;
}
html.win-hoverable button.win-hub-section-header-tabstop:hover {
  color: #ffffff;
}
html.win-hoverable button.win-hub-section-header-tabstop.win-hub-section-header-interactive:hover {
  color: rgba(255, 255, 255, 0.8);
}
html.win-hoverable .win-navigation-backbutton:enabled:hover {
  background-color: transparent;
}
html.win-hoverable .win-backbutton:enabled:hover,
html.win-hoverable .win-navigation-backbutton:enabled:hover .win-back {
  background-color: rgba(255, 255, 255, 0.13);
  border-color: #ffffff;
}
html.win-hoverable .win-listview .win-container:hover,
html.win-hoverable .win-itemcontainer.win-container:hover {
  outline: rgba(255, 255, 255, 0.3) solid 3px;
}
html.win-hoverable .win-listview .win-container.win-swipe:hover .win-itembox,
html.win-hoverable .win-itemcontainer.win-container.win-swipe:hover .win-itembox {
  background-color: #1d1d1d;
  outline: none;
}
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: rgba(255, 255, 255, 0.3);
}
html.win-hoverable button:hover.win-semanticzoom-button {
  background-color: #d8d8d8;
}
html.win-hoverable button.win-command:enabled:hover,
html.win-hoverable div.win-command:hover {
  background-color: transparent;
  border-color: transparent;
}
html.win-hoverable button[aria-checked=true]:enabled:hover .win-commandimage {
  color: #000000;
}
html.win-hoverable button:enabled:hover .win-commandring {
  background-color: rgba(255, 255, 255, 0.13);
  border-color: #ffffff;
}
html.win-hoverable button[aria-checked=true]:enabled:hover .win-commandring {
  background-color: #dedede;
  border-color: #dedede;
}
html.win-hoverable.win-appbar button.win-appbar-invokebutton:enabled:hover,
html.win-hoverable .win-appbar button.win-appbar-invokebutton:enabled:hover {
  background-color: transparent;
}
html.win-hoverable.win-appbar button.win-appbar-invokebutton:disabled:hover,
html.win-hoverable .win-appbar button.win-appbar-invokebutton:disabled:hover {
  background-color: transparent;
}
html.win-hoverable.win-appbar.win-appbar-showing button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis,
html.win-hoverable .win-appbar.win-appbar-showing button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis,
html.win-hoverable.win-appbar.win-appbar-shown button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis,
html.win-hoverable .win-appbar.win-appbar-shown button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis {
  background-color: rgba(255, 255, 255, 0.13);
}
html.win-hoverable.win-appbar.win-appbar-hiding button.win-appbar-invokebutton:enabled:hover,
html.win-hoverable .win-appbar.win-appbar-hiding button.win-appbar-invokebutton:enabled:hover,
html.win-hoverable.win-appbar.win-appbar-hidden button.win-appbar-invokebutton:enabled:hover,
html.win-hoverable .win-appbar.win-appbar-hidden button.win-appbar-invokebutton:enabled:hover {
  background-color: rgba(255, 255, 255, 0.13);
}
html.win-hoverable .win-searchbox[disabled=false]:hover {
  border-color: rgba(255, 255, 255, 0.87);
  background-color: rgba(255, 255, 255, 0.87);
}
html.win-hoverable .win-searchbox-button[disabled=false]:hover {
  background-color: #5f37be;
}
html.win-hoverable .win-searchbox-input-focus:hover {
  border-color: #2a2a2a;
  background-color: #ffffff;
}
html.win-hoverable .win-searchbox-button-input-focus:hover {
  background-color: #5f37be;
}
html.win-hoverable .win-searchbox-suggestion-result:hover,
html.win-hoverable .win-searchbox-suggestion-query:hover {
  background-color: #e5e5e5;
}
html.win-hoverable .win-searchbox-suggestion-selected:hover {
  background-color: #5f37be;
}
html.win-hoverable .win-navbarcontainer-pageindicator:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
html.win-hoverable .win-navbarcontainer-navarrow:hover {
  background-color: #cacaca;
  color: #000000;
}
html.win-hoverable .win-navbarcommand-button:hover,
html.win-hoverable .win-navbarcommand-splitbutton:hover {
  background-color: rgba(255, 255, 255, 0.22);
}
html.win-hoverable .win-navbarcommand-splitbutton.win-navbarcommand-splitbutton-opened:hover,
html.win-hoverable .win-navbarcommand-button.win-pressed:hover,
html.win-hoverable .win-navbarcommand-splitbutton.win-pressed:hover {
  background-color: #ffffff;
  color: #000000;
}
html.win-hoverable .win-pivot button.win-pivot-header:hover {
  color: white;
}
html.win-hoverable .win-pivot .win-pivot-navbutton:hover {
  background-color: rgba(49, 49, 49, 0.937);
  color: white;
}
.win-ui-light {
  /* Command colors */
  /* Command ring colors */
  /* Command button labels colors */
  /* Appbar control colors */
  /* Flyout control colors, flyout normally has light theme */
  /* Menu button colors, menu is always light theme */
  /*
        win-hide-focus needs the qualifier for win-ui-light or dark,
        otherwise .win-ui-dark button.win-command:focus is more
        qualified and stomps on the transparent that doesn't have .win-ui-dark
        */
}
.win-ui-light .win-ui-light {
  color: #000000;
  background-color: #ffffff;
}
.win-ui-light .win-ui-dark {
  color: #ffffff;
  background-color: #1d1d1d;
}
.win-ui-light body,
.win-ui-light input,
.win-ui-light textarea,
.win-ui-light select,
.win-ui-light button {
  background-color: #ffffff;
  color: #000000;
}
.win-ui-light ::selection {
  background-color: #5729c1;
  color: #ffffff;
}
.win-ui-light input[type=text],
.win-ui-light input[type=password],
.win-ui-light input[type=email],
.win-ui-light input[type=number],
.win-ui-light input[type=tel],
.win-ui-light input[type=url],
.win-ui-light input[type=search],
.win-ui-light textarea,
.win-ui-light .win-textarea {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.27);
  color: #000000;
}
.win-ui-light input[type=text]:hover,
.win-ui-light input[type=password]:hover,
.win-ui-light input[type=email]:hover,
.win-ui-light input[type=number]:hover,
.win-ui-light input[type=tel]:hover,
.win-ui-light input[type=url]:hover,
.win-ui-light input[type=search]:hover,
.win-ui-light textarea:hover,
.win-ui-light .win-textarea:hover {
  background-color: rgba(255, 255, 255, 0.87);
  border-color: rgba(0, 0, 0, 0.44);
}
.win-ui-light input[type=text]:focus,
.win-ui-light input[type=password]:focus,
.win-ui-light input[type=email]:focus,
.win-ui-light input[type=number]:focus,
.win-ui-light input[type=tel]:focus,
.win-ui-light input[type=url]:focus,
.win-ui-light input[type=search]:focus,
.win-ui-light textarea:focus,
.win-ui-light .win-textarea:focus {
  background-color: #ffffff;
}
.win-ui-light input[type=text]:disabled,
.win-ui-light input[type=password]:disabled,
.win-ui-light input[type=email]:disabled,
.win-ui-light input[type=number]:disabled,
.win-ui-light input[type=tel]:disabled,
.win-ui-light input[type=url]:disabled,
.win-ui-light input[type=search]:disabled,
.win-ui-light textarea:disabled,
.win-ui-light .win-textarea:disabled {
  background-color: rgba(202, 202, 202, 0.4);
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light input[type=text]:disabled:-ms-input-placeholder,
.win-ui-light input[type=password]:disabled:-ms-input-placeholder,
.win-ui-light input[type=email]:disabled:-ms-input-placeholder,
.win-ui-light input[type=number]:disabled:-ms-input-placeholder,
.win-ui-light input[type=tel]:disabled:-ms-input-placeholder,
.win-ui-light input[type=url]:disabled:-ms-input-placeholder,
.win-ui-light input[type=search]:disabled:-ms-input-placeholder,
.win-ui-light textarea:disabled:-ms-input-placeholder,
.win-ui-light .win-textarea:disabled:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.22);
}
.win-ui-light input[type=text]:disabled::-webkit-input-placeholder,
.win-ui-light input[type=password]:disabled::-webkit-input-placeholder,
.win-ui-light input[type=email]:disabled::-webkit-input-placeholder,
.win-ui-light input[type=number]:disabled::-webkit-input-placeholder,
.win-ui-light input[type=tel]:disabled::-webkit-input-placeholder,
.win-ui-light input[type=url]:disabled::-webkit-input-placeholder,
.win-ui-light input[type=search]:disabled::-webkit-input-placeholder,
.win-ui-light textarea:disabled::-webkit-input-placeholder,
.win-ui-light .win-textarea:disabled::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.22);
}
.win-ui-light input[type=text]:disabled::-moz-input-placeholder,
.win-ui-light input[type=password]:disabled::-moz-input-placeholder,
.win-ui-light input[type=email]:disabled::-moz-input-placeholder,
.win-ui-light input[type=number]:disabled::-moz-input-placeholder,
.win-ui-light input[type=tel]:disabled::-moz-input-placeholder,
.win-ui-light input[type=url]:disabled::-moz-input-placeholder,
.win-ui-light input[type=search]:disabled::-moz-input-placeholder,
.win-ui-light textarea:disabled::-moz-input-placeholder,
.win-ui-light .win-textarea:disabled::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.22);
}
.win-ui-light input[type=text]:-ms-input-placeholder,
.win-ui-light input[type=password]:-ms-input-placeholder,
.win-ui-light input[type=email]:-ms-input-placeholder,
.win-ui-light input[type=number]:-ms-input-placeholder,
.win-ui-light input[type=tel]:-ms-input-placeholder,
.win-ui-light input[type=url]:-ms-input-placeholder,
.win-ui-light input[type=search]:-ms-input-placeholder,
.win-ui-light textarea:-ms-input-placeholder,
.win-ui-light .win-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.win-ui-light input[type=text]::-webkit-input-placeholder,
.win-ui-light input[type=password]::-webkit-input-placeholder,
.win-ui-light input[type=email]::-webkit-input-placeholder,
.win-ui-light input[type=number]::-webkit-input-placeholder,
.win-ui-light input[type=tel]::-webkit-input-placeholder,
.win-ui-light input[type=url]::-webkit-input-placeholder,
.win-ui-light input[type=search]::-webkit-input-placeholder,
.win-ui-light textarea::-webkit-input-placeholder,
.win-ui-light .win-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.win-ui-light input[type=text]::-moz-input-placeholder,
.win-ui-light input[type=password]::-moz-input-placeholder,
.win-ui-light input[type=email]::-moz-input-placeholder,
.win-ui-light input[type=number]::-moz-input-placeholder,
.win-ui-light input[type=tel]::-moz-input-placeholder,
.win-ui-light input[type=url]::-moz-input-placeholder,
.win-ui-light input[type=search]::-moz-input-placeholder,
.win-ui-light textarea::-moz-input-placeholder,
.win-ui-light .win-textarea::-moz-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.win-ui-light input::-ms-check {
  border-color: rgba(0, 0, 0, 0.27);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
.win-ui-light input:hover::-ms-check {
  border-color: rgba(0, 0, 0, 0.44);
  background-color: rgba(255, 255, 255, 0.87);
}
.win-ui-light input:disabled::-ms-check {
  background-color: rgba(202, 202, 202, 0.4);
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light input:enabled:hover:active::-ms-check {
  background-color: #000000;
  border-color: transparent;
  color: #ffffff;
}
.win-ui-light input:-ms-keyboard-active::-ms-check {
  background-clip: border-box;
  background-color: #000000;
  border-color: transparent;
  color: #ffffff;
}
.win-ui-light input::-ms-clear,
.win-ui-light input::-ms-reveal {
  background-color: #ffffff;
  color: #000000;
}
.win-ui-light input::-ms-clear:hover,
.win-ui-light input::-ms-reveal:hover {
  background-color: #dedede;
}
.win-ui-light input::-ms-clear:hover:active,
.win-ui-light input::-ms-reveal:hover:active {
  background-color: #000000;
  color: #ffffff;
}
.win-ui-light input[type]:invalid {
  outline-color: #ff8033;
  outline-width: 2px;
}
.win-ui-light input[type=file] {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.win-ui-light input[type=file]::-ms-browse {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(182, 182, 182, 0.7);
}
.win-ui-light input[type=file]::-ms-value {
  background-color: rgba(202, 202, 202, 0.4);
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light input[type=file]::-ms-browse:hover:active {
  background-color: #000000;
  color: #ffffff;
}
.win-ui-light input[type=file]::-ms-browse:hover {
  background-color: rgba(205, 205, 205, 0.82);
  border-color: rgba(164, 164, 164, 0.45);
}
.win-ui-light input[type=file]:disabled::-ms-browse {
  background-color: rgba(202, 202, 202, 0.4);
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light button,
.win-ui-light input[type=button],
.win-ui-light input[type=reset] {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(182, 182, 182, 0.7);
}
.win-ui-light button:hover:active,
.win-ui-light input[type=button]:hover:active,
.win-ui-light input[type=reset]:hover:active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.win-ui-light button:hover,
.win-ui-light input[type=button]:hover,
.win-ui-light input[type=reset]:hover {
  background-color: rgba(205, 205, 205, 0.82);
  border-color: rgba(164, 164, 164, 0.45);
}
.win-ui-light button:disabled,
.win-ui-light input[type=button]:disabled,
.win-ui-light input[type=reset]:disabled,
.win-ui-light button:disabled:hover:active,
.win-ui-light input[type=button]:disabled:hover:active,
.win-ui-light input[type=reset]:disabled:hover:active {
  background-color: rgba(202, 202, 202, 0.4);
  border-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light button:focus,
.win-ui-light input[type=button]:focus,
.win-ui-light input[type=reset]:focus {
  outline: 1px dotted #000000;
}
.win-ui-light button[type=submit],
.win-ui-light input[type=submit] {
  background-color: #4617b4;
  border-color: transparent;
  color: #ffffff;
}
.win-ui-light button[type=submit]:hover:active,
.win-ui-light input[type=submit]:hover:active {
  background-color: #000000;
  border-color: transparent;
  color: #ffffff;
}
.win-ui-light button[type=submit]:hover,
.win-ui-light input[type=submit]:hover {
  background-color: #5f37be;
  border-color: transparent;
}
.win-ui-light button[type=submit]:disabled,
.win-ui-light input[type=submit]:disabled,
.win-ui-light button[type=submit]:disabled:hover:active,
.win-ui-light input[type=submit]:disabled:hover:active {
  background-color: rgba(202, 202, 202, 0.4);
  border-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light button[type=submit]:focus,
.win-ui-light input[type=submit]:focus {
  outline: 1px dotted #000000;
}
.win-ui-light button:-ms-keyboard-active,
.win-ui-light button[type=submit]:-ms-keyboard-active,
.win-ui-light input[type=button]:-ms-keyboard-active,
.win-ui-light input[type=reset]:-ms-keyboard-active,
.win-ui-light input[type=submit]:-ms-keyboard-active {
  background-color: #000000;
  color: #ffffff;
  background-clip: border-box;
  border-color: transparent;
}
.win-ui-light select {
  border-color: rgba(0, 0, 0, 0.27);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
.win-ui-light select:enabled:focus {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.6);
}
.win-ui-light select:enabled:hover {
  border-color: rgba(0, 0, 0, 0.44);
}
.win-ui-light select:disabled {
  background-color: rgba(202, 202, 202, 0.4);
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light select:disabled option:checked {
  background-color: rgba(0, 0, 0, 0.55);
  color: rgba(255, 255, 255, 0.6);
}
.win-ui-light select::-ms-expand {
  background-color: transparent;
}
.win-ui-light select:enabled:focus option:hover {
  background-color: #dedede;
}
.win-ui-light select:enabled:focus option:checked:hover {
  color: #ffffff;
  background-color: #5f37be;
}
.win-ui-light select:enabled:hover {
  background-color: rgba(255, 255, 255, 0.87);
}
.win-ui-light option:hover {
  background-color: #c5c5c5;
}
.win-ui-light option:checked:hover {
  background-color: #5f37be;
}
.win-ui-light option:checked {
  color: #ffffff;
  background-color: #4617b4;
}
.win-ui-light optgroup:disabled option:checked,
.win-ui-light optgroup:disabled option:checked:active {
  background-color: rgba(0, 0, 0, 0.55);
  color: rgba(255, 255, 255, 0.6);
}
.win-ui-light progress {
  background-color: rgba(0, 0, 0, 0.2);
  color: #4617b4;
  -webkit-appearance: none;
}
.win-ui-light progress:indeterminate {
  background-color: transparent;
  color: #4617b4;
}
.win-ui-light progress:indeterminate::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0.35);
}
.win-ui-light progress:-ms-fill {
  background-color: currentColor;
}
.win-ui-light progress::-webkit-progress-value {
  background-color: currentColor;
}
.win-ui-light progress::-moz-progress-bar {
  background-color: currentColor;
}
.win-ui-light progress::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0);
}
.win-ui-light input[type=range] {
  background-color: transparent;
}
.win-ui-light input[type=range]::-ms-fill-lower {
  background-color: #4617b4;
}
.win-ui-light input[type=range]::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.1);
}
.win-ui-light input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.win-ui-light input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0.1);
}
.win-ui-light input[type=range]::-ms-thumb {
  background-color: #000000;
}
.win-ui-light input[type=range]::-webkit-slider-thumb {
  background-color: #000000;
}
.win-ui-light input[type=range]::-moz-range-thumb {
  background: #000000;
}
.win-ui-light input[type=range]::-ms-ticks-before,
.win-ui-light input[type=range]::-ms-ticks-after {
  color: rgba(0, 0, 0, 0.5);
}
.win-ui-light input[type=range]:enabled:hover::-ms-fill-lower {
  background-color: #5f37be;
}
.win-ui-light input[type=range]:enabled:hover::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.15);
}
.win-ui-light input[type=range]:enabled:hover::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, 0.15);
}
.win-ui-light input[type=range]:enabled:hover::-moz-range-track {
  background-color: rgba(0, 0, 0, 0.15);
}
.win-ui-light input[type=range]:disabled::-ms-fill-lower {
  background-color: rgba(0, 0, 0, 0.2);
}
.win-ui-light input[type=range]:disabled::-ms-fill-upper {
  background-color: rgba(0, 0, 0, 0.1);
}
.win-ui-light input[type=range]:disabled::-ms-thumb {
  background-color: #929292;
}
.win-ui-light input[type=range]:disabled::-moz-range-thumb {
  background-color: #929292;
}
.win-ui-light input[type=range]:disabled::-webkit-slider-thumb {
  background-color: #929292;
}
.win-ui-light input[type=range]::-ms-track {
  background-color: transparent;
  color: transparent;
}
.win-ui-light a {
  color: #4f1acb;
}
.win-ui-light a:hover:active {
  color: rgba(79, 26, 203, 0.6);
}
.win-ui-light a:hover {
  color: rgba(79, 26, 203, 0.8);
}
.win-ui-light a[disabled],
.win-ui-light a[disabled]:active {
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light .win-type-interactive:-ms-keyboard-active {
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light .win-type-interactive:hover:active {
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light .win-type-interactive:hover {
  color: rgba(0, 0, 0, 0.8);
}
.win-ui-light .win-toggleswitch .win-toggleswitch-header {
  color: #000000;
}
.win-ui-light .win-toggleswitch .win-toggleswitch-value {
  color: #000000;
}
.win-ui-light .win-toggleswitch .win-toggleswitch-description {
  color: #000000;
}
.win-ui-light .win-toggleswitch .win-toggleswitch-track {
  border-color: rgba(0, 0, 0, 0.35);
}
.win-ui-light .win-toggleswitch .win-toggleswitch-thumb {
  background-color: #000000;
}
.win-ui-light .win-toggleswitch:focus .win-toggleswitch-track {
  outline-color: #000000;
}
.win-ui-light .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-header,
.win-ui-light .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-value,
.win-ui-light .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-description {
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-track {
  border-color: rgba(0, 0, 0, 0.2);
}
.win-ui-light .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-thumb {
  background-color: #929292;
}
.win-ui-light .win-toggleswitch.win-toggleswitch-pressed .win-toggleswitch-thumb {
  background-color: #000000;
}
.win-ui-light .win-toggleswitch .win-toggleswitch-fill-lower {
  background-color: #4617b4;
}
.win-ui-light .win-toggleswitch .win-toggleswitch-fill-upper {
  background-color: rgba(0, 0, 0, 0.35);
}
.win-ui-light .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-fill-lower {
  background-color: rgba(0, 0, 0, 0.12);
}
.win-ui-light .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-fill-upper {
  background-color: rgba(0, 0, 0, 0.12);
}
.win-ui-light .win-toggleswitch.win-toggleswitch-pressed .win-toggleswitch-fill-lower {
  background-color: #7241e4;
}
.win-ui-light .win-toggleswitch.win-toggleswitch-pressed .win-toggleswitch-fill-upper {
  background-color: rgba(0, 0, 0, 0.26);
}
.win-ui-light .win-toggleswitch:lang(ar) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(dv) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(fa) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(he) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ku-Arab) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(pa-Arab) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(prs) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ps) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(sd-Arab) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(syr) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ug) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ur) .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(qps-plocm) .win-toggleswitch-fill-lower {
  background-color: rgba(0, 0, 0, 0.35);
}
.win-ui-light .win-toggleswitch:lang(ar) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(dv) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(fa) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(he) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ku-Arab) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(pa-Arab) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(prs) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ps) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(sd-Arab) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(syr) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ug) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ur) .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(qps-plocm) .win-toggleswitch-fill-upper {
  background-color: #4617b4;
}
.win-ui-light .win-toggleswitch:lang(ar).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(dv).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(fa).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(he).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ku-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(pa-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(prs).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ps).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(sd-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(syr).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ug).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ur).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(qps-plocm).win-toggleswitch-disabled .win-toggleswitch-fill-lower {
  background-color: rgba(0, 0, 0, 0.12);
}
.win-ui-light .win-toggleswitch:lang(ar).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(dv).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(fa).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(he).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ku-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(pa-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(prs).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ps).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(sd-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(syr).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ug).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ur).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(qps-plocm).win-toggleswitch-disabled .win-toggleswitch-fill-upper {
  background-color: rgba(0, 0, 0, 0.12);
}
.win-ui-light .win-toggleswitch:lang(ar).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(dv).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(fa).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(he).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ku-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(pa-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(prs).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ps).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(sd-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(syr).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ug).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(ur).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
.win-ui-light .win-toggleswitch:lang(qps-plocm).win-toggleswitch-pressed .win-toggleswitch-fill-lower {
  background-color: rgba(0, 0, 0, 0.26);
}
.win-ui-light .win-toggleswitch:lang(ar).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(dv).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(fa).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(he).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ku-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(pa-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(prs).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ps).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(sd-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(syr).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ug).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(ur).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
.win-ui-light .win-toggleswitch:lang(qps-plocm).win-toggleswitch-pressed .win-toggleswitch-fill-upper {
  background-color: #7241e4;
}
.win-ui-light button.win-hub-section-header-tabstop,
.win-ui-light button.win-hub-section-header-tabstop:hover:active {
  color: #000000;
}
.win-ui-light button.win-hub-section-header-tabstop.win-keyboard:focus {
  outline: 1px dotted #000000;
}
.win-ui-light button.win-hub-section-header-tabstop:-ms-keyboard-active {
  color: #000000;
}
.win-ui-light button.win-hub-section-header-tabstop.win-hub-section-header-interactive.win-hub-section-header-interactive:hover:active {
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light button.win-hub-section-header-tabstop.win-hub-section-header-interactive:-ms-keyboard-active {
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light .win-navigation-backbutton,
.win-ui-light .win-navigation-backbutton:active,
.win-ui-light .win-navigation-backbutton:enabled:hover:active {
  background-color: transparent;
}
.win-ui-light .win-backbutton,
.win-ui-light .win-back {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.win-ui-light .win-backbutton.win-backbutton:enabled:hover:active,
.win-ui-light .win-navigation-backbutton.win-navigation-backbutton:enabled:hover:active .win-back {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.win-ui-light .win-backbutton:-ms-keyboard-active,
.win-ui-light .win-navigation-backbutton:-ms-keyboard-active .win-back {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.win-ui-light .win-backbutton:disabled,
.win-ui-light .win-backbutton:disabled:active,
.win-ui-light .win-navigation-backbutton:disabled .win-back,
.win-ui-light .win-navigation-backbutton:disabled:active .win-back {
  background-clip: padding-box;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light .win-rating .win-star.win-user.win-full,
.win-ui-light .win-rating .win-star.win-user.win-full.win-disabled {
  color: #4617b4;
}
.win-ui-light .win-rating .win-star.win-tentative.win-full {
  color: #7241e4;
}
.win-ui-light .win-rating .win-star.win-average.win-full,
.win-ui-light .win-rating .win-star.win-average.win-full.win-disabled {
  color: #000000;
}
.win-ui-light .win-rating .win-star.win-empty {
  color: rgba(0, 0, 0, 0.35);
}
.win-ui-light .win-listview .win-itembox,
.win-ui-light .win-itemcontainer .win-itembox {
  background-color: #ffffff;
}
.win-ui-light .win-listview .win-container.win-backdrop {
  background-color: rgba(155, 155, 155, 0.23);
}
.win-ui-light .win-selectionhint {
  color: #4617b4;
}
.win-ui-light .win-listview .win-groupheader {
  outline-color: #000000;
}
.win-ui-light .win-listview .win-focusedoutline,
.win-ui-light .win-itemcontainer .win-focusedoutline {
  outline: #000000 solid 2px;
}
.win-ui-light .win-semanticzoom-button {
  background-color: rgba(216, 216, 216, 0.33);
  border-color: transparent;
}
.win-ui-light button.win-semanticzoom-button.win-semanticzoom-button:active,
.win-ui-light button.win-semanticzoom-button.win-semanticzoom-button:hover:active {
  background-color: #000000;
}
.win-ui-light .win-command .win-commandimage,
.win-ui-light .win-command .win-label {
  outline: none;
}
.win-ui-light button.win-command,
.win-ui-light div.win-command {
  background-color: transparent;
  border-color: transparent;
}
.win-ui-light button.win-command:active,
.win-ui-light div.win-command:active {
  background-color: transparent;
  color: inherit;
}
.win-ui-light button.win-command.win-command:enabled:hover:active,
.win-ui-light div.win-command.win-command:hover:active {
  background-color: transparent;
  color: inherit;
}
.win-ui-light button.win-command:-ms-keyboard-active,
.win-ui-light div.win-command:-ms-keyboard-active {
  background-color: transparent;
  color: inherit;
}
.win-ui-light button.win-command:disabled,
.win-ui-light div.win-command:disabled {
  border-color: transparent;
  background-color: transparent;
}
.win-ui-light .win-hidefocus:focus,
.win-ui-light button.win-appbar-invokebutton:enabled {
  outline: none;
}
.win-ui-light button:enabled.win-command:focus,
.win-ui-light div.win-command:focus,
.win-ui-light button:enabled.win-command.win-command:hover:focus,
.win-ui-light div.win-command.win-command:hover:focus {
  border-color: #000000;
}
.win-ui-light .win-commandimage {
  color: #000000;
}
.win-ui-light button:enabled:hover:active .win-commandimage {
  color: #ffffff;
}
.win-ui-light button:-ms-keyboard-active .win-commandimage {
  color: #ffffff;
}
.win-ui-light button:disabled .win-commandimage,
.win-ui-light button:disabled:active .win-commandimage {
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light button[aria-checked=true] .win-commandimage,
.win-ui-light button[aria-checked=true]:active .win-commandimage.win-commandimage {
  color: #ffffff;
}
.win-ui-light button[aria-checked=true]:enabled:hover:active .win-commandimage.win-commandimage {
  color: #000000;
}
.win-ui-light button[aria-checked=true]:-ms-keyboard-active .win-commandimage {
  color: #000000;
}
.win-ui-light button[aria-checked=true]:disabled .win-commandimage,
.win-ui-light button[aria-checked=true]:disabled:active .win-commandimage {
  color: #ffffff;
}
.win-ui-light .win-commandring,
.win-ui-light button:active .win-commandring {
  background-color: transparent;
  border-color: #000000;
}
.win-ui-light button:enabled:hover:active .win-commandring.win-commandring {
  background-color: #000000;
  border-color: #000000;
}
.win-ui-light button:-ms-keyboard-active .win-commandring {
  background-color: #000000;
  border-color: #000000;
}
.win-ui-light button:disabled .win-commandring,
.win-ui-light button:disabled:active .win-commandring {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.4);
}
.win-ui-light button[aria-checked=true] .win-commandring,
.win-ui-light button[aria-checked=true]:active .win-commandring {
  background-color: #000000;
  border-color: #000000;
}
.win-ui-light button[aria-checked=true]:enabled:hover:active .win-commandring.win-commandring {
  background-color: transparent;
  border-color: #000000;
}
.win-ui-light button[aria-checked=true]:-ms-keyboard-active .win-commandring {
  background-color: transparent;
  border-color: #000000;
}
.win-ui-light button[aria-checked=true]:disabled .win-commandring,
.win-ui-light button[aria-checked=true]:disabled:active .win-commandring {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
}
.win-ui-light button.win-command:disabled .win-label,
.win-ui-light button.win-command:disabled:active .win-label {
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light.win-appbar,
.win-ui-light .win-appbar {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.win-ui-light.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton,
.win-ui-light .win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton {
  background-color: transparent;
}
.win-ui-light.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton .win-appbar-ellipsis,
.win-ui-light .win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton .win-appbar-ellipsis {
  border-color: transparent;
}
.win-ui-light.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:-ms-keyboard-active,
.win-ui-light .win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:-ms-keyboard-active {
  background-color: transparent;
}
.win-ui-light.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled .win-appbar-ellipsis,
.win-ui-light .win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled .win-appbar-ellipsis {
  color: #000000;
}
.win-ui-light.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:focus .win-appbar-ellipsis,
.win-ui-light .win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:focus .win-appbar-ellipsis {
  border-color: #000000;
}
.win-ui-light.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled:active,
.win-ui-light .win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled:active,
.win-ui-light.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled:hover:active,
.win-ui-light .win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled:hover:active {
  background-color: transparent;
}
.win-ui-light.win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled .win-appbar-ellipsis,
.win-ui-light .win-appbar button.win-appbar-invokebutton.win-appbar-invokebutton:disabled .win-appbar-ellipsis {
  color: rgba(0, 0, 0, 0.4);
}
.win-ui-light.win-appbar.win-appbar-hiding button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:hover:active,
.win-ui-light .win-appbar.win-appbar-hiding button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:hover:active,
.win-ui-light.win-appbar.win-appbar-hidden button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:hover:active,
.win-ui-light .win-appbar.win-appbar-hidden button.win-appbar-invokebutton.win-appbar-invokebutton:enabled:hover:active {
  background-color: rgba(205, 205, 205, 0.82);
}
.win-ui-light.win-flyout,
.win-ui-light .win-flyout {
  border-color: #000000;
  background-color: #ffffff;
}
.win-ui-light.win-settingsflyout,
.win-ui-light .win-settingsflyout {
  border-color: rgba(0, 0, 0, 0.24);
}
.win-ui-light.win-menu button,
.win-ui-light .win-menu button {
  background-color: transparent;
  color: #000000;
}
.win-ui-light.win-menu button:focus,
.win-ui-light .win-menu button:focus,
.win-ui-light.win-menu button:active,
.win-ui-light .win-menu button:active {
  background-color: #dedede;
}
.win-ui-light.win-menu button:enabled:hover:active,
.win-ui-light .win-menu button:enabled:hover:active {
  color: #ffffff;
  background-color: #000000;
}
.win-ui-light.win-menu button:-ms-keyboard-active,
.win-ui-light .win-menu button:-ms-keyboard-active {
  color: #ffffff;
  background-color: #000000;
}
.win-ui-light.win-menu button:disabled,
.win-ui-light .win-menu button:disabled,
.win-ui-light.win-menu button:disabled:active,
.win-ui-light .win-menu button:disabled:active {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.1);
}
.win-ui-light.win-command:enabled.win-hidefocus:focus,
.win-ui-light .win-command:enabled.win-hidefocus:focus,
.win-ui-light.win-command.win-command:enabled.win-hidefocus:hover:focus,
.win-ui-light .win-command.win-command:enabled.win-hidefocus:hover:focus,
.win-ui-light.win-appbar button.win-appbar-invokebutton:enabled.win-hidefocus:focus .win-appbar-ellipsis,
.win-ui-light .win-appbar button.win-appbar-invokebutton:enabled.win-hidefocus:focus .win-appbar-ellipsis {
  border-color: transparent;
}
.win-ui-light .win-searchbox {
  border-color: rgba(0, 0, 0, 0.27);
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.6);
}
.win-ui-light .win-searchbox-button {
  color: rgba(0, 0, 0, 0.6);
}
.win-ui-light .win-searchbox-input-focus {
  border-color: #2a2a2a;
}
.win-ui-light .win-searchbox-button:active {
  background-color: #000000;
  color: #ffffff;
}
.win-ui-light .win-searchbox-button-input-focus {
  background-color: #4617b4;
  color: #ffffff;
}
.win-ui-light .win-searchbox-flyout-highlighttext {
  color: #4617b4;
}
.win-ui-light .win-searchbox-flyout {
  border-color: #2a2a2a;
  background-color: #ffffff;
}
.win-ui-light .win-searchbox-suggestion-selected {
  background-color: #4617b4;
}
.win-ui-light .win-searchbox-suggestion-query,
.win-ui-light .win-searchbox-suggestion-result {
  color: #000000;
}
.win-ui-light .win-searchbox-suggestion-separator {
  color: #7a7a7a;
}
.win-ui-light .win-searchbox-suggestion-separator hr {
  border-color: #7a7a7a;
}
.win-ui-light .win-searchbox-disabled {
  background-color: rgba(202, 202, 202, 0.4);
  border-color: rgba(0, 0, 0, 0.15);
}
.win-ui-light .win-searchbox-disabled input[disabled] {
  background-color: rgba(202, 202, 202, 0.4);
  color: rgba(0, 0, 0, 0.22);
}
.win-ui-light .win-searchbox-disabled div {
  background-color: rgba(202, 202, 202, 0.4);
  color: rgba(0, 0, 0, 0.22);
}
.win-ui-light .win-searchbox-suggestion-selected .win-searchbox-flyout-highlighttext {
  color: #a38bda;
}
.win-ui-light .win-navbarcontainer-pageindicator {
  background-color: rgba(0, 0, 0, 0.3);
}
.win-ui-light .win-navbarcontainer-pageindicator-current {
  background-color: rgba(0, 0, 0, 0.66);
}
.win-ui-light .win-navbarcontainer-pageindicator.win-navbarcontainer-pageindicator:hover:active {
  background-color: rgba(0, 0, 0, 0.58);
}
.win-ui-light .win-navbarcontainer-navarrow {
  background-color: #e7e7e7;
  color: #5c5c5c;
}
.win-ui-light .win-navbarcontainer-navarrow.win-navbarcontainer-navarrow:hover:active {
  background-color: #5d5d5d;
  color: #ffffff;
}
.win-ui-light .win-navbarcommand-button,
.win-ui-light .win-navbarcommand-splitbutton {
  background-color: rgba(0, 0, 0, 0.09);
  color: #000000;
}
.win-ui-light .win-navbarcommand-button.win-keyboard:focus,
.win-ui-light .win-navbarcommand-splitbutton.win-keyboard:focus {
  outline: 2px solid #000000;
}
.win-ui-light .win-navbarcommand-splitbutton.win-navbarcommand-splitbutton-opened,
.win-ui-light .win-navbarcommand-button.win-pressed,
.win-ui-light .win-navbarcommand-splitbutton.win-pressed {
  background-color: #000000;
  color: #ffffff;
}
.win-ui-light .win-pivot .win-pivot-header {
  opacity: 0.2;
}
.win-ui-light .win-pivot button.win-pivot-header,
.win-ui-light .win-pivot button.win-pivot-header:focus,
.win-ui-light .win-pivot button.win-pivot-header.win-pivot-header:hover:active {
  color: black;
}
.win-ui-light .win-pivot .win-pivot-navbutton {
  background-color: rgba(213, 213, 213, 0.349);
  color: rgba(0, 0, 0, 0.6);
}
.win-ui-light .win-pivot .win-pivot-navbutton.win-pivot-navbutton:hover:active {
  background-color: rgba(41, 41, 41, 0.741);
  color: white;
}
html.win-hoverable .win-ui-light {
  /* Appbar control colors */
}
html.win-hoverable .win-ui-light .win-toggleswitch.win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower {
  background-color: #5f37be;
}
html.win-hoverable .win-ui-light .win-toggleswitch.win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper {
  background-color: rgba(0, 0, 0, 0.29);
}
html.win-hoverable .win-ui-light .win-toggleswitch.win-toggleswitch-enabled:hover .win-toggleswitch-thumb {
  background-color: #000000;
}
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ar).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(dv).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(fa).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(he).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ku-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(pa-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(prs).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ps).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(sd-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(syr).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ug).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ur).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(qps-plocm).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower {
  background-color: rgba(0, 0, 0, 0.29);
}
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ar).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(dv).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(fa).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(he).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ku-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(pa-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(prs).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ps).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(sd-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(syr).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ug).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ur).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(qps-plocm).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper {
  background-color: #5f37be;
}
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ar).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(dv).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(fa).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(he).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ku-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(pa-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(prs).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ps).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(sd-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(syr).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ug).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(ur).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
html.win-hoverable .win-ui-light .win-toggleswitch:lang(qps-plocm).win-toggleswitch-enabled:hover .win-toggleswitch-thumb {
  background-color: #000000;
}
html.win-hoverable .win-ui-light button.win-hub-section-header-tabstop:hover {
  color: #000000;
}
html.win-hoverable .win-ui-light button.win-hub-section-header-tabstop.win-hub-section-header-interactive:hover {
  color: rgba(0, 0, 0, 0.8);
}
html.win-hoverable .win-ui-light .win-navigation-backbutton:enabled:hover {
  background-color: transparent;
}
html.win-hoverable .win-ui-light .win-backbutton:enabled:hover,
html.win-hoverable .win-ui-light .win-navigation-backbutton:enabled:hover .win-back {
  background-color: rgba(0, 0, 0, 0.13);
  border-color: #000000;
}
html.win-hoverable .win-ui-light .win-listview .win-container:hover,
html.win-hoverable .win-ui-light .win-itemcontainer.win-container:hover {
  outline: rgba(0, 0, 0, 0.3) solid 3px;
}
html.win-hoverable .win-ui-light .win-listview .win-container.win-swipe:hover .win-itembox,
html.win-hoverable .win-ui-light .win-itemcontainer.win-container.win-swipe:hover .win-itembox {
  background-color: #ffffff;
  outline: none;
}
html.win-hoverable .win-ui-light .win-listview.win-selectionstylefilled .win-container:hover .win-itembox,
html.win-hoverable .win-ui-light .win-itemcontainer.win-selectionstylefilled.win-container:hover .win-itembox {
  background-color: rgba(0, 0, 0, 0.3);
}
html.win-hoverable .win-ui-light button:hover.win-semanticzoom-button {
  background-color: #d8d8d8;
}
html.win-hoverable .win-ui-light button.win-command:enabled:hover,
html.win-hoverable .win-ui-light div.win-command:hover {
  background-color: transparent;
  border-color: transparent;
}
html.win-hoverable .win-ui-light button[aria-checked=true]:enabled:hover .win-commandimage {
  color: #ffffff;
}
html.win-hoverable .win-ui-light button:enabled:hover .win-commandring {
  background-color: rgba(0, 0, 0, 0.13);
  border-color: #000000;
}
html.win-hoverable .win-ui-light button[aria-checked=true]:enabled:hover .win-commandring {
  background-color: #212121;
  border-color: #212121;
}
html.win-hoverable .win-ui-light.win-appbar button.win-appbar-invokebutton:enabled:hover,
html.win-hoverable .win-ui-light .win-appbar button.win-appbar-invokebutton:enabled:hover {
  background-color: transparent;
}
html.win-hoverable .win-ui-light.win-appbar button.win-appbar-invokebutton:disabled:hover,
html.win-hoverable .win-ui-light .win-appbar button.win-appbar-invokebutton:disabled:hover {
  background-color: transparent;
}
html.win-hoverable .win-ui-light.win-appbar.win-appbar-showing button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis,
html.win-hoverable .win-ui-light .win-appbar.win-appbar-showing button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis,
html.win-hoverable .win-ui-light.win-appbar.win-appbar-shown button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis,
html.win-hoverable .win-ui-light .win-appbar.win-appbar-shown button.win-appbar-invokebutton:enabled:hover .win-appbar-ellipsis {
  background-color: rgba(205, 205, 205, 0.82);
}
html.win-hoverable .win-ui-light.win-appbar.win-appbar-hiding button.win-appbar-invokebutton:enabled:hover,
html.win-hoverable .win-ui-light .win-appbar.win-appbar-hiding button.win-appbar-invokebutton:enabled:hover,
html.win-hoverable .win-ui-light.win-appbar.win-appbar-hidden button.win-appbar-invokebutton:enabled:hover,
html.win-hoverable .win-ui-light .win-appbar.win-appbar-hidden button.win-appbar-invokebutton:enabled:hover {
  background-color: rgba(205, 205, 205, 0.82);
}
html.win-hoverable .win-ui-light .win-searchbox[disabled=false]:hover {
  background-color: rgba(255, 255, 255, 0.87);
}
html.win-hoverable .win-ui-light .win-searchbox-button[disabled=false]:hover {
  background-color: #5f37be;
}
html.win-hoverable .win-ui-light .win-searchbox-button-input-focus:hover {
  background-color: #5f37be;
}
html.win-hoverable .win-ui-light .win-searchbox-suggestion-result:hover,
html.win-hoverable .win-ui-light .win-searchbox-suggestion-query:hover {
  background-color: #e5e5e5;
}
html.win-hoverable .win-ui-light .win-searchbox-suggestion-selected:hover {
  background-color: #5f37be;
}
html.win-hoverable .win-ui-light .win-navbarcontainer-pageindicator:hover {
  background-color: rgba(0, 0, 0, 0.44);
}
html.win-hoverable .win-ui-light .win-navbarcontainer-navarrow:hover {
  background-color: #dadada;
  color: #000000;
}
html.win-hoverable .win-ui-light .win-navbarcommand-button:hover,
html.win-hoverable .win-ui-light .win-navbarcommand-splitbutton:hover {
  background-color: rgba(199, 199, 199, 0.31);
}
html.win-hoverable .win-ui-light .win-navbarcommand-splitbutton.win-navbarcommand-splitbutton-opened:hover,
html.win-hoverable .win-ui-light .win-navbarcommand-button.win-pressed:hover,
html.win-hoverable .win-ui-light .win-navbarcommand-splitbutton.win-pressed:hover {
  background-color: #000000;
  color: #ffffff;
}
html.win-hoverable .win-ui-light .win-pivot button.win-pivot-header:hover {
  color: black;
}
html.win-hoverable .win-ui-light .win-pivot .win-pivot-navbutton:hover {
  background-color: rgba(215, 215, 215, 0.941);
  color: black;
}
@media (-ms-high-contrast) {
  .win-toggleswitch .win-toggleswitch-header {
    color: ButtonText;
  }
  .win-toggleswitch .win-toggleswitch-value {
    color: ButtonText;
  }
  .win-toggleswitch .win-toggleswitch-description {
    color: ButtonText;
  }
  .win-toggleswitch .win-toggleswitch-track {
    border-color: ButtonText;
  }
  .win-toggleswitch .win-toggleswitch-thumb {
    background-color: ButtonText;
  }
  .win-toggleswitch:focus .win-toggleswitch-track {
    outline-color: ButtonText;
  }
  .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-header,
  .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-value,
  .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-description {
    color: ButtonText;
  }
  .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-track {
    border-color: GrayText;
  }
  .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-thumb {
    background-color: GrayText;
  }
  .win-toggleswitch.win-toggleswitch-pressed .win-toggleswitch-thumb {
    background-color: ButtonFace;
  }
  .win-toggleswitch .win-toggleswitch-fill-lower {
    background-color: Highlight;
  }
  .win-toggleswitch .win-toggleswitch-fill-upper {
    background-color: ButtonFace;
  }
  .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-fill-lower {
    background-color: ButtonFace;
  }
  .win-toggleswitch.win-toggleswitch-disabled .win-toggleswitch-fill-upper {
    background-color: ButtonFace;
  }
  .win-toggleswitch.win-toggleswitch-pressed .win-toggleswitch-fill-lower {
    background-color: Highlight;
  }
  .win-toggleswitch.win-toggleswitch-pressed .win-toggleswitch-fill-upper {
    background-color: ButtonFace;
  }
  .win-toggleswitch:lang(ar) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(dv) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(fa) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(he) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ku-Arab) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(pa-Arab) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(prs) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ps) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(sd-Arab) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(syr) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ug) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ur) .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(qps-plocm) .win-toggleswitch-fill-lower {
    background-color: ButtonFace;
  }
  .win-toggleswitch:lang(ar) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(dv) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(fa) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(he) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ku-Arab) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(pa-Arab) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(prs) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ps) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(sd-Arab) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(syr) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ug) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ur) .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(qps-plocm) .win-toggleswitch-fill-upper {
    background-color: Highlight;
  }
  .win-toggleswitch:lang(ar).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(dv).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(fa).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(he).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ku-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(pa-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(prs).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ps).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(sd-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(syr).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ug).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ur).win-toggleswitch-disabled .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(qps-plocm).win-toggleswitch-disabled .win-toggleswitch-fill-lower {
    background-color: ButtonFace;
  }
  .win-toggleswitch:lang(ar).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(dv).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(fa).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(he).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ku-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(pa-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(prs).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ps).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(sd-Arab).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(syr).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ug).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ur).win-toggleswitch-disabled .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(qps-plocm).win-toggleswitch-disabled .win-toggleswitch-fill-upper {
    background-color: ButtonFace;
  }
  .win-toggleswitch:lang(ar).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(dv).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(fa).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(he).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ku-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(pa-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(prs).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ps).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(sd-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(syr).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ug).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(ur).win-toggleswitch-pressed .win-toggleswitch-fill-lower,
  .win-toggleswitch:lang(qps-plocm).win-toggleswitch-pressed .win-toggleswitch-fill-lower {
    background-color: ButtonFace;
  }
  .win-toggleswitch:lang(ar).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(dv).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(fa).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(he).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ku-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(pa-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(prs).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ps).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(sd-Arab).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(syr).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ug).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(ur).win-toggleswitch-pressed .win-toggleswitch-fill-upper,
  .win-toggleswitch:lang(qps-plocm).win-toggleswitch-pressed .win-toggleswitch-fill-upper {
    background-color: Highlight;
  }
  html.win-hoverable .win-toggleswitch.win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower {
    background-color: Highlight;
  }
  html.win-hoverable .win-toggleswitch.win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper {
    background-color: ButtonFace;
  }
  html.win-hoverable .win-toggleswitch.win-toggleswitch-enabled:hover .win-toggleswitch-thumb {
    background-color: Highlight;
  }
  html.win-hoverable .win-toggleswitch:lang(ar).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(dv).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(fa).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(he).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(ku-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(pa-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(prs).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(ps).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(sd-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(syr).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(ug).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(ur).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower,
  html.win-hoverable .win-toggleswitch:lang(qps-plocm).win-toggleswitch-enabled:hover .win-toggleswitch-fill-lower {
    background-color: ButtonFace;
  }
  html.win-hoverable .win-toggleswitch:lang(ar).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(dv).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(fa).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(he).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(ku-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(pa-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(prs).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(ps).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(sd-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(syr).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(ug).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(ur).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper,
  html.win-hoverable .win-toggleswitch:lang(qps-plocm).win-toggleswitch-enabled:hover .win-toggleswitch-fill-upper {
    background-color: Highlight;
  }
  html.win-hoverable .win-toggleswitch:lang(ar).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(dv).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(fa).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(he).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(ku-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(pa-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(prs).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(ps).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(sd-Arab).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(syr).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(ug).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(ur).win-toggleswitch-enabled:hover .win-toggleswitch-thumb,
  html.win-hoverable .win-toggleswitch:lang(qps-plocm).win-toggleswitch-enabled:hover .win-toggleswitch-thumb {
    background-color: Highlight;
  }
}
