/* 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-Label {
  color: #333333;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  padding: 5px 0;
}

.ms-Label.is-required:after {
  content: ' *';
  color: #a80000;
}

.ms-Label.is-disabled {
  color: #a6a6a6;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Label.is-disabled {
    color: #00ff00;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Label.is-disabled {
    color: #600000;
  }
}

.is-disabled .ms-Label {
  color: #a6a6a6;
}

@media screen and (-ms-high-contrast: active) {
  .is-disabled .ms-Label {
    color: #00ff00;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .is-disabled .ms-Label {
    color: #600000;
  }
}

.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,
.ms-PeoplePicker-result .ms-Persona:hover .ms-Persona-primaryText {
  color: #212121;
}

.ms-Persona.ms-Persona--darkText .ms-Persona-secondaryText,
.ms-PeoplePicker-result .ms-Persona:hover .ms-Persona-secondaryText,
.ms-Persona.ms-Persona--darkText .ms-Persona-tertiaryText,
.ms-PeoplePicker-result .ms-Persona:hover .ms-Persona-tertiaryText,
.ms-Persona.ms-Persona--darkText .ms-Persona-optionalText,
.ms-PeoplePicker-result .ms-Persona:hover .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-PersonaCard {
  color: #333333;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  animation-name: fadeIn, slideUpIn10;
  -webkit-animation-duration: 0.167s;
     -moz-animation-duration: 0.167s;
      -ms-animation-duration: 0.167s;
       -o-animation-duration: 0.167s;
  animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
  animation-fill-mode: both;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  outline: 1px solid transparent;
}

.ms-PersonaCard-persona {
  background-color: #f4f4f4;
}

.ms-PersonaCard-persona .ms-Persona .ms-Persona-imageArea {
  width: 80px;
  height: 80px;
  margin: 12px 0 12px 20px;
}

.ms-PersonaCard-persona .ms-Persona .ms-Persona-image {
  width: 80px;
  height: 80px;
}

.ms-PersonaCard-persona .ms-Persona .ms-Persona-placeholder {
  font-size: 75px;
  left: 1px;
  top: 11px;
}

.ms-PersonaCard-persona .ms-Persona .ms-Persona-initials {
  font-size: 28px;
  line-height: 80px;
}

.ms-PersonaCard-persona .ms-Persona .ms-Persona-presence {
  border-color: #f4f4f4;
  left: 77px;
  bottom: 12px;
}

.ms-PersonaCard-persona .ms-Persona .ms-Persona-tertiaryText,
.ms-PersonaCard-persona .ms-Persona .ms-Persona-optionalText {
  display: block;
}

.ms-PersonaCard-actions {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 10px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #ffffff;
  height: 48px;
}

.ms-PersonaCard-action,
.ms-PersonaCard-overflow {
  display: inline-block;
  cursor: pointer;
  font-size: 17px;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  color: #666666;
  position: relative;
  box-sizing: border-box;
}

.ms-PersonaCard-action:hover,
.ms-PersonaCard-overflow:hover {
  color: #212121;
}

.ms-PersonaCard-action:active,
.ms-PersonaCard-overflow:active {
  color: #0078d7;
}

.ms-PersonaCard-action.is-active,
.is-active.ms-PersonaCard-overflow {
  color: #0078d7;
}

.ms-PersonaCard-action.is-active:after,
.is-active.ms-PersonaCard-overflow:after {
  box-sizing: border-box;
  -ms-transform: rotate(45deg);
      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: 15px;
}

.ms-PersonaCard-overflow {
  font-size: 14px;
  color: #333333;
  float: right;
  margin-top: -1px;
}

.ms-PersonaCard-overflow:hover {
  color: #0078d7;
}

.ms-PersonaCard-orgChart {
  position: absolute;
  right: 12px;
  top: 0;
}

.ms-PersonaCard-actionDetailBox {
  min-height: 48px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
}

.ms-PersonaCard-actionDetails {
  list-style: none;
  width: 20%;
  float: left;
  min-height: 48px;
  color: #666666;
  padding: 9px 20px;
  transition: max-height 0.267s cubic-bezier(0.1, 0.9, 0.2, 1) 0.2s;
  box-sizing: border-box;
}

.ms-PersonaCard-actionDetails.is-collapsed {
  height: 30px;
  overflow: hidden;
}

.ms-PersonaCard-actionDetails.is-collapsed .ms-PersonaCard-detailExpander:after {
  content: '\e088';
}

.ms-PersonaCard-detailChat,
.ms-PersonaCard-detailPhone,
.ms-PersonaCard-detailVideo,
.ms-PersonaCard-detailMail,
.ms-PersonaCard-detailOrg {
  overflow: hidden;
  width: 500%;
  padding: 0;
  margin: 0;
}

.ms-PersonaCard-detailOrg {
  overflow-y: auto;
}

.ms-PersonaCard-detailChat {
  margin-left: 0;
}

.ms-PersonaCard-detailPhone {
  margin-left: -100%;
}

.ms-PersonaCard-detailVideo {
  margin-left: -200%;
}

.ms-PersonaCard-detailMail {
  margin-left: -300%;
}

.ms-PersonaCard-detailOrg {
  margin-left: -400%;
}

.ms-PersonaCard-detailChat .detail-1,
.ms-PersonaCard-detailPhone .detail-2,
.ms-PersonaCard-detailVideo .detail-3,
.ms-PersonaCard-detailMail .detail-4 {
  max-height: 78px;
  transition: max-height 0.25s ease;
}

.ms-PersonaCard-detailOrg .detail-5 {
  max-height: 300px;
  transition: max-height 0.25s ease;
}

.ms-PersonaCard-detailChat .detail-2,
.ms-PersonaCard-detailChat .detail-3,
.ms-PersonaCard-detailChat .detail-4,
.ms-PersonaCard-detailChat .detail-5,
.ms-PersonaCard-detailPhone .detail-1,
.ms-PersonaCard-detailPhone .detail-3,
.ms-PersonaCard-detailPhone .detail-4,
.ms-PersonaCard-detailPhone .detail-5,
.ms-PersonaCard-detailVideo .detail-1,
.ms-PersonaCard-detailVideo .detail-2,
.ms-PersonaCard-detailVideo .detail-4,
.ms-PersonaCard-detailVideo .detail-5,
.ms-PersonaCard-detailMail .detail-1,
.ms-PersonaCard-detailMail .detail-2,
.ms-PersonaCard-detailMail .detail-3,
.ms-PersonaCard-detailMail .detail-5,
.ms-PersonaCard-detailOrg .detail-1,
.ms-PersonaCard-detailOrg .detail-2,
.ms-PersonaCard-detailOrg .detail-3,
.ms-PersonaCard-detailOrg .detail-4 {
  max-height: 48px;
}

.ms-PersonaCard-detailExpander {
  color: #333333;
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-top: 1px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 30px;
}

.ms-PersonaCard-detailExpander:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Office365Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  content: '\e087';
}

.ms-PersonaCard-detailLine {
  color: #333333;
  line-height: 30px;
}

.ms-PersonaCard-detailLabel {
  color: #666666;
}

.ms-PersonaCard-action.ms-PersonaCard-orgChart:after,
.ms-PersonaCard-orgChart.ms-PersonaCard-overflow:after {
  display: none;
}

.ms-PersonaCard.ms-PersonaCard--square .ms-PersonaCard-persona .ms-Persona-imageArea,
.ms-PersonaCard.ms-PersonaCard--square .ms-PersonaCard-persona .ms-Persona-image {
  width: 100px;
  height: 100px;
  margin: 0;
}

.ms-PersonaCard.ms-PersonaCard--square .ms-PersonaCard-persona .ms-Persona-presence {
  left: 0;
}

@media (min-width: 480px) {
  .ms-PersonaCard {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    max-width: 360px;
    position: relative;
  }
}

.ms-Spinner {
  position: relative;
  height: 20px;
}

.ms-Spinner.ms-Spinner--large {
  height: 28px;
}

.ms-Spinner.ms-Spinner--large .ms-Spinner-label {
  left: 34px;
  top: 6px;
}

.ms-Spinner-circle {
  position: absolute;
  border-radius: 100px;
  background-color: #0078d7;
  opacity: 0;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Spinner-circle {
    background-color: #ffffff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Spinner-circle {
    background-color: #000000;
  }
}

.ms-Spinner-label {
  position: relative;
  color: #333333;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #0078d7;
  left: 28px;
  top: 2px;
}

.ms-PeoplePicker {
  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;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.ms-PeoplePicker-searchBox {
  *zoom: 1;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
}

.ms-PeoplePicker-searchBox:before,
.ms-PeoplePicker-searchBox:after {
  display: table;
  content: '';
  line-height: 0;
}

.ms-PeoplePicker-searchBox:after {
  clear: both;
}

.ms-PeoplePicker-searchBox:hover {
  border-color: #767676;
}

.ms-PeoplePicker.is-active .ms-PeoplePicker-searchBox {
  border-color: #0078d7;
}

.ms-PeoplePicker-searchField {
  border: 0;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 38px;
  outline: none;
  padding-left: 8px;
  width: 100%;
}

.ms-PeoplePicker-persona {
  display: inline-block;
  float: left;
  margin: 4px;
  outline: 1px solid transparent;
}

.ms-PeoplePicker-persona .ms-Persona {
  background-color: #f4f4f4;
  float: left;
  min-height: 30px;
}

.ms-PeoplePicker-persona.has-error .ms-Persona-primaryText {
  color: #a80000;
}

.ms-PeoplePicker-personaRemove {
  background: none;
  border: 0;
  cursor: pointer;
  background-color: #f4f4f4;
  color: #666666;
  display: inline-block;
  float: left;
  text-align: center;
  height: 32px;
  width: 32px;
}

.ms-PeoplePicker-personaRemove:hover {
  background-color: #eaeaea;
  color: #333333;
  cursor: pointer;
}

.ms-PeoplePicker-personaRemove:focus {
  background-color: #eaeaea;
  color: #333333;
  border: 1px solid #0078d7;
  outline: none;
}

.ms-PeoplePicker-results {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  display: none;
  margin-bottom: -1px;
  max-width: 340px;
  padding-top: 9px;
  position: absolute;
  z-index: 305;
}

.ms-PeoplePicker.is-active .ms-PeoplePicker-results {
  display: block;
  opacity: 1;
}

.ms-PeoplePicker-resultGroups {
  max-height: 309px;
  overflow-y: scroll;
}

.ms-PeoplePicker-resultGroup {
  border-top: 1px solid #eaeaea;
}

.ms-PeoplePicker-resultGroup:first-child {
  border-top: 0;
}

.ms-PeoplePicker-resultGroupTitle {
  color: #0078d7;
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 12px;
  padding: 17px 0 0 12px;
  text-transform: uppercase;
  height: 40px;
}

.ms-PeoplePicker-resultList {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: -1px;
  list-style-type: none;
}

.ms-PeoplePicker-result {
  position: relative;
}

.ms-PeoplePicker-result .ms-Persona:hover {
  cursor: pointer;
}

.ms-PeoplePicker-result .ms-Persona:active {
  background-color: #c7e0f4;
}

.ms-PeoplePicker-result .ms-Persona-details {
  width: 100%;
}

.ms-PeoplePicker-resultBtn,
.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 0;
  padding: 0 0 0 9px;
}

@media (min-width: 480px) {
  .ms-PeoplePicker-resultBtn,
  .ms-PeoplePicker-peopleListBtn {
    height: 48px;
  }
}

.ms-PeoplePicker-resultBtn:hover,
.ms-PeoplePicker-peopleListBtn:hover {
  background-color: #eaeaea;
  outline: 1px solid transparent;
}

.ms-PeoplePicker-resultBtn:focus,
.ms-PeoplePicker-peopleListBtn:focus {
  outline: 1;
}

.ms-PeoplePicker-resultBtn.ms-PeoplePicker-resultBtn--compact,
.ms-PeoplePicker-peopleListBtn.ms-PeoplePicker-resultBtn--compact {
  height: 32px;
}

.ms-PeoplePicker-peopleListBtn {
  margin-bottom: 0;
  padding: 0;
}

.ms-PeoplePicker-peopleListBtn:hover {
  background-color: transparent;
}

.ms-PeoplePicker-resultAction {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 34px;
  transition: background-color 0.367s cubic-bezier(0.1, 0.9, 0.2, 1);
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  text-align: center;
}

@media (min-width: 480px) {
  .ms-PeoplePicker-resultAction {
    height: 48px;
  }
}

.ms-PeoplePicker-resultAction .ms-Icon {
  color: #666666;
  font-size: 15px;
}

.ms-PeoplePicker-resultAction:hover {
  background-color: #c8c8c8;
  outline: 1px solid transparent;
}

.ms-PeoplePicker-resultAction:active {
  background-color: #71afe5;
}

.ms-PeoplePicker-resultAdditionalContent {
  display: none;
}

.ms-PeoplePicker-result.is-expanded {
  background-color: #f4f4f4;
  margin-bottom: 11px;
}

.ms-PeoplePicker-result.is-expanded .ms-PeoplePicker-resultAction .ms-Icon {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.ms-PeoplePicker-result.is-expanded .ms-PeoplePicker-resultAdditionalContent {
  display: block;
}

.ms-PeoplePicker-searchMore {
  border-top: 1px solid #eaeaea;
  height: 69px;
  position: relative;
  overflow: hidden;
}

.ms-PeoplePicker-searchMore .ms-Spinner {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 20px;
  left: 20px;
  display: none;
}

.ms-PeoplePicker-searchMore .ms-Spinner .ms-Spinner-circle {
  background-color: #0078d7;
}

.ms-PeoplePicker-searchMore.is-searching .ms-Spinner {
  display: block;
}

.ms-PeoplePicker-searchMore.is-searching .ms-PeoplePicker-searchMoreIcon .ms-Icon {
  display: none;
}

.ms-PeoplePicker-searchMore.is-searching .ms-PeoplePicker-searchMorePrimary {
  color: #0078d7;
}

.ms-PeoplePicker-searchMore.is-searching:hover {
  background-color: transparent;
  cursor: default;
}

.ms-PeoplePicker-searchMoreBtn {
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  height: 69px;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 70px;
  text-align: left;
}

.ms-PeoplePicker-searchMoreBtn:hover {
  background-color: #eaeaea;
  cursor: pointer;
}

.ms-PeoplePicker-searchMoreBtn:focus,
.ms-PeoplePicker-searchMoreBtn:active {
  background-color: #c7e0f4;
}

.ms-PeoplePicker-searchMoreBtn.ms-PeoplePicker-searchMoreBtn--compact {
  height: 49px;
  padding-left: 50px;
}

.ms-PeoplePicker-searchMoreIcon {
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
}

.ms-PeoplePicker-searchMoreIcon .ms-Icon {
  color: #333333;
  font-size: 16px;
  position: absolute;
  text-align: center;
  top: 27px;
  width: 100%;
}

.ms-PeoplePicker-searchMorePrimary {
  padding-top: 2px;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.ms-PeoplePicker-searchMoreSecondary {
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #666666;
}

.ms-PeoplePicker-searchMore.ms-PeoplePicker-searchMore--disconnected:hover {
  background-color: inherit;
  cursor: default;
}

.ms-PeoplePicker-searchMore.ms-PeoplePicker-searchMore--disconnected .ms-PeoplePicker-searchMoreIcon .ms-Icon {
  color: #666666;
}

.ms-PeoplePicker-searchMore.ms-PeoplePicker-searchMore--disconnected .ms-PeoplePicker-searchMorePrimary {
  color: #666666;
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 20px;
  position: relative;
  top: 12px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-resultGroups {
  max-height: 209px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-resultAction {
  height: 32px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-resultAction .ms-Icon {
  margin-top: -8px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMore {
  height: 49px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMore .ms-Spinner {
  width: 28px;
  height: 28px;
  top: 12px;
  left: 12px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMore.is-searching .ms-PeoplePicker-searchMoreIcon {
  background-size: 16px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMoreIcon {
  height: 50px;
  width: 50px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMoreIcon .ms-Icon {
  font-size: 17px;
  top: 0;
  margin-top: 0;
  line-height: 50px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMorePrimary {
  font-size: 12px;
  line-height: 45px;
}

.ms-PeoplePicker.ms-PeoplePicker--compact .ms-PeoplePicker-searchMoreSecondary {
  display: none;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchBox,
.ms-PeoplePicker.ms-PeoplePicker--membersList .ms-PeoplePicker-searchBox {
  height: 30px;
  min-height: 30px;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchField,
.ms-PeoplePicker.ms-PeoplePicker--membersList .ms-PeoplePicker-searchField {
  height: 28px;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-Persona,
.ms-PeoplePicker.ms-PeoplePicker--membersList .ms-Persona {
  cursor: pointer;
}

.ms-PeoplePicker-selected {
  margin-bottom: 20px;
  display: none;
}

.ms-PeoplePicker-selected.is-active {
  display: block;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile.is-searching .ms-PeoplePicker-results {
  border-bottom: 0;
  padding: 20px 0 0;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile.is-searching .ms-PeoplePicker-peopleListHeader {
  display: none;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results {
  position: relative;
  border: 0;
  box-shadow: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 479px) {
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results .ms-Persona-imageArea,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results .ms-Persona-image,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-selectedPeople .ms-Persona-imageArea,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-selectedPeople .ms-Persona-image {
    width: 32px;
    height: 32px;
  }

  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results .ms-Persona-placeholder,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-selectedPeople .ms-Persona-placeholder {
    font-size: 28px;
    top: 6px;
  }

  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results .ms-Persona-initials,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-selectedPeople .ms-Persona-initials {
    font-size: 12px;
    line-height: 32px;
  }

  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results .ms-Persona-presence,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-selectedPeople .ms-Persona-presence {
    left: 19px;
  }

  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results .ms-Persona-details,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-selectedPeople .ms-Persona-details {
    padding-left: 8px;
  }

  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results .ms-Persona-primaryText,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-selectedPeople .ms-Persona-primaryText {
    font-size: 14px;
    padding-top: 3px;
  }

  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results .ms-Persona-secondaryText,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-selectedPeople .ms-Persona-secondaryText {
    display: none;
  }
}

@media (min-width: 480px) {
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-results .ms-Persona .ms-Persona-secondaryText,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-selectedPeople .ms-Persona .ms-Persona-secondaryText {
    display: block;
  }
}

@media (min-width: 480px) {
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-resultBtn,
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-peopleListBtn {
    height: 42px;
  }
}

@media (min-width: 480px) {
  .ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-resultAction {
    height: 42px;
  }
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-Persona.ms-Persona--selectable {
  padding: 0;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchMore {
  display: none;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchMore.is-active {
  display: block;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchMore,
.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchMoreBtn,
.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchMoreIcon {
  height: 48px;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchMoreBtn {
  padding-left: 48px;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchMoreIcon {
  width: 48px;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchMorePrimary {
  font-size: 12px;
  line-height: 48px;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PeoplePicker-searchMoreIcon .ms-Icon {
  top: 0;
  line-height: 48px;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-Spinner {
  top: 16px;
  left: 14px;
  height: 20px;
  width: 20px;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PersonaCard {
  display: none;
  position: absolute;
  height: 200px;
}

.ms-PeoplePicker.ms-PeoplePicker--Facepile .ms-PersonaCard.is-active {
  display: block;
}

.ms-PeoplePicker-selectedHeader,
.ms-PeoplePicker-peopleListHeader {
  color: #0078d7;
  font-size: 12px;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  height: 50px;
  line-height: 50px;
}

.ms-PeoplePicker-selectedPeople,
.ms-PeoplePicker-peopleList {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-shadow: none;
  list-style: none;
}

.ms-PeoplePicker-selectedPerson {
  margin-bottom: 8px;
  position: relative;
}

.ms-PeoplePicker-peopleListItem {
  margin-bottom: 6px;
  position: relative;
}
