/***BEGIN core.css***/
/* Global layout styles for TFS */
/* Colors used specifically in TFS */
body {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

body .ms-Fabric {
  color: inherit; }

body .ms-Panel-main {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

body.ms-vss-web-vsts-theme-hc-dark .ms-Panel-commands, body.ms-vss-web-vsts-theme-hc-dark
.ms-Panel-contentInner {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1)); }

body.ms-vss-web-vsts-theme-hc-light .ms-Panel-commands, body.ms-vss-web-vsts-theme-hc-light
.ms-Panel-contentInner {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1)); }

.tfs-unhandled-error {
  font-size: 14px;
  padding: 10px;
  border: 2px solid rgba(218, 10, 0, 1);
  border: 2px solid var(--component-errorBoundary-border-color,rgba(218, 10, 0, 1));
  background-color: rgba(249, 235, 235, 1);
  background-color: var(--component-errorBoundary-background-color,rgba(249, 235, 235, 1));
  overflow: auto; }
  .tfs-unhandled-error .tfs-unhandled-error--title {
    font-weight: 300;
    font-size: 18px; }
  .tfs-unhandled-error .tfs-unhandled-error--buttons {
    margin-top: 10px; }
    .tfs-unhandled-error .tfs-unhandled-error--buttons button {
      margin-right: 10px; }
  .tfs-unhandled-error .tfs-unhandled-error--moreInfo {
    margin-top: 10px; }
  .tfs-unhandled-error .tfs-unhandled-error--stack {
    white-space: pre-wrap; }

.project-persona .vss-Persona-content {
  border-radius: 4px; }
/***END core.css***/

