/* 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-SearchBox {
  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;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

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

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

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

.ms-SearchBox.is-disabled .ms-SearchBox-icon {
  color: #c8c8c8;
}

.ms-SearchBox.is-disabled .ms-SearchBox-field {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  pointer-events: none;
  cursor: default;
}

.ms-SearchBox.is-active .ms-SearchBox-closeButton {
  display: block;
  outline: transparent 1px solid;
}

.ms-SearchBox-field {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 1px solid #71afe5;
  outline: transparent 1px solid;
  border-radius: 0;
  font-family: 'Segoe UI Semilight WestEuropean', 'Segoe UI Semilight', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  height: 32px;
  padding: 6px 3px 7px 10px;
  width: 180px;
  background-color: transparent;
  z-index: 5;
}

.ms-SearchBox-field.hovering {
  border-color: #0078d7;
  background-color: #deecf9;
}

.ms-SearchBox-field.hovering + .ms-SearchBox-label {
  color: #000000;
}

.ms-SearchBox-field.hovering + .ms-SearchBox-label .ms-Icon {
  color: #333333;
}

.ms-SearchBox-field:focus {
  padding: 6px 32px 7px 10px;
  border-color: #0078d7;
  background-color: #deecf9;
}

.ms-SearchBox-field::-ms-clear {
  display: none;
}

.ms-SearchBox-closeButton {
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  width: 32px;
  background-color: #0078d7;
  text-align: center;
  display: none;
  font-size: 17px;
  color: #ffffff;
  z-index: 10;
}

.ms-SearchBox-label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 8px;
  line-height: 32px;
  color: #666666;
}

.ms-SearchBox-icon {
  margin-right: 7px;
  font-size: 17px;
  color: #767676;
}
