/* 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.1
 * 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: inline-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-ChoiceField {
  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;
  min-height: 36px;
  position: relative;
}

.ms-ChoiceField .ms-Label {
  font-size: 14px;
  padding: 0 0 0 26px;
}

.ms-ChoiceField-input:disabled + .ms-ChoiceField-field {
  pointer-events: none;
  cursor: default;
}

.ms-ChoiceField-input:disabled + .ms-ChoiceField-field:before {
  background-color: #c8c8c8;
  color: #c8c8c8;
}

.ms-ChoiceField-input:disabled + .ms-ChoiceField-field:after {
  border-color: #eaeaea;
}

.ms-ChoiceField-input:disabled + .ms-ChoiceField-field .ms-Label {
  color: #a6a6a6;
}

@media screen and (-ms-high-contrast: active) {
  .ms-ChoiceField-input:disabled + .ms-ChoiceField-field:before {
    background-color: #00ff00;
    color: #00ff00;
  }

  .ms-ChoiceField-input:disabled + .ms-ChoiceField-field:after {
    border-color: #00ff00;
  }

  .ms-ChoiceField-input:disabled + .ms-ChoiceField-field .ms-Label {
    color: #00ff00;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-ChoiceField-input:disabled + .ms-ChoiceField-field:before {
    background-color: #600000;
    color: #600000;
  }

  .ms-ChoiceField-input:disabled + .ms-ChoiceField-field:after {
    border-color: #600000;
  }

  .ms-ChoiceField-input:disabled + .ms-ChoiceField-field .ms-Label {
    color: #600000;
  }
}

.ms-ChoiceField-input {
  position: absolute;
  opacity: 0;
  top: 8px;
}

.ms-ChoiceField-input:focus:not(:disabled) + .ms-ChoiceField-field:after {
  border-color: #767676;
}

.ms-ChoiceField-field {
  display: inline-block;
  cursor: pointer;
  margin-top: 8px;
  position: relative;
}

.ms-ChoiceField-field:after {
  content: '';
  display: inline-block;
  border: 1px #c8c8c8 solid;
  width: 19px;
  height: 19px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  position: absolute;
}

.ms-ChoiceField-field:hover:after {
  border-color: #767676;
}

.ms-ChoiceField-field:hover .ms-Label {
  color: #000000;
}

.ms-ChoiceField-input:checked + .ms-ChoiceField-field:before {
  background-color: #666666;
  border-color: #666666;
  color: #666666;
  border-radius: 50%;
  content: '\00a0';
  display: inline-block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 4px;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
}

@media screen and (-ms-high-contrast: active) {
  .ms-ChoiceField-input:checked + .ms-ChoiceField-field:before {
    border-color: #ffffff;
    background-color: #ffffff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-ChoiceField-input:checked + .ms-ChoiceField-field:before {
    border-color: #000000;
    background-color: #000000;
  }
}

.ms-ChoiceField-input:checked + .ms-ChoiceField-field:hover:before {
  background-color: #212121;
  color: #212121;
}

.ms-ChoiceField-input[type='checkbox'] + .ms-ChoiceField-field:after {
  border-radius: 0;
}

.ms-ChoiceField-input[type='checkbox']:checked + .ms-ChoiceField-field:before {
  -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: '\e041';
  background-color: transparent;
  border-radius: 0;
  font-size: 13px;
  top: 3px;
  left: 3px;
}

@media screen and (-ms-high-contrast: active) {
  .ms-ChoiceField-input[type='checkbox']:checked + .ms-ChoiceField-field:before {
    color: #ffffff;
    border-color: transparent;
    background-color: transparent;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-ChoiceField-input[type='checkbox']:checked + .ms-ChoiceField-field:before {
    color: #000000;
    border-color: transparent;
    background-color: transparent;
  }
}

.ms-ChoiceFieldGroup {
  margin-bottom: 4px;
}