/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
/**
 * Office UI Fabric 2.6.3
 * The front-end framework for building experiences for Office 365.
 **/
/*Sasssssssss*/
/*
  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
*/
.ms-Persona {
  color: #333333;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-shadow: none;
  display: table;
  line-height: 1;
  position: relative;
}

.ms-Persona-imageArea {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 0;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Persona-imageArea {
    border: 1px solid #ffffff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Persona-imageArea {
    border: 1px solid #000000;
  }
}

.ms-Persona-placeholder {
  color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  font-size: 47px;
  top: 9px;
}

.ms-Persona-initials {
  color: #ffffff;
  font-size: 17px;
  font-family: 'Segoe UI Light WestEuropean', 'Segoe UI Light', 'Segoe UI', Tahoma, Arial, sans-serif;
  line-height: 48px;
}

.ms-Persona-initials.ms-Persona-initials--lightBlue {
  background-color: #6ba5e7;
}

.ms-Persona-initials.ms-Persona-initials--blue {
  background-color: #2d89ef;
}

.ms-Persona-initials.ms-Persona-initials--darkBlue {
  background-color: #2b5797;
}

.ms-Persona-initials.ms-Persona-initials--teal {
  background-color: #00aba9;
}

.ms-Persona-initials.ms-Persona-initials--lightGreen {
  background-color: #99b433;
}

.ms-Persona-initials.ms-Persona-initials--green {
  background-color: #00a300;
}

.ms-Persona-initials.ms-Persona-initials--darkGreen {
  background-color: #1e7145;
}

.ms-Persona-initials.ms-Persona-initials--lightPink {
  background-color: #e773bd;
}

.ms-Persona-initials.ms-Persona-initials--pink {
  background-color: #ff0097;
}

.ms-Persona-initials.ms-Persona-initials--magenta {
  background-color: #7e3878;
}

.ms-Persona-initials.ms-Persona-initials--purple {
  background-color: #603cba;
}

.ms-Persona-initials.ms-Persona-initials--black {
  background-color: #1d1d1d;
}

.ms-Persona-initials.ms-Persona-initials--orange {
  background-color: #da532c;
}

.ms-Persona-initials.ms-Persona-initials--red {
  background-color: #ee1111;
}

.ms-Persona-initials.ms-Persona-initials--darkRed {
  background-color: #b91d47;
}

.ms-Persona-image {
  display: table-cell;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}

.ms-Persona-image[src=''] {
  display: none;
}

.ms-Persona-presence {
  background-color: #5dd255;
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: auto;
  left: 34px;
  bottom: -1px;
  border: 2px solid #ffffff;
}

.ms-Persona-details {
  display: table-cell;
  padding: 0 12px;
  vertical-align: middle;
  overflow: hidden;
}

