.fabric {
  /*
  Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license
*/ }
  .fabric .ms-Breadcrumb {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 23px 0 1px; }
    .fabric .ms-Breadcrumb.is-overflow .ms-Breadcrumb-overflow {
      display: inline-block;
      margin-right: -4px; }
  .fabric .ms-Breadcrumb-chevron {
    font-size: 12px;
    color: #666666;
    vertical-align: top;
    margin: 13px 4px;
    line-height: 1; }
  .fabric .ms-Breadcrumb-list {
    display: inline;
    white-space: nowrap;
    padding: 0;
    margin: 0; }
    .fabric .ms-Breadcrumb-list .ms-Breadcrumb-listItem {
      list-style-type: none;
      vertical-align: top;
      margin: 0;
      padding: 0;
      display: inline-block; }
      .fabric .ms-Breadcrumb-list .ms-Breadcrumb-listItem:last-of-type .ms-Breadcrumb-chevron {
        display: none; }
  .fabric .ms-Breadcrumb-overflow {
    display: none;
    position: relative; }
    .fabric .ms-Breadcrumb-overflow .ms-Breadcrumb-overflowButton {
      font-size: 16px;
      display: inline-block;
      color: #0078d7;
      padding: 8px;
      cursor: pointer;
      vertical-align: top; }
  .fabric .ms-Breadcrumb-overflowMenu {
    display: none;
    position: absolute; }
    .fabric .ms-Breadcrumb-overflowMenu.is-open {
      display: block;
      top: 36px;
      left: 0;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
      background-color: #ffffff;
      border: 1px solid #c8c8c8;
      z-index: 105; }
    .fabric .ms-Breadcrumb-overflowMenu::before {
      position: absolute;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
      top: -6px;
      left: 6px;
      content: ' ';
      width: 16px;
      height: 16px;
      transform: rotate(45deg);
      background-color: #ffffff; }
    .fabric .ms-Breadcrumb-overflowMenu .ms-ContextualMenu {
      border: 0;
      box-shadow: none;
      position: relative;
      width: 190px; }
      .fabric .ms-Breadcrumb-overflowMenu .ms-ContextualMenu.is-open {
        margin-bottom: 0; }
  .fabric .ms-Breadcrumb-itemLink,
  .fabric .ms-Breadcrumb-overflowButton {
    text-decoration: none;
    outline: transparent; }
    .fabric .ms-Breadcrumb-itemLink:hover,
    .fabric .ms-Breadcrumb-overflowButton:hover {
      background-color: #f4f4f4;
      cursor: pointer; }
    .fabric .ms-Breadcrumb-itemLink:focus,
    .fabric .ms-Breadcrumb-overflowButton:focus {
      outline: #767676 solid 1px;
      color: #000000; }
    .fabric .ms-Breadcrumb-itemLink:active,
    .fabric .ms-Breadcrumb-overflowButton:active {
      outline: transparent;
      background-color: #c8c8c8; }
  .fabric .ms-Breadcrumb-itemLink {
    font-weight: 100;
    font-size: 21px;
    color: #333333;
    display: inline-block;
    padding: 0 4px;
    max-width: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top; }
  @media screen and (max-width: 639px) {
    .fabric .ms-Breadcrumb {
      margin: 10px 0; }
    .fabric .ms-Breadcrumb-itemLink {
      font-size: 17px; }
    .fabric .ms-Breadcrumb-chevron {
      font-size: 10px;
      margin: 9px 3px; }
    .fabric .ms-Breadcrumb-overflow .ms-Breadcrumb-overflowButton {
      font-size: 16px;
      padding: 2px 0; } }
  @media screen and (max-width: 479px) {
    .fabric .ms-Breadcrumb-itemLink {
      font-size: 14px;
      max-width: 116px; }
    .fabric .ms-Breadcrumb-chevron {
      margin: 5px 4px; }
    .fabric .ms-Breadcrumb-overflow .ms-Breadcrumb-overflowButton {
      padding: 2px 4px; } }
  .fabric .ms-Button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    min-width: 80px;
    padding: 4px 20px 6px; }
    .fabric .ms-Button.is-hidden {
      display: none; }
    .fabric .ms-Button:hover {
      background-color: #eaeaea;
      border-color: #eaeaea; }
      .fabric .ms-Button:hover .ms-Button-label {
        color: #000000; }
      @media screen and (-ms-high-contrast: active) {
        .fabric .ms-Button:hover {
          color: #1AEBFF;
          border-color: #1AEBFF; } }
      @media screen and (-ms-high-contrast: black-on-white) {
        .fabric .ms-Button:hover {
          color: #37006E;
          border-color: #37006E; } }
    .fabric .ms-Button:focus {
      background-color: #eaeaea;
      border-color: #0078d7;
      outline: 1px solid transparent; }
      .fabric .ms-Button:focus .ms-Button-label {
        color: #000000; }
    .fabric .ms-Button:active {
      background-color: #0078d7;
      border-color: #0078d7; }
      .fabric .ms-Button:active .ms-Button-label {
        color: #ffffff; }
    .fabric .ms-Button:disabled, .fabric .ms-Button.is-disabled {
      background-color: #f4f4f4;
      border-color: #f4f4f4;
      cursor: default; }
      .fabric .ms-Button:disabled .ms-Button-label, .fabric .ms-Button.is-disabled .ms-Button-label {
        color: #a6a6a6; }
      .fabric .ms-Button:disabled:hover, .fabric .ms-Button:disabled:focus, .fabric .ms-Button.is-disabled:hover, .fabric .ms-Button.is-disabled:focus {
        outline: 0; }
  .fabric .ms-Button-label {
    color: #333333;
    font-weight: 600;
    font-size: 14px; }
  .fabric .ms-Button-icon,
  .fabric .ms-Button-description {
    display: none; }
  .fabric .ms-Button.ms-Button--primary {
    background-color: #0078d7;
    border-color: #0078d7; }
    .fabric .ms-Button.ms-Button--primary .ms-Button-label {
      color: #ffffff; }
    .fabric .ms-Button.ms-Button--primary:hover {
      background-color: #005a9e;
      border-color: #005a9e; }
    .fabric .ms-Button.ms-Button--primary:focus {
      background-color: #005a9e;
      border-color: #004578; }
    .fabric .ms-Button.ms-Button--primary:active {
      background-color: #0078d7;
      border-color: #0078d7; }
    .fabric .ms-Button.ms-Button--primary:disabled, .fabric .ms-Button.ms-Button--primary.is-disabled {
      background-color: #f4f4f4;
      border-color: #f4f4f4; }
      .fabric .ms-Button.ms-Button--primary:disabled .ms-Button-label, .fabric .ms-Button.ms-Button--primary.is-disabled .ms-Button-label {
        color: #a6a6a6; }
  .fabric .ms-Button.ms-Button--small {
    min-width: 60px;
    min-height: 24px;
    height: auto;
    padding-top: 0;
    padding-bottom: 4px; }
    .fabric .ms-Button.ms-Button--small .ms-Button-label {
      font-weight: 400;
      font-size: 12px; }
  .fabric .ms-Button.ms-Button--hero {
    align-items: center;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative; }
    .fabric .ms-Button.ms-Button--hero .ms-Button-icon {
      color: #0078d7;
      display: inline-block;
      font-size: 12px;
      margin-right: 4px;
      padding-top: 5px;
      text-align: center; }
      .fabric .ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon {
        border-radius: 18px;
        border: 1px solid #0078d7;
        font-size: 12px;
        height: 18px;
        line-height: 18px;
        width: 18px; }
    .fabric .ms-Button.ms-Button--hero .ms-Button-label {
      color: #0078d7;
      font-size: 21px;
      font-weight: 100;
      position: relative;
      text-decoration: none;
      vertical-align: top; }
    .fabric .ms-Button.ms-Button--hero:hover .ms-Button-icon, .fabric .ms-Button.ms-Button--hero:focus .ms-Button-icon {
      color: #005a9e; }
      .fabric .ms-Button.ms-Button--hero:hover .ms-Button-icon .ms-Icon, .fabric .ms-Button.ms-Button--hero:focus .ms-Button-icon .ms-Icon {
        border: 1px solid #005a9e; }
    .fabric .ms-Button.ms-Button--hero:hover .ms-Button-label, .fabric .ms-Button.ms-Button--hero:focus .ms-Button-label {
      color: #004578; }
    .fabric .ms-Button.ms-Button--hero:active .ms-Button-icon {
      color: #0078d7; }
      .fabric .ms-Button.ms-Button--hero:active .ms-Button-icon .ms-Icon {
        border: 1px solid #0078d7; }
    .fabric .ms-Button.ms-Button--hero:active .ms-Button-label {
      color: #0078d7; }
    .fabric .ms-Button.ms-Button--hero:disabled .ms-Button-icon, .fabric .ms-Button.ms-Button--hero.is-disabled .ms-Button-icon {
      color: #c8c8c8; }
      .fabric .ms-Button.ms-Button--hero:disabled .ms-Button-icon .ms-Icon, .fabric .ms-Button.ms-Button--hero.is-disabled .ms-Button-icon .ms-Icon {
        border: 1px solid #c8c8c8; }
    .fabric .ms-Button.ms-Button--hero:disabled .ms-Button-label, .fabric .ms-Button.ms-Button--hero.is-disabled .ms-Button-label {
      color: #a6a6a6; }
  .fabric .ms-Button.ms-Button--compound {
    display: block;
    height: auto;
    max-width: 280px;
    min-height: 72px;
    padding: 20px; }
    .fabric .ms-Button.ms-Button--compound .ms-Button-label {
      display: block;
      font-weight: 600;
      position: relative;
      text-align: left;
      margin-top: -5px; }
    .fabric .ms-Button.ms-Button--compound .ms-Button-description {
      color: #666666;
      display: block;
      font-weight: 400;
      font-size: 12px;
      position: relative;
      text-align: left;
      top: 3px; }
    .fabric .ms-Button.ms-Button--compound:hover .ms-Button-description {
      color: #212121; }
    .fabric .ms-Button.ms-Button--compound:focus {
      border-color: #0078d7;
      background-color: #f4f4f4; }
      .fabric .ms-Button.ms-Button--compound:focus .ms-Button-label {
        color: #333333; }
      .fabric .ms-Button.ms-Button--compound:focus .ms-Button-description {
        color: #666666; }
    .fabric .ms-Button.ms-Button--compound:active {
      background-color: #0078d7; }
      .fabric .ms-Button.ms-Button--compound:active .ms-Button-description,
      .fabric .ms-Button.ms-Button--compound:active .ms-Button-label {
        color: #ffffff; }
    .fabric .ms-Button.ms-Button--compound:disabled .ms-Button-label,
    .fabric .ms-Button.ms-Button--compound:disabled .ms-Button-description, .fabric .ms-Button.ms-Button--compound.is-disabled .ms-Button-label,
    .fabric .ms-Button.ms-Button--compound.is-disabled .ms-Button-description {
      color: #a6a6a6; }
    .fabric .ms-Button.ms-Button--compound:disabled:focus, .fabric .ms-Button.ms-Button--compound:disabled:active, .fabric .ms-Button.ms-Button--compound.is-disabled:focus, .fabric .ms-Button.ms-Button--compound.is-disabled:active {
      border-color: #f4f4f4;
      background-color: #f4f4f4; }
      .fabric .ms-Button.ms-Button--compound:disabled:focus .ms-Button-label,
      .fabric .ms-Button.ms-Button--compound:disabled:focus .ms-Button-description, .fabric .ms-Button.ms-Button--compound:disabled:active .ms-Button-label,
      .fabric .ms-Button.ms-Button--compound:disabled:active .ms-Button-description, .fabric .ms-Button.ms-Button--compound.is-disabled:focus .ms-Button-label,
      .fabric .ms-Button.ms-Button--compound.is-disabled:focus .ms-Button-description, .fabric .ms-Button.ms-Button--compound.is-disabled:active .ms-Button-label,
      .fabric .ms-Button.ms-Button--compound.is-disabled:active .ms-Button-description {
        color: #a6a6a6; }
  .fabric .ms-Callout {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 288px; }
    .fabric .ms-Callout.is-hidden {
      display: none; }
  .fabric .ms-Callout-header {
    z-index: 105;
    padding-top: 24px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px; }
  .fabric .ms-Callout-title {
    margin: 0;
    font-weight: 300;
    font-size: 21px; }
  .fabric .ms-Callout-subText {
    margin: 0;
    font-weight: 300;
    color: #333333;
    font-size: 12px; }
  .fabric .ms-Callout-close {
    margin: 0;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 8px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #666666;
    z-index: 110; }
  .fabric .ms-Callout-link {
    font-size: 14px; }
  .fabric .ms-Callout-inner {
    height: 100%;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px; }
  .fabric .ms-Callout-actions {
    position: relative;
    margin-top: 20px;
    width: 100%;
    white-space: nowrap; }
    .fabric .ms-Callout-actions .ms-CommandButton.ms-CommandButton--inline {
      height: 27px;
      line-height: 27px; }
      .fabric .ms-Callout-actions .ms-CommandButton.ms-CommandButton--inline .ms-CommandButton-button {
        height: 27px;
        line-height: 27px; }
      .fabric .ms-Callout-actions .ms-CommandButton.ms-CommandButton--inline .ms-CommandButton-label {
        line-height: 27px; }
      .fabric .ms-Callout-actions .ms-CommandButton.ms-CommandButton--inline .ms-CommandButton-icon {
        line-height: 27px; }
      .fabric .ms-Callout-actions .ms-CommandButton.ms-CommandButton--inline:hover .ms-Button,
      .fabric .ms-Callout-actions .ms-CommandButton.ms-CommandButton--inline:focus .ms-Button {
        color: #0078d7; }
    .fabric .ms-Callout-actions .ms-Callout-button {
      margin-right: 12px; }
  .fabric .ms-Callout.ms-Callout--OOBE .ms-Callout-header {
    padding: 28px 24px;
    background-color: #0078d7; }
  .fabric .ms-Callout.ms-Callout--OOBE .ms-Callout-title {
    font-weight: 100;
    font-size: 28px;
    color: #ffffff; }
  .fabric .ms-Callout.ms-Callout--OOBE .ms-Callout-inner {
    padding-top: 20px; }
  .fabric .ms-Callout.ms-Callout--OOBE .ms-Callout-subText {
    font-size: 14px; }
  .fabric .ms-Callout.ms-Callout--actionText .ms-Callout-actions {
    border-top: 1px solid #eaeaea;
    padding-top: 12px; }
  .fabric .ms-Callout.ms-Callout--actionText .ms-Callout-inner {
    padding-bottom: 12px; }
  .fabric .ms-Callout.ms-Callout--peek .ms-Callout-header {
    padding-bottom: 0; }
  .fabric .ms-Callout.ms-Callout--peek .ms-Callout-title {
    font-size: 14px; }
  .fabric .ms-Callout.ms-Callout--peek .ms-Callout-actions {
    margin-top: 12px;
    margin-bottom: -4px; }
  .fabric .ms-CheckBox {
    box-sizing: border-box;
    color: #333333;
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-height: 36px;
    position: relative; }
    .fabric .ms-CheckBox .ms-Label {
      font-size: 14px;
      padding: 0 0 0 26px;
      cursor: pointer;
      display: inline-block; }
  .fabric .ms-CheckBox-input {
    position: absolute;
    opacity: 0; }
  .fabric .ms-CheckBox-field::before {
    content: '';
    display: inline-block;
    border: 2px solid #a6a6a6;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-weight: normal;
    position: absolute;
    box-sizing: border-box;
    transition-property: background, border, border-color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1); }
  .fabric .ms-CheckBox-field::after {
    content: "\E73E";
    font-family: 'FabricMDL2Icons';
    display: none;
    position: absolute;
    font-weight: 900;
    background-color: transparent;
    font-size: 13px;
    top: 0;
    color: #ffffff;
    line-height: 20px;
    width: 20px;
    text-align: center; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-CheckBox-field::after {
        color: #000000; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-CheckBox-field::after {
        color: #ffffff; } }
  .fabric .ms-CheckBox-field {
    display: inline-block;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
    outline: 0;
    vertical-align: top; }
    .fabric .ms-CheckBox-field:hover::before, .fabric .ms-CheckBox-field:focus::before {
      border-color: #767676; }
    .fabric .ms-CheckBox-field:hover .ms-Label, .fabric .ms-CheckBox-field:focus .ms-Label {
      color: #000000; }
    .fabric .ms-CheckBox-field.is-disabled {
      cursor: default; }
      .fabric .ms-CheckBox-field.is-disabled::before {
        background-color: #c8c8c8;
        border-color: #c8c8c8;
        color: #c8c8c8; }
        @media screen and (-ms-high-contrast: active) {
          .fabric .ms-CheckBox-field.is-disabled::before {
            border-color: #00ff00; } }
        @media screen and (-ms-high-contrast: black-on-white) {
          .fabric .ms-CheckBox-field.is-disabled::before {
            border-color: #600000; } }
      .fabric .ms-CheckBox-field.is-disabled .ms-Label {
        color: #a6a6a6; }
        @media screen and (-ms-high-contrast: active) {
          .fabric .ms-CheckBox-field.is-disabled .ms-Label {
            color: #00ff00; } }
        @media screen and (-ms-high-contrast: black-on-white) {
          .fabric .ms-CheckBox-field.is-disabled .ms-Label {
            color: #600000; } }
    .fabric .ms-CheckBox-field.in-focus::before {
      border-color: #767676; }
    .fabric .ms-CheckBox-field.in-focus.is-disabled::before {
      border-color: #c8c8c8; }
    .fabric .ms-CheckBox-field.in-focus.is-checked::before {
      border-color: #106ebe; }
  .fabric .ms-CheckBox-field.is-checked::before {
    border: 10px solid #0078d7;
    background-color: #0078d7; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-CheckBox-field.is-checked::before {
        border-color: #1AEBFF; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-CheckBox-field.is-checked::before {
        border-color: #37006E; } }
  .fabric .ms-CheckBox-field.is-checked::after {
    display: block; }
  .fabric .ms-CheckBox-field.is-checked:hover::before, .fabric .ms-CheckBox-field.is-checked:focus::before {
    border-color: #106ebe; }
  .fabric .ms-RadioButton {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    min-height: 36px;
    position: relative; }
    .fabric .ms-RadioButton .ms-Label {
      font-size: 14px;
      padding: 0 0 0 26px;
      cursor: pointer;
      display: inline-block; }
  .fabric .ms-RadioButton-input {
    position: absolute;
    opacity: 0; }
  .fabric .ms-RadioButton-field::before {
    content: '';
    display: inline-block;
    border: 2px solid #a6a6a6;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-weight: normal;
    position: absolute;
    box-sizing: border-box;
    transition-property: border-color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
    border-radius: 50%; }
  .fabric .ms-RadioButton-field::after {
    content: '';
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 0;
    right: 0;
    transition-property: top, left, width, height;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
    box-sizing: border-box; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-RadioButton-field::after {
        color: #00ff00; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-RadioButton-field::after {
        color: #600000; } }
  .fabric .ms-RadioButton-field {
    display: inline-block;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
    outline: 0;
    vertical-align: top; }
    .fabric .ms-RadioButton-field:hover::before, .fabric .ms-RadioButton-field:focus::before {
      border-color: #767676; }
    .fabric .ms-RadioButton-field:hover .ms-Label, .fabric .ms-RadioButton-field:focus .ms-Label {
      color: #000000; }
    .fabric .ms-RadioButton-field.is-disabled {
      cursor: default; }
      .fabric .ms-RadioButton-field.is-disabled::before {
        background-color: #c8c8c8;
        border-color: #c8c8c8;
        color: #c8c8c8; }
        @media screen and (-ms-high-contrast: active) {
          .fabric .ms-RadioButton-field.is-disabled::before {
            border-color: #00ff00; } }
        @media screen and (-ms-high-contrast: black-on-white) {
          .fabric .ms-RadioButton-field.is-disabled::before {
            border-color: #600000; } }
      .fabric .ms-RadioButton-field.is-disabled .ms-Label {
        color: #a6a6a6; }
        @media screen and (-ms-high-contrast: active) {
          .fabric .ms-RadioButton-field.is-disabled .ms-Label {
            color: #00ff00; } }
        @media screen and (-ms-high-contrast: black-on-white) {
          .fabric .ms-RadioButton-field.is-disabled .ms-Label {
            color: #600000; } }
      .fabric .ms-RadioButton-field.is-disabled:hover::before, .fabric .ms-RadioButton-field.is-disabled:focus::before {
        border-color: #c8c8c8; }
    .fabric .ms-RadioButton-field.in-focus::before {
      border-color: #767676; }
  .fabric .ms-RadioButton-field.is-checked::before {
    border: 2px solid #0078d7;
    background-color: transparent; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-RadioButton-field.is-checked::before {
        border-color: #1AEBFF; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-RadioButton-field.is-checked::before {
        border-color: #37006E; } }
  .fabric .ms-RadioButton-field.is-checked::after {
    background-color: #0078d7;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-RadioButton-field.is-checked::after {
        background-color: #1AEBFF; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-RadioButton-field.is-checked::after {
        background-color: #37006E; } }
  .fabric .ms-RadioButton-field.is-checked:hover::before, .fabric .ms-RadioButton-field.is-checked:focus::before {
    border-color: #0078d7; }
  .fabric .ms-RadioButton-field.is-checked.in-focus::before {
    border-color: #0078d7; }
  .fabric .ms-ChoiceFieldGroup {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 4px; }
    .fabric .ms-ChoiceFieldGroup .ms-ChoiceFieldGroup-list {
      padding: 0;
      margin: 0;
      list-style: none; }
  .fabric .ms-CommandBar {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
    height: 40px;
    white-space: nowrap;
    padding-left: 0;
    border: 0;
    position: relative; }
    .fabric .ms-CommandBar:focus {
      outline: none; }
    .fabric .ms-CommandBar .ms-CommandButton--actionButton {
      border-right: 1px solid #eaeaea; }
    .fabric .ms-CommandBar .ms-Button {
      height: 100%; }
      .fabric .ms-CommandBar .ms-Button.ms-Button--noLabel .ms-Button-icon {
        padding-right: 0; }
      .fabric .ms-CommandBar .ms-Button.is-hidden {
        display: none; }
    .fabric .ms-CommandBar .ms-SearchBox,
    .fabric .ms-CommandBar .ms-SearchBox-field,
    .fabric .ms-CommandBar .ms-SearchBox-label {
      height: 100%; }
    .fabric .ms-CommandBar .ms-SearchBox {
      display: inline-block;
      vertical-align: top;
      transition: margin-right 0.267s; }
    .fabric .ms-CommandBar .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active {
      width: 220px; }
      @media only screen and (max-width: 639px) {
        .fabric .ms-CommandBar .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active {
          width: 100%;
          position: absolute;
          left: 0;
          right: 0;
          z-index: 10; } }
    .fabric .ms-CommandBar .ms-CommandBar-overflowButton .ms-CommandButton-button {
      font-size: 18px;
      padding: 0 11px; }
    @media only screen and (min-width: 1024px) {
      .fabric .ms-CommandBar .ms-SearchBox {
        margin-right: 24px; } }
    @media only screen and (max-width: 639px) {
      .fabric .ms-CommandBar {
        height: 44px; } }
    @media only screen and (min-width: 640px) {
      .fabric .ms-CommandBar.search-expanded .ms-SearchBox {
        margin-right: 8px; }
      .fabric .ms-CommandBar .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed {
        transition: none; } }
  .fabric .ms-CommandBar-mainArea {
    overflow-x: hidden;
    display: block;
    height: 100%;
    overflow: hidden; }
  .fabric .ms-CommandBar-sideCommands {
    float: right;
    text-align: right;
    width: auto;
    padding-right: 4px;
    height: 100%; }
    .fabric .ms-CommandBar-sideCommands .ms-Button:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 640px) {
      .fabric .ms-CommandBar-sideCommands {
        min-width: 128px; } }
    @media only screen and (min-width: 1024px) {
      .fabric .ms-CommandBar-sideCommands {
        padding-right: 20px; } }
  .fabric .ms-CommandButton {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .fabric .ms-CommandButton.is-hidden {
      display: none; }
    .fabric .ms-CommandButton:disabled .ms-CommandButton-button, .fabric .ms-CommandButton.is-disabled .ms-CommandButton-button {
      cursor: default; }
      .fabric .ms-CommandButton:disabled .ms-CommandButton-button:hover, .fabric .ms-CommandButton.is-disabled .ms-CommandButton-button:hover {
        background-color: #eff6fc; }
      .fabric .ms-CommandButton:disabled .ms-CommandButton-button .ms-CommandButton-label, .fabric .ms-CommandButton.is-disabled .ms-CommandButton-button .ms-CommandButton-label {
        color: #a6a6a6; }
      .fabric .ms-CommandButton:disabled .ms-CommandButton-button .ms-CommandButton-icon, .fabric .ms-CommandButton.is-disabled .ms-CommandButton-button .ms-CommandButton-icon {
        color: #a6a6a6; }
    .fabric .ms-CommandButton .ms-ContextualMenu {
      display: none; }
  .fabric .ms-CommandButton-button,
  .fabric .ms-CommandButton-splitIcon {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 1px solid transparent;
    padding: 0 8px;
    position: relative;
    vertical-align: top;
    background: transparent; }
    .fabric .ms-CommandButton-button:hover,
    .fabric .ms-CommandButton-splitIcon:hover {
      background-color: #eaeaea; }
      .fabric .ms-CommandButton-button:hover .ms-CommandButton-label,
      .fabric .ms-CommandButton-splitIcon:hover .ms-CommandButton-label {
        color: #212121; }
    .fabric .ms-CommandButton-button:active,
    .fabric .ms-CommandButton-splitIcon:active {
      background-color: #eaeaea; }
    .fabric .ms-CommandButton-button:focus::before,
    .fabric .ms-CommandButton-splitIcon:focus::before {
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px;
      border: 1px solid #333333;
      position: absolute;
      z-index: 10;
      content: '';
      outline: none; }
    .fabric .ms-CommandButton-button:focus,
    .fabric .ms-CommandButton-splitIcon:focus {
      outline: 0; }
    @media only screen and (max-width: 639px) {
      .fabric .ms-CommandButton-button,
      .fabric .ms-CommandButton-splitIcon {
        height: 44px; }
        .fabric .ms-CommandButton-button .ms-CommandButton-icon,
        .fabric .ms-CommandButton-splitIcon .ms-CommandButton-icon {
          font-size: 20px; }
        .fabric .ms-CommandButton-button .ms-CommandButton-label,
        .fabric .ms-CommandButton-splitIcon .ms-CommandButton-label {
          line-height: 44px; } }
  .fabric .ms-CommandButton-button {
    border: 0;
    margin: 0; }
  .fabric .ms-CommandButton + .ms-CommandButton {
    margin-left: 8px; }
    @media only screen and (max-width: 639px) {
      .fabric .ms-CommandButton + .ms-CommandButton {
        margin-left: 4px; } }
  .fabric .ms-CommandButton-icon {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    font-size: 16px;
    min-width: 16px;
    height: 100%; }
    .fabric .ms-CommandButton-icon .ms-Icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .fabric .ms-CommandButton-label {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    height: 100%;
    display: inline-block;
    vertical-align: top; }
    .fabric .ms-CommandButton-label:hover {
      color: #212121; }
  .fabric .ms-CommandButton-dropdownIcon,
  .fabric .ms-CommandButton-splitIcon {
    display: inline-block;
    position: relative;
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    min-width: 12px;
    height: 100%;
    vertical-align: top;
    margin-left: 8px; }
    .fabric .ms-CommandButton-dropdownIcon .ms-Icon,
    .fabric .ms-CommandButton-splitIcon .ms-Icon {
      line-height: normal;
      padding-top: 16px; }
    .fabric .ms-CommandButton-dropdownIcon:focus::before,
    .fabric .ms-CommandButton-splitIcon:focus::before {
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px;
      border: 1px solid #333333;
      position: absolute;
      z-index: 10;
      content: '';
      outline: none; }
    @media only screen and (max-width: 639px) {
      .fabric .ms-CommandButton-dropdownIcon,
      .fabric .ms-CommandButton-splitIcon {
        display: none; } }
  
  .fabric .ms-CommandButton-splitIcon {
    margin-left: -2px;
    width: 27px;
    border: 0; }
    
    .fabric .ms-CommandButton-splitIcon .ms-Icon {
      margin-left: -1px;
      position: relative;
      padding-top: 16px; }
      .fabric .ms-CommandButton-splitIcon .ms-Icon::after {
        position: absolute;
        content: ' ';
        width: 1px;
        height: 16px;
        top: 12px;
        left: -8px;
        border-left: 1px solid #c8c8c8; }
  .fabric .ms-CommandButton.ms-CommandButton--noLabel .ms-CommandButton-icon {
    margin-right: 0; }
  .fabric .ms-CommandButton.ms-CommandButton--noLabel .ms-CommandButton-label {
    display: none; }
  .fabric .ms-CommandButton.ms-CommandButton--noLabel .ms-CommandButton-button {
    padding: 0 12px; }
  .fabric .ms-CommandButton.ms-CommandButton--inline .ms-CommandButton-button {
    background: none; }
  .fabric .ms-CommandButton.ms-CommandButton--actionButton .ms-CommandButton-button {
    width: 50px;
    height: 40px; }
  .fabric .ms-CommandButton.ms-CommandButton--actionButton .ms-CommandButton-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    padding-right: 0; }
  .fabric .ms-CommandButton.ms-CommandButton--pivot.is-active::before {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #0078d7;
    bottom: 0;
    z-index: 5; }
  .fabric .ms-CommandButton.ms-CommandButton--pivot:hover::before {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #0078d7;
    bottom: 0;
    z-index: 5; }
  .fabric .ms-CommandButton.ms-CommandButton--textOnly .ms-CommandButton-label,
  .fabric .ms-CommandButton.ms-CommandButton--pivot .ms-CommandButton-label {
    display: inline-block; }
    @media only screen and (max-width: 479px) {
      .fabric .ms-CommandButton.ms-CommandButton--textOnly .ms-CommandButton-label,
      .fabric .ms-CommandButton.ms-CommandButton--pivot .ms-CommandButton-label {
        font-size: 16px; } }
  .fabric .ms-ContextualMenu {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    display: block;
    min-width: 180px;
    max-width: 220px;
    list-style-type: none;
    position: relative;
    background-color: #ffffff; }
    .fabric .ms-ContextualMenu.is-hidden {
      display: none; }
  .fabric .ms-ContextualMenu-item {
    position: relative; }
  .fabric .ms-ContextualMenu-link {
    box-sizing: border-box;
    text-decoration: none;
    color: #333333;
    border: 1px solid transparent;
    cursor: pointer;
    display: block;
    height: 36px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 16px 0 25px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .fabric .ms-ContextualMenu-link:hover, .fabric .ms-ContextualMenu-link:active, .fabric .ms-ContextualMenu-link:focus {
      background-color: #f4f4f4;
      color: #212121; }
      .fabric .ms-ContextualMenu-link:hover .ms-ContextualMenu-subMenuIcon, .fabric .ms-ContextualMenu-link:active .ms-ContextualMenu-subMenuIcon, .fabric .ms-ContextualMenu-link:focus .ms-ContextualMenu-subMenuIcon {
        color: #212121; }
    .fabric .ms-ContextualMenu-link:focus {
      outline: transparent;
      border: 1px solid #666666; }
    .fabric .ms-ContextualMenu-link.is-selected {
      background-color: #dadada;
      color: #000000;
      font-weight: 600; }
      .fabric .ms-ContextualMenu-link.is-selected ~ .ms-ContextualMenu-subMenuIcon {
        color: #000000; }
      .fabric .ms-ContextualMenu-link.is-selected:hover {
        background-color: #d0d0d0; }
    .fabric .ms-ContextualMenu-link.is-disabled {
      color: #a6a6a6;
      background-color: #ffffff;
      pointer-events: none; }
      .fabric .ms-ContextualMenu-link.is-disabled:active, .fabric .ms-ContextualMenu-link.is-disabled:focus {
        border-color: #ffffff; }
      .fabric .ms-ContextualMenu-link.is-disabled .ms-Icon {
        color: #a6a6a6;
        pointer-events: none;
        cursor: default; }
  .fabric .ms-ContextualMenu-item.ms-ContextualMenu-item--divider {
    cursor: default;
    display: block;
    height: 1px;
    background-color: #eaeaea;
    position: relative; }
  .fabric .ms-ContextualMenu-item.ms-ContextualMenu-item--header {
    color: #0078d7;
    font-size: 12px;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    padding: 0 18px; }
  .fabric .ms-ContextualMenu-item.ms-ContextualMenu-item--hasMenu .ms-ContextualMenu {
    position: absolute;
    top: -1px;
    left: 178px; }
  .fabric .ms-ContextualMenu-subMenuIcon,
  .fabric .ms-ContextualMenu-caretRight {
    color: #333333;
    font-size: 8px;
    font-weight: 600;
    width: 24px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none; }
  .fabric .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-item.ms-ContextualMenu-item--header {
    padding: 0 16px 0 26px; }
  .fabric .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected {
    background-color: #ffffff;
    font-weight: 600;
    color: #333333; }
    .fabric .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected::after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-family: 'FabricMDL2Icons';
      font-style: normal;
      font-weight: normal;
      speak: none;
      color: #333333;
      content: '\E73E';
      font-size: 10px;
      font-weight: 800;
      height: 36px;
      line-height: 36px;
      position: absolute;
      left: 7px; }
    .fabric .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:hover, .fabric .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:focus {
      color: #212121;
      background-color: #f4f4f4; }
      .fabric .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:hover::after, .fabric .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:focus::after {
        color: #212121; }
    .fabric .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:active {
      color: #000000;
      background-color: #d0d0d0; }
      .fabric .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:active::after {
        color: #000000; }
  .fabric .ms-ContextualMenu.ms-ContextualMenu--hasIcons .ms-ContextualMenu-link,
  .fabric .ms-ContextualMenu.ms-ContextualMenu--hasChecks .ms-ContextualMenu-link {
    padding-left: 40px; }
  .fabric .ms-ContextualMenu.ms-ContextualMenu--hasIcons .ms-Icon,
  .fabric .ms-ContextualMenu.ms-ContextualMenu--hasChecks .ms-Icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    text-align: center; }
  .fabric .ms-ContextualMenu.ms-ContextualMenu--hasIcons {
    width: 220px; }
  .fabric .ms-DatePicker {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 17px;
    z-index: 300; }
    .fabric .ms-DatePicker .ms-TextField {
      position: relative; }
  .fabric .ms-DatePicker-picker {
    color: #000000;
    font-size: 14px;
    position: relative;
    text-align: left;
    z-index: 0; }
  .fabric .ms-DatePicker-event {
    color: #666666;
    font-size: 21px;
    line-height: 20px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 5; }
  .fabric .ms-DatePicker-holder {
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background: #ffffff;
    position: absolute;
    min-width: 300px;
    display: none; }
  .fabric .ms-DatePicker-picker.ms-DatePicker-picker--opened .ms-DatePicker-holder {
    -webkit-animation-name: fadeIn, slideDownIn10;
    -moz-animation-name: fadeIn, slideDownIn10;
    -ms-animation-name: fadeIn, slideDownIn10;
    -o-animation-name: fadeIn, slideDownIn10;
    animation-name: fadeIn, slideDownIn10;
    -webkit-animation-duration: 0.167s;
    -moz-animation-duration: 0.167s;
    -ms-animation-duration: 0.167s;
    -o-animation-duration: 0.167s;
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    -moz-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    -ms-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    -o-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    border: 1px solid #eaeaea;
    display: block; }
  .fabric .ms-DatePicker-picker--opened {
    position: relative;
    z-index: 10; }
  .fabric .ms-DatePicker-frame {
    padding: 1px; }
  .fabric .ms-DatePicker-wrap {
    margin: -1px;
    padding: 9px; }
  .fabric .ms-DatePicker-dayPicker {
    display: block;
    margin-bottom: 30px; }
  .fabric .ms-DatePicker-header {
    height: 40px;
    line-height: 44px; }
  .fabric .ms-DatePicker-month,
  .fabric .ms-DatePicker-year {
    display: inline-block;
    font-weight: 100;
    font-size: 21px;
    color: #0078d7;
    margin-top: -1px; }
    .fabric .ms-DatePicker-month:hover,
    .fabric .ms-DatePicker-year:hover {
      color: #005a9e;
      cursor: pointer; }
  .fabric .ms-DatePicker-month {
    margin-left: 15px; }
  
  .fabric .ms-DatePicker-year {
    margin-left: 5px; }
  .fabric .ms-DatePicker-table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit; }
    .fabric .ms-DatePicker-table td {
      margin: 0;
      padding: 0; }
      .fabric .ms-DatePicker-table td:hover {
        outline: 1px solid transparent; }
  .fabric .ms-DatePicker-day,
  .fabric .ms-DatePicker-weekday {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-weight: 400;
    font-size: 15px;
    color: #333333; }
  .fabric .ms-DatePicker-day--today {
    position: relative;
    background-color: #b3d6f2; }
  .fabric .ms-DatePicker-day--disabled::before {
    border-top-color: #a6a6a6; }
  .fabric .ms-DatePicker-day--outfocus {
    color: #a6a6a6;
    font-weight: 400; }
  .fabric .ms-DatePicker-day--infocus:hover,
  .fabric .ms-DatePicker-day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #eaeaea; }
  .fabric .ms-DatePicker-day--highlighted:hover,
  .fabric .ms-DatePicker-picker--focused .ms-DatePicker-day--highlighted {
    cursor: pointer;
    color: #ffffff;
    background: #0078d7; }
  .fabric .ms-DatePicker-day--highlighted.ms-DatePicker-day--disabled,
  .fabric .ms-DatePicker-day--highlighted.ms-DatePicker-day--disabled:hover {
    background: #a6a6a6; }
  .fabric .ms-DatePicker-monthPicker,
  .fabric .ms-DatePicker-yearPicker {
    display: none; }
  .fabric .ms-DatePicker-monthComponents {
    position: absolute;
    top: 9px;
    right: 9px;
    left: 9px; }
  .fabric .ms-DatePicker-yearComponents,
  .fabric .ms-DatePicker-decadeComponents {
    position: absolute;
    right: 10px; }
  .fabric .ms-DatePicker-prevMonth,
  .fabric .ms-DatePicker-nextMonth,
  .fabric .ms-DatePicker-prevYear,
  .fabric .ms-DatePicker-nextYear,
  .fabric .ms-DatePicker-prevDecade,
  .fabric .ms-DatePicker-nextDecade {
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    color: #666666;
    position: relative;
    top: 3px; }
    .fabric .ms-DatePicker-prevMonth:hover,
    .fabric .ms-DatePicker-nextMonth:hover,
    .fabric .ms-DatePicker-prevYear:hover,
    .fabric .ms-DatePicker-nextYear:hover,
    .fabric .ms-DatePicker-prevDecade:hover,
    .fabric .ms-DatePicker-nextDecade:hover {
      color: #212121;
      cursor: pointer;
      outline: 1px solid transparent; }
  .fabric .ms-DatePicker-headerToggleView {
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 140px;
    z-index: 5;
    cursor: pointer; }
  .fabric .ms-DatePicker-currentYear,
  .fabric .ms-DatePicker-currentDecade {
    display: block;
    font-weight: 300;
    font-size: 21px;
    height: 40px;
    line-height: 42px;
    margin-left: 15px; }
  .fabric .ms-DatePicker-currentYear {
    color: #0078d7; }
    .fabric .ms-DatePicker-currentYear:hover {
      color: #005a9e;
      cursor: pointer; }
  .fabric .ms-DatePicker-optionGrid {
    position: relative;
    height: 210px;
    width: 280px;
    margin: 10px 0 30px 5px; }
  .fabric .ms-DatePicker-monthOption,
  .fabric .ms-DatePicker-yearOption {
    background-color: #f4f4f4;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    float: left;
    margin: 0 10px 10px 0;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    text-align: center; }
    .fabric .ms-DatePicker-monthOption:hover,
    .fabric .ms-DatePicker-yearOption:hover {
      background-color: #c8c8c8;
      outline: 1px solid transparent; }
    .fabric .ms-DatePicker-monthOption.is-highlighted,
    .fabric .ms-DatePicker-yearOption.is-highlighted {
      background-color: #333333;
      color: #ffffff; }
  .fabric .ms-DatePicker-goToday {
    bottom: 9px;
    color: #0078d7;
    cursor: pointer;
    font-weight: 300;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    right: 9px; }
    .fabric .ms-DatePicker-goToday:hover {
      outline: 1px solid transparent; }
  .fabric .ms-DatePicker.is-pickingYears .ms-DatePicker-dayPicker,
  .fabric .ms-DatePicker.is-pickingYears .ms-DatePicker-monthComponents {
    display: none; }
  .fabric .ms-DatePicker.is-pickingYears .ms-DatePicker-monthPicker {
    display: none; }
  .fabric .ms-DatePicker.is-pickingYears .ms-DatePicker-yearPicker {
    display: block; }
  @media (min-width: 460px) {
    .fabric .ms-DatePicker-holder {
      width: 440px; }
    .fabric .ms-DatePicker-month,
    .fabric .ms-DatePicker-year {
      font-weight: 300;
      font-size: 17px;
      color: #333333; }
      .fabric .ms-DatePicker-month:hover,
      .fabric .ms-DatePicker-year:hover {
        color: #333333;
        cursor: default; }
    .fabric .ms-DatePicker-header {
      height: 30px;
      line-height: 28px; }
    .fabric .ms-DatePicker-dayPicker {
      box-sizing: border-box;
      border-right: 1px solid #eaeaea;
      width: 220px;
      margin: -10px 0;
      padding: 10px 0; }
    .fabric .ms-DatePicker-monthPicker {
      display: block; }
    .fabric .ms-DatePicker-monthPicker,
    .fabric .ms-DatePicker-yearPicker {
      top: 9px;
      left: 238px;
      position: absolute; }
    .fabric .ms-DatePicker-optionGrid {
      width: 200px;
      height: auto;
      margin: 10px 0 0; }
    .fabric .ms-DatePicker-monthComponents {
      width: 210px; }
    .fabric .ms-DatePicker-month {
      margin-left: 12px; }
    .fabric .ms-DatePicker-day,
    .fabric .ms-DatePicker-weekday {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-weight: 600;
      font-size: 12px; }
    .fabric .ms-DatePicker-prevMonth,
    .fabric .ms-DatePicker-nextMonth,
    .fabric .ms-DatePicker-prevYear,
    .fabric .ms-DatePicker-nextYear,
    .fabric .ms-DatePicker-prevDecade,
    .fabric .ms-DatePicker-nextDecade {
      font-size: 17px;
      width: 30px;
      height: 30px;
      line-height: 29px; }
    .fabric .ms-DatePicker-toggleMonthView {
      display: none; }
    .fabric .ms-DatePicker-currentYear,
    .fabric .ms-DatePicker-currentDecade {
      font-size: 17px;
      margin: 0;
      height: 30px;
      line-height: 26px;
      padding: 0 10px;
      display: inline-block; }
    .fabric .ms-DatePicker-monthOption,
    .fabric .ms-DatePicker-yearOption {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      margin: 0 10px 10px 0; }
      .fabric .ms-DatePicker-monthOption:hover,
      .fabric .ms-DatePicker-yearOption:hover {
        outline: 1px solid transparent; }
    .fabric .ms-DatePicker-goToday {
      box-sizing: border-box;
      font-size: 12px;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      right: 10px;
      text-align: right;
      top: 199px;
      width: 210px; }
    .fabric .ms-DatePicker.is-pickingYears .ms-DatePicker-dayPicker,
    .fabric .ms-DatePicker.is-pickingYears .ms-DatePicker-monthComponents {
      display: block; }
    .fabric .ms-DatePicker.is-pickingYears .ms-DatePicker-monthPicker {
      display: none; }
    .fabric .ms-DatePicker.is-pickingYears .ms-DatePicker-yearPicker {
      display: block; } }
  @media (max-width: 459px) {
    .fabric .ms-DatePicker.is-pickingMonths .ms-DatePicker-dayPicker,
    .fabric .ms-DatePicker.is-pickingMonths .ms-DatePicker-monthComponents {
      display: none; }
    .fabric .ms-DatePicker.is-pickingMonths .ms-DatePicker-monthPicker {
      display: block; } }
  .fabric .ms-DetailsList {
    position: relative; }
  .fabric .ms-DetailsList.is-horizontalConstrained {
    overflow-x: auto;
    overflow-y: inherit; }
  .fabric .ms-DetailsList-cell {
    word-break: break-word; }
  .fabric .ms-DetailsHeader {
    display: inline-block;
    min-width: 100%;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    padding-bottom: 1px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .fabric .ms-DetailsHeader.is-singleSelect {
      padding-left: 40px; }
    .fabric .ms-DetailsHeader.is-resizingColumn .ms-DetailsHeader-sizerCover {
      background: transparent;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 99;
      cursor: col-resize; }
  .fabric .ms-DetailsHeader-cell.is-check .ms-Check-circle {
    visibility: hidden; }
  .fabric .ms-DetailsHeader-cell.is-check:hover .ms-Check-circle,
  .fabric .ms-DetailsHeader.is-allSelected .ms-Check-circle {
    visibility: visible; }
  .fabric .ms-DetailsHeader-cellWrapper {
    display: inline-block;
    position: relative; }
  .fabric .ms-DetailsHeader-cellSizeWrapper {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px; }
    .fabric .ms-DetailsHeader-cellSizeWrapper:last-child {
      margin-right: 0; }
  .fabric .ms-DetailsHeader-filterChevron.ms-Icon {
    color: #a6a6a6;
    padding-left: 4px;
    vertical-align: middle; }
  .fabric .ms-DetailsHeader-cell {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 8px;
    color: #a6a6a6;
    border: 0;
    background: none;
    line-height: inherit;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    text-align: left;
    height: 36px;
    vertical-align: top; }
    .fabric .ms-DetailsHeader-cell.is-check {
      position: relative;
      padding: 8px 10px;
      margin: 0; }
    .fabric .ms-DetailsHeader-cell:focus {
      outline: transparent; }
    .fabric .ms-DetailsHeader-cell.is-sortable {
      color: #000000;
      cursor: default; }
      .fabric .ms-DetailsHeader-cell.is-sortable:hover {
        background-color: #eaeaea; }
    .fabric .ms-DetailsHeader-cell.is-filter {
      position: absolute;
      right: 0;
      width: 20px;
      top: 0;
      bottom: 0;
      padding: 0;
      text-align: center;
      color: #000000; }
      .fabric .ms-DetailsHeader-cell.is-filter:hover {
        background-color: #eaeaea; }
    .fabric .ms-DetailsHeader-cell.is-filter::before {
      content: '';
      position: absolute;
      border-left: 1px solid #a6a6a6;
      top: 10px;
      bottom: 10px;
      left: 0; }
    .fabric .ms-DetailsHeader-cell.is-sizer {
      position: absolute;
      width: 16px;
      cursor: col-resize;
      bottom: 0;
      top: 0;
      height: inherit;
      z-index: 99; }
    .fabric .ms-DetailsHeader-cell.is-sorted.is-sortable .ms-DetailsHeader-sortArrow {
      display: inline; }
    .fabric .ms-DetailsHeader-cellis-sortedDescending .ms-DetailsHeader-sortArrow {
      transform: rotate(180deg); }
  .fabric .ms-DetailsHeader-cell.is-resizing.is-sizer::after,
  .fabric .ms-DetailsHeader-cell.is-sizer:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eaeaea;
    border: 1px solid #ffffff; }
  .fabric .ms-Fabric.is-focusVisible .ms-DetailsHeader-cell:focus::before,
  .fabric .ms-DetailsHeader-cell:focus::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #a6a6a6; }
  .fabric .ms-DetailsHeader-sortArrow.ms-Icon {
    font-size: 12px;
    margin-right: 4px;
    display: none;
    color: #a6a6a6; }
  .fabric .ms-DetailsRow {
    position: relative;
    display: inline-block;
    min-width: 100%;
    min-height: 36px;
    vertical-align: top;
    white-space: nowrap;
    padding: 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    box-sizing: border-box; }
    .fabric .ms-DetailsRow:focus {
      outline: transparent; }
    .fabric .ms-DetailsRow.ms-DetailsRow.is-selected {
      background: #deecf9; }
  .fabric .ms-Fabric.is-stationary .ms-DetailsRow:hover,
  .fabric .ms-DetailsRow:hover {
    background: #eff6fc; }
  .fabric .ms-Fabric.is-stationary .ms-DetailsRow.is-selected:hover,
  .fabric .ms-DetailsRow.is-selected:hover {
    background: #b3d6f2; }
  .fabric .ms-DetailsRow-cell {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 8px;
    vertical-align: top;
    white-space: normal;
    word-break: break-word;
    margin-right: 16px; }
    .fabric .ms-DetailsRow-cell.is-clipped {
      overflow: hidden; }
  .fabric .ms-DetailsRow-cell:last-child {
    margin-right: 0; }
  .fabric .ms-DetailsRow-cellIcon {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    bottom: -2px; }
  .fabric .ms-DetailsRow-check {
    display: inline-block;
    cursor: default;
    padding: 10px;
    margin: -10px 0;
    box-sizing: border-box;
    vertical-align: top;
    background: none;
    border: 0;
    visibility: hidden; }
    .fabric .ms-DetailsRow-check:focus {
      outline: transparent; }
  .fabric .ms-Fabric.is-stationary .ms-DetailsRow:hover .ms-DetailsRow-check,
  .fabric .ms-DetailsRow:hover .ms-DetailsRow-check,
  .fabric .ms-DetailsRow.is-selected .ms-DetailsRow-check {
    visibility: visible; }
  .fabric .ms-Fabric.is-focusVisible .ms-DetailsRow:focus .ms-DetailsRow-focusBox,
  .fabric .ms-DetailsRow:focus .ms-DetailsRow-focusBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #a6a6a6; }
  .fabric .ms-DetailsRow-cellMeasurer {
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    top: -1000000000; }
  .fabric .ms-Check {
    display: inline-block;
    cursor: default;
    line-height: 0;
    vertical-align: top; }
    .fabric .ms-Check.is-checked .ms-Check-circle {
      fill: #0078d7;
      stroke: #ffffff;
      stroke-width: 1px; }
    .fabric .ms-Check.is-checked .ms-Check-check {
      stroke: #ffffff; }
  .fabric .ms-Check-circle {
    fill: #ffffff;
    stroke: #c8c8c8; }
  .fabric .ms-Check-check {
    stroke: #c8c8c8; }
  .fabric .ms-Dialog {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
    display: none;
    height: auto;
    min-width: 220px;
    max-width: 340px;
    padding: 28px 24px;
    z-index: 10;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  .fabric .ms-Dialog.is-open {
    display: block; }
  .fabric .ms-Dialog-title {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 24px; }
  .fabric .ms-Dialog-content {
    position: relative; }
  .fabric .ms-Dialog-subText {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5; }
  .fabric .ms-Dialog-actions {
    margin-top: 24px;
    text-align: right; }
  .fabric .ms-Dialog--multiline .ms-Dialog-title {
    font-size: 28px; }
  .fabric .ms-Dialog.ms-Dialog--lgHeader .ms-Dialog-title {
    background-color: #0078d7;
    color: #ffffff;
    font-size: 28px;
    font-weight: 100;
    padding: 28px 24px;
    margin-top: -28px;
    margin-left: -24px;
    margin-right: -24px; }
  .fabric .ms-Dialog-buttonClose {
    background: none;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 4px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 10; }
    .fabric .ms-Dialog-buttonClose .ms-Icon.ms-Icon--Cancel {
      color: #666666;
      font-size: 16px; }
  .fabric .ms-Button.ms-Button--compound:not(:last-child) {
    margin-bottom: 20px; }
  .fabric .ms-Dialog.ms-Dialog--close:not(.ms-Dialog--lgHeader) .ms-Dialog-title {
    margin-right: 20px; }
  .fabric .ms-Dialog.ms-Dialog--close:not(.ms-Dialog--lgHeader) .ms-Dialog-button.ms-Dialog-buttonClose {
    display: block; }
  @media (min-width: 480px) {
    .fabric .ms-Dialog-main {
      width: auto;
      min-width: 288px;
      max-width: 340px; } }
  .fabric .ms-Dropdown {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    outline: 0; }
    .fabric .ms-Dropdown:hover .ms-Dropdown-title,
    .fabric .ms-Dropdown:hover .ms-Dropdown-caretDown, .fabric .ms-Dropdown:focus .ms-Dropdown-title,
    .fabric .ms-Dropdown:focus .ms-Dropdown-caretDown, .fabric .ms-Dropdown:active .ms-Dropdown-title,
    .fabric .ms-Dropdown:active .ms-Dropdown-caretDown {
      color: #000000; }
    .fabric .ms-Dropdown:hover .ms-Dropdown-title, .fabric .ms-Dropdown:active .ms-Dropdown-title {
      border-color: #767676; }
    .fabric .ms-Dropdown:focus .ms-Dropdown-title {
      border-color: #0078d7; }
    .fabric .ms-Dropdown .ms-Label {
      display: inline-block;
      margin-bottom: 8px; }
  .fabric .ms-Dropdown.is-disabled .ms-Dropdown-title {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #a6a6a6;
    cursor: default; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Dropdown.is-disabled .ms-Dropdown-title {
        border-color: #00ff00;
        color: #00ff00; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Dropdown.is-disabled .ms-Dropdown-title {
        border-color: #600000;
        color: #600000; } }
  .fabric .ms-Dropdown.is-disabled .ms-Dropdown-caretDown {
    color: #a6a6a6; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Dropdown.is-disabled .ms-Dropdown-caretDown {
        color: #00ff00; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Dropdown.is-disabled .ms-Dropdown-caretDown {
        color: #600000; } }
  .fabric .ms-Dropdown.is-open .ms-Dropdown-items {
    display: block;
    position: absolute; }
  .fabric .ms-Panel .ms-Dropdown-items {
    box-shadow: none;
    overflow-y: auto;
    padding-top: 4px;
    max-height: 100%; }
    .fabric .ms-Panel .ms-Dropdown-items .ms-Dropdown-item {
      padding: 7px 16px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .fabric .ms-Panel .ms-Dropdown-items::before {
      content: none;
      border: 0; }
  .fabric .ms-Dropdown-select {
    display: none; }
  .fabric .ms-Dropdown-caretDown {
    color: #212121;
    font-size: 12px;
    position: absolute;
    right: 13px;
    bottom: 9px;
    z-index: 1;
    pointer-events: none; }
  .fabric .ms-Dropdown-title {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    cursor: pointer;
    display: block;
    height: 32px;
    padding: 5px 32px 0 10px;
    position: relative;
    overflow: hidden; }
    .fabric .ms-Dropdown-title.ms-Dropdown-truncator {
      height: auto;
      display: block;
      position: absolute;
      visibility: hidden; }
  .fabric .ms-Dropdown-items {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
    display: none;
    list-style-type: none;
    position: absolute;
    width: 100%;
    max-height: 200px;
    z-index: 400;
    overflow-y: scroll;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: 100%; }
    .fabric .ms-Dropdown-items::before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #eaeaea; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Dropdown-items {
        border: 1px solid #ffffff; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Dropdown-items {
        border: 1px solid #000000; } }
  .fabric .ms-Dropdown-item {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    padding: 7px 10px;
    position: relative;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Dropdown-item {
        border-color: #000000; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Dropdown-item {
        border-color: #ffffff; } }
    .fabric .ms-Dropdown-item:hover {
      background-color: #eaeaea;
      color: #000000; }
      @media screen and (-ms-high-contrast: active) {
        .fabric .ms-Dropdown-item:hover {
          background-color: #1AEBFF;
          border-color: #1AEBFF;
          color: #000000; }
          .fabric .ms-Dropdown-item:hover:focus {
            border-color: #000000; } }
      @media screen and (-ms-high-contrast: black-on-white) {
        .fabric .ms-Dropdown-item:hover {
          background-color: #37006E;
          border-color: #37006E;
          color: #ffffff; } }
    .fabric .ms-Dropdown-item:active {
      background-color: #eaeaea;
      border-color: #0078d7;
      color: #000000; }
    .fabric .ms-Dropdown-item.is-disabled {
      background: #ffffff;
      color: #a6a6a6;
      cursor: default; }
  .fabric .ms-Dropdown-item.is-selected,
  .fabric .ms-Dropdown-item.ms-Dropdown-item--selected {
    background-color: #b3d6f2;
    color: #000000; }
    .fabric .ms-Dropdown-item.is-selected:hover,
    .fabric .ms-Dropdown-item.ms-Dropdown-item--selected:hover {
      background-color: #b3d6f2; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Dropdown-item.is-selected,
      .fabric .ms-Dropdown-item.ms-Dropdown-item--selected {
        background-color: #1AEBFF;
        border-color: #1AEBFF;
        color: #000000; }
        .fabric .ms-Dropdown-item.is-selected:focus,
        .fabric .ms-Dropdown-item.ms-Dropdown-item--selected:focus {
          border-color: #000000; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Dropdown-item.is-selected,
      .fabric .ms-Dropdown-item.ms-Dropdown-item--selected {
        background-color: #37006E;
        border-color: #37006E;
        color: #ffffff; } }
  .fabric .ms-FacePile {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    height: 32px;
    width: auto; }
    .fabric .ms-FacePile .ms-FacePile-personaCardHost {
      display: none; }
  .fabric .ms-FacePile-addButton {
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    float: left;
    padding: 0;
    margin-right: 4px;
    outline: transparent;
    border-radius: 50%;
    vertical-align: top; }
    .fabric .ms-FacePile-addButton .ms-Persona-presence,
    .fabric .ms-FacePile-addButton .ms-Persona-details {
      display: none; }
  .fabric .ms-FacePile-addButton.ms-FacePile-addButton--addPerson {
    background-color: #0078d7;
    color: #ffffff;
    font-size: 16px; }
    .fabric .ms-FacePile-addButton.ms-FacePile-addButton--addPerson:hover, .fabric .ms-FacePile-addButton.ms-FacePile-addButton--addPerson:focus {
      background-color: #005a9e; }
    .fabric .ms-FacePile-addButton.ms-FacePile-addButton--addPerson:active {
      background-color: #004578; }
    .fabric .ms-FacePile-addButton.ms-FacePile-addButton--addPerson:disabled {
      background-color: #c8c8c8; }
  .fabric .ms-FacePile-addButton.ms-FacePile-addButton--overflow {
    background-color: #eaeaea;
    color: #666666;
    display: none; }
    .fabric .ms-FacePile-addButton.ms-FacePile-addButton--overflow.is-active {
      display: block; }
    .fabric .ms-FacePile-addButton.ms-FacePile-addButton--overflow:hover {
      color: #212121; }
    .fabric .ms-FacePile-addButton.ms-FacePile-addButton--overflow:disabled {
      color: #c8c8c8; }
  .fabric .ms-FacePile-addPersonIcon {
    position: relative;
    top: -1px; }
  .fabric .ms-FacePile-overflowText {
    font-size: 14px; }
  .fabric .ms-FacePile-panel.ms-FacePile-panel--overflow .ms-Panel-headerText,
  .fabric .ms-FacePile-panel.ms-FacePile-panel--overflow .ms-PeoplePicker-searchBox,
  .fabric .ms-FacePile-panel.ms-FacePile-panel--overflow .ms-PeoplePicker-results,
  .fabric .ms-FacePile-panel.ms-FacePile-panel--overflow .ms-PeoplePicker-resultAction {
    display: none; }
  .fabric .ms-FacePile-panel.ms-FacePile-panel--overflow .ms-PeoplePicker-selectedHeader {
    font-weight: 100;
    font-size: 21px;
    color: #333333;
    line-height: 82px;
    height: 74px;
    text-transform: none; }
  .fabric .ms-Label {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    display: block;
    padding: 5px 0; }
    .fabric .ms-Label.is-required::after {
      content: ' *';
      color: #a80000; }
    .fabric .ms-Label.is-disabled {
      color: #a6a6a6; }
  .fabric .ms-Link {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    color: #0078d7;
    text-decoration: none;
    cursor: pointer;
    outline: none; }
    .fabric .ms-Link:hover, .fabric .ms-Link:focus {
      color: #004578; }
    .fabric .ms-Link:active {
      color: #0078d7; }
  .fabric .ms-List {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none; }
  .fabric .ms-ListItem {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    *zoom: 1;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 28px 3px;
    position: relative;
    display: block; }
    .fabric .ms-ListItem::before, .fabric .ms-ListItem::after {
      display: table;
      content: "";
      line-height: 0; }
    .fabric .ms-ListItem::after {
      clear: both; }
  .fabric .ms-ListItem-primaryText,
  .fabric .ms-ListItem-secondaryText,
  .fabric .ms-ListItem-tertiaryText {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }
  .fabric .ms-ListItem-primaryText {
    color: #212121;
    font-weight: 300;
    font-size: 21px;
    padding-right: 80px;
    position: relative;
    top: -4px; }
  
  .fabric .ms-ListItem-secondaryText {
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    top: -7px;
    padding-right: 30px; }
  
  .fabric .ms-ListItem-tertiaryText {
    color: #767676;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    top: -9px;
    margin-bottom: -4px;
    padding-right: 30px; }
  .fabric .ms-ListItem-metaText {
    color: #333333;
    font-weight: 300;
    font-size: 11px;
    position: absolute;
    right: 30px;
    top: 39px; }
  .fabric .ms-ListItem-image {
    float: left;
    height: 70px;
    margin-left: -8px;
    margin-right: 10px;
    width: 70px;
    background-color: #333333; }
  .fabric .ms-ListItem-selectionTarget {
    display: none; }
  .fabric .ms-ListItem-actions {
    max-width: 80px;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 10px; }
  .fabric .ms-ListItem-action {
    color: #a6a6a6;
    display: inline-block;
    font-size: 15px;
    position: relative;
    text-align: center;
    top: 3px;
    cursor: pointer;
    height: 16px;
    width: 16px; }
    .fabric .ms-ListItem-action .ms-Icon {
      vertical-align: top; }
    .fabric .ms-ListItem-action:hover {
      color: #666666;
      outline: 1px solid transparent; }
  .fabric .ms-ListItem.is-unread {
    border-left: 3px solid #0078d7;
    padding-left: 27px; }
    .fabric .ms-ListItem.is-unread .ms-ListItem-secondaryText,
    .fabric .ms-ListItem.is-unread .ms-ListItem-metaText {
      color: #0078d7;
      font-weight: 600; }
  .fabric .ms-ListItem.is-unseen::after {
    border-right: 10px solid transparent;
    border-top: 10px solid #0078d7;
    left: 0;
    position: absolute;
    top: 0; }
  .fabric .ms-ListItem.is-selectable .ms-ListItem-selectionTarget {
    display: block;
    height: 20px;
    left: 6px;
    position: absolute;
    top: 13px;
    width: 20px; }
  .fabric .ms-ListItem.is-selectable .ms-ListItem-image {
    margin-left: 0; }
  .fabric .ms-ListItem.is-selectable:hover {
    background-color: #eaeaea;
    cursor: pointer;
    outline: 1px solid transparent; }
    .fabric .ms-ListItem.is-selectable:hover::before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-family: 'FabricMDL2Icons';
      font-style: normal;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 14px;
      left: 7px;
      height: 15px;
      width: 15px;
      border: 1px solid #767676; }
  .fabric .ms-ListItem.is-selected::before {
    border: 1px solid transparent; }
  .fabric .ms-ListItem.is-selected::before, .fabric .ms-ListItem.is-selected:hover::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'FabricMDL2Icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '\e73A';
    font-size: 17px;
    color: #767676;
    position: absolute;
    top: 23px;
    left: 7px;
    border: 0; }
  .fabric .ms-ListItem.is-selected:hover {
    background-color: #b3d6f2;
    outline: 1px solid transparent; }
  .fabric .ms-ListItem.ms-ListItem--document {
    padding: 0; }
    .fabric .ms-ListItem.ms-ListItem--document .ms-ListItem-itemIcon {
      width: 70px;
      height: 70px;
      float: left;
      text-align: center; }
    .fabric .ms-ListItem.ms-ListItem--document .ms-ListItem-itemIcon .ms-Icon {
      font-size: 38px;
      line-height: 70px;
      color: #666666; }
    .fabric .ms-ListItem.ms-ListItem--document .ms-ListItem-primaryText {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 14px;
      padding-top: 15px;
      padding-right: 0;
      position: static; }
    .fabric .ms-ListItem.ms-ListItem--document .ms-ListItem-secondaryText {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #666666;
      font-weight: 400;
      font-size: 11px;
      padding-top: 6px; }
  .fabric .ms-MessageBanner {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #767676;
    background-color: #eff6fc;
    min-width: 320px;
    width: 100%;
    height: 52px;
    text-align: center;
    overflow: hidden;
    -webkit-animation-name: fadeIn, slideDownIn20;
    -moz-animation-name: fadeIn, slideDownIn20;
    -ms-animation-name: fadeIn, slideDownIn20;
    -o-animation-name: fadeIn, slideDownIn20;
    animation-name: fadeIn, slideDownIn20;
    -webkit-animation-duration: 0.367s;
    -moz-animation-duration: 0.367s;
    -ms-animation-duration: 0.367s;
    -o-animation-duration: 0.367s;
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
    -moz-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
    -ms-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
    -o-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
    animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }
    .fabric .ms-MessageBanner .ms-Icon {
      font-size: 16px; }
    .fabric .ms-MessageBanner.hide {
      -webkit-animation-name: fadeOut, slideUpOut20;
      -moz-animation-name: fadeOut, slideUpOut20;
      -ms-animation-name: fadeOut, slideUpOut20;
      -o-animation-name: fadeOut, slideUpOut20;
      animation-name: fadeOut, slideUpOut20;
      -webkit-animation-duration: 0.167s;
      -moz-animation-duration: 0.167s;
      -ms-animation-duration: 0.167s;
      -o-animation-duration: 0.167s;
      -webkit-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -moz-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -ms-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -o-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both; }
    .fabric .ms-MessageBanner.is-hidden {
      display: none; }
  .fabric .ms-MessageBanner-expand,
  .fabric .ms-MessageBanner-close {
    height: 52px;
    width: 40px;
    cursor: pointer;
    border: 0;
    background-color: transparent; }
  
  .fabric .ms-MessageBanner-close {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 52px;
    color: #666666; }
  .fabric .ms-MessageBanner-text {
    display: inline-block;
    padding: 18px 0;
    margin-left: 0;
    max-width: 770px;
    overflow: hidden;
    text-align: left; }
  .fabric .ms-MessageBanner-expand {
    display: none;
    vertical-align: top; }
    .fabric .ms-MessageBanner-expand.is-visible {
      display: inline-block; }
  .fabric .ms-MessageBanner-action {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    padding-right: 36px; }
    .fabric .ms-MessageBanner-action .ms-Button {
      color: #ffffff; }
  .fabric .ms-MessageBanner-clipper {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top; }
  .fabric .ms-MessageBanner.is-expanded {
    height: auto; }
    .fabric .ms-MessageBanner.is-expanded .ms-MessageBanner-clipper {
      white-space: normal; }
  @media screen and (max-width: 479px) {
    .fabric .ms-MessageBanner-action {
      margin: 0;
      display: block;
      text-align: right;
      padding: 0 10px 10px 0; }
    .fabric .ms-MessageBanner-text {
      margin-left: -25px;
      padding: 18px 0 10px;
      min-width: 240px; }
    .fabric .ms-MessageBanner-expand {
      display: inline-block;
      padding: 0;
      margin-left: -5px;
      width: 20px; }
      .fabric .ms-MessageBanner-expand .ms-Icon {
        color: #0078d7; } }
  .fabric.ms-ContextualHost {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    z-index: 10;
    margin: 16px auto;
    position: relative;
    min-width: 10px;
    display: none;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
    .fabric.ms-ContextualHost.is-positioned {
      position: absolute;
      margin: 0; }
    .fabric.ms-ContextualHost.is-open {
      display: inline-block; }
  .fabric.ms-ContextualHost-beak {
    box-shadow: 0 0 15px -5px #3C3C3C;
    position: absolute;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    top: -6px;
    display: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
    outline: 1px solid transparent; }
  .fabric.ms-ContextualHost.ms-ContextualHost--arrowLeft .ms-ContextualHost-beak,
  .fabric.ms-ContextualHost.ms-ContextualHost--arrowRight .ms-ContextualHost-beak {
    top: 40px;
    display: none; }
  .fabric.ms-ContextualHost.ms-ContextualHost--arrowLeft .ms-ContextualHost-beak {
    left: -10px; }
  
  .fabric.ms-ContextualHost.ms-ContextualHost--arrowRight .ms-ContextualHost-beak {
    right: -10px; }
  .fabric.ms-ContextualHost.ms-ContextualHost--arrowTop .ms-ContextualHost-beak {
    display: block;
    top: -10px; }
  .fabric.ms-ContextualHost.ms-ContextualHost--arrowBottom .ms-ContextualHost-beak {
    display: block;
    bottom: -10px; }
  .fabric.ms-ContextualHost-main {
    position: relative;
    background-color: #ffffff;
    box-sizing: border-box;
    outline: 1px solid transparent;
    z-index: 5;
    min-height: 10px; }
  .fabric.ms-ContextualHost-close {
    margin: 0;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 8px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #666666;
    z-index: 10; }
  .fabric.ms-ContextualHost.ms-ContextualHost--close .ms-ContextualHost-title {
    margin-right: 20px; }
  .fabric.ms-ContextualHost.ms-ContextualHost--primaryArrow .ms-ContextualHost-beak {
    background-color: #0078d7; }
  @media (min-width: 480px) {
    .fabric.ms-ContextualHost {
      margin: 16px; }
      .fabric.ms-ContextualHost.is-positioned {
        margin: 0; }
    
    .fabric.ms-ContextualHost.ms-ContextualHost--arrowRight .ms-ContextualHost-beak, .fabric.ms-ContextualHost.ms-ContextualHost--arrowLeft .ms-ContextualHost-beak {
      display: block; } }
  .fabric .ms-MessageBar {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 8px;
    display: table;
    background-color: #f4f4f4; }
    .fabric .ms-MessageBar .ms-Link {
      font-size: 12px; }
  .fabric .ms-MessageBar-icon,
  .fabric .ms-MessageBar-text {
    display: table-cell;
    vertical-align: top; }
  .fabric .ms-MessageBar-icon {
    padding-right: 8px;
    font-size: 16px;
    color: #767676; }
  
  .fabric .ms-MessageBar-text {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400; }
  .fabric .ms-MessageBar.ms-MessageBar--warning {
    background-color: #fff4ce; }
  .fabric .ms-MessageBar.ms-MessageBar--severeWarning {
    background-color: #fed9cc; }
    .fabric .ms-MessageBar.ms-MessageBar--severeWarning .ms-MessageBar-icon {
      color: #d83b01; }
  .fabric .ms-MessageBar.ms-MessageBar--error {
    background-color: #fde7e9; }
    .fabric .ms-MessageBar.ms-MessageBar--error .ms-MessageBar-icon {
      color: #a80000; }
  .fabric .ms-MessageBar.ms-MessageBar--blocked {
    background-color: #fde7e9; }
    .fabric .ms-MessageBar.ms-MessageBar--blocked .ms-MessageBar-icon {
      color: #a80000; }
  .fabric .ms-MessageBar.ms-MessageBar--success {
    background-color: #dff6dd; }
    .fabric .ms-MessageBar.ms-MessageBar--success .ms-MessageBar-icon {
      color: #107c10; }
  .fabric .ms-OrgChart {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400; }
  .fabric .ms-OrgChart-groupTitle {
    color: #666666;
    line-height: 1; }
  .fabric .ms-OrgChart-list {
    padding: 0;
    margin: 12px 0 16px; }
  .fabric .ms-OrgChart-listItem {
    height: 50px;
    width: 100%;
    position: relative;
    list-style: none;
    margin-bottom: 8px; }
  .fabric .ms-OrgChart-listItemBtn {
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
    height: 50px;
    width: 100%;
    background: none;
    border: 0;
    text-align: left;
    margin: 0;
    padding: 0; }
  .fabric .ms-Overlay {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: rgba(255, 255, 255, 0.4);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    display: none; }
  .fabric .ms-Overlay.is-visible {
    display: block; }
  .fabric .ms-Overlay--dark {
    background-color: rgba(0, 0, 0, 0.4); }
  .fabric .ms-u-overflowHidden {
    overflow: hidden; }
  .fabric .ms-Panel {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    width: 100%;
    max-width: 340px;
    box-shadow: -30px 0 30px -30px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    height: 100%; }
    .fabric .ms-Panel.animate-in {
      -webkit-animation-name: fadeIn, slideLeftIn40;
      -moz-animation-name: fadeIn, slideLeftIn40;
      -ms-animation-name: fadeIn, slideLeftIn40;
      -o-animation-name: fadeIn, slideLeftIn40;
      animation-name: fadeIn, slideLeftIn40;
      -webkit-animation-duration: 0.367s;
      -moz-animation-duration: 0.367s;
      -ms-animation-duration: 0.367s;
      -o-animation-duration: 0.367s;
      -webkit-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      -moz-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      -ms-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      -o-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both; }
    .fabric .ms-Panel.animate-out {
      -webkit-animation-name: fadeOut, slideRightOut40;
      -moz-animation-name: fadeOut, slideRightOut40;
      -ms-animation-name: fadeOut, slideRightOut40;
      -o-animation-name: fadeOut, slideRightOut40;
      animation-name: fadeOut, slideRightOut40;
      -webkit-animation-duration: 0.167s;
      -moz-animation-duration: 0.167s;
      -ms-animation-duration: 0.167s;
      -o-animation-duration: 0.167s;
      -webkit-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -moz-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -ms-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -o-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both; }
    .fabric .ms-Panel.is-open {
      display: block; }
    .fabric .ms-Panel .ms-CommandBar {
      padding-right: 0;
      padding-left: 8px; }
  .fabric .ms-Panel.ms-Panel--md {
    max-width: 340px; }
  .fabric .ms-Panel.ms-Panel--lg {
    max-width: 644px; }
  .fabric .ms-Panel.ms-Panel--xl {
    max-width: 940px; }
  .fabric .ms-Panel.ms-Panel--xxl {
    max-width: 1192px; }
  .fabric .ms-Panel--left {
    box-shadow: -30px 0 30px 30px rgba(0, 0, 0, 0.2);
    left: 0;
    right: auto; }
    .fabric .ms-Panel--left.animate-in {
      -webkit-animation-name: fadeIn, slideRightIn40;
      -moz-animation-name: fadeIn, slideRightIn40;
      -ms-animation-name: fadeIn, slideRightIn40;
      -o-animation-name: fadeIn, slideRightIn40;
      animation-name: fadeIn, slideRightIn40;
      -webkit-animation-duration: 0.367s;
      -moz-animation-duration: 0.367s;
      -ms-animation-duration: 0.367s;
      -o-animation-duration: 0.367s;
      -webkit-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      -moz-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      -ms-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      -o-animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both; }
    .fabric .ms-Panel--left.animate-out {
      -webkit-animation-name: fadeOut, slideLeftOut40;
      -moz-animation-name: fadeOut, slideLeftOut40;
      -ms-animation-name: fadeOut, slideLeftOut40;
      -o-animation-name: fadeOut, slideLeftOut40;
      animation-name: fadeOut, slideLeftOut40;
      -webkit-animation-duration: 0.167s;
      -moz-animation-duration: 0.167s;
      -ms-animation-duration: 0.167s;
      -o-animation-duration: 0.167s;
      -webkit-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -moz-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -ms-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -o-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both; }
  .fabric .ms-Panel-closeButton {
    background: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0;
    color: #666666;
    font-size: 16px; }
    .fabric .ms-Panel-closeButton:hover {
      color: #333333; }
    .fabric .ms-Panel-closeButton .ms-Icon--Cancel {
      margin-top: 2px; }
    @media (max-width: 639px) {
      .fabric .ms-Panel-closeButton {
        font-size: 20px;
        line-height: 20px;
        height: 44px;
        right: 4px; } }
  .fabric .ms-Panel-contentInner {
    margin-top: 40px;
    padding: 0 16px 20px;
    overflow-y: auto;
    height: 100%; }
    @media (min-width: 640px) {
      .fabric .ms-Panel-contentInner {
        padding: 0 32px 20px; } }
    @media (min-width: 1366px) {
      .fabric .ms-Panel-contentInner {
        padding: 0 40px 20px; } }
  .fabric .ms-Panel-headerText {
    font-weight: 100;
    font-size: 21px;
    color: #333333;
    margin: 10px 0;
    padding: 4px 0;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .fabric .ms-Panel-headerText {
        margin-top: 30px; } }
  .fabric.ms-PanelHost {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10; }
  .fabric.ms-PanelHost .ms-Overlay {
    cursor: pointer; }
  .fabric .ms-PeoplePicker {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    background-color: #ffffff;
    margin-bottom: 10px; }
  .fabric .ms-PeoplePicker-searchBox {
    border-bottom: 1px solid #c8c8c8;
    cursor: text;
    flex-flow: row wrap;
    display: flex;
    align-items: stretch; }
    .fabric .ms-PeoplePicker-searchBox:hover {
      border-color: #767676; }
    .fabric .ms-PeoplePicker-searchBox.is-active, .fabric .ms-PeoplePicker-searchBox:focus {
      border-color: #0078d7; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-PeoplePicker-searchBox:hover, .fabric .ms-PeoplePicker-searchBox:focus {
        border-color: #1AEBFF; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-PeoplePicker-searchBox:hover, .fabric .ms-PeoplePicker-searchBox:focus {
        border-color: #37006E; } }
    .fabric .ms-PeoplePicker-searchBox::-webkit-input-placeholder {
      color: #666666; }
    .fabric .ms-PeoplePicker-searchBox::-moz-placeholder {
      color: #666666; }
    .fabric .ms-PeoplePicker-searchBox:-moz-placeholder {
      color: #666666; }
    .fabric .ms-PeoplePicker-searchBox:-ms-input-placeholder {
      color: #666666; }
    .fabric .ms-PeoplePicker-searchBox .ms-TextField.ms-TextField--textFieldUnderlined {
      border: 0;
      margin-bottom: 0;
      display: inline-block;
      width: 100%;
      flex: 1; }
      .fabric .ms-PeoplePicker-searchBox .ms-TextField.ms-TextField--textFieldUnderlined .ms-TextField-field {
        min-height: 40px;
        border: 0; }
  .fabric .ms-PeoplePicker.is-active .ms-PeoplePicker-searchBox .ms-TextField-field {
    border-color: #0078d7; }
  .fabric .ms-PeoplePicker-persona {
    cursor: pointer; }
  .fabric .ms-PeoplePicker-persona.has-error .ms-Persona-primaryText {
    color: #a80000; }
  .fabric .ms-PeoplePicker-personaRemove {
    background: none;
    border: 0;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #666666;
    display: inline-block;
    text-align: center;
    height: 32px;
    width: 32px; }
    .fabric .ms-PeoplePicker-personaRemove:hover {
      background-color: #eaeaea;
      color: #333333;
      cursor: pointer; }
    .fabric .ms-PeoplePicker-personaRemove:focus {
      background-color: #eaeaea;
      color: #333333;
      border: 1px solid #0078d7;
      outline: none; }
  .fabric .ms-PeoplePicker-results {
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    margin-bottom: -1px;
    padding-top: 9px;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box; }
  .fabric .ms-PeoplePicker.is-active .ms-PeoplePicker-results {
    display: block;
    opacity: 1; }
  .fabric .ms-PeoplePicker-resultGroup {
    border-top: 1px solid #eaeaea; }
    .fabric .ms-PeoplePicker-resultGroup:first-child {
      border-top: 0; }
  .fabric .ms-PeoplePicker-resultGroupTitle {
    color: #0078d7;
    font-weight: 300;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    padding-left: 16px; }
  .fabric .ms-PeoplePicker-resultList {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: -1px;
    list-style-type: none; }
  .fabric .ms-PeoplePicker-result {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 16px;
    cursor: pointer;
    outline: 0; }
    .fabric .ms-PeoplePicker-result:hover, .fabric .ms-PeoplePicker-result:focus {
      background-color: #eaeaea; }
    .fabric .ms-PeoplePicker-result:focus {
      box-shadow: 0 0 0 1px #0078d7 inset; }
    .fabric .ms-PeoplePicker-result.is-selected {
      background-color: #b3d6f2; }
      .fabric .ms-PeoplePicker-result.is-selected .ms-PeoplePicker-resultAction:hover {
        background-color: #69afe5; }
      .fabric .ms-PeoplePicker-result.is-selected .ms-PeoplePicker-resultAction:active {
        background-color: #69afe5; }
  .fabric .ms-PeoplePicker-resultBtn,
  .fabric .ms-PeoplePicker-peopleListBtn {
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    height: 34px;
    width: 100%;
    background: none;
    border: 0;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 0 0 9px; }
    @media (min-width: 480px) {
      .fabric .ms-PeoplePicker-resultBtn,
      .fabric .ms-PeoplePicker-peopleListBtn {
        height: 48px; } }
    .fabric .ms-PeoplePicker-resultBtn:hover,
    .fabric .ms-PeoplePicker-peopleListBtn:hover {
      background-color: #eaeaea;
      outline: 1px solid transparent; }
    .fabric .ms-PeoplePicker-resultBtn:focus,
    .fabric .ms-PeoplePicker-peopleListBtn:focus {
      outline: 1; }
    .fabric .ms-PeoplePicker-resultBtn.ms-PeoplePicker-resultBtn--compact,
    .fabric .ms-PeoplePicker-peopleListBtn.ms-PeoplePicker-resultBtn--compact {
      height: 32px; }
  
  .fabric .ms-PeoplePicker-peopleListBtn {
    margin-bottom: 0;
    padding: 0; }
    
    .fabric .ms-PeoplePicker-peopleListBtn:hover {
      background-color: transparent; }
  .fabric .ms-PeoplePicker-resultAction {
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    transition: background-color 0.367s cubic-bezier(0.1, 0.9, 0.2, 1);
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center; }
    .fabric .ms-PeoplePicker-resultAction .ms-Icon {
      color: #666666;
      font-size: 15px; }
    .fabric .ms-PeoplePicker-resultAction:hover {
      background-color: #c8c8c8;
      outline: 1px solid transparent; }
    .fabric .ms-PeoplePicker-resultAction:active {
      background-color: #a6a6a6; }
  .fabric .ms-PeoplePicker-resultAdditionalContent {
    display: none; }
  .fabric .ms-PeoplePicker-result.is-expanded {
    background-color: #f4f4f4;
    margin-bottom: 11px; }
    .fabric .ms-PeoplePicker-result.is-expanded .ms-PeoplePicker-resultAction .ms-Icon {
      transform: rotate(180deg); }
    .fabric .ms-PeoplePicker-result.is-expanded .ms-PeoplePicker-resultAdditionalContent {
      display: block; }
  .fabric .ms-PeoplePicker-searchMore {
    background: none;
    border: 0;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 100%; }
    .fabric .ms-PeoplePicker-searchMore:hover {
      background-color: #f4f4f4; }
  .fabric .ms-PeoplePicker-searchMoreIcon {
    font-size: 21px;
    height: 40px;
    left: 16px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px; }
  .fabric .ms-PeoplePicker-searchMoreText {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    height: 40px;
    left: 64px;
    line-height: 40px;
    position: absolute;
    top: 0; }
  .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-resultAction {
    height: 32px;
    width: 32px; }
  .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--compact .ms-PeoplePicker-resultGroups {
    max-height: 209px; }
  .fabric .ms-PeoplePicker.ms-PeoplePicker--facePile.is-searching .ms-PeoplePicker-results {
    border-bottom: 0;
    padding: 20px 0 0; }
  .fabric .ms-PeoplePicker.ms-PeoplePicker--facePile.is-searching .ms-PeoplePicker-peopleListHeader {
    display: none; }
  .fabric .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PersonaCard {
    display: none;
    position: absolute;
    height: 200px; }
    .fabric .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-PersonaCard.is-active {
      display: block; }
  .fabric .ms-PeoplePicker.ms-PeoplePicker--facePile .ms-Persona.ms-Persona--selectable {
    padding: 0; }
  .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile {
    position: relative;
    border: 0;
    box-shadow: none;
    margin: 0;
    max-width: 100%;
    border-bottom: 1px solid #eaeaea; }
  @media (max-width: 479px) {
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-placeholder,
    .fabric .ms-PeoplePicker-selectedPeople .ms-Persona-placeholder {
      font-size: 28px;
      top: 6px; }
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-initials,
    .fabric .ms-PeoplePicker-selectedPeople .ms-Persona-initials {
      font-size: 12px;
      line-height: 32px; }
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-presence,
    .fabric .ms-PeoplePicker-selectedPeople .ms-Persona-presence {
      left: 19px; }
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-details,
    .fabric .ms-PeoplePicker-selectedPeople .ms-Persona-details {
      padding-left: 8px; }
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-primaryText,
    .fabric .ms-PeoplePicker-selectedPeople .ms-Persona-primaryText {
      font-size: 14px;
      padding-top: 3px; }
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona-secondaryText,
    .fabric .ms-PeoplePicker-selectedPeople .ms-Persona-secondaryText {
      display: none; } }
  @media (min-width: 480px) {
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-Persona .ms-Persona-secondaryText,
    .fabric .ms-PeoplePicker-selectedPeople .ms-Persona .ms-Persona-secondaryText {
      display: block; } }
  @media (min-width: 480px) {
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-resultBtn,
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-peopleListBtn,
    .fabric .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-resultBtn,
    .fabric .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-peopleListBtn {
      height: 40px; } }
  @media (min-width: 480px) {
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-resultAction,
    .fabric .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-resultAction {
      height: 40px; } }
  .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-selected,
  .fabric .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-selected {
    margin-bottom: 20px;
    display: none; }
    .fabric .ms-PeoplePicker-results.ms-PeoplePicker-results--facePile .ms-PeoplePicker-selected.is-active,
    .fabric .ms-PeoplePicker-selectedPeople .ms-PeoplePicker-selected.is-active {
      display: block; }
  .fabric .ms-PeoplePicker-selectedHeader,
  .fabric .ms-PeoplePicker-peopleListHeader {
    color: #0078d7;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    line-height: 50px; }
  .fabric .ms-PeoplePicker-selectedPeople,
  .fabric .ms-PeoplePicker-peopleList {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none; }
  .fabric .ms-PeoplePicker-selectedPerson {
    margin-bottom: 8px;
    position: relative; }
  .fabric .ms-PeoplePicker-peopleListItem {
    margin-bottom: 6px;
    position: relative; }
  .fabric .ms-Persona {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    width: 100%;
    height: 48px;
    display: table;
    table-layout: fixed;
    border-collapse: separate; }
    .fabric .ms-Persona .ms-ContextualHost {
      display: none; }
  .fabric .ms-Persona-imageArea {
    position: absolute;
    overflow: hidden;
    text-align: center;
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Persona-imageArea {
        border: 1px solid #ffffff; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Persona-imageArea {
        border: 1px solid #000000; } }
  .fabric .ms-Persona-placeholder {
    color: #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    font-size: 47px;
    top: 9px;
    z-index: 5; }
  .fabric .ms-Persona-initials {
    color: #ffffff;
    font-size: 17px;
    font-weight: 100;
    line-height: 48px; }
    .fabric .ms-Persona-initials.ms-Persona-initials--blueLight {
      background-color: #00bcf2; }
    .fabric .ms-Persona-initials.ms-Persona-initials--blue {
      background-color: #0078d7; }
    .fabric .ms-Persona-initials.ms-Persona-initials--blueDark {
      background-color: #002050; }
    .fabric .ms-Persona-initials.ms-Persona-initials--teal {
      background-color: #008272; }
    .fabric .ms-Persona-initials.ms-Persona-initials--greenLight {
      background-color: #bad80a; }
    .fabric .ms-Persona-initials.ms-Persona-initials--green {
      background-color: #107c10; }
    .fabric .ms-Persona-initials.ms-Persona-initials--greenDark {
      background-color: #004b1c; }
    .fabric .ms-Persona-initials.ms-Persona-initials--magentaLight {
      background-color: #e3008c; }
    .fabric .ms-Persona-initials.ms-Persona-initials--magenta {
      background-color: #b4009e; }
    .fabric .ms-Persona-initials.ms-Persona-initials--purpleLight {
      background-color: #b4a0ff; }
    .fabric .ms-Persona-initials.ms-Persona-initials--purple {
      background-color: #5c2d91; }
    .fabric .ms-Persona-initials.ms-Persona-initials--black {
      background-color: #000000; }
    .fabric .ms-Persona-initials.ms-Persona-initials--orange {
      background-color: #d83b01; }
    .fabric .ms-Persona-initials.ms-Persona-initials--red {
      background-color: #e81123; }
    .fabric .ms-Persona-initials.ms-Persona-initials--redDark {
      background-color: #a80000; }
  .fabric .ms-Persona-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    z-index: 10;
    width: 100%; }
    .fabric .ms-Persona-image[src=''] {
      display: none; }
  .fabric .ms-Persona-presence {
    background-color: #7FBA00;
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    top: auto;
    left: 34px;
    bottom: -1px;
    border: 2px solid #ffffff;
    text-align: center; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Persona-presence {
        border-color: #000000;
        box-shadow: 0 0 0 1px #1AEBFF inset;
        color: #000000;
        background-color: #ffffff; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Persona-presence {
        border-color: #ffffff;
        box-shadow: 0 0 0 1px #37006E inset;
        color: #ffffff;
        background-color: #000000; } }
  .fabric .ms-Persona-presenceIcon {
    color: #ffffff;
    font-size: 8px;
    line-height: 12px;
    vertical-align: top; }
  .fabric .ms-Persona-details {
    padding: 0 12px;
    vertical-align: middle;
    overflow: hidden;
    text-align: left;
    padding-left: 60px;
    display: table-cell;
    width: 100%; }
  .fabric .ms-Persona-primaryText,
  .fabric .ms-Persona-secondaryText,
  .fabric .ms-Persona-tertiaryText,
  .fabric .ms-Persona-optionalText {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .fabric .ms-Persona-primaryText {
    color: #333333;
    font-weight: 400;
    font-size: 17px;
    margin-top: -3px;
    line-height: 1.4; }
  
  .fabric .ms-Persona-secondaryText,
  .fabric .ms-Persona-tertiaryText,
  .fabric .ms-Persona-optionalText {
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.3; }
  
  .fabric .ms-Persona-secondaryText {
    padding-top: 3px; }
  
  .fabric .ms-Persona-tertiaryText,
  .fabric .ms-Persona-optionalText {
    padding-top: 5px;
    display: none; }
  .fabric .ms-Persona.ms-Persona--tiny {
    height: 30px;
    display: inline-block; }
    .fabric .ms-Persona.ms-Persona--tiny .ms-Persona-imageArea {
      overflow: visible;
      display: none; }
    .fabric .ms-Persona.ms-Persona--tiny .ms-Persona-presence {
      right: auto;
      top: 10px;
      left: 0;
      border: 0; }
      @media screen and (-ms-high-contrast: active) {
        .fabric .ms-Persona.ms-Persona--tiny .ms-Persona-presence {
          top: 9px;
          border: 1px solid #ffffff; } }
      @media screen and (-ms-high-contrast: black-on-white) {
        .fabric .ms-Persona.ms-Persona--tiny .ms-Persona-presence {
          border: 1px solid #000000; } }
    .fabric .ms-Persona.ms-Persona--tiny .ms-Persona-details {
      padding-left: 20px; }
    .fabric .ms-Persona.ms-Persona--tiny .ms-Persona-primaryText {
      font-size: 14px;
      padding-top: 9px; }
    .fabric .ms-Persona.ms-Persona--tiny .ms-Persona-secondaryText {
      display: none; }
  .fabric .ms-Persona.ms-Persona--tiny.ms-Persona--readonly {
    padding: 0;
    background-color: transparent; }
    .fabric .ms-Persona.ms-Persona--tiny.ms-Persona--readonly .ms-Persona-primaryText::after {
      content: ';'; }
  .fabric .ms-Persona.ms-Persona--xs,
  .fabric .ms-Persona.ms-Persona--facePile,
  .fabric .ms-Persona.ms-Persona--token {
    height: 32px; }
    .fabric .ms-Persona.ms-Persona--xs .ms-Persona-imageArea,
    .fabric .ms-Persona.ms-Persona--xs .ms-Persona-image,
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-imageArea,
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-image,
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-imageArea,
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-image {
      max-width: 32px;
      height: 32px; }
    .fabric .ms-Persona.ms-Persona--xs .ms-Persona-placeholder,
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-placeholder,
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-placeholder {
      font-size: 28px;
      top: 6px; }
    .fabric .ms-Persona.ms-Persona--xs .ms-Persona-initials,
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-initials,
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-initials {
      font-size: 12px;
      line-height: 32px; }
    .fabric .ms-Persona.ms-Persona--xs .ms-Persona-presence,
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-presence,
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-presence {
      left: 19px; }
    .fabric .ms-Persona.ms-Persona--xs .ms-Persona-details,
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-details,
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-details {
      padding-left: 40px; }
    .fabric .ms-Persona.ms-Persona--xs .ms-Persona-primaryText,
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-primaryText,
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-primaryText {
      font-size: 14px;
      padding-top: 3px; }
    .fabric .ms-Persona.ms-Persona--xs .ms-Persona-secondaryText,
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-secondaryText,
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-secondaryText {
      display: none; }
  .fabric .ms-Persona.ms-Persona--sm {
    height: 40px; }
    .fabric .ms-Persona.ms-Persona--sm .ms-Persona-imageArea,
    .fabric .ms-Persona.ms-Persona--sm .ms-Persona-image {
      max-width: 40px;
      height: 40px; }
    .fabric .ms-Persona.ms-Persona--sm .ms-Persona-placeholder {
      font-size: 38px;
      top: 5px; }
    .fabric .ms-Persona.ms-Persona--sm .ms-Persona-initials {
      font-size: 14px;
      line-height: 40px; }
    .fabric .ms-Persona.ms-Persona--sm .ms-Persona-presence {
      left: 27px; }
    .fabric .ms-Persona.ms-Persona--sm .ms-Persona-details {
      padding-left: 48px; }
    .fabric .ms-Persona.ms-Persona--sm .ms-Persona-primaryText {
      font-size: 14px; }
    .fabric .ms-Persona.ms-Persona--sm .ms-Persona-primaryText,
    .fabric .ms-Persona.ms-Persona--sm .ms-Persona-secondaryText {
      padding-top: 1px; }
  .fabric .ms-Persona.ms-Persona--lg {
    height: 72px; }
    .fabric .ms-Persona.ms-Persona--lg .ms-Persona-imageArea,
    .fabric .ms-Persona.ms-Persona--lg .ms-Persona-image {
      max-width: 72px;
      height: 72px; }
    .fabric .ms-Persona.ms-Persona--lg .ms-Persona-placeholder {
      font-size: 67px;
      top: 10px; }
    .fabric .ms-Persona.ms-Persona--lg .ms-Persona-initials {
      font-size: 28px;
      line-height: 72px; }
    .fabric .ms-Persona.ms-Persona--lg .ms-Persona-presence {
      left: 49px;
      height: 20px;
      width: 20px;
      border-width: 3px; }
    .fabric .ms-Persona.ms-Persona--lg .ms-Persona-presenceIcon {
      line-height: 20px;
      font-size: 14px; }
    .fabric .ms-Persona.ms-Persona--lg .ms-Persona-details {
      padding-left: 84px; }
    .fabric .ms-Persona.ms-Persona--lg .ms-Persona-secondaryText {
      padding-top: 3px; }
    .fabric .ms-Persona.ms-Persona--lg .ms-Persona-tertiaryText {
      padding-top: 5px;
      display: block; }
  .fabric .ms-Persona.ms-Persona--xl {
    height: 100px; }
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-imageArea,
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-image {
      max-width: 100px;
      height: 100px; }
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-placeholder {
      font-size: 95px;
      top: 12px; }
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-initials {
      font-size: 42px;
      line-height: 100px; }
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-presence {
      height: 28px;
      width: 28px;
      left: 71px;
      border-width: 4px; }
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-presenceIcon {
      line-height: 28px;
      font-size: 21px;
      position: relative;
      top: 1px; }
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-details {
      padding-left: 120px; }
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-primaryText {
      font-size: 21px;
      font-weight: 300;
      margin-top: 0; }
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-secondaryText {
      padding-top: 2px; }
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-tertiaryText,
    .fabric .ms-Persona.ms-Persona--xl .ms-Persona-optionalText {
      padding-top: 5px;
      display: block; }
  .fabric .ms-Persona.ms-Persona--darkText .ms-Persona-primaryText {
    color: #212121; }
  .fabric .ms-Persona.ms-Persona--darkText .ms-Persona-secondaryText,
  .fabric .ms-Persona.ms-Persona--darkText .ms-Persona-tertiaryText,
  .fabric .ms-Persona.ms-Persona--darkText .ms-Persona-optionalText {
    color: #333333; }
  .fabric .ms-Persona.ms-Persona--selectable {
    cursor: pointer;
    padding: 0 10px; }
    .fabric .ms-Persona.ms-Persona--selectable:not(.ms-Persona--xl):hover, .fabric .ms-Persona.ms-Persona--selectable:not(.ms-Persona--xl):focus {
      background-color: #deecf9;
      outline: 1px solid transparent; }
  .fabric .ms-Persona.ms-Persona--available .ms-Persona-presence {
    background-color: #7FBA00; }
  .fabric .ms-Persona.ms-Persona--away .ms-Persona-presence {
    background-color: #FCD116; }
  .fabric .ms-Persona.ms-Persona--away .ms-Persona-presenceIcon {
    position: relative;
    left: 1px; }
  .fabric .ms-Persona.ms-Persona--blocked .ms-Persona-presence {
    background-color: #ffffff; }
    .fabric .ms-Persona.ms-Persona--blocked .ms-Persona-presence::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 0 0 0 2px #D93B3B inset;
      border-radius: 50%; }
    .fabric .ms-Persona.ms-Persona--blocked .ms-Persona-presence::after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #D93B3B;
      transform: rotate(-45deg);
      position: absolute;
      top: 5px;
      left: 0; }
  .fabric .ms-Persona.ms-Persona--blocked.ms-Persona--lg .ms-Persona-presence::after {
    top: 9px; }
  .fabric .ms-Persona.ms-Persona--blocked.ms-Persona--xl .ms-Persona-presence::after {
    top: 13px; }
  .fabric .ms-Persona.ms-Persona--busy .ms-Persona-presence {
    background-color: #D93B3B; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Persona.ms-Persona--busy .ms-Persona-presence {
        background-color: #1AEBFF; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Persona.ms-Persona--busy .ms-Persona-presence {
        background-color: #37006E; } }
  .fabric .ms-Persona.ms-Persona--dnd .ms-Persona-presence {
    background-color: #E81123; }
  .fabric .ms-Persona.ms-Persona--offline .ms-Persona-presence {
    background-color: #93ABBD; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Persona.ms-Persona--offline .ms-Persona-presence {
        background-color: #000000;
        box-shadow: 0 0 0 1px #ffffff inset; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Persona.ms-Persona--offline .ms-Persona-presence {
        background-color: #ffffff;
        box-shadow: 0 0 0 1px #000000 inset; } }
  
  .fabric .ms-Persona.ms-Persona--facePile {
    display: inline-block;
    width: auto; }
    .fabric .ms-Persona.ms-Persona--facePile:hover {
      cursor: pointer; }
    
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-imageArea {
      position: relative;
      width: 100%;
      min-width: 32px; }
    
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-initials {
      position: relative; }
    
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-details {
      display: none; }
    
    .fabric .ms-Persona.ms-Persona--facePile .ms-Persona-presence {
      display: none; }
  
  .fabric .ms-Persona.ms-Persona--token {
    display: inline-flex;
    width: auto;
    background-color: #f4f4f4;
    border-radius: 20px;
    margin: 4px; }
    .fabric .ms-Persona.ms-Persona--token:hover {
      cursor: pointer; }
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-actionIcon {
      border-radius: 20px;
      display: inline-block;
      width: 32px;
      height: 32px;
      padding: 0;
      line-height: 30px;
      transition: background-color 0.167s cubic-bezier(0.1, 0.9, 0.2, 1);
      text-align: center; }
      .fabric .ms-Persona.ms-Persona--token .ms-Persona-actionIcon:hover {
        background-color: #eaeaea; }
    
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-imageArea {
      width: 100%;
      min-width: 32px; }
    
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-details {
      height: 30px;
      display: inline-block;
      width: auto;
      padding-right: 8px; }
    
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-primaryText {
      padding-top: 0;
      line-height: 34px; }
    
    .fabric .ms-Persona.ms-Persona--token .ms-Persona-initials {
      position: relative; }
  .fabric .ms-PersonaCard {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-animation-name: fadeIn, slideUpIn10;
    -moz-animation-name: fadeIn, slideUpIn10;
    -ms-animation-name: fadeIn, slideUpIn10;
    -o-animation-name: fadeIn, slideUpIn10;
    animation-name: fadeIn, slideUpIn10;
    -webkit-animation-duration: 0.167s;
    -moz-animation-duration: 0.167s;
    -ms-animation-duration: 0.167s;
    -o-animation-duration: 0.167s;
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    -moz-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    -ms-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    -o-animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    outline: 1px solid transparent; }
  .fabric .ms-PersonaCard-persona {
    background-color: #f4f4f4;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px; }
  .fabric .ms-PersonaCard-actions {
    box-sizing: border-box;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    background-color: #ffffff;
    height: 48px; }
    .fabric .ms-PersonaCard-actions::before {
      content: '';
      position: absolute;
      top: 47px;
      left: 0;
      width: 100%;
      border-top: 1px solid #c8c8c8; }
  .fabric .ms-PersonaCard-action,
  .fabric .ms-PersonaCard-overflow {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    color: #666666;
    outline: transparent;
    position: relative;
    box-sizing: border-box; }
    .fabric .ms-PersonaCard-action:hover,
    .fabric .ms-PersonaCard-overflow:hover {
      color: #212121; }
    .fabric .ms-PersonaCard-action:active,
    .fabric .ms-PersonaCard-overflow:active {
      color: #0078d7; }
    .fabric .ms-PersonaCard-action::before,
    .fabric .ms-PersonaCard-overflow::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: transparent;
      top: 0;
      left: 0;
      z-index: 100; }
    .fabric .ms-PersonaCard-action.is-active,
    .fabric .ms-PersonaCard-overflow.is-active {
      color: #0078d7; }
      .fabric .ms-PersonaCard-action.is-active::after,
      .fabric .ms-PersonaCard-overflow.is-active::after {
        box-sizing: border-box;
        transform: rotate(45deg);
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid #c8c8c8;
        background-color: #ffffff;
        position: absolute;
        border-right: 0;
        border-bottom: 0;
        bottom: -4px;
        left: 13px; }
  
  .fabric .ms-PersonaCard-overflow {
    font-size: 14px;
    color: #333333;
    float: right;
    margin-top: -1px; }
    
    .fabric .ms-PersonaCard-overflow:hover {
      color: #0078d7; }
  .fabric .ms-PersonaCard-orgChart {
    position: absolute;
    right: 12px;
    top: -95px; }
  .fabric .ms-PersonaCard-actionDetailBox {
    min-height: 48px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff; }
  .fabric .ms-PersonaCard-details {
    display: none;
    width: 100%;
    margin: 0;
    max-height: 300px;
    min-height: 48px;
    color: #666666;
    padding: 9px 20px;
    box-sizing: border-box; }
    .fabric .ms-PersonaCard-details.is-active {
      display: block; }
    .fabric .ms-PersonaCard-details.is-collapsed {
      height: 30px;
      overflow: hidden; }
      .fabric .ms-PersonaCard-details.is-collapsed .ms-PersonaCard-detailExpander::after {
        content: "\E70D"; }
  .fabric .ms-PersonaCard-details[data-detail-id='org'] {
    max-height: 300px; }
  .fabric .ms-PersonaCard-detailExpander {
    color: #333333;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 30px; }
    .fabric .ms-PersonaCard-detailExpander::after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-family: 'FabricMDL2Icons';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: "\E70E"; }
  .fabric .ms-PersonaCard-detailLine {
    color: #333333;
    line-height: 30px; }
  .fabric .ms-PersonaCard-detailLabel {
    color: #666666; }
  .fabric .ms-PersonaCard-action.ms-PersonaCard-orgChart::after {
    display: none; }
  @media (min-width: 480px) {
    .fabric .ms-PersonaCard {
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
      max-width: 360px;
      position: relative; }
    .fabric.ms-ContextualHost .ms-PersonaCard {
      box-shadow: none; } }
  .fabric .ms-Pivot {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400; }
  .fabric .ms-Pivot-links {
    font-size: 0;
    height: 40px;
    list-style-type: none;
    padding: 0;
    white-space: nowrap; }
  .fabric .ms-Pivot-link {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    margin-right: 8px;
    padding: 0 8px;
    text-align: center;
    vertical-align: top; }
    .fabric .ms-Pivot-link:hover {
      cursor: pointer; }
    .fabric .ms-Pivot-link::before {
      background-color: transparent;
      bottom: 0;
      content: '';
      height: 2px;
      left: 8px;
      position: absolute;
      right: 8px;
      transition: background-color 0.267s cubic-bezier(0.1, 0.25, 0.75, 0.9); }
    .fabric .ms-Pivot-link::after {
      color: transparent;
      content: attr(title);
      display: block;
      font-weight: bold;
      height: 1px;
      overflow: hidden;
      visibility: hidden; }
    .fabric .ms-Pivot-link.is-selected {
      font-weight: 600;
      position: relative; }
      .fabric .ms-Pivot-link.is-selected::before {
        background-color: #0078d7; }
    .fabric .ms-Pivot-link.is-disabled {
      color: #a6a6a6; }
  .fabric .ms-Pivot-link.ms-Pivot-link--overflow {
    color: #666666; }
    .fabric .ms-Pivot-link.ms-Pivot-link--overflow.is-selected {
      color: #0078d7; }
    .fabric .ms-Pivot-link.ms-Pivot-link--overflow:hover:not(.is-selected), .fabric .ms-Pivot-link.ms-Pivot-link--overflow:focus:not(.is-selected) {
      color: #212121; }
    .fabric .ms-Pivot-link.ms-Pivot-link--overflow:active {
      color: #0078d7; }
  .fabric .ms-Pivot-ellipsis {
    font-size: 15px;
    position: relative;
    top: 0; }
  .fabric .ms-Pivot-content {
    display: none;
    margin-top: 20px; }
  .fabric .ms-Pivot.ms-Pivot--large .ms-Pivot-link {
    font-size: 17px; }
    .fabric .ms-Pivot.ms-Pivot--large .ms-Pivot-link.is-selected {
      font-weight: 300; }
  .fabric .ms-Pivot.ms-Pivot--large .ms-Pivot-link.ms-Pivot-link--overflow::after {
    font-size: 17px; }
  .fabric .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link {
    height: 40px;
    background-color: #f4f4f4;
    line-height: 40px;
    margin-right: -2px;
    padding: 0 10px; }
    .fabric .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link:hover:not(.is-selected):not(.ms-Pivot-link--overflow), .fabric .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link:focus:not(.is-selected):not(.ms-Pivot-link--overflow) {
      color: #000000; }
    .fabric .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link:active {
      color: #ffffff;
      background-color: #0078d7; }
    .fabric .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.is-selected {
      background-color: #0078d7;
      color: #ffffff;
      font-weight: 300; }
  .fabric .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.ms-Pivot-link--overflow:hover:not(.is-selected), .fabric .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.ms-Pivot-link--overflow:focus:not(.is-selected) {
    background-color: #ffffff; }
  .fabric .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.ms-Pivot-link--overflow:active {
    background-color: #0078d7; }
  @media screen and (-ms-high-contrast: active) {
    .fabric .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.is-selected {
      font-weight: 600; } }
  .fabric .ms-ProgressIndicator {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400; }
  .fabric .ms-ProgressIndicator-itemName {
    color: #333333;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 4px;
    line-height: 20px; }
  .fabric .ms-ProgressIndicator-itemDescription {
    color: #767676;
    font-size: 11px;
    line-height: 18px; }
  .fabric .ms-ProgressIndicator-itemProgress {
    position: relative;
    width: 180px;
    height: 2px;
    padding: 8px 0; }
  .fabric .ms-ProgressIndicator-progressTrack {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #eaeaea;
    outline: 1px solid transparent; }
  .fabric .ms-ProgressIndicator-progressBar {
    background-color: #0078d7;
    height: 2px;
    position: absolute;
    transition: width .3s ease;
    width: 0; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-ProgressIndicator-progressBar {
        background-color: #ffffff; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-ProgressIndicator-progressBar {
        background-color: #000000; } }
  .fabric .ms-SearchBox {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 36px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    background-color: #ffffff; }
    .fabric .ms-SearchBox.is-active {
      z-index: 10; }
      .fabric .ms-SearchBox.is-active .ms-SearchBox-label {
        display: none; }
      .fabric .ms-SearchBox.is-active .ms-SearchBox-clear {
        display: block; }
    .fabric .ms-SearchBox:hover {
      background-color: #deecf9; }
      .fabric .ms-SearchBox:hover .ms-SearchBox-label {
        color: #000000; }
        .fabric .ms-SearchBox:hover .ms-SearchBox-label .ms-Icon {
          color: #333333; }
    .fabric .ms-SearchBox.is-disabled {
      background-color: #F4F4F4;
      pointer-events: none; }
      .fabric .ms-SearchBox.is-disabled .ms-SearchBox-label {
        color: #a6a6a6; }
      .fabric .ms-SearchBox.is-disabled .ms-SearchBox-icon {
        color: #a6a6a6; }
      .fabric .ms-SearchBox.is-disabled .ms-SearchBox-field {
        color: #a6a6a6;
        background-color: transparent;
        border-color: #f4f4f4;
        cursor: default; }
  .fabric .ms-SearchBox-clear {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
    .fabric .ms-SearchBox-clear .ms-CommandButton-button {
      background-color: #0078d7;
      color: #ffffff;
      height: 36px; }
    .fabric .ms-SearchBox-clear .ms-CommandButton-icon {
      color: #ffffff; }
  .fabric .ms-SearchBox-icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 16px;
    width: 16px;
    margin-left: 12px;
    margin-right: 6px;
    color: #0078d7;
    vertical-align: top; }
  .fabric .ms-SearchBox-field {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #69afe5;
    outline: transparent 1px solid;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    height: 36px;
    padding: 6px 3px 7px 45px;
    width: 208px;
    background-color: transparent;
    z-index: 5;
    transition: padding-left 0.167s; }
    .fabric .ms-SearchBox-field:focus {
      padding: 6px 32px 7px 10px;
      border-color: #0078d7;
      background-color: #deecf9; }
    .fabric .ms-SearchBox-field::-ms-clear {
      display: none; }
  .fabric .ms-SearchBox-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    color: #666666; }
  .fabric .ms-SearchBox.ms-SearchBox--commandBar {
    background-color: #ffffff;
    width: 208px;
    height: 40px; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field,
    .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-label {
      height: 40px; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field {
      transition: none;
      border: 0; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field:focus {
        background-color: transparent;
        padding: 6px 3px 7px 45px; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear,
    .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter,
    .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit {
      display: none;
      position: absolute;
      top: 0;
      z-index: 10;
      color: #a6a6a6; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear .ms-CommandButton-button,
      .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter .ms-CommandButton-button,
      .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit .ms-CommandButton-button {
        height: 40px;
        background-color: transparent; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear {
      right: 8px; }
    
    .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter {
      right: 8px; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter .ms-CommandButton-icon {
        color: #0078d7; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar::before {
      position: absolute;
      content: ' ';
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 8px;
      border-bottom: 1px solid #eaeaea; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar:hover {
      background-color: #ffffff; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar:hover .ms-SearchBox-label {
        color: #212121; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar:hover .ms-SearchBox-icon {
        color: #0078d7; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar:focus {
      background-color: transparent; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-CommandButton .ms-SearchBox-exit,
    .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-CommandButton .ms-SearchBox-filter {
      display: block; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed {
      width: 50px;
      min-height: 40px;
      z-index: 0;
      background-color: #F4F4F4; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed .ms-SearchBox-text {
        display: none; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed .ms-SearchBox-field {
        cursor: pointer;
        width: calc(100% - 50px); }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed::before {
        visibility: hidden; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active {
      width: 100%; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active .ms-SearchBox-field {
        display: block;
        cursor: text; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active .ms-SearchBox-text {
        display: inline-block; }
      @media only screen and (max-width: 639px) {
        .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active {
          width: 100%; }
          .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active .ms-SearchBox-clear {
            display: inline-block;
            right: 58px; }
          .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active .ms-SearchBox-filter {
            display: inline-block; }
          .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active.is-animated {
            transition: width 0.167s cubic-bezier(0.1, 0.9, 0.2, 1); } }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active::before {
        visibility: visible; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar.has-text .ms-SearchBox-clear {
      display: inline-block; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.has-text .ms-SearchBox-clear .ms-CommandButton-icon {
        color: #a6a6a6; }
        .fabric .ms-SearchBox.ms-SearchBox--commandBar.has-text .ms-SearchBox-clear .ms-CommandButton-icon:active {
          color: #0078d7; }
    @media only screen and (min-width: 1024px) {
      .fabric .ms-SearchBox.ms-SearchBox--commandBar {
        background-color: #ffffff;
        border-right: 1px solid #eaeaea; } }
    @media only screen and (max-width: 639px) {
      .fabric .ms-SearchBox.ms-SearchBox--commandBar {
        height: 44px; }
        .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-icon,
        .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit, .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field,
        .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-label {
          height: 44px;
          line-height: 44px; }
        .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-icon,
        .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit,
        .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter, .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear {
          font-size: 20px; }
          .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-icon .ms-CommandButton-button,
          .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit .ms-CommandButton-button,
          .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter .ms-CommandButton-button, .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear .ms-CommandButton-button {
            height: 44px; }
        .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field,
        .fabric .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-label {
          font-size: 16px; } }
  .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active {
    background-color: #ffffff; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-label {
      display: block;
      line-height: 40px;
      height: 40px; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-label .ms-SearchBox-text {
        display: none; }
    .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active::before {
      visibility: visible; }
    @media only screen and (max-width: 639px) {
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-field {
        width: 100%;
        padding-right: 100px; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-icon {
        display: none; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-exit {
        display: inline-block; }
      .fabric .ms-SearchBox.ms-SearchBox--commandBar.is-active.has-text .ms-SearchBox-filter .ms-CommandButton-icon {
        color: #a6a6a6; } }
  .fabric .ms-Spinner {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    height: 20px; }
    .fabric .ms-Spinner.ms-Spinner--large {
      height: 28px; }
      .fabric .ms-Spinner.ms-Spinner--large .ms-Spinner-label {
        left: 34px;
        top: 6px; }
  .fabric .ms-Spinner-circle {
    position: absolute;
    border-radius: 100px;
    background-color: #0078d7;
    opacity: 0; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Spinner-circle {
        background-color: #ffffff; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Spinner-circle {
        background-color: #000000; } }
  .fabric .ms-Spinner-label {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #0078d7;
    left: 28px;
    top: 2px; }
  .fabric .ms-Table {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    display: table;
    width: 100%;
    border-collapse: collapse; }
  .fabric .ms-Table--fixed {
    table-layout: fixed; }
  .fabric .ms-Table tr,
  .fabric .ms-Table-row {
    display: table-row;
    line-height: 30px;
    font-weight: 300;
    font-size: 12px;
    color: #333333; }
    .fabric .ms-Table tr.is-selected,
    .fabric .ms-Table-row.is-selected {
      background-color: #b3d6f2; }
      .fabric .ms-Table tr.is-selected .ms-Table-rowCheck,
      .fabric .ms-Table-row.is-selected .ms-Table-rowCheck {
        background-color: #0078d7; }
        .fabric .ms-Table tr.is-selected .ms-Table-rowCheck::before,
        .fabric .ms-Table-row.is-selected .ms-Table-rowCheck::before {
          display: none; }
        .fabric .ms-Table tr.is-selected .ms-Table-rowCheck::after,
        .fabric .ms-Table-row.is-selected .ms-Table-rowCheck::after {
          content: "\E73A";
          color: #ffffff; }
  .fabric .ms-Table th,
  .fabric .ms-Table td,
  .fabric .ms-Table-cell {
    display: table-cell;
    padding: 0 10px; }
  .fabric .ms-Table thead th,
  .fabric .ms-Table-head {
    font-weight: 300;
    font-size: 11px;
    color: #666666; }
  .fabric .ms-Table thead td, .fabric .ms-Table thead th,
  .fabric .ms-Table thead .ms-Table-cell,
  .fabric .ms-Table thead .ms-Table-rowCheck,
  .fabric .ms-Table-head td,
  .fabric .ms-Table-head th,
  .fabric .ms-Table-head .ms-Table-cell,
  .fabric .ms-Table-head .ms-Table-rowCheck {
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #eaeaea; }
  .fabric .ms-Table-rowCheck {
    display: table-cell;
    width: 20px;
    position: relative;
    padding: 0; }
    .fabric .ms-Table-rowCheck::after {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-family: 'FabricMDL2Icons';
      font-style: normal;
      font-weight: normal;
      speak: none;
      content: "\E739";
      color: #a6a6a6;
      font-size: 12px;
      position: absolute;
      left: 4px;
      top: 1px; }
  .fabric .ms-Table--selectable tr:hover,
  .fabric .ms-Table--selectable .ms-Table-row:hover {
    background-color: #f4f4f4;
    cursor: pointer;
    outline: 1px solid transparent; }
  @media screen and (-ms-high-contrast: active) {
    
    .fabric .ms-Table-row.is-selected .ms-Table-rowCheck {
      background: none; }
      
      .fabric .ms-Table-row.is-selected .ms-Table-rowCheck::before {
        display: block; } }
  .fabric .ms-Label {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    display: block;
    padding: 5px 0; }
    .fabric .ms-Label.is-required::after {
      content: ' *';
      color: #a80000; }
    .fabric .ms-Label.is-disabled {
      color: #a6a6a6; }
  .fabric .ms-TextField {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px; }
    .fabric .ms-TextField .ms-Label {
      font-size: 14px;
      font-weight: 600; }
  .fabric .ms-TextField.is-disabled .ms-TextField-field {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    pointer-events: none;
    cursor: default; }
  .fabric .ms-TextField.is-disabled::-webkit-input-placeholder {
    color: #a6a6a6; }
  .fabric .ms-TextField.is-disabled::-moz-placeholder {
    color: #a6a6a6; }
  .fabric .ms-TextField.is-disabled:-moz-placeholder {
    color: #a6a6a6; }
  .fabric .ms-TextField.is-disabled:-ms-input-placeholder {
    color: #a6a6a6; }
  .fabric .ms-TextField.is-required .ms-Label::after {
    content: ' *';
    color: #a80000; }
  .fabric .ms-TextField.is-required::-webkit-input-placeholder::after {
    content: ' *';
    color: #a80000; }
  .fabric .ms-TextField.is-required::-moz-placeholder::after {
    content: ' *';
    color: #a80000; }
  .fabric .ms-TextField.is-required:-moz-placeholder::after {
    content: ' *';
    color: #a80000; }
  .fabric .ms-TextField.is-required:-ms-input-placeholder::after {
    content: ' *';
    color: #a80000; }
  .fabric .ms-TextField.is-active {
    border-color: #0078d7; }
  .fabric .ms-TextField-field {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    font-weight: 300;
    font-size: 14px;
    color: #333333;
    height: 32px;
    padding: 6px 12px 7px;
    width: 100%;
    min-width: 180px;
    outline: 0;
    text-overflow: ellipsis; }
    .fabric .ms-TextField-field:hover {
      border-color: #767676; }
    .fabric .ms-TextField-field:focus {
      border-color: #0078d7; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-TextField-field:hover, .fabric .ms-TextField-field:focus {
        border-color: #1AEBFF; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-TextField-field:hover, .fabric .ms-TextField-field:focus {
        border-color: #37006E; } }
    .fabric .ms-TextField-field[disabled] {
      background-color: #f4f4f4;
      border-color: #f4f4f4;
      pointer-events: none;
      cursor: default; }
    .fabric .ms-TextField-field::-webkit-input-placeholder {
      color: #666666; }
    .fabric .ms-TextField-field::-moz-placeholder {
      color: #666666; }
    .fabric .ms-TextField-field:-moz-placeholder {
      color: #666666; }
    .fabric .ms-TextField-field:-ms-input-placeholder {
      color: #666666; }
  .fabric .ms-TextField-description {
    color: #767676;
    font-size: 11px; }
  .fabric .ms-TextField.ms-TextField--placeholder {
    position: relative;
    background-color: #ffffff; }
    .fabric .ms-TextField.ms-TextField--placeholder .ms-TextField-field {
      position: relative;
      background-color: transparent;
      z-index: 5; }
    .fabric .ms-TextField.ms-TextField--placeholder .ms-Label {
      position: absolute;
      font-weight: 300;
      font-size: 14px;
      color: #666666;
      padding: 6px 12px 7px;
      pointer-events: none;
      z-index: 0; }
    .fabric .ms-TextField.ms-TextField--placeholder.is-disabled {
      color: #a6a6a6; }
      .fabric .ms-TextField.ms-TextField--placeholder.is-disabled .ms-Label {
        color: #a6a6a6; }
  .fabric .ms-TextField.ms-TextField--underlined {
    border-bottom: 1px solid #c8c8c8;
    display: table;
    width: 100%;
    min-width: 180px; }
    .fabric .ms-TextField.ms-TextField--underlined:hover {
      border-color: #767676; }
      @media screen and (-ms-high-contrast: active) {
        .fabric .ms-TextField.ms-TextField--underlined:hover {
          border-color: #1AEBFF; } }
      @media screen and (-ms-high-contrast: black-on-white) {
        .fabric .ms-TextField.ms-TextField--underlined:hover {
          border-color: #37006E; } }
    .fabric .ms-TextField.ms-TextField--underlined:active, .fabric .ms-TextField.ms-TextField--underlined:focus {
      border-color: #0078d7; }
    .fabric .ms-TextField.ms-TextField--underlined .ms-Label {
      font-size: 14px;
      margin-right: 8px;
      display: table-cell;
      vertical-align: top;
      padding-left: 12px;
      padding-top: 9px;
      height: 32px;
      width: 1%;
      white-space: nowrap; }
    .fabric .ms-TextField.ms-TextField--underlined .ms-TextField-field {
      border: 0;
      float: left;
      display: table-cell;
      text-align: left;
      padding-top: 8px;
      padding-bottom: 3px; }
      .fabric .ms-TextField.ms-TextField--underlined .ms-TextField-field:active, .fabric .ms-TextField.ms-TextField--underlined .ms-TextField-field:focus, .fabric .ms-TextField.ms-TextField--underlined .ms-TextField-field:hover {
        outline: 0; }
    .fabric .ms-TextField.ms-TextField--underlined.is-disabled {
      border-bottom-color: #eaeaea; }
      .fabric .ms-TextField.ms-TextField--underlined.is-disabled .ms-Label {
        color: #a6a6a6; }
      .fabric .ms-TextField.ms-TextField--underlined.is-disabled .ms-TextField-field {
        background-color: transparent;
        color: #a6a6a6; }
    .fabric .ms-TextField.ms-TextField--underlined.is-active {
      border-color: #0078d7; }
      @media screen and (-ms-high-contrast: active) {
        .fabric .ms-TextField.ms-TextField--underlined.is-active {
          border-color: #1AEBFF; } }
      @media screen and (-ms-high-contrast: black-on-white) {
        .fabric .ms-TextField.ms-TextField--underlined.is-active {
          border-color: #37006E; } }
  .fabric .ms-TextField.ms-TextField--multiline .ms-TextField-field {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #666666;
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    min-height: 60px;
    min-width: 260px;
    padding-top: 6px;
    overflow: auto; }
  .fabric .ms-Label {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    display: block;
    padding: 5px 0; }
    .fabric .ms-Label.is-required::after {
      content: ' *';
      color: #a80000; }
    .fabric .ms-Label.is-disabled {
      color: #a6a6a6; }
  .fabric .ms-Toggle {
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-family: "Segoe UI WestEuropean", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    display: block;
    margin-bottom: 26px; }
    .fabric .ms-Toggle .ms-Label {
      position: relative;
      top: -2px;
      padding: 0 0 0 50px; }
    .fabric .ms-Toggle .ms-Toggle-field::before {
      position: absolute;
      top: 3px;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      content: '';
      left: 4px;
      background-color: #666666;
      outline: 1px solid transparent;
      transition-property: background, left;
      transition-duration: 250ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1); }
      @media screen and (-ms-high-contrast: active) {
        .fabric .ms-Toggle .ms-Toggle-field::before {
          border: 2.5px solid #ffffff;
          height: 15px;
          outline: 0; } }
      @media screen and (-ms-high-contrast: black-on-white) {
        .fabric .ms-Toggle .ms-Toggle-field::before {
          border-color: #000000; } }
    .fabric .ms-Toggle .ms-Toggle-field::before {
      right: auto; }
    .fabric .ms-Toggle .ms-Toggle-field .ms-Label--off {
      display: block; }
    .fabric .ms-Toggle .ms-Toggle-field .ms-Label--on {
      display: none; }
    .fabric .ms-Toggle .ms-Toggle-field.is-selected {
      background-color: #0078d7;
      border-color: #0078d7; }
      .fabric .ms-Toggle .ms-Toggle-field.is-selected::before {
        position: absolute;
        top: 3px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        content: '';
        right: 4px;
        background-color: #666666;
        outline: 1px solid transparent;
        transition-property: background, left;
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1); }
        @media screen and (-ms-high-contrast: active) {
          .fabric .ms-Toggle .ms-Toggle-field.is-selected::before {
            border: 2.5px solid #ffffff;
            height: 15px;
            outline: 0; } }
        @media screen and (-ms-high-contrast: black-on-white) {
          .fabric .ms-Toggle .ms-Toggle-field.is-selected::before {
            border-color: #000000; } }
      .fabric .ms-Toggle .ms-Toggle-field.is-selected::before {
        background-color: #ffffff;
        left: 28px; }
      .fabric .ms-Toggle .ms-Toggle-field.is-selected .ms-Label--off {
        display: none; }
      .fabric .ms-Toggle .ms-Toggle-field.is-selected .ms-Label--on {
        display: block; }
      @media screen and (-ms-high-contrast: active) {
        .fabric .ms-Toggle .ms-Toggle-field.is-selected {
          background-color: #ffffff; } }
      @media screen and (-ms-high-contrast: black-on-white) {
        .fabric .ms-Toggle .ms-Toggle-field.is-selected {
          background-color: #000000; } }
    .fabric .ms-Toggle:focus + .ms-Toggle-field, .fabric .ms-Toggle:hover + .ms-Toggle-field {
      border-color: #666666; }
    .fabric .ms-Toggle:focus + .ms-Toggle-field::before, .fabric .ms-Toggle:hover + .ms-Toggle-field::before {
      background-color: #333333; }
    .fabric .ms-Toggle:focus:checked + .ms-Toggle-field, .fabric .ms-Toggle:hover:checked + .ms-Toggle-field {
      background-color: #106ebe;
      border-color: #106ebe; }
    .fabric .ms-Toggle:focus:checked + .ms-Toggle-field::before, .fabric .ms-Toggle:hover:checked + .ms-Toggle-field::before {
      background-color: #ffffff; }
    .fabric .ms-Toggle:active:checked + .ms-Toggle-field {
      background-color: #005a9e;
      border-color: #005a9e; }
    .fabric .ms-Toggle .ms-Toggle-field:focus, .fabric .ms-Toggle .ms-Toggle-field:hover {
      border-color: #333333; }
    .fabric .ms-Toggle .ms-Toggle-field.is-selected:focus, .fabric .ms-Toggle .ms-Toggle-field.is-selected:hover {
      background-color: #106ebe;
      border-color: #106ebe; }
    .fabric .ms-Toggle .ms-Toggle-field .ms-Label {
      color: #000000;
      user-select: none; }
    .fabric .ms-Toggle .ms-Toggle-field:hover .ms-Label {
      color: #000000; }
    .fabric .ms-Toggle .ms-Toggle-field:active .ms-Label {
      color: #333333; }
    .fabric .ms-Toggle.is-disabled .ms-Label {
      color: #a6a6a6; }
    .fabric .ms-Toggle.is-disabled .ms-Toggle-field {
      background-color: #ffffff;
      border-color: #c8c8c8;
      pointer-events: none;
      cursor: default; }
      .fabric .ms-Toggle.is-disabled .ms-Toggle-field::before {
        background-color: #c8c8c8; }
    @media screen and (-ms-high-contrast: active) {
      .fabric .ms-Toggle.is-disabled .ms-Toggle-field, .fabric .ms-Toggle.is-disabled .ms-Toggle-field::before {
        border-color: #00ff00; } }
    @media screen and (-ms-high-contrast: black-on-white) {
      .fabric .ms-Toggle.is-disabled .ms-Toggle-field, .fabric .ms-Toggle.is-disabled .ms-Toggle-field::before {
        border-color: #600000; } }
  .fabric .ms-Toggle-description {
    position: relative;
    font-size: 14px;
    vertical-align: top;
    display: block;
    margin-bottom: 8px; }
  .fabric .ms-Toggle-field {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid #a6a6a6;
    border-radius: 20px;
    cursor: pointer;
    transition-property: background, left, border-color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
    outline: 0; }
    .fabric .ms-Toggle-field:hover, .fabric .ms-Toggle-field:focus {
      border-color: #666666; }
  .fabric .ms-Toggle-input {
    display: none; }
  .fabric .ms-Toggle.ms-Toggle--textLeft {
    width: 225px;
    margin-bottom: 40px; }
    .fabric .ms-Toggle.ms-Toggle--textLeft .ms-Toggle-description {
      display: inline-block;
      max-width: 150px;
      top: -3px;
      margin-bottom: 0; }
    .fabric .ms-Toggle.ms-Toggle--textLeft .ms-Toggle-field {
      float: right; }

.fabric {
  /**
     * Callout
     */
  /**
    * Dialog
    */
  /** Ensure the dialog is displayed above the panel */
  /**
    * Display Form
    */
  /** Add an underline to the field */
  /** The field value */
  /**
    * Dropdown
    */
  /** Update the font color to make it more visible. */
  /**
    * Form Error
    */
  /**
    * Field
    */
  /** Label **/
  /**
    * Label
    */
  /** Hide the description by default */
  /** Show the description on hover */
  /**
    * Link Field
    */
  /** Add the underline */
  /** Align the link */
  /**
    * Panel
    */
  /** Fix the height */
  /**
    * People Picker
    */
  /** Set the max height of the selected users */
  /**
    * Search Box
    */
  /** Hide the search box by default */
  /** Hide the placeholder if text exists */
  /** Show the search box */
  /** Search Box button */
  /**
    * Text Field
    */
  /** Label */
  /** Update the disabled labels font color */
  /** Update the label for the underline type */ }
  .fabric .ms-Callout {
    width: auto; }
  .fabric .ms-Dialog {
    z-index: 1050; }
  .fabric .display-form {
    border-bottom: 1px solid #c8c8c8;
    padding: 5px 0px; }
  .fabric .display-form:hover {
    border-color: #767676; }
  .fabric .display-form .field-value {
    font-size: 14px;
    font-weight: 300;
    padding-left: 5px;
    padding-top: 5px; }
  .fabric .dropdown .textfield .ms-TextField-field {
    color: #444; }
  .fabric .ms-Label.form-error {
    color: #a80000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 12px; }
  .fabric .field-label {
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px; }
  .fabric .ms-Icon.is-description span {
    display: none; }
  .fabric .ms-Icon.is-description:hover span {
    background-color: white;
    box-shadow: 1px 1px 15px grey;
    display: block;
    padding: 10px;
    position: absolute;
    z-index: 5; }
  .fabric .ms-LinkField {
    border-bottom: 1px solid #c8c8c8; }
  .fabric .ms-LinkField:hover {
    border-color: #767676; }
  .fabric .ms-LinkField .ms-Link {
    padding-left: 5px; }
  .fabric .ms-Panel-contentInner {
    height: calc(100vh - 80px);
    margin-top: 0px;
    padding-bottom: 0px; }
  .fabric .ms-PeoplePicker .selected-users {
    max-height: 250px;
    overflow-y: auto; }
  .fabric .ms-SearchBox > .ms-SearchBox-search {
    display: none; }
  .fabric .ms-SearchBox.has-text > .ms-SearchBox-label {
    display: none; }
  .fabric .ms-SearchBox.is-active > .ms-SearchBox-clear, .fabric .ms-SearchBox.is-active > .ms-SearchBox-search {
    display: inline;
    margin-left: 0px;
    position: relative; }
  .fabric .ms-SearchBox > .ms-SearchBox-search > .ms-CommandButton-button {
    background-color: #0078d7;
    color: #fff;
    height: 36px; }
  .fabric .ms-TextField > .ms-Label {
    padding-left: 12px; }
  .fabric .ms-TextField .ms-TextField-field:disabled {
    color: #444; }
  .fabric .ms-TextField.ms-TextField--underlined > .ms-Label.field-label {
    display: block; }

/** Contextual Host */
.fabric.ms-ContextualHost {
  /** Target the main container */
  /** Ensure the popup is visible over the panel. */
  z-index: 2000; }
  .fabric.ms-ContextualHost .ms-ContextualHost-main {
    /** Hide the sub-menu */
    /** Show it the sub-menu on hover */ }
    .fabric.ms-ContextualHost .ms-ContextualHost-main .ms-ContextualMenu-item--hasMenu > ul.ms-ContextualMenu {
      display: none;
      z-index: 2100; }
    .fabric.ms-ContextualHost .ms-ContextualHost-main .ms-ContextualMenu-item--hasMenu:focus > ul.ms-ContextualMenu,
    .fabric.ms-ContextualHost .ms-ContextualHost-main .ms-ContextualMenu-item--hasMenu:hover > ul.ms-ContextualMenu {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
      display: block; }

/**
 * Panel
 */
/** Ensure the panel is displayed on top */
.fabric.ms-PanelHost, .fabric > .ms-Panel {
  z-index: 1000; }

/**
 * People Picker
 */
/** Set the max height of the search container */
.fabric.ms-PeoplePicker-search {
  max-height: 200px;
  overflow-y: auto; }

/**
 * WebPart Tabs
 */
/** Hide the webpart */
.wp-tabs > .is-hidden, .wp-tabs .ms-rte-wpbox.is-hidden {
  left: -1000vw;
  position: absolute;
  overflow: hidden; }

/** Set the max height for the webpart tabs */
.wp-tabs-main {
  max-height: 25px; }

/** Remove the spacing around the webparts */
.wp-tabs {
  border-spacing: 0px; }

/** Hide the titles of the webparts */
.wp-tabs .ms-webpart-chrome-title {
  display: none; }

/** Remove the spacing */
.wp-tabs .wp-tab {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px; }

/** Hide the vertical spacing */
.wp-tabs .wp-tab .ms-PartSpacingVertical {
  display: none; }
