/* 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-Button {
  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: #f4f4f4;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  min-width: 80px;
  padding: 4px 20px 6px;
}

.ms-Button:hover {
  background-color: #eaeaea;
  border-color: #eaeaea;
  outline: 1px solid transparent;
}

.ms-Button:hover .ms-Button-label {
  color: #000000;
}

.ms-Button:focus {
  background-color: #eaeaea;
  border-color: #0078d7;
  outline: 1px solid transparent;
}

.ms-Button:focus .ms-Button-label {
  color: #000000;
}

.ms-Button:active {
  background-color: #0078d7;
  border-color: #0078d7;
}

.ms-Button:active .ms-Button-label {
  color: #ffffff;
}

.ms-Button:disabled,
.ms-Button.is-disabled {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  cursor: default;
}

.ms-Button:disabled .ms-Button-label,
.ms-Button.is-disabled .ms-Button-label {
  color: #a6a6a6;
}

.ms-Button:disabled:hover,
.ms-Button:disabled:focus,
.ms-Button.is-disabled:hover,
.ms-Button.is-disabled:focus {
  outline: 0;
}

.ms-Button + .ms-Button {
  margin-left: 6px;
}

.ms-Button-label {
  color: #333333;
  font-family: 'Segoe UI Semibold WestEuropean', 'Segoe UI Semibold', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 14px;
}

.ms-Button-icon,
.ms-Button-description {
  display: none;
}

.ms-Button.ms-Button--primary {
  background-color: #0078d7;
  border-color: #0078d7;
}

.ms-Button.ms-Button--primary .ms-Button-label {
  color: #ffffff;
}

.ms-Button.ms-Button--primary:hover {
  background-color: #005a9e;
  border-color: #005a9e;
}

.ms-Button.ms-Button--primary:focus {
  background-color: #005a9e;
  border-color: #004578;
}

.ms-Button.ms-Button--primary:active {
  background-color: #0078d7;
  border-color: #0078d7;
}

.ms-Button.ms-Button--primary:disabled,
.ms-Button.ms-Button--primary.is-disabled {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.ms-Button.ms-Button--primary:disabled .ms-Button-label,
.ms-Button.ms-Button--primary.is-disabled .ms-Button-label {
  color: #a6a6a6;
}

.ms-Button.ms-Button--hero {
  background-color: transparent;
  border: none;
  vertical-align: top;
  line-height: normal;
}

.ms-Button.ms-Button--hero .ms-Button-icon {
  color: #0078d7;
  display: inline-block;
  font-size: 12px;
  position: relative;
  top: -8px;
  text-align: center;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon {
  border-radius: 18px;
  border: 1px solid #0078d7;
  height: 18px;
  line-height: 18px;
  width: 18px;
  font-size: 12px;
  margin: 0;
}

.ms-Button.ms-Button--hero .ms-Button-label {
  color: #0078d7;
  font-family: 'Segoe UI Light WestEuropean', 'Segoe UI Light', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 21px;
  position: relative;
  top: -5px;
  text-decoration: none;
}

.ms-Button.ms-Button--hero:hover .ms-Button-icon .ms-Icon,
.ms-Button.ms-Button--hero:focus .ms-Button-icon .ms-Icon {
  color: #005a9e;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label {
  color: #004578;
}

.ms-Button.ms-Button--hero:active .ms-Button-icon .ms-Icon {
  color: #0078d7;
}

.ms-Button.ms-Button--hero:active .ms-Button-label {
  color: #0078d7;
}

.ms-Button.ms-Button--hero:disabled .ms-Button-icon .ms-Icon,
.ms-Button.ms-Button--hero.is-disabled .ms-Button-icon .ms-Icon {
  color: #c8c8c8;
}

.ms-Button.ms-Button--hero:disabled .ms-Button-label,
.ms-Button.ms-Button--hero.is-disabled .ms-Button-label {
  color: #a6a6a6;
}

.ms-Button.ms-Button--compound {
  height: auto;
  min-height: 72px;
  max-width: 280px;
  padding: 20px;
}

.ms-Button.ms-Button--compound .ms-Button-label {
  display: block;
  font-family: 'Segoe UI Semibold WestEuropean', 'Segoe UI Semibold', 'Segoe UI', Tahoma, Arial, sans-serif;
  position: relative;
  text-align: left;
  margin-top: -5px;
}

.ms-Button.ms-Button--compound .ms-Button-description {
  color: #666666;
  display: block;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 12px;
  position: relative;
  text-align: left;
  top: 3px;
}

.ms-Button.ms-Button--compound:hover .ms-Button-description {
  color: #212121;
}

.ms-Button.ms-Button--compound:focus {
  border-color: #0078d7;
  background-color: #f4f4f4;
}

.ms-Button.ms-Button--compound:focus .ms-Button-label {
  color: #333333;
}

.ms-Button.ms-Button--compound:focus .ms-Button-description {
  color: #666666;
}

.ms-Button.ms-Button--compound:active {
  background-color: #0078d7;
}

.ms-Button.ms-Button--compound:active .ms-Button-description,
.ms-Button.ms-Button--compound:active .ms-Button-label {
  color: #ffffff;
}

.ms-Button.ms-Button--compound:disabled .ms-Button-label,
.ms-Button.ms-Button--compound:disabled .ms-Button-description,
.ms-Button.ms-Button--compound.is-disabled .ms-Button-label,
.ms-Button.ms-Button--compound.is-disabled .ms-Button-description {
  color: #a6a6a6;
}

.ms-Button.ms-Button--compound:disabled:focus,
.ms-Button.ms-Button--compound:disabled:active,
.ms-Button.ms-Button--compound.is-disabled:focus,
.ms-Button.ms-Button--compound.is-disabled:active {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.ms-Button.ms-Button--compound:disabled:focus .ms-Button-label,
.ms-Button.ms-Button--compound:disabled:focus .ms-Button-description,
.ms-Button.ms-Button--compound:disabled:active .ms-Button-label,
.ms-Button.ms-Button--compound:disabled:active .ms-Button-description,
.ms-Button.ms-Button--compound.is-disabled:focus .ms-Button-label,
.ms-Button.ms-Button--compound.is-disabled:focus .ms-Button-description,
.ms-Button.ms-Button--compound.is-disabled:active .ms-Button-label,
.ms-Button.ms-Button--compound.is-disabled:active .ms-Button-description {
  color: #a6a6a6;
}

.ms-Button.ms-Button--command {
  background-color: transparent;
  border: none;
  height: 32px;
  line-height: 32px;
  min-width: 0;
  padding: 0 8px;
  text-align: left;
  font-size: 14px;
}

.ms-Button.ms-Button--command .ms-Button-icon {
  color: #666666;
  display: inline-block;
  margin-right: 4px;
  position: relative;
}

.ms-Button.ms-Button--command .ms-Button-label {
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.ms-Button.ms-Button--command:hover .ms-Button-icon,
.ms-Button.ms-Button--command:focus .ms-Button-icon {
  color: #212121;
}

.ms-Button.ms-Button--command:hover .ms-Button-label,
.ms-Button.ms-Button--command:focus .ms-Button-label {
  color: #000000;
}

.ms-Button.ms-Button--command:active .ms-Button-icon,
.ms-Button.ms-Button--command:active .ms-Button-label {
  color: #0078d7;
}

.ms-Button.ms-Button--command:disabled .ms-Button-icon,
.ms-Button.ms-Button--command.is-disabled .ms-Button-icon {
  color: #c8c8c8;
}

.ms-Button.ms-Button--command:disabled .ms-Button-label,
.ms-Button.ms-Button--command.is-disabled .ms-Button-label {
  color: #a6a6a6;
}

.ms-Button.ms-Button--command + .ms-Button.ms-Button--command {
  margin-left: 14px;
}

.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-Link {
  color: #0078d7;
  text-decoration: none;
  cursor: pointer;
}

.ms-Link:hover,
.ms-Link:focus {
  color: #004578;
}

.ms-Link:active {
  color: #0078d7;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Link {
    color: #8080ff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Link {
    color: #00009f;
  }
}

.ms-Callout {
  z-index: 100;
  margin: 16px auto;
  position: relative;
  width: 288px;
}

.ms-Callout.ms-Callout--arrowRight:before,
.ms-Callout.ms-Callout--arrowRight:after,
.ms-Callout.ms-Callout--arrowLeft:before,
.ms-Callout.ms-Callout--arrowLeft:after,
.ms-Callout.ms-Callout--arrowBottom:before,
.ms-Callout.ms-Callout--arrowBottom:after,
.ms-Callout.ms-Callout--arrowTop:before,
.ms-Callout.ms-Callout--arrowTop:after {
  content: '';
  position: absolute;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  height: 0;
  width: 0;
}

.ms-Callout.ms-Callout--arrowRight:before,
.ms-Callout.ms-Callout--arrowLeft:before,
.ms-Callout.ms-Callout--arrowBottom:before,
.ms-Callout.ms-Callout--arrowTop:before {
  z-index: 0;
  outline: 1px solid transparent;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.ms-Callout.ms-Callout--arrowRight:after,
.ms-Callout.ms-Callout--arrowLeft:after,
.ms-Callout.ms-Callout--arrowBottom:after,
.ms-Callout.ms-Callout--arrowTop:after {
  z-index: 10;
}

.ms-Callout.ms-Callout--arrowLeft:before,
.ms-Callout.ms-Callout--arrowLeft:after,
.ms-Callout.ms-Callout--arrowRight:before,
.ms-Callout.ms-Callout--arrowRight:after {
  top: 40px;
  display: none;
}

.ms-Callout.ms-Callout--arrowLeft:before,
.ms-Callout.ms-Callout--arrowLeft:after {
  border-top: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  left: -10px;
}

.ms-Callout.ms-Callout--arrowRight:before,
.ms-Callout.ms-Callout--arrowRight:after {
  border-top: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  right: -10px;
}

.ms-Callout.ms-Callout--arrowTop:before,
.ms-Callout.ms-Callout--arrowTop:after,
.ms-Callout.ms-Callout--arrowBottom:before,
.ms-Callout.ms-Callout--arrowBottom:after {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}

.ms-Callout.ms-Callout--arrowTop:before,
.ms-Callout.ms-Callout--arrowTop:after {
  border-top: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px;
}

.ms-Callout.ms-Callout--arrowBottom:before,
.ms-Callout.ms-Callout--arrowBottom:after {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  bottom: -10px;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Callout.ms-Callout--arrowRight:before,
  .ms-Callout.ms-Callout--arrowRight:after,
  .ms-Callout.ms-Callout--arrowLeft:before,
  .ms-Callout.ms-Callout--arrowLeft:after,
  .ms-Callout.ms-Callout--arrowBottom:before,
  .ms-Callout.ms-Callout--arrowBottom:after,
  .ms-Callout.ms-Callout--arrowTop:before,
  .ms-Callout.ms-Callout--arrowTop:after {
    border: 0;
    width: 20px;
    height: 20px;
    background-color: #000000;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Callout.ms-Callout--arrowRight:before,
  .ms-Callout.ms-Callout--arrowRight:after,
  .ms-Callout.ms-Callout--arrowLeft:before,
  .ms-Callout.ms-Callout--arrowLeft:after,
  .ms-Callout.ms-Callout--arrowBottom:before,
  .ms-Callout.ms-Callout--arrowBottom:after,
  .ms-Callout.ms-Callout--arrowTop:before,
  .ms-Callout.ms-Callout--arrowTop:after {
    background-color: #ffffff;
  }
}

.ms-Callout-main {
  position: relative;
  background-color: #ffffff;
  box-sizing: border-box;
  outline: 1px solid transparent;
  z-index: 5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.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;
}

.ms-Callout-inner {
  height: 100%;
  padding: 0 24px 20px;
}

.ms-Callout-header {
  z-index: 105;
  padding: 18px 24px 12px;
}

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

.ms-Callout-subText {
  margin: 0;
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
  color: #333333;
  font-size: 12px;
}

.ms-Callout-link {
  font-size: 14px;
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.ms-Callout-actions {
  position: relative;
  margin-top: 20px;
  width: 100%;
  white-space: nowrap;
}

.ms-Callout-actions .ms-Link.ms-Link--hero {
  position: relative;
  left: -8px;
}

.ms-Callout-action {
  position: relative;
  top: 4px;
  left: -8px;
  margin-left: 0 !important;
}

.ms-Callout-action:hover .ms-Callout-actionIcon,
.ms-Callout-action:focus .ms-Callout-actionIcon {
  color: #0078d7;
}

.ms-Callout-button {
  margin-right: 12px;
}

.ms-Callout.ms-Callout--close .ms-Callout-title {
  margin-right: 20px;
}

.ms-Callout.ms-Callout--OOBE.ms-Callout--arrowRight:before,
.ms-Callout.ms-Callout--OOBE.ms-Callout--arrowRight:after,
.ms-Callout.ms-Callout--OOBE.ms-Callout--arrowLeft:before,
.ms-Callout.ms-Callout--OOBE.ms-Callout--arrowLeft:after,
.ms-Callout.ms-Callout--OOBE.ms-Callout--arrowTop:before,
.ms-Callout.ms-Callout--OOBE.ms-Callout--arrowTop:after {
  border-color: #0078d7;
  background-color: transparent;
}

.ms-Callout.ms-Callout--OOBE .ms-Callout-header {
  padding: 28px 24px;
  background-color: #0078d7;
}

.ms-Callout.ms-Callout--OOBE .ms-Callout-title {
  font-family: 'Segoe UI Light WestEuropean', 'Segoe UI Light', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 28px;
  color: #ffffff;
}

.ms-Callout.ms-Callout--OOBE .ms-Callout-inner {
  padding-top: 20px;
}

.ms-Callout.ms-Callout--OOBE .ms-Callout-subText {
  font-size: 14px;
}

.ms-Callout.ms-Callout--actionText .ms-Callout-actions {
  border-top: 1px solid #eaeaea;
  margin-bottom: -8px;
}

.ms-Callout.ms-Callout--peek.ms-Callout--arrowTop:before,
.ms-Callout.ms-Callout--peek.ms-Callout--arrowTop:after,
.ms-Callout.ms-Callout--peek.ms-Callout--arrowBottom:before,
.ms-Callout.ms-Callout--peek.ms-Callout--arrowBottom:after {
  left: 40px;
  right: auto;
}

.ms-Callout.ms-Callout--peek.ms-Callout--arrowRight:before,
.ms-Callout.ms-Callout--peek.ms-Callout--arrowRight:after,
.ms-Callout.ms-Callout--peek.ms-Callout--arrowLeft:before,
.ms-Callout.ms-Callout--peek.ms-Callout--arrowLeft:after {
  top: calc('50% - 10px');
}

.ms-Callout.ms-Callout--peek .ms-Callout-header {
  padding-bottom: 0;
}

.ms-Callout.ms-Callout--peek .ms-Callout-title {
  font-size: 14px;
}

.ms-Callout.ms-Callout--peek .ms-Callout-actions {
  margin-top: 12px;
  margin-bottom: -4px;
}

@media (min-width: 480px) {
  .ms-Callout {
    width: 300px;
    margin: 16px;
  }

  .ms-Callout.ms-Callout--arrowRight:before,
  .ms-Callout.ms-Callout--arrowRight:after,
  .ms-Callout.ms-Callout--arrowLeft:before,
  .ms-Callout.ms-Callout--arrowLeft:after {
    display: block;
  }
}
