/*
  Your use of the content in the files referenced here is subject to the terms of the license at http://aka.ms/fabric-assets-license
*/
.headerBar {
  position: relative;
  margin-bottom: 5px;
}
.headerBar.isDisabled {
  color: "[theme:disabledText, default:#a19f9d]";
}
.headerBar.isDisabled .info {
  cursor: default;
}
.headerBar .header {
  margin-right: 24px;
}
.headerBar .info {
  position: absolute;
  font-size: 14px;
  background-color: transparent;
  top: 3px;
  right: 0px;
  cursor: pointer;
}

.headerCallout {
  padding: 10px;
}