/* 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-Link {
  color: #0078d7;
  text-decoration: none;
  cursor: pointer;
}

.ms-Link:hover,
.ms-Link:focus {
  color: #004578;
}

.ms-Link:active {
  color: #0078d7;
}

@media screen and (-ms-high-contrast: active) {
  .ms-Link {
    color: #8080ff;
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .ms-Link {
    color: #00009f;
  }
}

/*
  Base template file
*/
.ms-MessageBar {
  padding: 8px;
  display: table;
  background-color: #f4f4f4;
}

.ms-MessageBar-icon,
.ms-MessageBar-text {
  display: table-cell;
  vertical-align: top;
}

.ms-MessageBar-icon {
  padding-right: 8px;
  font-size: 16px;
  color: #767676;
}

.ms-MessageBar-text {
  color: #333333;
  font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.ms-MessageBar.ms-MessageBar--warning {
  background-color: #fff4ce;
}

.ms-MessageBar.ms-MessageBar--severeWarning {
  background-color: #fed9cc;
}

.ms-MessageBar.ms-MessageBar--severeWarning .ms-MessageBar-icon {
  color: #d83b01;
}

.ms-MessageBar.ms-MessageBar--error {
  background-color: #fde7e9;
}

.ms-MessageBar.ms-MessageBar--error .ms-MessageBar-icon {
  color: #a80000;
}

.ms-MessageBar.ms-MessageBar--remove {
  background-color: #fde7e9;
}

.ms-MessageBar.ms-MessageBar--remove .ms-MessageBar-icon {
  color: #a80000;
}

.ms-MessageBar.ms-MessageBar--remove .ms-Icon {
  font-size: 8px;
  margin-left: 3px;
}

.ms-MessageBar.ms-MessageBar--success {
  background-color: #dff6dd;
}

.ms-MessageBar.ms-MessageBar--success .ms-MessageBar-icon {
  color: #107c10;
}

.ms-MessageBar.ms-MessageBar--success .ms-Icon {
  font-size: 12px;
  top: 3px;
}

.ms-MessageBar.ms-MessageBar--success .ms-Icon:before {
  margin-left: 1px;
}

.ms-MessageBar.ms-MessageBar--success .ms-Icon:after {
  font-size: 8px;
  margin-left: 3px;
  top: 1px;
}
