/* 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-Pivot {
  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;
  height: 40px;
  list-style-type: none;
  overflow-x: hidden;
  white-space: nowrap;
}

.ms-Pivot-link {
  color: #333333;
  display: inline-block;
  position: relative;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 40px;
  margin-right: 8px;
}

.ms-Pivot-link:after {
  content: '';
  width: 100%;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #0078d7;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Pivot-link:after {
    background-color: #1aebff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Pivot-link:after {
    background-color: #37006e;
  }
}

.ms-Pivot-link:hover,
.ms-Pivot-link:focus,
.ms-Pivot-link:active {
  color: #000000;
  cursor: pointer;
}

.ms-Pivot-link:hover + .ms-Pivot-dropdownIcon,
.ms-Pivot-link:focus + .ms-Pivot-dropdownIcon,
.ms-Pivot-link:active + .ms-Pivot-dropdownIcon {
  color: #212121;
}

.ms-Pivot-link:active {
  font-family: 'Segoe UI Semibold WestEuropean', 'Segoe UI Semibold', 'Segoe UI', Tahoma, Arial, sans-serif;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Pivot-link:active {
    color: #1aebff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Pivot-link:active {
    color: #37006e;
  }
}

.ms-Pivot-link:active:after {
  display: block;
}

.ms-Pivot-link.is-selected {
  color: #000000;
  font-family: 'Segoe UI Semibold WestEuropean', 'Segoe UI Semibold', 'Segoe UI', Tahoma, Arial, sans-serif;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Pivot-link.is-selected {
    color: #1aebff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Pivot-link.is-selected {
    color: #37006e;
  }
}

.ms-Pivot-link.is-selected:after {
  display: block;
}

.ms-Pivot-link.is-selected + .ms-Pivot-dropdownIcon {
  color: #212121;
}

.ms-Pivot-dropdownIcon {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.ms-Pivot-link.ms-Pivot-link--overflow {
  color: #666666;
}

.ms-Pivot-link.ms-Pivot-link--overflow.is-selected {
  color: #0078d7;
}

.ms-Pivot-link.ms-Pivot-link--overflow:hover:not(.is-selected),
.ms-Pivot-link.ms-Pivot-link--overflow:focus:not(.is-selected) {
  color: #212121;
}

.ms-Pivot-link.ms-Pivot-link--overflow:active:after {
  display: none;
}

.ms-Pivot-ellipsis {
  font-size: 15px;
  position: relative;
  top: 0;
}

.ms-Pivot.ms-Pivot--large .ms-Pivot-link {
  font-size: 17px;
}

.ms-Pivot.ms-Pivot--large .ms-Pivot-link:active {
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.ms-Pivot.ms-Pivot--large .ms-Pivot-link.is-selected {
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
}

.ms-Pivot.ms-Pivot--large .ms-Pivot-link.ms-Pivot-link--overflow:after {
  font-size: 17px;
}

.ms-Pivot.ms-Pivot--tabs {
  height: 40px;
}

.ms-Pivot.ms-Pivot--tabs .ms-Pivot-link {
  height: 40px;
  background-color: #f4f4f4;
  line-height: 40px;
  margin-right: -2px;
  padding: 0 10px;
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

.ms-Pivot.ms-Pivot--tabs .ms-Pivot-link:hover:not(.is-selected):not(.ms-Pivot-link--overflow),
.ms-Pivot.ms-Pivot--tabs .ms-Pivot-link:focus:not(.is-selected):not(.ms-Pivot-link--overflow) {
  color: #000000;
}

.ms-Pivot.ms-Pivot--tabs .ms-Pivot-link:active {
  color: #ffffff !important;
  background-color: #0078d7;
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link:active {
    background-color: #1aebff;
    color: #000000;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link:active {
    background-color: #37006e;
    color: #ffffff;
  }
}

.ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.is-selected {
  background-color: #0078d7;
  color: #ffffff;
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.is-selected {
    background-color: #1aebff;
    color: #000000;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.is-selected {
    background-color: #37006e;
    color: #ffffff;
  }
}

.ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.ms-Pivot-link--overflow:hover:not(.is-selected),
.ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.ms-Pivot-link--overflow:focus:not(.is-selected) {
  background-color: #ffffff;
}

.ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.ms-Pivot-link--overflow:active {
  background-color: #0078d7 !important;
}

@media (min-width: 640px) {
  .ms-Pivot-link {
    font-size: 14px;
  }

  .ms-Pivot-link.ms-Pivot-link--overflow:after {
    font-size: 14px;
  }
}

@media screen and (-ms-high-contrast: active) {
  .ms-Pivot.ms-Pivot--tabs .ms-Pivot-link.is-selected {
    font-family: 'Segoe UI Semibold WestEuropean', 'Segoe UI Semibold', 'Segoe UI', Tahoma, Arial, sans-serif;
  }
}
