button,
input[type=button] {
  font-family: 'Segoe UI Semibold', 'wf_segoe-ui_semibold', helvetica, arial, sans-serif;
  background-image: none;
  box-shadow: none;
  background-color: var(--button-default-base-fill-color, #EAEAEA);
  padding: 6px 18px 6px 18px;
  border: 2px solid var(--button-default-base-fill-color, #EAEAEA);
  border-radius: 0;
  text-shadow: none;
  font-size: 14px;
  width: auto;
  line-height: 16px;
  white-space: nowrap;
  color: var(--button-default-content-color, #000000);
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
button:hover,
input[type=button]:hover,
button:focus,
input[type=button]:focus,
button:active:hover,
input[type=button]:active:hover,
button:focus:hover,
input[type=button]:focus:hover {
  border-color: var(--button-default-hover-content-color, #000000);
  background-color: var(--button-default-hover-fill-color, #F4F4F4);
  color: var(--button-default-hover-content-color, #000000);
}
button:active,
input[type=button]:active {
  background-color: var(--button-default-active-fill-color, #666666);
  border-color: var(--button-default-active-fill-color, #666666);
  color: var(--button-default-active-content-color, #000000);
}
button.primary,
input[type=button].primary {
  background-color: var(--button-primary-base-fill-color, #F2C811);
  border-color: var(--button-primary-base-fill-color, #F2C811);
  color: var(--button-primary-content-color);
}
button.primary:hover,
input[type=button].primary:hover,
button.primary:focus,
input[type=button].primary:focus,
button.primary:active,
input[type=button].primary:active {
  border-color: var(--button-primary-content-color, #000000);
  color: var(--button-primary-content-color, #000000);
}
button.primary:focus,
input[type=button].primary:focus,
button.primary:active,
input[type=button].primary:active {
  border-color: var(--button-primary-content-color, #000000);
  color: var(--button-primary-content-color, #000000);
}
button.primary:focus:hover,
input[type=button].primary:focus:hover,
button.primary:active:hover,
input[type=button].primary:active:hover {
  background-color: var(--button-primary-hover-fill-color, var(--theme-primary-color, #F2C811));
}
button:where(:not(.fui-Button)).disabled,
input[type=button]:where(:not(.fui-Button)).disabled,
button:where(:not(.fui-Button))[disabled],
input[type=button]:where(:not(.fui-Button))[disabled],
button:where(:not(.fui-Button)).disabled.primary,
input[type=button]:where(:not(.fui-Button)).disabled.primary,
button:where(:not(.fui-Button))[disabled].primary,
input[type=button]:where(:not(.fui-Button))[disabled].primary {
  color: var(--button-disabled-content-color, #A6A6A6);
  cursor: default;
}
button:where(:not(.fui-Button)).disabled:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button)).disabled:not(.fluent-transparent),
button:where(:not(.fui-Button))[disabled]:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button))[disabled]:not(.fluent-transparent),
button:where(:not(.fui-Button)).disabled.primary:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button)).disabled.primary:not(.fluent-transparent),
button:where(:not(.fui-Button))[disabled].primary:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button))[disabled].primary:not(.fluent-transparent) {
  background-color: var(--button-disabled-base-color, #F4F4F4);
  border-color: var(--button-disabled-base-color, #F4F4F4);
}
button:where(:not(.fui-Button)).disabled:hover,
input[type=button]:where(:not(.fui-Button)).disabled:hover,
button:where(:not(.fui-Button))[disabled]:hover,
input[type=button]:where(:not(.fui-Button))[disabled]:hover,
button:where(:not(.fui-Button)).disabled.primary:hover,
input[type=button]:where(:not(.fui-Button)).disabled.primary:hover,
button:where(:not(.fui-Button))[disabled].primary:hover,
input[type=button]:where(:not(.fui-Button))[disabled].primary:hover,
button:where(:not(.fui-Button)).disabled:focus,
input[type=button]:where(:not(.fui-Button)).disabled:focus,
button:where(:not(.fui-Button))[disabled]:focus,
input[type=button]:where(:not(.fui-Button))[disabled]:focus,
button:where(:not(.fui-Button)).disabled.primary:focus,
input[type=button]:where(:not(.fui-Button)).disabled.primary:focus,
button:where(:not(.fui-Button))[disabled].primary:focus,
input[type=button]:where(:not(.fui-Button))[disabled].primary:focus,
button:where(:not(.fui-Button)).disabled:active,
input[type=button]:where(:not(.fui-Button)).disabled:active,
button:where(:not(.fui-Button))[disabled]:active,
input[type=button]:where(:not(.fui-Button))[disabled]:active,
button:where(:not(.fui-Button)).disabled.primary:active,
input[type=button]:where(:not(.fui-Button)).disabled.primary:active,
button:where(:not(.fui-Button))[disabled].primary:active,
input[type=button]:where(:not(.fui-Button))[disabled].primary:active {
  color: var(--button-disabled-content-color, #A6A6A6);
}
button:where(:not(.fui-Button)).disabled:hover:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button)).disabled:hover:not(.fluent-transparent),
button:where(:not(.fui-Button))[disabled]:hover:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button))[disabled]:hover:not(.fluent-transparent),
button:where(:not(.fui-Button)).disabled.primary:hover:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button)).disabled.primary:hover:not(.fluent-transparent),
button:where(:not(.fui-Button))[disabled].primary:hover:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button))[disabled].primary:hover:not(.fluent-transparent),
button:where(:not(.fui-Button)).disabled:focus:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button)).disabled:focus:not(.fluent-transparent),
button:where(:not(.fui-Button))[disabled]:focus:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button))[disabled]:focus:not(.fluent-transparent),
button:where(:not(.fui-Button)).disabled.primary:focus:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button)).disabled.primary:focus:not(.fluent-transparent),
button:where(:not(.fui-Button))[disabled].primary:focus:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button))[disabled].primary:focus:not(.fluent-transparent),
button:where(:not(.fui-Button)).disabled:active:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button)).disabled:active:not(.fluent-transparent),
button:where(:not(.fui-Button))[disabled]:active:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button))[disabled]:active:not(.fluent-transparent),
button:where(:not(.fui-Button)).disabled.primary:active:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button)).disabled.primary:active:not(.fluent-transparent),
button:where(:not(.fui-Button))[disabled].primary:active:not(.fluent-transparent),
input[type=button]:where(:not(.fui-Button))[disabled].primary:active:not(.fluent-transparent) {
  background-color: var(--button-disabled-base-color, #F4F4F4);
  border-color: var(--button-disabled-base-color, #F4F4F4);
}
@font-face {
  font-family: 'PowrMDL2';
  src: url("../fonts/PowrMDL2.eot");
  src: url("../fonts/PowrMDL2.eot?#iefix") format('embedded-opentype'), url("../fonts/PowrMDL2.woff") format('woff'), url("../fonts/PowrMDL2.ttf") format('truetype'), url("../fonts/PowrMDL2.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn,
.ok-btn {
  font-family: 'Segoe UI Semibold', 'wf_segoe-ui_semibold', helvetica, arial, sans-serif;
  background-image: none;
  box-shadow: none;
  background-color: var(--neutral-tertiary-alt-color, #C8C8C8);
  padding: 6px 12px;
  border: 2px solid var(--neutral-tertiary-alt-color, #C8C8C8);
  border-radius: var(--button-border-radius);
  text-shadow: none;
  font-size: 14px;
  width: auto;
  line-height: 16px;
  white-space: nowrap;
  color: var(--theme-secondary-color, #000000);
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn:hover,
.ok-btn:hover,
.btn:focus,
.ok-btn:focus,
.btn:active:hover,
.ok-btn:active:hover,
.btn:focus:hover,
.ok-btn:focus:hover {
  border-color: var(--theme-secondary-color, #000000);
  background-color: var(--neutral-lighter-color, #F4F4F4);
  color: var(--theme-secondary-color, #000000);
  outline: none;
}
html[data-focus-source="key"] .btn:focus,
html[data-focus-source="key"] .ok-btn:focus {
  outline: var(--focus-two-tone-outline-definition, auto 1px);
  outline-color: var(--focus-two-tone-outline-color, -webkit-focus-ring-color);
}
.btn:active,
.ok-btn:active {
  background-color: var(--neutral-secondary-color, #666666);
  border-color: var(--neutral-secondary-color, #666666);
  color: var(--theme-secondary-color, #000000);
}
.btn.primary,
.ok-btn.primary {
  background-color: var(--button-primary-base-fill-color, #F2C811);
  border-color: var(--button-primary-base-fill-color, #F2C811);
  color: var(--button-primary-content-color, #000000);
}
.btn.primary:hover,
.ok-btn.primary:hover,
.btn.primary:focus,
.ok-btn.primary:focus,
.btn.primary:active,
.ok-btn.primary:active {
  border-color: var(--button-primary-content-color, #000000);
  color: var(--button-primary-content-color, #000000);
}
.btn.primary:focus,
.ok-btn.primary:focus,
.btn.primary:active,
.ok-btn.primary:active {
  border-color: var(--button-primary-content-color, #000000);
  color: var(--button-primary-content-color, #000000);
}
.btn.primary:focus:hover,
.ok-btn.primary:focus:hover,
.btn.primary:active:hover,
.ok-btn.primary:active:hover {
  background-color: var(--theme-dark-color, #CDA521);
}
.btn.disabled,
.ok-btn.disabled,
.btn[disabled],
.ok-btn[disabled],
.btn.disabled.primary,
.ok-btn.disabled.primary,
.btn[disabled].primary,
.ok-btn[disabled].primary {
  background-color: var(--neutral-lighter-color, #F4F4F4);
  border-color: var(--neutral-lighter-color, #F4F4F4);
  color: var(--neutral-tertiary-color, #A6A6A6);
  cursor: default;
}
.btn.disabled:hover,
.ok-btn.disabled:hover,
.btn[disabled]:hover,
.ok-btn[disabled]:hover,
.btn.disabled.primary:hover,
.ok-btn.disabled.primary:hover,
.btn[disabled].primary:hover,
.ok-btn[disabled].primary:hover,
.btn.disabled:focus,
.ok-btn.disabled:focus,
.btn[disabled]:focus,
.ok-btn[disabled]:focus,
.btn.disabled.primary:focus,
.ok-btn.disabled.primary:focus,
.btn[disabled].primary:focus,
.ok-btn[disabled].primary:focus,
.btn.disabled:active,
.ok-btn.disabled:active,
.btn[disabled]:active,
.ok-btn[disabled]:active,
.btn.disabled.primary:active,
.ok-btn.disabled.primary:active,
.btn[disabled].primary:active,
.ok-btn[disabled].primary:active {
  background-color: var(--neutral-lighter-color, #F4F4F4);
  border-color: var(--neutral-lighter-color, #F4F4F4);
  color: var(--neutral-tertiary-color, #A6A6A6);
}
.dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border-color: var(--neutral-secondary-color, #666666);
  box-shadow: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  background-color: var(--neutral-light-color, #EAEAEA);
  background-image: none;
}
.pbi-input {
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 0;
}
.pbi-input label {
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.pbi-input > input[type=radio] {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  opacity: 0;
  /* hide original ui element, but allow its click behavior (see z-index) */
  margin: 0;
  padding: 0;
  height: 100%;
  /*z-index: @inputLayerAbove;*/
  transition: color 500ms, background-color 500ms, border-color 500ms;
}
.pbi-input > input[type=radio] + label {
  padding-left: 24px;
  pointer-events: none;
  vertical-align: top;
}
.pbi-input > input[type=radio] + label:before {
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid var(--neutral-secondary-color, #666666);
  background-color: var(--white-color, #FFF);
  content: "";
  vertical-align: top;
  /* create rounded 'radio' button */
  border-radius: 50%;
}
.pbi-input > input[type=radio] + label:after {
  vertical-align: top;
}
.pbi-input > input[type=radio]:checked + label:before {
  border-color: var(--neutral-secondary-color, #666666);
  background-color: transparent;
  /* we should abstract this to input commmon ui color some how */
  /* transparent or white */
}
.pbi-input > input[type=radio]:checked + label:after {
  position: absolute;
  box-sizing: border-box;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: var(--neutral-secondary-color, #666666);
  border: 0 solid var(--neutral-secondary-color, #666666);
  border-radius: 50%;
  content: "";
}
.pbi-input > input[type=radio]:disabled + label {
  color: var(--neutral-tertiary-color, #A6A6A6);
}
.pbi-input > input[type=radio]:disabled + label:before {
  background-color: transparent;
  border-color: var(--neutral-tertiary-color, #A6A6A6);
}
.pbi-input > input[type=radio]:disabled + label:after {
  background-color: var(--neutral-tertiary-color, #A6A6A6);
}
.pbi-input > input[type=checkbox] {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  opacity: 0;
  /* hide original ui element, but allow its click behavior (see z-index) */
  margin: 0;
  padding: 0;
  height: 100%;
}
.pbi-input > input[type=checkbox] + label {
  padding-left: 24px;
  pointer-events: none;
  vertical-align: top;
}
.pbi-input > input[type=checkbox] + label:before {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid var(--neutral-secondary-color, #666666);
  background-color: var(--white-color, #FFF);
  content: "";
  vertical-align: top;
}
.pbi-input > input[type=checkbox] + label:after {
  content: "";
  font-family: 'PowrMDL2';
  font-size: 12px;
  line-height: 1;
  color: black;
  vertical-align: top;
}
.pbi-input > input[type=checkbox]:checked + label:before {
  background-color: var(--theme-primary-color, #F2C811);
  border: 2px solid var(--theme-primary-color, #F2C811);
}
.pbi-input > input[type=checkbox]:checked + label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "\E73E";
}
.pbi-input > input[type=checkbox]:disabled + label {
  color: var(--neutral-tertiary-color, #A6A6A6);
}
.pbi-input > input[type=checkbox]:disabled + label:before {
  background-color: var(--neutral-tertiary-alt-color, #C8C8C8);
  border: 2px solid var(--neutral-tertiary-alt-color, #C8C8C8);
}
.pbi-input > input[type=checkbox]:disabled + label:after {
  color: white;
}
/*
 *  Power BI Colors
 *
 *  Copyright (c) Microsoft Corporation
 *  All rights reserved.
 *  MIT License
 *
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 *  of this software and associated documentation files (the ""Software""), to deal
 *  in the Software without restriction, including without limitation the rights
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *  copies of the Software, and to permit persons to whom the Software is
 *  furnished to do so, subject to the following conditions:
 *
 *  The above copyright notice and this permission notice shall be included in
 *  all copies or substantial portions of the Software.
 *
 *  THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 *  THE SOFTWARE.
 */
/* ADDED THEME COLORS NOT ACCOUNTED FOR ELSEWHERE */
/* THEME COLORS */
/* NEUTRAL COLORS */
/* ACCENT COLORS */
/* SHELL LIGHT THEME COLORS */
/* APPLICATION CHROME COLORS */
/*dark chrome*/
/*
    DEPRECATED COLORS: Please refrain from adding one time use colors to the section below.
    These will be all be removed. New colors must be provided by design and be in the design OneNote palette
*/
/* PowerView specific colors */
/* Visual colors */
/* Fluent Theme colors */
body {
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'wf_segoe-ui_light';
  src: url("../fonts/SegoeUI-Light-final.eot");
  src: local('Segoe UI Light'), local('Segoe WP Light'), url("../fonts/SegoeUI-Light-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-Light-final.woff") format('woff'), url("../fonts/SegoeUI-Light-final.ttf") format('truetype'), url("../fonts/SegoeUI-Light-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_semilight';
  src: url("../fonts/SegoeUI-SemiLight-final.eot");
  src: local('Segoe UI Semilight'), local('Segoe WP Light'), url("../fonts/SegoeUI-SemiLight-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-SemiLight-final.woff") format('woff'), url("../fonts/SegoeUI-SemiLight-final.ttf") format('truetype'), url("../fonts/SegoeUI-SemiLight-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_normal';
  src: url("../fonts/SegoeUI-Regular-final.eot");
  src: local('Segoe UI'), local('Segoe'), local('Segoe WP'), url("../fonts/SegoeUI-Regular-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-Regular-final.woff") format('woff'), url("../fonts/SegoeUI-Regular-final.ttf") format('truetype'), url("../fonts/SegoeUI-Regular-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_normal';
  src: url("../fonts/SegoeUI-Regular-final.eot");
  src: local('Segoe UI bold'), local('Segoe bold'), local('Segoe WP bold'), url("../fonts/SegoeUI-Bold-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-Bold-final.woff") format('woff'), url("../fonts/SegoeUI-Bold-final.ttf") format('truetype'), url("../fonts/SegoeUI-Bold-final.svg#web") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_semibold';
  src: url("../fonts/SegoeUI-SemiBold-final.eot");
  src: local('Segoe UI Semibold'), local('Segoe Semibold'), local('Segoe WP Semibold'), url("../fonts/SegoeUI-SemiBold-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-SemiBold-final.woff") format('woff'), url("../fonts/SegoeUI-SemiBold-final.ttf") format('truetype'), url("../fonts/SegoeUI-SemiBold-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_bold';
  src: url("../fonts/SegoeUI-Bold-final.eot");
  src: local('Segoe UI bold'), local('Segoe bold'), local('Segoe WP bold'), url("../fonts/SegoeUI-Bold-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-Bold-final.woff") format('woff'), url("../fonts/SegoeUI-Bold-final.ttf") format('truetype'), url("../fonts/SegoeUI-Bold-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_standard-font';
  src: url("../fonts/StandardFont.eot");
  src: url("../fonts/StandardFont.eot?#iefix") format('embedded-opentype'), url("../fonts/StandardFont.woff") format('woff'), url("../fonts/StandardFont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_standard-font_bold';
  src: url("../fonts/StandardFontBold.eot");
  src: url("../fonts/StandardFontBold.eot?#iefix") format('embedded-opentype'), url("../fonts/StandardFontBold.woff") format('woff'), url("../fonts/StandardFontBold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_standard-font_light';
  src: url("../fonts/StandardFontLight.eot");
  src: url("../fonts/StandardFontLight.eot?#iefix") format('embedded-opentype'), url("../fonts/StandardFontLight.woff") format('woff'), url("../fonts/StandardFontLight.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: local('Calibri'), local('Calibri Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/40424077043') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: local('Calibri Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/38134751148') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: local('Calibri Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/43694460458') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Calibri';
  src: local('Calibri Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/38249679578') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Cambria';
  src: local('Cambria'), local('Cambria Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/38986015697') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: local('Cambria Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/38770737849') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: local('Cambria Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/29027199858') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Cambria';
  src: local('Cambria Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/33301484845') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Cambria Math';
  src: local('Cambria Math'), local('Cambria Math Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/40193268453') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Candara';
  src: local('Candara'), local('Candara Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/38835860617') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Candara';
  src: local('Candara Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/39463945589') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Candara';
  src: local('Candara Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/30179827037') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Candara';
  src: local('Candara Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/36371798918') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas'), local('Consolas Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/33167468773') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/29905000376') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/40367000206') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/31331056595') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Constantia';
  src: local('Constantia'), local('Constantia Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/31448377222') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Constantia';
  src: local('Constantia Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/38492810258') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Constantia';
  src: local('Constantia Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/39168665702') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Constantia';
  src: local('Constantia Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/41878151071') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Corbel';
  src: local('Corbel'), local('Corbel Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/35115404204') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel';
  src: local('Corbel Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/41928964640') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel';
  src: local('Corbel Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/37832507313') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Corbel';
  src: local('Corbel Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/40714016858') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Lucida Sans Unicode';
  src: local('Lucida Sans Unicode'), local('Lucida Sans Unicode Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/35821919345') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.smallFontSize {
  font-size: 12px;
}
.mediumFontSize {
  font-size: 14px;
}
.largeFontSize {
  font-size: 16px;
}
.typeRamp.formLabel {
  font-size: 14px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.typeRamp.buttonLabel {
  font-size: 16px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.typeRamp.paragraphText {
  font-size: 16px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.typeRamp.authoringPaneText {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.styleLibrary.compact .typeRamp.formLabel {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.styleLibrary.compact .typeRamp.buttonLabel {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.styleLibrary.compact .typeRamp.paragraphText {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.styleLibrary.compact .typeRamp.authoringPaneText {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
@font-face {
  font-family: 'PowrMDL2';
  src: url("../fonts/PowrMDL2.eot");
  src: url("../fonts/PowrMDL2.eot?#iefix") format('embedded-opentype'), url("../fonts/PowrMDL2.woff") format('woff'), url("../fonts/PowrMDL2.ttf") format('truetype'), url("../fonts/PowrMDL2.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PowrMDL3';
  src: url("../fonts/PowrMDL3.eot");
  src: url("../fonts/PowrMDL3.eot?#iefix") format('embedded-opentype'), url("../fonts/PowrMDL3.woff") format('woff'), url("../fonts/PowrMDL3.ttf") format('truetype'), url("../fonts/PowrMDL3.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  font-family: 'PowrMDL2';
  font-style: normal;
  font-size: 32px;
  display: inline-block;
}
[data-icon="fluent"] .glyphicon {
  font-family: 'PowrMDL3';
}
.glyph-micro {
  font-size: 8px;
}
.glyph-mini {
  font-size: 12px;
}
.glyph-small {
  font-size: 16px;
}
.glyph-normal {
  font-size: 24px;
}
.glyph-medium {
  font-size: 32px;
}
.glyph-med {
  font-size: 32px;
}
/* deprecated - use medium */
.glyph-large {
  font-size: 48px;
}
.pbi-glyph-file::before {
  content: "\E7C3";
}
.pbi-glyph-info::before {
  content: "\E946";
}
.pbi-glyph-doublechevronleft::before {
  content: "\EDBE";
}
.pbi-glyph-doublechevronright::before {
  content: "\EDBF";
}
.pbi-glyph-chevrondownsmall::before {
  content: "\E70D";
}
.pbi-glyph-chevronupsmall::before {
  content: "\E70E";
}
.pbi-glyph-chevrondownmedium::before {
  content: "\E972";
}
.pbi-glyph-chevronupmedium::before {
  content: "\E971";
}
.pbi-glyph-caretdownright::before {
  content: "\E818";
}
.pbi-glyph-search::before {
  content: "\E721";
}
.pbi-glyph-touch::before {
  content: "\E815";
}
.pbi-glyph-hide::before {
  content: "\ED1A";
}
.pbi-glyph-allapps::before {
  content: "\E71D";
}
.pbi-glyph-view::before {
  content: "\E890";
}
.pbi-glyph-hide3::before {
  content: "\F6AC";
}
.pbi-glyph-barchartverticalfill::before {
  content: "\F830";
}
.pbi-glyph-stackedcolumnchart2fill::before {
  content: "\F831";
}
.pbi-glyph-unlock::before {
  content: "\E785";
}
.pbi-glyph-radiobtnoff::before {
  content: "\ECCA";
}
.pbi-glyph-radiobtnon::before {
  content: "\ECCB";
}
.pbi-glyph-bulletedlist::before {
  content: "\E8FD";
}
.pbi-glyph-numberedlist::before {
  content: "\EA1C";
}
.pbi-glyph-share::before {
  content: "\E72D";
}
.pbi-glyph-addfriend::before {
  content: "\E8FA";
}
.pbi-glyph-camera::before {
  content: "\E722";
}
.pbi-glyph-filtersync::before {
  content: "\E895";
}
.pbi-glyph-save::before {
  content: "\E74E";
}
.pbi-glyph-saveas::before {
  content: "\E792";
}
.pbi-glyph-smartguides::before {
  content: "\F7E4";
}
.pbi-glyph-edit::before {
  content: "\E70F";
}
.pbi-glyph-emi::before {
  content: "\E731";
}
.pbi-glyph-checkmark::before {
  content: "\E73E";
}
.pbi-glyph-link::before {
  content: "\E71B";
}
.pbi-glyph-group::before {
  content: "\E902";
}
.pbi-glyph-paste::before {
  content: "\E77F";
}
.pbi-glyph-emoji::before {
  content: "\E76E";
}
.pbi-glyph-upload::before {
  content: "\E898";
}
.pbi-glyph-add::before {
  content: "\E710";
}
.pbi-glyph-globalnavbutton::before {
  content: "\E700";
}
.pbi-glyph-pageleft::before {
  content: "\E760";
}
.pbi-glyph-tvmonitor::before {
  content: "\E7F4";
}
.pbi-glyph-chromerestore::before {
  content: "\E923";
}
.pbi-glyph-cubeshape::before {
  content: "\F1AA";
}
.pbi-glyph-more::before {
  content: "\E712";
}
.pbi-glyph-slideshow::before {
  content: "\E786";
}
.pbi-glyph-calendar::before {
  content: "\E787";
}
.pbi-glyph-favoritestar::before {
  content: "\E734";
}
.pbi-glyph-undo::before {
  content: "\E7A7";
}
.pbi-glyph-unfavorite::before {
  content: "\E8D9";
}
.pbi-glyph-help::before {
  content: "\E9CE";
}
.pbi-glyph-back::before {
  content: "\E72B";
}
.pbi-glyph-font::before {
  content: "\E8D2";
}
.pbi-glyph-gripperbarhorizontal::before {
  content: "\E76F";
}
.pbi-glyph-barchart::before {
  content: "\EAE7";
}
.pbi-glyph-gauge::before {
  content: "\EB24";
}
.pbi-glyph-warning::before {
  content: "\E7BA";
}
.pbi-glyph-error::before {
  content: "\EA39";
}
.pbi-glyph-error-circle-exclamation::before {
  content: "\E783";
}
.pbi-glyph-success::before {
  content: "\E73E";
}
.pbi-glyph-settings::before {
  content: "\E713";
}
.pbi-glyph-info-nocircle::before {
  content: "\EA1f";
}
.pbi-glyph-go::before {
  content: "\E8AD";
}
.pbi-glyph-blockedsite::before {
  content: "\E72F";
}
.pbi-glyph-close::before {
  content: "\E8BB";
}
.pbi-glyph-qna::before {
  content: "\E8BD";
}
.pbi-glyph-circlefill::before {
  content: "\EA3B";
}
.pbi-glyph-circlering::before {
  content: "\EA3A";
}
.pbi-glyph-pinned::before {
  content: "\E840";
}
.pbi-glyph-pinnedfill::before {
  content: "\E842";
}
.pbi-glyph-unpin::before {
  content: "\E77A";
}
.pbi-glyph-excel::before {
  content: "\EC28";
}
.pbi-glyph-flag::before {
  content: "\E7C1";
}
.pbi-glyph-library::before {
  content: "\E8F1";
}
.pbi-glyph-mail::before {
  content: "\E715";
}
.pbi-glyph-lock::before {
  content: "\E72E";
}
.pbi-glyph-asterisk::before {
  content: "\EA38";
}
.pbi-glyph-comment::before {
  content: "\E90A";
}
.pbi-glyph-checkbox::before {
  content: "\E739";
}
.pbi-glyph-inserttextbox::before {
  content: "\EC7D";
}
.pbi-glyph-toggle::before {
  content: "\EC12";
}
.pbi-glyph-delete::before {
  content: "\E74D";
}
.pbi-glyph-refresh::before {
  content: "\E72C";
}
.pbi-glyph-miniexpand::before {
  content: "\E93A";
}
.pbi-glyph-waffle::before {
  content: "\F4E0";
}
.pbi-glyph-filter::before {
  content: "\E71C";
}
.pbi-glyph-filterfilled::before {
  content: "\F412";
}
.pbi-glyph-visualsinteraction::before {
  content: "\E2B2";
}
.pbi-glyph-visualinteraction::before {
  content: "\E9D4";
}
.pbi-glyph-crosshighlight::before {
  content: "\F666";
}
.pbi-glyph-crosshighlightfilled::before {
  content: "\F831";
}
.pbi-glyph-crossfilter::before {
  content: "\F77E";
}
.pbi-glyph-crossfilterfilled::before {
  content: "\F77F";
}
.pbi-glyph-disable::before {
  content: "\E733";
}
.pbi-glyph-disablefilled::before {
  content: "\F531";
}
.pbi-glyph-export::before {
  content: "\EFB8";
}
.pbi-glyph-iframe::before {
  content: "\ED09";
}
.pbi-glyph-addcircle::before {
  content: "\EAEE";
}
.pbi-glyph-fullscreen::before {
  content: "\E740";
}
.pbi-glyph-fullscreenexit::before {
  content: "\E73F";
}
.pbi-glyph-fittopage::before {
  content: "\E740";
}
.pbi-glyph-code::before {
  content: "\ECCE";
}
.pbi-glyph-alignment::before {
  content: "\F4F3";
}
.pbi-glyph-shapes::before {
  content: "\EC7C";
}
.pbi-glyph-buttons::before {
  content: "\F6C0";
}
.pbi-glyph-attachment::before {
  content: "\E723";
}
.pbi-glyph-securityalert::before {
  content: "\E730";
}
.pbi-glyph-arrow::before {
  content: "\E74A";
}
.pbi-glyph-image::before {
  content: "\EB9F";
}
.pbi-glyph-barchartvertical::before {
  content: "\E9EC";
}
.pbi-glyph-powerbi::before {
  content: "\EA1E";
}
.pbi-glyph-gear::before {
  content: "\E713";
}
.pbi-glyph-download::before {
  content: "\E896";
}
.pbi-glyph-smiley::before {
  content: "\E76E";
}
.pbi-glyph-question::before {
  content: "\E897";
}
.pbi-glyph-tile::before {
  content: "\ECA5";
}
.pbi-glyph-circle-play::before {
  content: "\EB1C";
}
.pbi-glyph-circle-pause::before {
  content: "\F2D9";
}
.pbi-glyph-play::before {
  content: "\E768";
}
.pbi-glyph-pause::before {
  content: "\E769";
}
.pbi-glyph-circle-stop::before {
  content: "\EA6F";
}
.pbi-glyph-stop::before {
  content: "\E71A";
}
.pbi-glyph-importvisual::before {
  content: "\E8B5";
}
.pbi-glyph-feedback::before {
  content: "\ED15";
}
.pbi-glyph-sharepoint::before {
  content: "\ED18";
}
.pbi-glyph-print::before {
  content: "\E749";
}
.pbi-glyph-dataset::before {
  content: "\E8A9";
}
.pbi-glyph-publishtoweb::before {
  content: "\F52F";
}
.pbi-glyph-codeedit::before {
  content: "\F544";
}
.pbi-glyph-database::before {
  content: "\EC8C";
}
.pbi-glyph-SQLAnalyticsPool::before {
  content: "\E434";
}
.pbi-glyph-linkeddatabase::before {
  content: "\F779";
}
.pbi-glyph-drilltodetail::before {
  content: "\E802";
}
.pbi-glyph-seedata::before {
  content: "\F5B6";
}
.pbi-glyph-move::before {
  content: "\E7C2";
}
.pbi-glyph-home::before {
  content: "\E80F";
}
.pbi-glyph-sort::before {
  content: "\E810";
}
.pbi-glyph-rotatehorizontal::before {
  content: "\E8B4";
}
.pbi-glyph-rotatevertical::before {
  content: "\F7E1";
}
.pbi-glyph-download2::before {
  content: "\E896";
}
.pbi-glyph-reload::before {
  content: "\E97A";
}
.pbi-glyph-insight::before {
  content: "\EA80";
}
.pbi-glyph-nonetwork::before {
  content: "\EB63";
}
.pbi-glyph-dynamic::before {
  content: "\F18C";
}
.pbi-glyph-fittopage2::before {
  content: "\E9A6";
}
.pbi-glyph-fittowidth::before {
  content: "\E9A7";
}
.pbi-glyph-actualsize::before {
  content: "\F529";
}
.pbi-glyph-showgrid::before {
  content: "\E8A9";
}
.pbi-glyph-snaptogrid::before {
  content: "\E8B3";
}
.pbi-glyph-favoritefilled::before {
  content: "\E735";
}
.pbi-glyph-expand::before {
  content: "\F535";
}
.pbi-glyph-expand-nocircle::before {
  content: "\F769";
}
.pbi-glyph-drillup::before {
  content: "\EBCD";
}
.pbi-glyph-drillup-nocircle::before {
  content: "\E74A";
}
.pbi-glyph-drilldowndisabled::before {
  content: "\F532";
}
.pbi-glyph-drilldowndisabled-nocircle::before {
  content: "\E74B";
}
.pbi-glyph-drilldownenabled::before {
  content: "\F533";
}
.pbi-glyph-drillthrough::before {
  content: "\F5B9";
}
.pbi-glyph-show::before {
  content: "\E7B3";
}
.pbi-glyph-bell::before {
  content: "\EA8F";
}
.pbi-glyph-atoz::before {
  content: "\EDC0";
}
.pbi-glyph-ztoa::before {
  content: "\EDC1";
}
.pbi-glyph-contentviewicon::before {
  content: "\E7E9";
}
.pbi-glyph-phone::before {
  content: "\E8EA";
}
.pbi-glyph-user::before {
  content: "\E77B";
}
.pbi-glyph-app-user::before {
  content: "\E96B";
}
.pbi-glyph-streaming-data::before {
  content: "\E93E";
}
.pbi-glyph-refresh-data::before {
  content: "\E8F7";
}
.pbi-glyph-circled-checkmark::before {
  content: "\E930";
}
.pbi-glyph-barcode-scanner::before {
  content: "\EE6F";
}
.pbi-glyph-collections::before {
  content: "\F26F";
}
.pbi-glyph-eraser::before {
  content: "\E75C";
}
.pbi-glyph-arrowleft::before {
  content: "\E76B";
}
.pbi-glyph-arrowright::before {
  content: "\E76C";
}
.pbi-glyph-paintbrush::before {
  content: "\ECFF";
}
.pbi-glyph-notification-center::before {
  content: "\E91C";
}
.pbi-glyph-timer::before {
  content: "\E91E";
}
.pbi-glyph-realtime::before {
  content: "\E945";
}
.pbi-glyph-powerpoint::before {
  content: "\EC2A";
}
.pbi-glyph-shared::before {
  content: "\E716";
}
.pbi-glyph-powerbi-service::before {
  content: "\EA1E";
}
.pbi-glyph-create-report::before {
  content: "\F52C";
}
.pbi-glyph-create-dashboard::before {
  content: "\F52D";
}
.pbi-glyph-geolocation::before {
  content: "\E707";
}
.pbi-glyph-fileSQL::before {
  content: "\F2E7";
}
.pbi-glyph-filtered-barcode-scanner::before {
  content: "\F7E3";
}
.pbi-glyph-filtered-geolocation::before {
  content: "\F52E";
}
.pbi-glyph-inline-drill::before {
  content: "\F534";
}
.pbi-glyph-inline-drill-nocircle::before {
  content: "\F76A";
}
.pbi-glyph-mru:before {
  content: "\E823";
}
.pbi-glyph-annotation::before {
  content: "\EDC6";
}
.pbi-glyph-phone-optimized-report::before {
  content: "\F18A";
}
.pbi-glyph-bookmark-add::before {
  content: "\F5B7";
}
.pbi-glyph-bookmark-view::before {
  content: "\F5B8";
}
.pbi-glyph-my-apps::before {
  content: "\ECAA";
}
.pbi-glyph-puzzle::before {
  content: "\EA86";
}
.pbi-glyph-person::before {
  content: "\E820";
}
.pbi-glyph-diamond::before {
  content: "\ED02";
}
.pbi-glyph-diamonduser::before {
  content: "\E4F9";
}
.pbi-glyph-status-circle-exclamation::before {
  content: "\F13c";
}
.pbi-glyph-status-circle-error-x::before {
  content: "\F13d";
}
.pbi-glyph-status-circle-checkmark::before {
  content: "\F13e";
}
.pbi-glyph-chart::before {
  content: "\E999";
}
.pbi-glyph-relationship::before {
  content: "\F003";
}
.pbi-glyph-remove::before {
  content: "\E738";
}
.pbi-glyph-permissions::before {
  content: "\E8D7";
}
.pbi-glyph-bookmark::before {
  content: "\EDFF";
}
.pbi-glyph-bookmark-double::before {
  content: "\EB8F";
}
.pbi-glyph-bookmark-default::before {
  content: "\F76B";
}
.pbi-glyph-exit::before {
  content: "\E711";
}
.pbi-glyph-flashlight::before {
  content: "\E754";
}
.pbi-glyph-videolightoff::before {
  content: "\EA74";
}
.pbi-glyph-flickup::before {
  content: "\E936";
}
.pbi-glyph-rdl-report::before {
  content: "\E9F9";
}
.pbi-glyph-scatter::before {
  content: "\EC26";
}
.pbi-glyph-canvas-tooltip::before {
  content: "\F7DF";
}
.pbi-glyph-table-group::before {
  content: "\F6D9";
}
.pbi-glyph-view-on-web::before {
  content: "\E774";
}
.pbi-glyph-explore-content-single::before {
  content: "\F164";
}
.pbi-glyph-collapse-content-single::before {
  content: "\F166";
}
.pbi-glyph-dataflow::before {
  content: "\F7dd";
}
.pbi-glyph-datamart::before {
  content: "\E434";
}
.pbi-glyph-more-vertical::before {
  content: "\F2BC";
}
.pbi-glyph-copy::before {
  content: "\E8C8";
}
.pbi-glyph-clear-filter::before {
  content: "\EF8F";
}
.pbi-glyph-clear::before {
  content: "\E894";
}
.pbi-glyph-remove-from-trash::before {
  content: "\F82B";
}
.pbi-glyph-crm-services::before {
  content: "\EFD2";
}
.pbi-glyph-org::before {
  content: "\ECA6";
}
.pbi-glyph-test-package::before {
  content: "\ECDC";
}
.pbi-glyph-gift-box-open::before {
  content: "\F133";
}
.pbi-glyph-pdf::before {
  content: "\EA90";
}
.pbi-glyph-variable::before {
  content: "\F305";
}
.pbi-glyph-commentactive::before {
  content: "\F804";
}
.pbi-glyph-commentprevious::before {
  content: "\F2B5";
}
.pbi-glyph-commentnext::before {
  content: "\F2B4";
}
.pbi-glyph-saveall::before {
  content: "\F203";
}
.pbi-glyph-server::before {
  content: "\F201";
}
.pbi-glyph-triggerauto::before {
  content: "\F24A";
}
.pbi-glyph-color::before {
  content: "\E790";
}
.pbi-glyph-analyze::before {
  content: "\EBEC";
}
.pbi-glyph-rename::before {
  content: "\E8AC";
}
.pbi-glyph-microphone::before {
  content: "\E720";
}
.pbi-glyph-sortup::before {
  content: "\EE68";
}
.pbi-glyph-sortdown::before {
  content: "\EE69";
}
.pbi-glyph-qrcode::before {
  content: "\ED14";
}
.pbi-glyph-testbeaker::before {
  content: "\F3A5";
}
.pbi-glyph-stopwatch::before {
  content: "\E916";
}
.pbi-glyph-diagnostic::before {
  content: "\E9D9";
}
.pbi-glyph-databaseicon::before {
  content: "\EFC7";
}
.pbi-glyph-databaseactivity::before {
  content: "\E670";
}
.pbi-glyph-databaseswap::before {
  content: "\E671";
}
.pbi-glyph-appicondefaultadd::before {
  content: "\EFDA";
}
.pbi-glyph-waitlistconfirm::before {
  content: "\F550";
}
.pbi-glyph-list::before {
  content: "\EA37";
}
.pbi-glyph-leave::before {
  content: "\F627";
}
.pbi-glyph-engineeringgroup::before {
  content: "\F362";
}
.pbi-glyph-documentation::before {
  content: "\EC17";
}
.pbi-glyph-flow::before {
  content: "\EF90";
}
.pbi-glyph-developer-tools::before {
  content: "\EC7A";
}
.pbi-glyph-account-activity::before {
  content: "\EFF4";
}
.pbi-glyph-production-floor-management::before {
  content: "\EE29";
}
.pbi-glyph-rocket::before {
  content: "\F3B3";
}
.pbi-glyph-autoenhanceon::before {
  content: "\E78D";
}
.pbi-glyph-diffsidebyside::before {
  content: "\F30A";
}
.pbi-glyph-dependencyadd::before {
  content: "\E344";
}
.pbi-glyph-status-error-full::before {
  content: "\EB90";
}
.pbi-glyph-completed-solid::before {
  content: "\EC61";
}
.pbi-glyph-dislike::before {
  content: "\E8E0";
}
.pbi-glyph-like::before {
  content: "\E8E1";
}
.pbi-glyph-increaseIndentArrow::before {
  content: "\F7A1";
}
.pbi-glyph-playResume::before {
  content: "\F2C6";
}
.pbi-glyph-user-warning::before {
  content: "\E368";
}
.pbi-glyph-glimmer::before {
  content: "\ECF4";
}
.pbi-glyph-blocked2::before {
  content: "\ECE4";
}
.pbi-glyph-pagelist::before {
  content: "\F106";
}
.pbi-glyph-pagelistfilter::before {
  content: "\F813";
}
.pbi-glyph-alertsettings::before {
  content: "\F8B6";
}
.pbi-glyph-dataflows-link::before {
  content: "\E366";
}
.pbi-glyph-promoteddatabase::before {
  content: "\F77D";
}
.pbi-glyph-certifieddatabase::before {
  content: "\F5BB";
}
.pbi-glyph-promotedendorsement::before {
  content: "\E4AE";
}
.pbi-glyph-certifiedendorsement::before {
  content: "\E9D1";
}
.pbi-glyph-datetime::before {
  content: "\EA17";
}
.pbi-glyph-unstackselected::before {
  content: "\E7FE";
}
.pbi-glyph-switch::before {
  content: "\E8AB";
}
.pbi-glyph-markasprotected::before {
  content: "\F6AE";
}
.pbi-glyph-barchartverticaledit::before {
  content: "\F89D";
}
.pbi-glyph-shared-dataset::before {
  content: "\E3D9";
}
.pbi-glyph-scroll-updown::before {
  content: "\EC8F";
}
.pbi-glyph-doublechevronup::before {
  content: "\EDBD";
}
.pbi-glyph-doublechevrondown::before {
  content: "\EE04";
}
.pbi-glyph-arrowupright::before {
  content: "\F069";
}
.pbi-glyph-contactlock::before {
  content: "\F400";
}
.pbi-glyph-securitygroup::before {
  content: "\ED85";
}
.pbi-glyph-openfile::before {
  content: "\E8E5";
}
.pbi-glyph-visualsstore::before {
  content: "\F521";
}
.pbi-glyph-pencilreply::before {
  content: "\EF7B";
}
.pbi-glyph-deploy::before {
  content: "\F29D";
}
.pbi-glyph-publishcontent::before {
  content: "\F0D4";
}
.pbi-glyph-comment-solid::before {
  content: "\E30E";
}
.pbi-glyph-single-bookmark-solid::before {
  content: "\EE00";
}
.pbi-glyph-shop::before {
  content: "\E719";
}
.pbi-glyph-total::before {
  content: "\E9DF";
}
.pbi-glyph-calculator::before {
  content: "\E8EF";
}
.pbi-glyph-teamslogo::before {
  content: "\F27B";
}
.pbi-glyph-calculatornotequalto::before {
  content: "\F2D2";
}
.pbi-glyph-navigate-external-inline::before {
  content: "\F35F";
}
.pbi-glyph-learning-tools::before {
  content: "\F7DB";
}
.pbi-glyph-calculatorgroup::before {
  content: "\E462";
}
.pbi-glyph-table::before {
  content: "\ED86";
}
.pbi-glyph-tablelink::before {
  content: "\F77A";
}
.pbi-glyph-tablecomputed::before {
  content: "\F8F5";
}
.pbi-glyph-checkbox-indeterminate::before {
  content: "\F16E";
}
.pbi-glyph-clock::before {
  content: "\E917";
}
.pbi-glyph-reading-mode::before {
  content: "\E736";
}
.pbi-glyph-view-in-ar::before {
  content: "\E41F";
}
.pbi-glyph-equalizer::before {
  content: "\E9E9";
}
.pbi-glyph-cloudimportexport::before {
  content: "\EE55";
}
.pbi-glyph-mixerlogo::before {
  content: "\F18B";
}
.pbi-glyph-reset::before {
  content: "\E423";
}
.pbi-glyph-mail-link::before {
  content: "\EFAC";
}
.pbi-glyph-screen::before {
  content: "\EF39";
}
.pbi-glyph-chat::before {
  content: "\E901";
}
.pbi-glyph-cost-contral::before {
  content: "\F208";
}
.pbi-glyph-financial::before {
  content: "\E7BB";
}
.pbi-glyph-rightwards-arrow::before {
  content: "\2192";
}
.pbi-glyph-virtualnetwork::before {
  content: "\F815";
}
.pbi-glyph-pbidirectquery::before {
  content: "\E4E9";
}
.pbi-glyph-pbidual::before {
  content: "\E4EA";
}
.pbi-glyph-pbiimport::before {
  content: "\E4EB";
}
.pbi-glyph-pbiliveconnect::before {
  content: "\E4EC";
}
.pbi-glyph-pbiperspective::before {
  content: "\E658";
}
.pbi-glyph-caretdownsolid8::before {
  content: "\EDDC";
}
.pbi-glyph-calculatordelta::before {
  content: "\E406";
}
.pbi-glyph-tablecolumn::before {
  content: "\E4BD";
}
.pbi-glyph-calculatedtable::before {
  content: "\E4BE";
}
.pbi-glyph-columnsigma::before {
  content: "\E4BF";
}
.pbi-glyph-columnquestion::before {
  content: "\E4C0";
}
.pbi-glyph-columnfunction::before {
  content: "\E4C2";
}
.pbi-glyph-contactcard::before {
  content: "\EEBD";
}
.pbi-glyph-fabricfolder::before {
  content: "\F0A9";
}
.pbi-glyph-folder-horizontal::before {
  content: "\F12B";
}
.pbi-glyph-folderopen::before {
  content: "\F0A8";
}
.pbi-glyph-dom::before {
  content: "\EC8D";
}
.pbi-glyph-streamdiscover::before {
  content: "\F7D9";
}
.pbi-glyph-open-in-new-window::before {
  content: "\E8A7";
}
.pbi-glyph-plug-connected::before {
  content: "\F302";
}
.pbi-glyph-open-folder-horizontal::before {
  content: "\ED25";
}
.pbi-glyph-anomaly::before {
  content: "\E548";
}
.pbi-glyph-dislikesolid::before {
  content: "\F3C0";
}
.pbi-glyph-likesolid::before {
  content: "\F3BF";
}
.pbi-glyph-market::before {
  content: "\EAFC";
}
.pbi-glyph-anomalies-marker::before {
  content: "\E554";
}
.pbi-glyph-chevron-down-small::before {
  content: "\E96E";
}
.pbi-glyph-chevron-up-small::before {
  content: "\E96D";
}
.pbi-glyph-text-field::before {
  content: "\EDC3";
}
.pbi-glyph-number-field::before {
  content: "\EDC4";
}
.pbi-glyph-border-inside::before {
  content: "\E5F3";
}
.pbi-glyph-border-inside-horizontal::before {
  content: "\E5F2";
}
.pbi-glyph-border-inside-vertical::before {
  content: "\E5F1";
}
.pbi-glyph-border-all::before {
  content: "\E5F4";
}
.pbi-glyph-border-none::before {
  content: "\E5F0";
}
.pbi-glyph-people-add::before {
  content: "\EA15";
}
.pbi-glyph-outlook::before {
  content: "\F1E9";
}
.pbi-glyph-work::before {
  content: "\E821";
}
.pbi-glyph-player-settings::before {
  content: "\EF58";
}
.pbi-glyph-add-details::before {
  content: "\E616";
}
.pbi-glyph-add-comments::before {
  content: "\E615";
}
.pbi-glyph-gripper-dots-vertical::before {
  content: "\F772";
}
.pbi-glyph-report-trophy::before {
  content: "\E614";
}
.pbi-glyph-trophy2::before {
  content: "\F1AE";
}
.pbi-glyph-accept::before {
  content: "\E8FB";
}
.pbi-glyph-add-multiple::before {
  content: "\E9C5";
}
.pbi-glyph-lightning-bolt::before {
  content: "\E945";
}
.pbi-glyph-pbi-home-layout-default::before {
  content: "\E65B";
}
.pbi-glyph-pbi-home-layout-expanded::before {
  content: "\E65C";
}
.pbi-glyph-dataset-block::before {
  content: "\E617";
}
.pbi-glyph-signin::before {
  content: "\F286";
}
.pbi-glyph-alignleft::before {
  content: "\E8E4";
}
.pbi-glyph-aligncenter::before {
  content: "\E8E3";
}
.pbi-glyph-alignright::before {
  content: "\E8E2";
}
.pbi-glyph-textaligntop::before {
  content: "\E3E0";
}
.pbi-glyph-textalignmiddle::before {
  content: "\E3E1";
}
.pbi-glyph-textalignbottom::before {
  content: "\E3E2";
}
.pbi-glyph-decreaseindent::before {
  content: "\E39B";
}
.pbi-glyph-increaseindent::before {
  content: "\E399";
}
.pbi-glyph-bold::before {
  content: "\E8DD";
}
.pbi-glyph-italic::before {
  content: "\E8DB";
}
.pbi-glyph-underline::before {
  content: "\E8DC";
}
.pbi-glyph-image-search::before {
  content: "\F4E8";
}
.pbi-glyph-accept-medium::before {
  content: "\F78C";
}
.pbi-glyph-toggle-button-check::before {
  content: "\EF80";
}
.pbi-glyph-horizontal-tab-key::before {
  content: "\E7FD";
}
.pbi-glyph-expand-all::before {
  content: "\F859";
}
.pbi-glyph-collapse-all::before {
  content: "\F85A";
}
.pbi-glyph-sortlines::before {
  content: "\E9D0";
}
.pbi-glyph-streamingdataflow::before {
  content: "\E668";
}
.pbi-glyph-streamingdataset::before {
  content: "\E667";
}
.pbi-glyph-close-pane::before {
  content: "\E89F";
}
.pbi-glyph-close-pane-mirrored::before {
  content: "\EA49";
}
.pbi-glyph-medal::before {
  content: "\EE38";
}
.pbi-glyph-trending::before {
  content: "\F62D";
}
.pbi-glyph-power-automate::before {
  content: "\F4B1";
}
.pbi-glyph-sync-status::before {
  content: "\F751";
}
.pbi-glyph-edit-note::before {
  content: "\ED9D";
}
.pbi-glyph-title::before {
  content: "\F23B";
}
.pbi-glyph-superscript::before {
  content: "\EDDE";
}
.pbi-glyph-subscript::before {
  content: "\EDDF";
}
.pbi-glyph-shield-alert::before {
  content: "\F7D7";
}
.pbi-glyph-variable2::before {
  content: "\F86D";
}
.pbi-glyph-contextmenu::before {
  content: "\F37C";
}
.pbi-glyph-table-permission::before {
  content: "\E619";
}
.pbi-glyph-rowsgroup::before {
  content: "\F29B";
}
.pbi-glyph-medical::before {
  content: "\EAD4";
}
.pbi-glyph-lock-solid::before {
  content: "\E9A2";
}
.pbi-glyph-education::before {
  content: "\E7BE";
}
.pbi-glyph-table-first-column::before {
  content: "\E3EF";
}
.pbi-glyph-table-header-row::before {
  content: "\E3EC";
}
.pbi-glyph-ssl-certificate::before {
  content: "\F4CB";
}
.pbi-glyph-system::before {
  content: "\E770";
}
.pbi-glyph-onedrivelogo::before {
  content: "\E941";
}
.pbi-glyph-calculator-multiply::before {
  content: "\E947";
}
.pbi-glyph-history::before {
  content: "\E81C";
}
.pbi-glyph-page::before {
  content: "\E7C3";
}
.pbi-glyph-checkbox-checked::before {
  content: "\E73D";
}
.pbi-glyph-forward::before {
  content: "\E72A";
}
.pbi-glyph-pin {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pbi-glyph-pin:before {
  content: "\E718";
}
.pbi-glyph-caretright {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pbi-glyph-caretright::before {
  content: "\E818";
}
.pbi-glyph-caretdown {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pbi-glyph-caretdown::before {
  content: "\E818";
}
.pbi-glyph-caretleft {
  transform: rotate(45deg) scale(-1, 1);
  -webkit-transform: rotate(45deg) scale(-1, 1);
}
.pbi-glyph-caretleft::before {
  content: "\E818";
}
.pbi-glyph-chevronrightmedium {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.pbi-glyph-chevronrightmedium::before {
  content: "\E972";
}
.pbi-glyph-chevronleftmedium {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.pbi-glyph-chevronleftmedium::before {
  content: "\E972";
}
.pbi-glyph-uparrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.pbi-glyph-uparrow::before {
  content: "\E72B";
}
.pbi-glyph-rightarrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pbi-glyph-rightarrow::before {
  content: "\E72B";
}
.pbi-glyph-uprightarrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.pbi-glyph-uprightarrow::before {
  content: "\E72B";
}
.pbi-glyph-getdata {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  font-weight: bold;
}
.pbi-glyph-getdata::before {
  content: "\E72B";
}
.pbi-glyph-cancel {
  font-weight: bold;
}
.pbi-glyph-cancel::before {
  content: "\E8BB";
}
.pbi-glyph-backarrow {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.pbi-glyph-backarrow::before {
  content: "\EBCD";
}
[dir='rtl'] .pbi-glyph-caretdownright {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
[dir='rtl'] .pbi-glyph-caretleft {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
[dir='rtl'] .pbi-glyph-caretright {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
[dir='rtl'] .pbi-glyph-chevronrightmedium {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
[dir='rtl'] .pbi-glyph-chevronleftmedium {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
[dir='rtl'] .pbi-glyph-getdata {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
[dir='rtl'] .pbi-glyph-go {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
[dir='rtl'] .pbi-glyph-pageright,
[dir='rtl'] .pbi-glyph-pageleft,
[dir='rtl'] .pbi-glyph-back,
[dir='rtl'] .pbi-glyph-play,
[dir='rtl'] .pbi-glyph-circle-play,
[dir='rtl'] .pbi-glyph-rewind {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
html[lang|='ar'] .pbi-glyph-question {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

/* CSS reset */
.styleLibrary,
.styleLibrary * {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
.label-super {
  font-size: 42px;
  font-weight: bold;
}
h2,
.label-xxl {
  font-size: 28px;
}
h3,
.label-xl {
  font-size: 24px;
}
h4,
.label-lrg {
  font-size: 16px;
}
h5,
.label-med {
  font-size: 14px;
}
h6,
.label-small {
  font-size: 12px;
}
h7,
.label-xsmall {
  font-size: 11px;
}
h8,
.mini-label {
  font-size: 10px;
}
/*
 *  Power BI KPI Glyphs
 *
 *  Copyright (c) Microsoft Corporation
 *  All rights reserved.
 *  MIT License
 *
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 *  of this software and associated documentation files (the ""Software""), to deal
 *  in the Software without restriction, including without limitation the rights
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *  copies of the Software, and to permit persons to whom the Software is
 *  furnished to do so, subject to the following conditions:
 *
 *  The above copyright notice and this permission notice shall be included in
 *  all copies or substantial portions of the Software.
 *
 *  THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 *  THE SOFTWARE.
 */
/* KPI colors*/
/* KPI Visual colors*/
.kpi-green {
  color: #79c75b;
}
.kpi-yellow {
  color: #e8d62e;
}
.kpi-red {
  color: #c0433a;
}
@font-face {
  font-family: 'PowerVisuals';
  src: url("../fonts/PowerVisuals.eot?#iefix") format('embedded-opentype'), url("../fonts/PowerVisuals.woff") format('woff'), url("../fonts/PowerVisuals.ttf") format('truetype'), url("../fonts/PowerVisuals.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.powervisuals-glyph {
  font-family: PowerVisuals;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  /** Necessary to allow absolute positioning of just ::after elements (i.e. stacks) */
  position: relative;
}
.powervisuals-glyph.slicer-clear::before {
  content: '\E100';
}
.powervisuals-glyph.left-nav-arrow::before {
  content: '\E101';
}
.powervisuals-glyph.right-nav-arrow::before {
  content: '\E102';
}
.powervisuals-glyph.empty-checkbox::before {
  content: '\E103';
}
.powervisuals-glyph.arrow-up::before {
  content: '\E107';
}
.powervisuals-glyph.arrow-right-up::before {
  content: '\E108';
}
.powervisuals-glyph.arrow-right::before {
  content: '\E109';
}
.powervisuals-glyph.arrow-right-down::before {
  content: '\E110';
}
.powervisuals-glyph.arrow-down::before {
  content: '\E111';
}
.powervisuals-glyph.arrow-left-down::before {
  content: '\E112';
}
.powervisuals-glyph.arrow-left::before {
  content: '\E113';
}
.powervisuals-glyph.arrow-left-up::before {
  content: '\E114';
}
.powervisuals-glyph.caret-up::before {
  content: '\E115';
}
.powervisuals-glyph.caret-down::before {
  content: '\E116';
}
.powervisuals-glyph.chevron-up::before {
  content: '\E119';
}
.powervisuals-glyph.chevron-down::before {
  content: '\E118';
}
.powervisuals-glyph.url-icon::before {
  content: '\E117';
}
.powervisuals-glyph.circle::before {
  content: '\E700';
}
.powervisuals-glyph.flag::before {
  content: '\E70D';
}
.powervisuals-glyph.circle-x::before {
  content: '\E70E';
}
.powervisuals-glyph.circle-exclamation::before {
  content: '\E70F';
}
.powervisuals-glyph.circle-checkmark::before {
  content: '\E710';
}
.powervisuals-glyph.circle-small::before {
  content: '\E712';
}
.powervisuals-glyph.square::before {
  content: '\E713';
}
.powervisuals-glyph.x::before {
  content: '\E714';
}
.powervisuals-glyph.exclamation::before {
  content: '\E715';
}
.powervisuals-glyph.checkmark::before {
  content: '\E718';
}
.powervisuals-glyph.rhombus::before {
  content: '\E719';
}
.powervisuals-glyph.triangle::before {
  content: '\E71B';
}
.powervisuals-glyph.star-empty::before {
  content: '\E71C';
}
.powervisuals-glyph.star-half-full::before {
  content: '\E721';
}
.powervisuals-glyph.search::before {
  content: '\E120';
}
.powervisuals-glyph.star-full::before {
  content: '\E724';
}
.powervisuals-glyph.bars-one::before {
  content: '\E725';
}
.powervisuals-glyph.bars-two::before {
  content: '\E726';
}
.powervisuals-glyph.bars-three::before {
  content: '\E727';
}
.powervisuals-glyph.bars-four::before {
  content: '\E728';
}
.powervisuals-glyph.bars-five::before {
  content: '\E729';
}
.powervisuals-glyph.boxes-one::before {
  content: '\E732';
}
.powervisuals-glyph.boxes-two::before {
  content: '\E733';
}
.powervisuals-glyph.boxes-three::before {
  content: '\E731';
}
.powervisuals-glyph.boxes-four::before {
  content: '\E730';
}
.powervisuals-glyph.circle-empty::before {
  content: '\E734';
}
.powervisuals-glyph.circle-full::before {
  content: '\E735';
}
.powervisuals-glyph.circle-three-quarters::before {
  content: '\E736';
}
.powervisuals-glyph.circle-half::before {
  content: '\E737';
}
.powervisuals-glyph.circle-one-quarter::before {
  content: '\E738';
}
.powervisuals-glyph.link::before {
  content: '\E8B5';
}
.powervisuals-glyph.bold::before {
  content: '\E8DD';
}
.powervisuals-glyph.italic::before {
  content: '\E8DB';
}
.powervisuals-glyph.underline::before {
  content: '\E8DC';
}
.powervisuals-glyph.alignleft::before {
  content: '\E8E4';
}
.powervisuals-glyph.aligncenter::before {
  content: '\E8E3';
}
.powervisuals-glyph.alignright::before {
  content: '\E8E2';
}
.powervisuals-glyph.fontcolor::before {
  content: '\F4EC';
  font-family: PowrMDL2;
}
.powervisuals-glyph.fontcolorswatch::before {
  content: '\F4ED';
  font-family: PowrMDL2;
}
.powervisuals-glyph.chevrondown::before {
  content: "\E972";
  font-family: PowrMDL2;
}
.powervisuals-glyph.boxes-stacked::before {
  content: '\E730';
  color: var(--neutral-tertiary-alt-color, #C8C8C8);
}
.powervisuals-glyph.boxes-stacked::after {
  position: absolute;
  left: 0;
  color: var(--black-color, #000);
}
.powervisuals-glyph.boxes-stacked.boxes-zero::after {
  content: '';
}
.powervisuals-glyph.boxes-stacked.boxes-one::after {
  content: '\E732';
}
.powervisuals-glyph.boxes-stacked.boxes-two::after {
  content: '\E733';
}
.powervisuals-glyph.boxes-stacked.boxes-three::after {
  content: '\E731';
}
.powervisuals-glyph.boxes-stacked.boxes-four::before {
  color: var(--black-color, #000);
}
.powervisuals-glyph.bars-stacked::before {
  content: '\E728';
  color: var(--neutral-tertiary-alt-color, #C8C8C8);
}
.powervisuals-glyph.bars-stacked::after {
  position: absolute;
  left: 0;
  color: var(--black-color, #000);
}
.powervisuals-glyph.bars-stacked.bars-zero::after {
  content: '';
}
.powervisuals-glyph.bars-stacked.bars-one::after {
  content: '\E725';
}
.powervisuals-glyph.bars-stacked.bars-two::after {
  content: '\E726';
}
.powervisuals-glyph.bars-stacked.bars-three::after {
  content: '\E727';
}
.powervisuals-glyph.bars-stacked.bars-four::before {
  color: var(--black-color, #000);
}
.powervisuals-glyph.star-stacked::before {
  content: '\E724';
  color: var(--neutral-tertiary-alt-color, #C8C8C8);
}
.powervisuals-glyph.star-stacked::after {
  position: absolute;
  left: 0;
  color: var(--black-color, #000);
}
.powervisuals-glyph.star-stacked.star-empty::after {
  content: '';
}
.powervisuals-glyph.star-stacked.star-half-full::after {
  content: '\E721';
}
.powervisuals-glyph.star-stacked.star-full::before {
  color: var(--black-color, #000);
}
.powervisuals-glyph.traffic-light::before {
  content: '\E713';
  color: var(--black-color, #000);
}
.powervisuals-glyph.traffic-light::after {
  position: absolute;
  left: 0;
  content: '\E712';
}
@font-face {
  font-family: 'PowrMDL2';
  src: url("../fonts/PowrMDL2.eot");
  src: url("../fonts/PowrMDL2.eot?#iefix") format('embedded-opentype'), url("../fonts/PowrMDL2.woff") format('woff'), url("../fonts/PowrMDL2.ttf") format('truetype'), url("../fonts/PowrMDL2.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PowrMDL3';
  src: url("../fonts/PowrMDL3.eot");
  src: url("../fonts/PowrMDL3.eot?#iefix") format('embedded-opentype'), url("../fonts/PowrMDL3.woff") format('woff'), url("../fonts/PowrMDL3.ttf") format('truetype'), url("../fonts/PowrMDL3.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  font-family: 'PowrMDL2';
  font-style: normal;
  font-size: 32px;
  display: inline-block;
}
[data-icon="fluent"] .glyphicon {
  font-family: 'PowrMDL3';
}
.glyph-micro {
  font-size: 8px;
}
.glyph-mini {
  font-size: 12px;
}
.glyph-small {
  font-size: 16px;
}
.glyph-normal {
  font-size: 24px;
}
.glyph-medium {
  font-size: 32px;
}
.glyph-med {
  font-size: 32px;
}
/* deprecated - use medium */
.glyph-large {
  font-size: 48px;
}
.pbi-glyph-file::before {
  content: "\E7C3";
}
.pbi-glyph-info::before {
  content: "\E946";
}
.pbi-glyph-doublechevronleft::before {
  content: "\EDBE";
}
.pbi-glyph-doublechevronright::before {
  content: "\EDBF";
}
.pbi-glyph-chevrondownsmall::before {
  content: "\E70D";
}
.pbi-glyph-chevronupsmall::before {
  content: "\E70E";
}
.pbi-glyph-chevrondownmedium::before {
  content: "\E972";
}
.pbi-glyph-chevronupmedium::before {
  content: "\E971";
}
.pbi-glyph-caretdownright::before {
  content: "\E818";
}
.pbi-glyph-search::before {
  content: "\E721";
}
.pbi-glyph-touch::before {
  content: "\E815";
}
.pbi-glyph-hide::before {
  content: "\ED1A";
}
.pbi-glyph-allapps::before {
  content: "\E71D";
}
.pbi-glyph-view::before {
  content: "\E890";
}
.pbi-glyph-hide3::before {
  content: "\F6AC";
}
.pbi-glyph-barchartverticalfill::before {
  content: "\F830";
}
.pbi-glyph-stackedcolumnchart2fill::before {
  content: "\F831";
}
.pbi-glyph-unlock::before {
  content: "\E785";
}
.pbi-glyph-radiobtnoff::before {
  content: "\ECCA";
}
.pbi-glyph-radiobtnon::before {
  content: "\ECCB";
}
.pbi-glyph-bulletedlist::before {
  content: "\E8FD";
}
.pbi-glyph-numberedlist::before {
  content: "\EA1C";
}
.pbi-glyph-share::before {
  content: "\E72D";
}
.pbi-glyph-addfriend::before {
  content: "\E8FA";
}
.pbi-glyph-camera::before {
  content: "\E722";
}
.pbi-glyph-filtersync::before {
  content: "\E895";
}
.pbi-glyph-save::before {
  content: "\E74E";
}
.pbi-glyph-saveas::before {
  content: "\E792";
}
.pbi-glyph-smartguides::before {
  content: "\F7E4";
}
.pbi-glyph-edit::before {
  content: "\E70F";
}
.pbi-glyph-emi::before {
  content: "\E731";
}
.pbi-glyph-checkmark::before {
  content: "\E73E";
}
.pbi-glyph-link::before {
  content: "\E71B";
}
.pbi-glyph-group::before {
  content: "\E902";
}
.pbi-glyph-paste::before {
  content: "\E77F";
}
.pbi-glyph-emoji::before {
  content: "\E76E";
}
.pbi-glyph-upload::before {
  content: "\E898";
}
.pbi-glyph-add::before {
  content: "\E710";
}
.pbi-glyph-globalnavbutton::before {
  content: "\E700";
}
.pbi-glyph-pageleft::before {
  content: "\E760";
}
.pbi-glyph-tvmonitor::before {
  content: "\E7F4";
}
.pbi-glyph-chromerestore::before {
  content: "\E923";
}
.pbi-glyph-cubeshape::before {
  content: "\F1AA";
}
.pbi-glyph-more::before {
  content: "\E712";
}
.pbi-glyph-slideshow::before {
  content: "\E786";
}
.pbi-glyph-calendar::before {
  content: "\E787";
}
.pbi-glyph-favoritestar::before {
  content: "\E734";
}
.pbi-glyph-undo::before {
  content: "\E7A7";
}
.pbi-glyph-unfavorite::before {
  content: "\E8D9";
}
.pbi-glyph-help::before {
  content: "\E9CE";
}
.pbi-glyph-back::before {
  content: "\E72B";
}
.pbi-glyph-font::before {
  content: "\E8D2";
}
.pbi-glyph-gripperbarhorizontal::before {
  content: "\E76F";
}
.pbi-glyph-barchart::before {
  content: "\EAE7";
}
.pbi-glyph-gauge::before {
  content: "\EB24";
}
.pbi-glyph-warning::before {
  content: "\E7BA";
}
.pbi-glyph-error::before {
  content: "\EA39";
}
.pbi-glyph-error-circle-exclamation::before {
  content: "\E783";
}
.pbi-glyph-success::before {
  content: "\E73E";
}
.pbi-glyph-settings::before {
  content: "\E713";
}
.pbi-glyph-info-nocircle::before {
  content: "\EA1f";
}
.pbi-glyph-go::before {
  content: "\E8AD";
}
.pbi-glyph-blockedsite::before {
  content: "\E72F";
}
.pbi-glyph-close::before {
  content: "\E8BB";
}
.pbi-glyph-qna::before {
  content: "\E8BD";
}
.pbi-glyph-circlefill::before {
  content: "\EA3B";
}
.pbi-glyph-circlering::before {
  content: "\EA3A";
}
.pbi-glyph-pinned::before {
  content: "\E840";
}
.pbi-glyph-pinnedfill::before {
  content: "\E842";
}
.pbi-glyph-unpin::before {
  content: "\E77A";
}
.pbi-glyph-excel::before {
  content: "\EC28";
}
.pbi-glyph-flag::before {
  content: "\E7C1";
}
.pbi-glyph-library::before {
  content: "\E8F1";
}
.pbi-glyph-mail::before {
  content: "\E715";
}
.pbi-glyph-lock::before {
  content: "\E72E";
}
.pbi-glyph-asterisk::before {
  content: "\EA38";
}
.pbi-glyph-comment::before {
  content: "\E90A";
}
.pbi-glyph-checkbox::before {
  content: "\E739";
}
.pbi-glyph-inserttextbox::before {
  content: "\EC7D";
}
.pbi-glyph-toggle::before {
  content: "\EC12";
}
.pbi-glyph-delete::before {
  content: "\E74D";
}
.pbi-glyph-refresh::before {
  content: "\E72C";
}
.pbi-glyph-miniexpand::before {
  content: "\E93A";
}
.pbi-glyph-waffle::before {
  content: "\F4E0";
}
.pbi-glyph-filter::before {
  content: "\E71C";
}
.pbi-glyph-filterfilled::before {
  content: "\F412";
}
.pbi-glyph-visualsinteraction::before {
  content: "\E2B2";
}
.pbi-glyph-visualinteraction::before {
  content: "\E9D4";
}
.pbi-glyph-crosshighlight::before {
  content: "\F666";
}
.pbi-glyph-crosshighlightfilled::before {
  content: "\F831";
}
.pbi-glyph-crossfilter::before {
  content: "\F77E";
}
.pbi-glyph-crossfilterfilled::before {
  content: "\F77F";
}
.pbi-glyph-disable::before {
  content: "\E733";
}
.pbi-glyph-disablefilled::before {
  content: "\F531";
}
.pbi-glyph-export::before {
  content: "\EFB8";
}
.pbi-glyph-iframe::before {
  content: "\ED09";
}
.pbi-glyph-addcircle::before {
  content: "\EAEE";
}
.pbi-glyph-fullscreen::before {
  content: "\E740";
}
.pbi-glyph-fullscreenexit::before {
  content: "\E73F";
}
.pbi-glyph-fittopage::before {
  content: "\E740";
}
.pbi-glyph-code::before {
  content: "\ECCE";
}
.pbi-glyph-alignment::before {
  content: "\F4F3";
}
.pbi-glyph-shapes::before {
  content: "\EC7C";
}
.pbi-glyph-buttons::before {
  content: "\F6C0";
}
.pbi-glyph-attachment::before {
  content: "\E723";
}
.pbi-glyph-securityalert::before {
  content: "\E730";
}
.pbi-glyph-arrow::before {
  content: "\E74A";
}
.pbi-glyph-image::before {
  content: "\EB9F";
}
.pbi-glyph-barchartvertical::before {
  content: "\E9EC";
}
.pbi-glyph-powerbi::before {
  content: "\EA1E";
}
.pbi-glyph-gear::before {
  content: "\E713";
}
.pbi-glyph-download::before {
  content: "\E896";
}
.pbi-glyph-smiley::before {
  content: "\E76E";
}
.pbi-glyph-question::before {
  content: "\E897";
}
.pbi-glyph-tile::before {
  content: "\ECA5";
}
.pbi-glyph-circle-play::before {
  content: "\EB1C";
}
.pbi-glyph-circle-pause::before {
  content: "\F2D9";
}
.pbi-glyph-play::before {
  content: "\E768";
}
.pbi-glyph-pause::before {
  content: "\E769";
}
.pbi-glyph-circle-stop::before {
  content: "\EA6F";
}
.pbi-glyph-stop::before {
  content: "\E71A";
}
.pbi-glyph-importvisual::before {
  content: "\E8B5";
}
.pbi-glyph-feedback::before {
  content: "\ED15";
}
.pbi-glyph-sharepoint::before {
  content: "\ED18";
}
.pbi-glyph-print::before {
  content: "\E749";
}
.pbi-glyph-dataset::before {
  content: "\E8A9";
}
.pbi-glyph-publishtoweb::before {
  content: "\F52F";
}
.pbi-glyph-codeedit::before {
  content: "\F544";
}
.pbi-glyph-database::before {
  content: "\EC8C";
}
.pbi-glyph-SQLAnalyticsPool::before {
  content: "\E434";
}
.pbi-glyph-linkeddatabase::before {
  content: "\F779";
}
.pbi-glyph-drilltodetail::before {
  content: "\E802";
}
.pbi-glyph-seedata::before {
  content: "\F5B6";
}
.pbi-glyph-move::before {
  content: "\E7C2";
}
.pbi-glyph-home::before {
  content: "\E80F";
}
.pbi-glyph-sort::before {
  content: "\E810";
}
.pbi-glyph-rotatehorizontal::before {
  content: "\E8B4";
}
.pbi-glyph-rotatevertical::before {
  content: "\F7E1";
}
.pbi-glyph-download2::before {
  content: "\E896";
}
.pbi-glyph-reload::before {
  content: "\E97A";
}
.pbi-glyph-insight::before {
  content: "\EA80";
}
.pbi-glyph-nonetwork::before {
  content: "\EB63";
}
.pbi-glyph-dynamic::before {
  content: "\F18C";
}
.pbi-glyph-fittopage2::before {
  content: "\E9A6";
}
.pbi-glyph-fittowidth::before {
  content: "\E9A7";
}
.pbi-glyph-actualsize::before {
  content: "\F529";
}
.pbi-glyph-showgrid::before {
  content: "\E8A9";
}
.pbi-glyph-snaptogrid::before {
  content: "\E8B3";
}
.pbi-glyph-favoritefilled::before {
  content: "\E735";
}
.pbi-glyph-expand::before {
  content: "\F535";
}
.pbi-glyph-expand-nocircle::before {
  content: "\F769";
}
.pbi-glyph-drillup::before {
  content: "\EBCD";
}
.pbi-glyph-drillup-nocircle::before {
  content: "\E74A";
}
.pbi-glyph-drilldowndisabled::before {
  content: "\F532";
}
.pbi-glyph-drilldowndisabled-nocircle::before {
  content: "\E74B";
}
.pbi-glyph-drilldownenabled::before {
  content: "\F533";
}
.pbi-glyph-drillthrough::before {
  content: "\F5B9";
}
.pbi-glyph-show::before {
  content: "\E7B3";
}
.pbi-glyph-bell::before {
  content: "\EA8F";
}
.pbi-glyph-atoz::before {
  content: "\EDC0";
}
.pbi-glyph-ztoa::before {
  content: "\EDC1";
}
.pbi-glyph-contentviewicon::before {
  content: "\E7E9";
}
.pbi-glyph-phone::before {
  content: "\E8EA";
}
.pbi-glyph-user::before {
  content: "\E77B";
}
.pbi-glyph-app-user::before {
  content: "\E96B";
}
.pbi-glyph-streaming-data::before {
  content: "\E93E";
}
.pbi-glyph-refresh-data::before {
  content: "\E8F7";
}
.pbi-glyph-circled-checkmark::before {
  content: "\E930";
}
.pbi-glyph-barcode-scanner::before {
  content: "\EE6F";
}
.pbi-glyph-collections::before {
  content: "\F26F";
}
.pbi-glyph-eraser::before {
  content: "\E75C";
}
.pbi-glyph-arrowleft::before {
  content: "\E76B";
}
.pbi-glyph-arrowright::before {
  content: "\E76C";
}
.pbi-glyph-paintbrush::before {
  content: "\ECFF";
}
.pbi-glyph-notification-center::before {
  content: "\E91C";
}
.pbi-glyph-timer::before {
  content: "\E91E";
}
.pbi-glyph-realtime::before {
  content: "\E945";
}
.pbi-glyph-powerpoint::before {
  content: "\EC2A";
}
.pbi-glyph-shared::before {
  content: "\E716";
}
.pbi-glyph-powerbi-service::before {
  content: "\EA1E";
}
.pbi-glyph-create-report::before {
  content: "\F52C";
}
.pbi-glyph-create-dashboard::before {
  content: "\F52D";
}
.pbi-glyph-geolocation::before {
  content: "\E707";
}
.pbi-glyph-fileSQL::before {
  content: "\F2E7";
}
.pbi-glyph-filtered-barcode-scanner::before {
  content: "\F7E3";
}
.pbi-glyph-filtered-geolocation::before {
  content: "\F52E";
}
.pbi-glyph-inline-drill::before {
  content: "\F534";
}
.pbi-glyph-inline-drill-nocircle::before {
  content: "\F76A";
}
.pbi-glyph-mru:before {
  content: "\E823";
}
.pbi-glyph-annotation::before {
  content: "\EDC6";
}
.pbi-glyph-phone-optimized-report::before {
  content: "\F18A";
}
.pbi-glyph-bookmark-add::before {
  content: "\F5B7";
}
.pbi-glyph-bookmark-view::before {
  content: "\F5B8";
}
.pbi-glyph-my-apps::before {
  content: "\ECAA";
}
.pbi-glyph-puzzle::before {
  content: "\EA86";
}
.pbi-glyph-person::before {
  content: "\E820";
}
.pbi-glyph-diamond::before {
  content: "\ED02";
}
.pbi-glyph-diamonduser::before {
  content: "\E4F9";
}
.pbi-glyph-status-circle-exclamation::before {
  content: "\F13c";
}
.pbi-glyph-status-circle-error-x::before {
  content: "\F13d";
}
.pbi-glyph-status-circle-checkmark::before {
  content: "\F13e";
}
.pbi-glyph-chart::before {
  content: "\E999";
}
.pbi-glyph-relationship::before {
  content: "\F003";
}
.pbi-glyph-remove::before {
  content: "\E738";
}
.pbi-glyph-permissions::before {
  content: "\E8D7";
}
.pbi-glyph-bookmark::before {
  content: "\EDFF";
}
.pbi-glyph-bookmark-double::before {
  content: "\EB8F";
}
.pbi-glyph-bookmark-default::before {
  content: "\F76B";
}
.pbi-glyph-exit::before {
  content: "\E711";
}
.pbi-glyph-flashlight::before {
  content: "\E754";
}
.pbi-glyph-videolightoff::before {
  content: "\EA74";
}
.pbi-glyph-flickup::before {
  content: "\E936";
}
.pbi-glyph-rdl-report::before {
  content: "\E9F9";
}
.pbi-glyph-scatter::before {
  content: "\EC26";
}
.pbi-glyph-canvas-tooltip::before {
  content: "\F7DF";
}
.pbi-glyph-table-group::before {
  content: "\F6D9";
}
.pbi-glyph-view-on-web::before {
  content: "\E774";
}
.pbi-glyph-explore-content-single::before {
  content: "\F164";
}
.pbi-glyph-collapse-content-single::before {
  content: "\F166";
}
.pbi-glyph-dataflow::before {
  content: "\F7dd";
}
.pbi-glyph-datamart::before {
  content: "\E434";
}
.pbi-glyph-more-vertical::before {
  content: "\F2BC";
}
.pbi-glyph-copy::before {
  content: "\E8C8";
}
.pbi-glyph-clear-filter::before {
  content: "\EF8F";
}
.pbi-glyph-clear::before {
  content: "\E894";
}
.pbi-glyph-remove-from-trash::before {
  content: "\F82B";
}
.pbi-glyph-crm-services::before {
  content: "\EFD2";
}
.pbi-glyph-org::before {
  content: "\ECA6";
}
.pbi-glyph-test-package::before {
  content: "\ECDC";
}
.pbi-glyph-gift-box-open::before {
  content: "\F133";
}
.pbi-glyph-pdf::before {
  content: "\EA90";
}
.pbi-glyph-variable::before {
  content: "\F305";
}
.pbi-glyph-commentactive::before {
  content: "\F804";
}
.pbi-glyph-commentprevious::before {
  content: "\F2B5";
}
.pbi-glyph-commentnext::before {
  content: "\F2B4";
}
.pbi-glyph-saveall::before {
  content: "\F203";
}
.pbi-glyph-server::before {
  content: "\F201";
}
.pbi-glyph-triggerauto::before {
  content: "\F24A";
}
.pbi-glyph-color::before {
  content: "\E790";
}
.pbi-glyph-analyze::before {
  content: "\EBEC";
}
.pbi-glyph-rename::before {
  content: "\E8AC";
}
.pbi-glyph-microphone::before {
  content: "\E720";
}
.pbi-glyph-sortup::before {
  content: "\EE68";
}
.pbi-glyph-sortdown::before {
  content: "\EE69";
}
.pbi-glyph-qrcode::before {
  content: "\ED14";
}
.pbi-glyph-testbeaker::before {
  content: "\F3A5";
}
.pbi-glyph-stopwatch::before {
  content: "\E916";
}
.pbi-glyph-diagnostic::before {
  content: "\E9D9";
}
.pbi-glyph-databaseicon::before {
  content: "\EFC7";
}
.pbi-glyph-databaseactivity::before {
  content: "\E670";
}
.pbi-glyph-databaseswap::before {
  content: "\E671";
}
.pbi-glyph-appicondefaultadd::before {
  content: "\EFDA";
}
.pbi-glyph-waitlistconfirm::before {
  content: "\F550";
}
.pbi-glyph-list::before {
  content: "\EA37";
}
.pbi-glyph-leave::before {
  content: "\F627";
}
.pbi-glyph-engineeringgroup::before {
  content: "\F362";
}
.pbi-glyph-documentation::before {
  content: "\EC17";
}
.pbi-glyph-flow::before {
  content: "\EF90";
}
.pbi-glyph-developer-tools::before {
  content: "\EC7A";
}
.pbi-glyph-account-activity::before {
  content: "\EFF4";
}
.pbi-glyph-production-floor-management::before {
  content: "\EE29";
}
.pbi-glyph-rocket::before {
  content: "\F3B3";
}
.pbi-glyph-autoenhanceon::before {
  content: "\E78D";
}
.pbi-glyph-diffsidebyside::before {
  content: "\F30A";
}
.pbi-glyph-dependencyadd::before {
  content: "\E344";
}
.pbi-glyph-status-error-full::before {
  content: "\EB90";
}
.pbi-glyph-completed-solid::before {
  content: "\EC61";
}
.pbi-glyph-dislike::before {
  content: "\E8E0";
}
.pbi-glyph-like::before {
  content: "\E8E1";
}
.pbi-glyph-increaseIndentArrow::before {
  content: "\F7A1";
}
.pbi-glyph-playResume::before {
  content: "\F2C6";
}
.pbi-glyph-user-warning::before {
  content: "\E368";
}
.pbi-glyph-glimmer::before {
  content: "\ECF4";
}
.pbi-glyph-blocked2::before {
  content: "\ECE4";
}
.pbi-glyph-pagelist::before {
  content: "\F106";
}
.pbi-glyph-pagelistfilter::before {
  content: "\F813";
}
.pbi-glyph-alertsettings::before {
  content: "\F8B6";
}
.pbi-glyph-dataflows-link::before {
  content: "\E366";
}
.pbi-glyph-promoteddatabase::before {
  content: "\F77D";
}
.pbi-glyph-certifieddatabase::before {
  content: "\F5BB";
}
.pbi-glyph-promotedendorsement::before {
  content: "\E4AE";
}
.pbi-glyph-certifiedendorsement::before {
  content: "\E9D1";
}
.pbi-glyph-datetime::before {
  content: "\EA17";
}
.pbi-glyph-unstackselected::before {
  content: "\E7FE";
}
.pbi-glyph-switch::before {
  content: "\E8AB";
}
.pbi-glyph-markasprotected::before {
  content: "\F6AE";
}
.pbi-glyph-barchartverticaledit::before {
  content: "\F89D";
}
.pbi-glyph-shared-dataset::before {
  content: "\E3D9";
}
.pbi-glyph-scroll-updown::before {
  content: "\EC8F";
}
.pbi-glyph-doublechevronup::before {
  content: "\EDBD";
}
.pbi-glyph-doublechevrondown::before {
  content: "\EE04";
}
.pbi-glyph-arrowupright::before {
  content: "\F069";
}
.pbi-glyph-contactlock::before {
  content: "\F400";
}
.pbi-glyph-securitygroup::before {
  content: "\ED85";
}
.pbi-glyph-openfile::before {
  content: "\E8E5";
}
.pbi-glyph-visualsstore::before {
  content: "\F521";
}
.pbi-glyph-pencilreply::before {
  content: "\EF7B";
}
.pbi-glyph-deploy::before {
  content: "\F29D";
}
.pbi-glyph-publishcontent::before {
  content: "\F0D4";
}
.pbi-glyph-comment-solid::before {
  content: "\E30E";
}
.pbi-glyph-single-bookmark-solid::before {
  content: "\EE00";
}
.pbi-glyph-shop::before {
  content: "\E719";
}
.pbi-glyph-total::before {
  content: "\E9DF";
}
.pbi-glyph-calculator::before {
  content: "\E8EF";
}
.pbi-glyph-teamslogo::before {
  content: "\F27B";
}
.pbi-glyph-calculatornotequalto::before {
  content: "\F2D2";
}
.pbi-glyph-navigate-external-inline::before {
  content: "\F35F";
}
.pbi-glyph-learning-tools::before {
  content: "\F7DB";
}
.pbi-glyph-calculatorgroup::before {
  content: "\E462";
}
.pbi-glyph-table::before {
  content: "\ED86";
}
.pbi-glyph-tablelink::before {
  content: "\F77A";
}
.pbi-glyph-tablecomputed::before {
  content: "\F8F5";
}
.pbi-glyph-checkbox-indeterminate::before {
  content: "\F16E";
}
.pbi-glyph-clock::before {
  content: "\E917";
}
.pbi-glyph-reading-mode::before {
  content: "\E736";
}
.pbi-glyph-view-in-ar::before {
  content: "\E41F";
}
.pbi-glyph-equalizer::before {
  content: "\E9E9";
}
.pbi-glyph-cloudimportexport::before {
  content: "\EE55";
}
.pbi-glyph-mixerlogo::before {
  content: "\F18B";
}
.pbi-glyph-reset::before {
  content: "\E423";
}
.pbi-glyph-mail-link::before {
  content: "\EFAC";
}
.pbi-glyph-screen::before {
  content: "\EF39";
}
.pbi-glyph-chat::before {
  content: "\E901";
}
.pbi-glyph-cost-contral::before {
  content: "\F208";
}
.pbi-glyph-financial::before {
  content: "\E7BB";
}
.pbi-glyph-rightwards-arrow::before {
  content: "\2192";
}
.pbi-glyph-virtualnetwork::before {
  content: "\F815";
}
.pbi-glyph-pbidirectquery::before {
  content: "\E4E9";
}
.pbi-glyph-pbidual::before {
  content: "\E4EA";
}
.pbi-glyph-pbiimport::before {
  content: "\E4EB";
}
.pbi-glyph-pbiliveconnect::before {
  content: "\E4EC";
}
.pbi-glyph-pbiperspective::before {
  content: "\E658";
}
.pbi-glyph-caretdownsolid8::before {
  content: "\EDDC";
}
.pbi-glyph-calculatordelta::before {
  content: "\E406";
}
.pbi-glyph-tablecolumn::before {
  content: "\E4BD";
}
.pbi-glyph-calculatedtable::before {
  content: "\E4BE";
}
.pbi-glyph-columnsigma::before {
  content: "\E4BF";
}
.pbi-glyph-columnquestion::before {
  content: "\E4C0";
}
.pbi-glyph-columnfunction::before {
  content: "\E4C2";
}
.pbi-glyph-contactcard::before {
  content: "\EEBD";
}
.pbi-glyph-fabricfolder::before {
  content: "\F0A9";
}
.pbi-glyph-folder-horizontal::before {
  content: "\F12B";
}
.pbi-glyph-folderopen::before {
  content: "\F0A8";
}
.pbi-glyph-dom::before {
  content: "\EC8D";
}
.pbi-glyph-streamdiscover::before {
  content: "\F7D9";
}
.pbi-glyph-open-in-new-window::before {
  content: "\E8A7";
}
.pbi-glyph-plug-connected::before {
  content: "\F302";
}
.pbi-glyph-open-folder-horizontal::before {
  content: "\ED25";
}
.pbi-glyph-anomaly::before {
  content: "\E548";
}
.pbi-glyph-dislikesolid::before {
  content: "\F3C0";
}
.pbi-glyph-likesolid::before {
  content: "\F3BF";
}
.pbi-glyph-market::before {
  content: "\EAFC";
}
.pbi-glyph-anomalies-marker::before {
  content: "\E554";
}
.pbi-glyph-chevron-down-small::before {
  content: "\E96E";
}
.pbi-glyph-chevron-up-small::before {
  content: "\E96D";
}
.pbi-glyph-text-field::before {
  content: "\EDC3";
}
.pbi-glyph-number-field::before {
  content: "\EDC4";
}
.pbi-glyph-border-inside::before {
  content: "\E5F3";
}
.pbi-glyph-border-inside-horizontal::before {
  content: "\E5F2";
}
.pbi-glyph-border-inside-vertical::before {
  content: "\E5F1";
}
.pbi-glyph-border-all::before {
  content: "\E5F4";
}
.pbi-glyph-border-none::before {
  content: "\E5F0";
}
.pbi-glyph-people-add::before {
  content: "\EA15";
}
.pbi-glyph-outlook::before {
  content: "\F1E9";
}
.pbi-glyph-work::before {
  content: "\E821";
}
.pbi-glyph-player-settings::before {
  content: "\EF58";
}
.pbi-glyph-add-details::before {
  content: "\E616";
}
.pbi-glyph-add-comments::before {
  content: "\E615";
}
.pbi-glyph-gripper-dots-vertical::before {
  content: "\F772";
}
.pbi-glyph-report-trophy::before {
  content: "\E614";
}
.pbi-glyph-trophy2::before {
  content: "\F1AE";
}
.pbi-glyph-accept::before {
  content: "\E8FB";
}
.pbi-glyph-add-multiple::before {
  content: "\E9C5";
}
.pbi-glyph-lightning-bolt::before {
  content: "\E945";
}
.pbi-glyph-pbi-home-layout-default::before {
  content: "\E65B";
}
.pbi-glyph-pbi-home-layout-expanded::before {
  content: "\E65C";
}
.pbi-glyph-dataset-block::before {
  content: "\E617";
}
.pbi-glyph-signin::before {
  content: "\F286";
}
.pbi-glyph-alignleft::before {
  content: "\E8E4";
}
.pbi-glyph-aligncenter::before {
  content: "\E8E3";
}
.pbi-glyph-alignright::before {
  content: "\E8E2";
}
.pbi-glyph-textaligntop::before {
  content: "\E3E0";
}
.pbi-glyph-textalignmiddle::before {
  content: "\E3E1";
}
.pbi-glyph-textalignbottom::before {
  content: "\E3E2";
}
.pbi-glyph-decreaseindent::before {
  content: "\E39B";
}
.pbi-glyph-increaseindent::before {
  content: "\E399";
}
.pbi-glyph-bold::before {
  content: "\E8DD";
}
.pbi-glyph-italic::before {
  content: "\E8DB";
}
.pbi-glyph-underline::before {
  content: "\E8DC";
}
.pbi-glyph-image-search::before {
  content: "\F4E8";
}
.pbi-glyph-accept-medium::before {
  content: "\F78C";
}
.pbi-glyph-toggle-button-check::before {
  content: "\EF80";
}
.pbi-glyph-horizontal-tab-key::before {
  content: "\E7FD";
}
.pbi-glyph-expand-all::before {
  content: "\F859";
}
.pbi-glyph-collapse-all::before {
  content: "\F85A";
}
.pbi-glyph-sortlines::before {
  content: "\E9D0";
}
.pbi-glyph-streamingdataflow::before {
  content: "\E668";
}
.pbi-glyph-streamingdataset::before {
  content: "\E667";
}
.pbi-glyph-close-pane::before {
  content: "\E89F";
}
.pbi-glyph-close-pane-mirrored::before {
  content: "\EA49";
}
.pbi-glyph-medal::before {
  content: "\EE38";
}
.pbi-glyph-trending::before {
  content: "\F62D";
}
.pbi-glyph-power-automate::before {
  content: "\F4B1";
}
.pbi-glyph-sync-status::before {
  content: "\F751";
}
.pbi-glyph-edit-note::before {
  content: "\ED9D";
}
.pbi-glyph-title::before {
  content: "\F23B";
}
.pbi-glyph-superscript::before {
  content: "\EDDE";
}
.pbi-glyph-subscript::before {
  content: "\EDDF";
}
.pbi-glyph-shield-alert::before {
  content: "\F7D7";
}
.pbi-glyph-variable2::before {
  content: "\F86D";
}
.pbi-glyph-contextmenu::before {
  content: "\F37C";
}
.pbi-glyph-table-permission::before {
  content: "\E619";
}
.pbi-glyph-rowsgroup::before {
  content: "\F29B";
}
.pbi-glyph-medical::before {
  content: "\EAD4";
}
.pbi-glyph-lock-solid::before {
  content: "\E9A2";
}
.pbi-glyph-education::before {
  content: "\E7BE";
}
.pbi-glyph-table-first-column::before {
  content: "\E3EF";
}
.pbi-glyph-table-header-row::before {
  content: "\E3EC";
}
.pbi-glyph-ssl-certificate::before {
  content: "\F4CB";
}
.pbi-glyph-system::before {
  content: "\E770";
}
.pbi-glyph-onedrivelogo::before {
  content: "\E941";
}
.pbi-glyph-calculator-multiply::before {
  content: "\E947";
}
.pbi-glyph-history::before {
  content: "\E81C";
}
.pbi-glyph-page::before {
  content: "\E7C3";
}
.pbi-glyph-checkbox-checked::before {
  content: "\E73D";
}
.pbi-glyph-forward::before {
  content: "\E72A";
}
.pbi-glyph-pin {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pbi-glyph-pin:before {
  content: "\E718";
}
.pbi-glyph-caretright {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pbi-glyph-caretright::before {
  content: "\E818";
}
.pbi-glyph-caretdown {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pbi-glyph-caretdown::before {
  content: "\E818";
}
.pbi-glyph-caretleft {
  transform: rotate(45deg) scale(-1, 1);
  -webkit-transform: rotate(45deg) scale(-1, 1);
}
.pbi-glyph-caretleft::before {
  content: "\E818";
}
.pbi-glyph-chevronrightmedium {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.pbi-glyph-chevronrightmedium::before {
  content: "\E972";
}
.pbi-glyph-chevronleftmedium {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.pbi-glyph-chevronleftmedium::before {
  content: "\E972";
}
.pbi-glyph-uparrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.pbi-glyph-uparrow::before {
  content: "\E72B";
}
.pbi-glyph-rightarrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pbi-glyph-rightarrow::before {
  content: "\E72B";
}
.pbi-glyph-uprightarrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.pbi-glyph-uprightarrow::before {
  content: "\E72B";
}
.pbi-glyph-getdata {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  font-weight: bold;
}
.pbi-glyph-getdata::before {
  content: "\E72B";
}
.pbi-glyph-cancel {
  font-weight: bold;
}
.pbi-glyph-cancel::before {
  content: "\E8BB";
}
.pbi-glyph-backarrow {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.pbi-glyph-backarrow::before {
  content: "\EBCD";
}
[dir='rtl'] .pbi-glyph-caretdownright {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
[dir='rtl'] .pbi-glyph-caretleft {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
[dir='rtl'] .pbi-glyph-caretright {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
[dir='rtl'] .pbi-glyph-chevronrightmedium {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
[dir='rtl'] .pbi-glyph-chevronleftmedium {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
[dir='rtl'] .pbi-glyph-getdata {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
[dir='rtl'] .pbi-glyph-go {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
[dir='rtl'] .pbi-glyph-pageright,
[dir='rtl'] .pbi-glyph-pageleft,
[dir='rtl'] .pbi-glyph-back,
[dir='rtl'] .pbi-glyph-play,
[dir='rtl'] .pbi-glyph-circle-play,
[dir='rtl'] .pbi-glyph-rewind {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
html[lang|='ar'] .pbi-glyph-question {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
/*
 *  Power BI Colors
 *
 *  Copyright (c) Microsoft Corporation
 *  All rights reserved.
 *  MIT License
 *
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 *  of this software and associated documentation files (the ""Software""), to deal
 *  in the Software without restriction, including without limitation the rights
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *  copies of the Software, and to permit persons to whom the Software is
 *  furnished to do so, subject to the following conditions:
 *
 *  The above copyright notice and this permission notice shall be included in
 *  all copies or substantial portions of the Software.
 *
 *  THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 *  THE SOFTWARE.
 */
/* ADDED THEME COLORS NOT ACCOUNTED FOR ELSEWHERE */
/* THEME COLORS */
/* NEUTRAL COLORS */
/* ACCENT COLORS */
/* SHELL LIGHT THEME COLORS */
/* APPLICATION CHROME COLORS */
/*dark chrome*/
/*
    DEPRECATED COLORS: Please refrain from adding one time use colors to the section below.
    These will be all be removed. New colors must be provided by design and be in the design OneNote palette
*/
/* PowerView specific colors */
/* Visual colors */
/* Fluent Theme colors */
/*
 *  Power BI Colors
 *
 *  Copyright (c) Microsoft Corporation
 *  All rights reserved.
 *  MIT License
 *

/* THEME COLORS */
.themeYellowDark .group1-option1-background {
  background-color: #666666;
}
.themeYellowDark .group1-option1-background-hover:hover {
  background-color: #666666;
}
.themeYellowDark .group1-option1-color {
  color: #666666;
}
.themeYellowDark .group1-option1-color-hover:hover {
  color: #666666;
}
.themeYellowDark .group1-option1-border {
  border-color: #666666;
}
.themeYellowDark .group1-option1-border-hover:hover {
  border-color: #666666;
}
.themeYellowDark .group1-option2-background {
  background-color: #444444;
}
.themeYellowDark .group1-option2-background-hover:hover {
  background-color: #444444;
}
.themeYellowDark .group1-option2-color {
  color: #444444;
}
.themeYellowDark .group1-option2-color-hover:hover {
  color: #444444;
}
.themeYellowDark .group1-option2-border {
  border-color: #444444;
}
.themeYellowDark .group1-option2-border-hover:hover {
  border-color: #444444;
}
.themeYellowDark .group1-option3-background {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option3-background .group1-option9-background {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option3-background .group1-option9-background-hover:hover {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option3-background .group1-option9-color {
  color: #B3B3B3;
}
.themeYellowDark .group1-option3-background .group1-option9-color-hover:hover {
  color: #B3B3B3;
}
.themeYellowDark .group1-option3-background .group1-option9-border {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option3-background .group1-option9-border-hover:hover {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option3-background-hover:hover {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option3-background-hover:hover .group1-option9-background {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option3-background-hover:hover .group1-option9-background-hover:hover {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option3-background-hover:hover .group1-option9-color {
  color: #B3B3B3;
}
.themeYellowDark .group1-option3-background-hover:hover .group1-option9-color-hover:hover {
  color: #B3B3B3;
}
.themeYellowDark .group1-option3-background-hover:hover .group1-option9-border {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option3-background-hover:hover .group1-option9-border-hover:hover {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option3-color {
  color: #B3B3B3;
}
.themeYellowDark .group1-option3-color-hover:hover {
  color: #B3B3B3;
}
.themeYellowDark .group1-option3-border {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option3-border .group1-option9-background {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option3-border .group1-option9-background-hover:hover {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option3-border .group1-option9-color {
  color: #B3B3B3;
}
.themeYellowDark .group1-option3-border .group1-option9-color-hover:hover {
  color: #B3B3B3;
}
.themeYellowDark .group1-option3-border .group1-option9-border {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option3-border .group1-option9-border-hover:hover {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option3-border-hover:hover {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option4-background {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option4-background-hover:hover {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option4-color {
  color: #B3B3B3;
}
.themeYellowDark .group1-option4-color-hover:hover {
  color: #B3B3B3;
}
.themeYellowDark .group1-option4-border {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option4-border-hover:hover {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option5-background {
  background-color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group1-option5-background .group1-option8-background {
  background-color: #FFFFFF;
}
.themeYellowDark .group1-option5-background .group1-option8-background-hover:hover {
  background-color: #FFFFFF;
}
.themeYellowDark .group1-option5-background .group1-option8-color {
  color: #FFFFFF;
}
.themeYellowDark .group1-option5-background .group1-option8-color-hover:hover {
  color: #FFFFFF;
}
.themeYellowDark .group1-option5-background .group1-option8-border {
  border-color: #FFFFFF;
}
.themeYellowDark .group1-option5-background .group1-option8-border-hover:hover {
  border-color: #FFFFFF;
}
.themeYellowDark .group1-option5-background-hover:hover {
  background-color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group1-option5-background-hover:hover .group1-option8-background {
  background-color: #FFFFFF;
}
.themeYellowDark .group1-option5-background-hover:hover .group1-option8-background-hover:hover {
  background-color: #FFFFFF;
}
.themeYellowDark .group1-option5-background-hover:hover .group1-option8-color {
  color: #FFFFFF;
}
.themeYellowDark .group1-option5-background-hover:hover .group1-option8-color-hover:hover {
  color: #FFFFFF;
}
.themeYellowDark .group1-option5-background-hover:hover .group1-option8-border {
  border-color: #FFFFFF;
}
.themeYellowDark .group1-option5-background-hover:hover .group1-option8-border-hover:hover {
  border-color: #FFFFFF;
}
.themeYellowDark .group1-option5-color {
  color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group1-option5-color-hover:hover {
  color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group1-option5-border {
  border-color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group1-option5-border .group1-option8-background {
  background-color: #FFFFFF;
}
.themeYellowDark .group1-option5-border .group1-option8-background-hover:hover {
  background-color: #FFFFFF;
}
.themeYellowDark .group1-option5-border .group1-option8-color {
  color: #FFFFFF;
}
.themeYellowDark .group1-option5-border .group1-option8-color-hover:hover {
  color: #FFFFFF;
}
.themeYellowDark .group1-option5-border .group1-option8-border {
  border-color: #FFFFFF;
}
.themeYellowDark .group1-option5-border .group1-option8-border-hover:hover {
  border-color: #FFFFFF;
}
.themeYellowDark .group1-option5-border-hover:hover {
  border-color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group1-option6-background {
  background-color: #FFFFFF;
}
.themeYellowDark .group1-option6-background .group1-option9-background {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option6-background .group1-option9-background-hover:hover {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option6-background .group1-option9-color {
  color: #B3B3B3;
}
.themeYellowDark .group1-option6-background .group1-option9-color-hover:hover {
  color: #B3B3B3;
}
.themeYellowDark .group1-option6-background .group1-option9-border {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option6-background .group1-option9-border-hover:hover {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option6-background-hover:hover {
  background-color: #FFFFFF;
}
.themeYellowDark .group1-option6-background-hover:hover .group1-option9-background {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option6-background-hover:hover .group1-option9-background-hover:hover {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option6-background-hover:hover .group1-option9-color {
  color: #B3B3B3;
}
.themeYellowDark .group1-option6-background-hover:hover .group1-option9-color-hover:hover {
  color: #B3B3B3;
}
.themeYellowDark .group1-option6-background-hover:hover .group1-option9-border {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option6-background-hover:hover .group1-option9-border-hover:hover {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option6-color {
  color: #FFFFFF;
}
.themeYellowDark .group1-option6-color-hover:hover {
  color: #FFFFFF;
}
.themeYellowDark .group1-option6-border {
  border-color: #FFFFFF;
}
.themeYellowDark .group1-option6-border .group1-option9-background {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option6-border .group1-option9-background-hover:hover {
  background-color: #B3B3B3;
}
.themeYellowDark .group1-option6-border .group1-option9-color {
  color: #B3B3B3;
}
.themeYellowDark .group1-option6-border .group1-option9-color-hover:hover {
  color: #B3B3B3;
}
.themeYellowDark .group1-option6-border .group1-option9-border {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option6-border .group1-option9-border-hover:hover {
  border-color: #B3B3B3;
}
.themeYellowDark .group1-option6-border-hover:hover {
  border-color: #FFFFFF;
}
.themeYellowDark .group1-option7-background {
  background-color: #333333;
}
.themeYellowDark .group1-option7-background-hover:hover {
  background-color: #333333;
}
.themeYellowDark .group1-option7-color {
  color: #333333;
}
.themeYellowDark .group1-option7-color-hover:hover {
  color: #333333;
}
.themeYellowDark .group1-option7-border {
  border-color: #333333;
}
.themeYellowDark .group1-option7-border-hover:hover {
  border-color: #333333;
}
.themeYellowDark .group1-option10-background {
  background-color: #EAEAEA;
}
.themeYellowDark .group1-option10-background-hover:hover {
  background-color: #EAEAEA;
}
.themeYellowDark .group1-option10-color {
  color: #EAEAEA;
}
.themeYellowDark .group1-option10-color-hover:hover {
  color: #EAEAEA;
}
.themeYellowDark .group1-option10-border {
  border-color: #EAEAEA;
}
.themeYellowDark .group1-option10-border-hover:hover {
  border-color: #EAEAEA;
}
.themeYellowDark .group1-option11-background {
  background-color: #808080;
}
.themeYellowDark .group1-option11-background-hover:hover {
  background-color: #808080;
}
.themeYellowDark .group1-option11-color {
  color: #808080;
}
.themeYellowDark .group1-option11-color-hover:hover {
  color: #808080;
}
.themeYellowDark .group1-option11-border {
  border-color: #808080;
}
.themeYellowDark .group1-option11-border-hover:hover {
  border-color: #808080;
}
.themeYellowDark .group1-option13-background {
  background-color: #EA433B;
}
.themeYellowDark .group1-option13-background-hover:hover {
  background-color: #EA433B;
}
.themeYellowDark .group1-option13-color {
  color: #EA433B;
}
.themeYellowDark .group1-option13-color-hover:hover {
  color: #EA433B;
}
.themeYellowDark .group1-option13-border {
  border-color: #EA433B;
}
.themeYellowDark .group1-option13-border-hover:hover {
  border-color: #EA433B;
}
.themeYellowDark .group1-option14-background {
  background-color: #666666;
}
.themeYellowDark .group1-option14-background-hover:hover {
  background-color: #666666;
}
.themeYellowDark .group1-option14-color {
  color: #666666;
}
.themeYellowDark .group1-option14-color-hover:hover {
  color: #666666;
}
.themeYellowDark .group1-option14-border {
  border-color: #666666;
}
.themeYellowDark .group1-option14-border-hover:hover {
  border-color: #666666;
}
.themeYellowDark .group1-option15-background {
  background-color: #333333;
}
.themeYellowDark .group1-option15-background-hover:hover {
  background-color: #333333;
}
.themeYellowDark .group1-option15-color {
  color: #333333;
}
.themeYellowDark .group1-option15-color-hover:hover {
  color: #333333;
}
.themeYellowDark .group1-option15-border {
  border-color: #333333;
}
.themeYellowDark .group1-option15-border-hover:hover {
  border-color: #333333;
}
.themeYellowDark .group1-option16-background {
  background-color: #333333;
}
.themeYellowDark .group1-option16-background-hover:hover {
  background-color: #333333;
}
.themeYellowDark .group1-option16-color {
  color: #333333;
}
.themeYellowDark .group1-option16-color-hover:hover {
  color: #333333;
}
.themeYellowDark .group1-option16-border {
  border-color: #333333;
}
.themeYellowDark .group1-option16-border-hover:hover {
  border-color: #333333;
}
.themeYellowDark .group2-option1-background {
  background-color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group2-option1-background-hover:hover {
  background-color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group2-option1-color {
  color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group2-option1-color-hover:hover {
  color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group2-option1-border {
  border-color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group2-option1-border-hover:hover {
  border-color: var(--fluent-theme-primary-color);
}
.themeYellowDark .group2-option2-background {
  background-color: var(--fluent-theme-dark-alt-color, #DDB612);
}
.themeYellowDark .group2-option2-background-hover:hover {
  background-color: var(--fluent-theme-dark-alt-color, #DDB612);
}
.themeYellowDark .group2-option2-color {
  color: var(--fluent-theme-dark-alt-color, #DDB612);
}
.themeYellowDark .group2-option2-color-hover:hover {
  color: var(--fluent-theme-dark-alt-color, #DDB612);
}
.themeYellowDark .group2-option2-border {
  border-color: var(--fluent-theme-dark-alt-color, #DDB612);
}
.themeYellowDark .group2-option2-border-hover:hover {
  border-color: var(--fluent-theme-dark-alt-color, #DDB612);
}
.themeYellowDark .group2-option3-background {
  background-color: var(--theme-dark-color, #CDA521);
}
.themeYellowDark .group2-option3-background-hover:hover {
  background-color: var(--theme-dark-color, #CDA521);
}
.themeYellowDark .group2-option3-color {
  color: var(--theme-dark-color, #CDA521);
}
.themeYellowDark .group2-option3-color-hover:hover {
  color: var(--theme-dark-color, #CDA521);
}
.themeYellowDark .group2-option3-border {
  border-color: var(--theme-dark-color, #CDA521);
}
.themeYellowDark .group2-option3-border-hover:hover {
  border-color: var(--theme-dark-color, #CDA521);
}
.themeYellowDark .group2-option4-background {
  background-color: #C8C8C8;
}
.themeYellowDark .group2-option4-background-hover:hover {
  background-color: #C8C8C8;
}
.themeYellowDark .group2-option4-color {
  color: #C8C8C8;
}
.themeYellowDark .group2-option4-color-hover:hover {
  color: #C8C8C8;
}
.themeYellowDark .group2-option4-border {
  border-color: #C8C8C8;
}
.themeYellowDark .group2-option4-border-hover:hover {
  border-color: #C8C8C8;
}
.themeYellowDark .group2-option5-background {
  background-color: #A6A6A6;
}
.themeYellowDark .group2-option5-background-hover:hover {
  background-color: #A6A6A6;
}
.themeYellowDark .group2-option5-color {
  color: #A6A6A6;
}
.themeYellowDark .group2-option5-color-hover:hover {
  color: #A6A6A6;
}
.themeYellowDark .group2-option5-border {
  border-color: #A6A6A6;
}
.themeYellowDark .group2-option5-border-hover:hover {
  border-color: #A6A6A6;
}
.themeYellowDark .group2-option6-background {
  background-color: #888888;
}
.themeYellowDark .group2-option6-background-hover:hover {
  background-color: #888888;
}
.themeYellowDark .group2-option6-color {
  color: #888888;
}
.themeYellowDark .group2-option6-color-hover:hover {
  color: #888888;
}
.themeYellowDark .group2-option6-border {
  border-color: #888888;
}
.themeYellowDark .group2-option6-border-hover:hover {
  border-color: #888888;
}
.themeYellowDark .group2-option7-background {
  background-color: #333333;
}
.themeYellowDark .group2-option7-background-hover:hover {
  background-color: #333333;
}
.themeYellowDark .group2-option7-color {
  color: #333333;
}
.themeYellowDark .group2-option7-color-hover:hover {
  color: #333333;
}
.themeYellowDark .group2-option7-border {
  border-color: #333333;
}
.themeYellowDark .group2-option7-border-hover:hover {
  border-color: #333333;
}
.themeYellowDark .group2-option16-background {
  background-color: #333333;
}
.themeYellowDark .group2-option16-background-hover:hover {
  background-color: #333333;
}
.themeYellowDark .group2-option16-color {
  color: #333333;
}
.themeYellowDark .group2-option16-color-hover:hover {
  color: #333333;
}
.themeYellowDark .group2-option16-border {
  border-color: #333333;
}
.themeYellowDark .group2-option16-border-hover:hover {
  border-color: #333333;
}
.themeYellowDark .group2-option8-background {
  background-color: #EAEAEA;
}
.themeYellowDark .group2-option8-background-hover:hover {
  background-color: #EAEAEA;
}
.themeYellowDark .group2-option8-color {
  color: #EAEAEA;
}
.themeYellowDark .group2-option8-color-hover:hover {
  color: #EAEAEA;
}
.themeYellowDark .group2-option8-border {
  border-color: #EAEAEA;
}
.themeYellowDark .group2-option8-border-hover:hover {
  border-color: #EAEAEA;
}
.themeYellowDark .group2-option9-background {
  background-color: #808080;
}
.themeYellowDark .group2-option9-background-hover:hover {
  background-color: #808080;
}
.themeYellowDark .group2-option9-color {
  color: #808080;
}
.themeYellowDark .group2-option9-color-hover:hover {
  color: #808080;
}
.themeYellowDark .group2-option9-border {
  border-color: #808080;
}
.themeYellowDark .group2-option9-border-hover:hover {
  border-color: #808080;
}
.themeYellowDark .group2-option10-background {
  background-color: #A6A6A6;
}
.themeYellowDark .group2-option10-background-hover:hover {
  background-color: #A6A6A6;
}
.themeYellowDark .group2-option10-color {
  color: #A6A6A6;
}
.themeYellowDark .group2-option10-color-hover:hover {
  color: #A6A6A6;
}
.themeYellowDark .group2-option10-border {
  border-color: #A6A6A6;
}
.themeYellowDark .group2-option10-border-hover:hover {
  border-color: #A6A6A6;
}
.themeYellowDark .group2-option11-background {
  background-color: #4A4A4A;
}
.themeYellowDark .group2-option11-background-hover:hover {
  background-color: #4A4A4A;
}
.themeYellowDark .group2-option11-color {
  color: #4A4A4A;
}
.themeYellowDark .group2-option11-color-hover:hover {
  color: #4A4A4A;
}
.themeYellowDark .group2-option11-border {
  border-color: #4A4A4A;
}
.themeYellowDark .group2-option11-border-hover:hover {
  border-color: #4A4A4A;
}
.themeYellowDark .group2-option13-background {
  background-color: #1f3a93;
}
.themeYellowDark .group2-option13-background-hover:hover {
  background-color: #1f3a93;
}
.themeYellowDark .group2-option13-color {
  color: #1f3a93;
}
.themeYellowDark .group2-option13-color-hover:hover {
  color: #1f3a93;
}
.themeYellowDark .group2-option13-border {
  border-color: #1f3a93;
}
.themeYellowDark .group2-option13-border-hover:hover {
  border-color: #1f3a93;
}
.themeYellowDark .group2-option14-background {
  background-color: #0045FF;
}
.themeYellowDark .group2-option14-background-hover:hover {
  background-color: #0045FF;
}
.themeYellowDark .group2-option14-color {
  color: #0045FF;
}
.themeYellowDark .group2-option14-color-hover:hover {
  color: #0045FF;
}
.themeYellowDark .group2-option14-border {
  border-color: #0045FF;
}
.themeYellowDark .group2-option14-border-hover:hover {
  border-color: #0045FF;
}
.themeYellowDark .group2-option15-background {
  background-color: #B3B3B3;
}
.themeYellowDark .group2-option15-background-hover:hover {
  background-color: #B3B3B3;
}
.themeYellowDark .group2-option15-color {
  color: #B3B3B3;
}
.themeYellowDark .group2-option15-color-hover:hover {
  color: #B3B3B3;
}
.themeYellowDark .group2-option15-border {
  border-color: #B3B3B3;
}
.themeYellowDark .group2-option15-border-hover:hover {
  border-color: #B3B3B3;
}
.themeYellowDark .group4-option1-background {
  background-color: #E6E6E6;
}
.themeYellowDark .group4-option1-background-hover:hover {
  background-color: #E6E6E6;
}
.themeYellowDark .group4-option1-color {
  color: #E6E6E6;
}
.themeYellowDark .group4-option1-color-hover:hover {
  color: #E6E6E6;
}
.themeYellowDark .group4-option1-border {
  border-color: #E6E6E6;
}
.themeYellowDark .group4-option1-border-hover:hover {
  border-color: #E6E6E6;
}
.themeYellowDark .group4-option2-background {
  background-color: #F9E385;
}
.themeYellowDark .group4-option2-background-hover:hover {
  background-color: #F9E385;
}
.themeYellowDark .group4-option2-color {
  color: #F9E385;
}
.themeYellowDark .group4-option2-color-hover:hover {
  color: #F9E385;
}
.themeYellowDark .group4-option2-border {
  border-color: #F9E385;
}
.themeYellowDark .group4-option2-border-hover:hover {
  border-color: #F9E385;
}
.themeYellowDark .group4-option3-background {
  background-color: #EA433B;
}
.themeYellowDark .group4-option3-background-hover:hover {
  background-color: #EA433B;
}
.themeYellowDark .group4-option3-color {
  color: #EA433B;
}
.themeYellowDark .group4-option3-color-hover:hover {
  color: #EA433B;
}
.themeYellowDark .group4-option3-border {
  border-color: #EA433B;
}
.themeYellowDark .group4-option3-border-hover:hover {
  border-color: #EA433B;
}
.themeYellowDark .group4-option4-background {
  background-color: #333333;
}
.themeYellowDark .group4-option4-background-hover:hover {
  background-color: #333333;
}
.themeYellowDark .group4-option4-color {
  color: #333333;
}
.themeYellowDark .group4-option4-color-hover:hover {
  color: #333333;
}
.themeYellowDark .group4-option4-border {
  border-color: #333333;
}
.themeYellowDark .group4-option4-border-hover:hover {
  border-color: #333333;
}
.themeYellowDark .group4-option5-background {
  background-color: #FFFFFF;
}
.themeYellowDark .group4-option5-background-hover:hover {
  background-color: #FFFFFF;
}
.themeYellowDark .group4-option5-color {
  color: #FFFFFF;
}
.themeYellowDark .group4-option5-color-hover:hover {
  color: #FFFFFF;
}
.themeYellowDark .group4-option5-border {
  border-color: #FFFFFF;
}
.themeYellowDark .group4-option5-border-hover:hover {
  border-color: #FFFFFF;
}
body {
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'wf_segoe-ui_light';
  src: url("../fonts/SegoeUI-Light-final.eot");
  src: local('Segoe UI Light'), local('Segoe WP Light'), url("../fonts/SegoeUI-Light-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-Light-final.woff") format('woff'), url("../fonts/SegoeUI-Light-final.ttf") format('truetype'), url("../fonts/SegoeUI-Light-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_semilight';
  src: url("../fonts/SegoeUI-SemiLight-final.eot");
  src: local('Segoe UI Semilight'), local('Segoe WP Light'), url("../fonts/SegoeUI-SemiLight-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-SemiLight-final.woff") format('woff'), url("../fonts/SegoeUI-SemiLight-final.ttf") format('truetype'), url("../fonts/SegoeUI-SemiLight-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_normal';
  src: url("../fonts/SegoeUI-Regular-final.eot");
  src: local('Segoe UI'), local('Segoe'), local('Segoe WP'), url("../fonts/SegoeUI-Regular-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-Regular-final.woff") format('woff'), url("../fonts/SegoeUI-Regular-final.ttf") format('truetype'), url("../fonts/SegoeUI-Regular-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_normal';
  src: url("../fonts/SegoeUI-Regular-final.eot");
  src: local('Segoe UI bold'), local('Segoe bold'), local('Segoe WP bold'), url("../fonts/SegoeUI-Bold-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-Bold-final.woff") format('woff'), url("../fonts/SegoeUI-Bold-final.ttf") format('truetype'), url("../fonts/SegoeUI-Bold-final.svg#web") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_semibold';
  src: url("../fonts/SegoeUI-SemiBold-final.eot");
  src: local('Segoe UI Semibold'), local('Segoe Semibold'), local('Segoe WP Semibold'), url("../fonts/SegoeUI-SemiBold-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-SemiBold-final.woff") format('woff'), url("../fonts/SegoeUI-SemiBold-final.ttf") format('truetype'), url("../fonts/SegoeUI-SemiBold-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_segoe-ui_bold';
  src: url("../fonts/SegoeUI-Bold-final.eot");
  src: local('Segoe UI bold'), local('Segoe bold'), local('Segoe WP bold'), url("../fonts/SegoeUI-Bold-final.eot?#iefix") format('embedded-opentype'), url("../fonts/SegoeUI-Bold-final.woff") format('woff'), url("../fonts/SegoeUI-Bold-final.ttf") format('truetype'), url("../fonts/SegoeUI-Bold-final.svg#web") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_standard-font';
  src: url("../fonts/StandardFont.eot");
  src: url("../fonts/StandardFont.eot?#iefix") format('embedded-opentype'), url("../fonts/StandardFont.woff") format('woff'), url("../fonts/StandardFont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_standard-font_bold';
  src: url("../fonts/StandardFontBold.eot");
  src: url("../fonts/StandardFontBold.eot?#iefix") format('embedded-opentype'), url("../fonts/StandardFontBold.woff") format('woff'), url("../fonts/StandardFontBold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wf_standard-font_light';
  src: url("../fonts/StandardFontLight.eot");
  src: url("../fonts/StandardFontLight.eot?#iefix") format('embedded-opentype'), url("../fonts/StandardFontLight.woff") format('woff'), url("../fonts/StandardFontLight.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: local('Calibri'), local('Calibri Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/40424077043') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: local('Calibri Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/38134751148') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: local('Calibri Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/43694460458') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Calibri';
  src: local('Calibri Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/38249679578') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Cambria';
  src: local('Cambria'), local('Cambria Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/38986015697') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: local('Cambria Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/38770737849') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Cambria';
  src: local('Cambria Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/29027199858') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Cambria';
  src: local('Cambria Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/33301484845') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Cambria Math';
  src: local('Cambria Math'), local('Cambria Math Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/40193268453') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Candara';
  src: local('Candara'), local('Candara Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/38835860617') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Candara';
  src: local('Candara Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/39463945589') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Candara';
  src: local('Candara Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/30179827037') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Candara';
  src: local('Candara Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/36371798918') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas'), local('Consolas Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/33167468773') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/29905000376') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/40367000206') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Consolas';
  src: local('Consolas Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/31331056595') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Constantia';
  src: local('Constantia'), local('Constantia Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/31448377222') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Constantia';
  src: local('Constantia Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/38492810258') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Constantia';
  src: local('Constantia Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/39168665702') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Constantia';
  src: local('Constantia Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/41878151071') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Corbel';
  src: local('Corbel'), local('Corbel Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/35115404204') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel';
  src: local('Corbel Bold'), url('https://fs.microsoft.com/fs/4.18/rawguids/41928964640') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Corbel';
  src: local('Corbel Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/37832507313') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Corbel';
  src: local('Corbel Bold Italic'), url('https://fs.microsoft.com/fs/4.18/rawguids/40714016858') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Lucida Sans Unicode';
  src: local('Lucida Sans Unicode'), local('Lucida Sans Unicode Regular'), url('https://fs.microsoft.com/fs/4.18/rawguids/35821919345') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.smallFontSize {
  font-size: 12px;
}
.mediumFontSize {
  font-size: 14px;
}
.largeFontSize {
  font-size: 16px;
}
.typeRamp.formLabel {
  font-size: 14px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.typeRamp.buttonLabel {
  font-size: 16px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.typeRamp.paragraphText {
  font-size: 16px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.typeRamp.authoringPaneText {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.styleLibrary.compact .typeRamp.formLabel {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.styleLibrary.compact .typeRamp.buttonLabel {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.styleLibrary.compact .typeRamp.paragraphText {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.styleLibrary.compact .typeRamp.authoringPaneText {
  font-size: 12px;
  font-family: 'Segoe UI', 'wf_segoe-ui_normal', helvetica, arial, sans-serif;
  text-transform: none;
}
.styleLibrary.formElement {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: left;
}
.styleLibrary.formElement label {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  pointer-events: none;
}
.styleLibrary.formElement label:first-letter {
  text-transform: uppercase;
}
/* Colors for form/input elements */
/* #C8C8C8 */
/* #F4F4F4 */
/* #777777 */
/* NOT IN RED LINE */
/* #F2C811 */
/* NOT IN RED LINE */
/* #333333 */
/* white   */
/* NOT IN RED LINE */
/* #F4F4F4 */
/* #A6A6A6 */
/* #A6A6A6 */
/* */
/* NOT IN RED LINE */
/* #333333 */
/* #A6A6A6 */
/* NOT IN RED LINE */
/* #333333 */
/* NOT IN RED LINE */
/* Global spacing/alignment settings that apply accross form/input elements */
/* Must be even */
/* height and width of checkbox and radiobutton */
/* height of boxed button, textfield and select*/
/* common element-to-element spacer with in element grouping (example: label and input box) */
/* assumed boarder size for most elements */
/* space inbetween a grouping of elements/element parts */
/* space below an element/element grouping */
/* padding on a select box */
/* padding on a select box */