.ms-Persona-primaryText,
.ms-Persona-secondaryText,
.ms-Persona-tertiaryText,
.ms-Persona-optionalText {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-Persona-primaryText {
  color: #333333;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 17px;
  margin-top: -3px;
  line-height: 1.4;
}

.ms-Persona-secondaryText,
.ms-Persona-tertiaryText,
.ms-Persona-optionalText {
  color: #666666;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.3;
}

.ms-Persona-secondaryText {
  padding-top: 3px;
}

.ms-Persona-tertiaryText,
.ms-Persona-optionalText {
  padding-top: 5px;
  display: none;
}

.ms-Persona.ms-Persona--square .ms-Persona-imageArea {
  background-color: #a6a6a6;
  border-radius: 0;
}

.ms-Persona.ms-Persona--square .ms-Persona-presence {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  height: 48px;
  width: 5px;
  border-radius: 0;
  border: 0;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Persona.ms-Persona--square .ms-Persona-presence {
    border: 1px solid #ffffff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Persona.ms-Persona--square .ms-Persona-presence {
    border: 1px solid #000000;
  }
}

.ms-Persona.ms-Persona--tiny {
  height: 30px;
  display: inline-block;
}

.ms-Persona.ms-Persona--tiny .ms-Persona-imageArea {
  overflow: visible;
  background: transparent;
  height: 0;
  width: 0;
}

.ms-Persona.ms-Persona--tiny .ms-Persona-presence {
  right: auto;
  top: 10px;
  left: 0;
  border: 0;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Persona.ms-Persona--tiny .ms-Persona-presence {
    top: 9px;
    border: 1px solid #ffffff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Persona.ms-Persona--tiny .ms-Persona-presence {
    border: 1px solid #000000;
  }
}

.ms-Persona.ms-Persona--tiny .ms-Persona-details {
  padding-left: 20px;
}

.ms-Persona.ms-Persona--tiny .ms-Persona-primaryText {
  font-size: 14px;
  padding-top: 9px;
}

.ms-Persona.ms-Persona--tiny .ms-Persona-secondaryText {
  display: none;
}

.ms-Persona.ms-Persona--tiny.ms-Persona--readonly {
  padding: 0;
  background-color: transparent;
}

.ms-Persona.ms-Persona--tiny.ms-Persona--readonly .ms-Persona-primaryText:after {
  content: ';';
}

.ms-Persona.ms-Persona--square.ms-Persona--tiny .ms-Persona-presence {
  height: 12px;
  width: 12px;
  top: 10px;
}

.ms-Persona.ms-Persona--xs .ms-Persona-imageArea,
.ms-Persona.ms-Persona--xs .ms-Persona-image {
  width: 32px;
  height: 32px;
}

.ms-Persona.ms-Persona--xs .ms-Persona-placeholder {
  font-size: 28px;
  top: 6px;
}

.ms-Persona.ms-Persona--xs .ms-Persona-initials {
  font-size: 12px;
  line-height: 32px;
}

.ms-Persona.ms-Persona--xs .ms-Persona-presence {
  left: 19px;
}

.ms-Persona.ms-Persona--xs .ms-Persona-details {
  padding-left: 8px;
}

.ms-Persona.ms-Persona--xs .ms-Persona-primaryText {
  font-size: 14px;
  padding-top: 3px;
}

.ms-Persona.ms-Persona--xs .ms-Persona-secondaryText {
  display: none;
}

.ms-Persona.ms-Persona--square.ms-Persona--xs .ms-Persona-presence {
  height: 32px;
  width: 4px;
  left: 0;
}

.ms-Persona.ms-Persona--sm .ms-Persona-imageArea,
.ms-Persona.ms-Persona--sm .ms-Persona-image {
  width: 40px;
  height: 40px;
}

.ms-Persona.ms-Persona--sm .ms-Persona-placeholder {
  font-size: 38px;
  top: 5px;
}

.ms-Persona.ms-Persona--sm .ms-Persona-initials {
  font-size: 14px;
  line-height: 40px;
}

.ms-Persona.ms-Persona--sm .ms-Persona-presence {
  left: 27px;
}

.ms-Persona.ms-Persona--sm .ms-Persona-details {
  padding-left: 8px;
}

.ms-Persona.ms-Persona--sm .ms-Persona-primaryText {
  font-size: 14px;
}

.ms-Persona.ms-Persona--sm .ms-Persona-primaryText,
.ms-Persona.ms-Persona--sm .ms-Persona-secondaryText {
  padding-top: 1px;
}

.ms-Persona.ms-Persona--square.ms-Persona--sm .ms-Persona-presence {
  height: 40px;
  width: 4px;
  left: 0;
}

.ms-Persona.ms-Persona--lg .ms-Persona-imageArea,
.ms-Persona.ms-Persona--lg .ms-Persona-image {
  width: 72px;
  height: 72px;
}

.ms-Persona.ms-Persona--lg .ms-Persona-placeholder {
  font-size: 67px;
  top: 10px;
}

.ms-Persona.ms-Persona--lg .ms-Persona-initials {
  font-size: 28px;
  line-height: 72px;
}

.ms-Persona.ms-Persona--lg .ms-Persona-presence {
  left: 49px;
}

.ms-Persona.ms-Persona--lg .ms-Persona-secondaryText {
  padding-top: 3px;
}

.ms-Persona.ms-Persona--lg .ms-Persona-tertiaryText {
  padding-top: 5px;
}

.ms-Persona.ms-Persona--lg .ms-Persona-tertiaryText {
  display: block;
}

.ms-Persona.ms-Persona--square.ms-Persona--lg .ms-Persona-presence {
  height: 72px;
  width: 7px;
  left: 0;
}

.ms-Persona.ms-Persona--xl .ms-Persona-imageArea,
.ms-Persona.ms-Persona--xl .ms-Persona-image {
  width: 100px;
  height: 100px;
}

.ms-Persona.ms-Persona--xl .ms-Persona-placeholder {
  font-size: 95px;
  top: 12px;
}

.ms-Persona.ms-Persona--xl .ms-Persona-initials {
  font-size: 42px;
  line-height: 100px;
}

.ms-Persona.ms-Persona--xl .ms-Persona-presence {
  height: 20px;
  width: 20px;
  left: 71px;
}

.ms-Persona.ms-Persona--xl .ms-Persona-details {
  padding-left: 20px;
}

.ms-Persona.ms-Persona--xl .ms-Persona-primaryText {
  font-size: 21px;
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
  margin-top: 0;
}

.ms-Persona.ms-Persona--xl .ms-Persona-secondaryText {
  padding-top: 2px;
}

.ms-Persona.ms-Persona--xl .ms-Persona-tertiaryText,
.ms-Persona.ms-Persona--xl .ms-Persona-optionalText {
  padding-top: 5px;
  display: block;
}

.ms-Persona.ms-Persona--square.ms-Persona--xl .ms-Persona-presence {
  height: 100px;
  width: 9px;
  left: 0;
}

.ms-Persona.ms-Persona--darkText .ms-Persona-primaryText {
  color: #212121;
}

.ms-Persona.ms-Persona--darkText .ms-Persona-secondaryText,
.ms-Persona.ms-Persona--darkText .ms-Persona-tertiaryText,
.ms-Persona.ms-Persona--darkText .ms-Persona-optionalText {
  color: #333333;
}

.ms-Persona.ms-Persona--selectable {
  cursor: pointer;
  padding: 0 10px;
}

.ms-Persona.ms-Persona--selectable:not(.ms-Persona--xl):hover,
.ms-Persona.ms-Persona--selectable:not(.ms-Persona--xl):focus {
  background-color: #deecf9;
  outline: 1px solid transparent;
}

.ms-Persona.ms-Persona--available .ms-Persona-presence {
  background-color: #5dd255;
}

.ms-Persona.ms-Persona--away .ms-Persona-presence {
  background-color: #ffd200;
}

.ms-Persona.ms-Persona--blocked .ms-Persona-presence {
  background-color: #dedede;
  background-image: linear-gradient(to bottom, #dedede 0%, #dedede 48%, #c72d25 40%, #c72d25 58%, #dedede 52%, #dedede 100%);
}

.ms-Persona.ms-Persona--busy .ms-Persona-presence {
  background-color: #d93b3b;
  background: repeating-linear-gradient(-45deg, #e57a79, #e57a79 1px, #d00e0d 0px, #d00e0d 2px);
}

.ms-Persona.ms-Persona--busy.ms-Persona--square .ms-Persona-presence {
  background-color: #d93b3b;
  background: repeating-linear-gradient(-45deg, #e57a79, #e57a79 3px, #d00e0d 3px, #d00e0d 6px);
}

.ms-Persona.ms-Persona--dnd .ms-Persona-presence {
  background-color: #c72d25;
  background-image: linear-gradient(to bottom, #c72d25 0%, #c72d25 48%, #ffffff 48%, #ffffff 52%, #c72d25 52%, #c72d25 100%);
}

.ms-Persona.ms-Persona--offline .ms-Persona-presence {
  background-color: #b6cfd8;
}

.ms-OrgChart {
  color: #333333;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.ms-OrgChart-groupTitle {
  color: #666666;
  line-height: 1;
}

.ms-OrgChart-list {
  padding: 0;
  margin: 12px 0 16px 0;
}

.ms-OrgChart-listItem {
  height: 50px;
  width: 100%;
  position: relative;
  list-style: none;
  margin-bottom: 8px;
}

.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;
  outline: transparent;
}
