@charset "utf-8";
/* CSS Document */

.notifyjs-metro-default {
  color: #fafafa !important;
  background-color: #ABB7B7;
  border: 1px solid #ABB7B7;
}
.notifyjs-metro-error {
  color: #fafafa !important;
  background-color: #f05050;
  border: 1px solid #ef5350;
}
.notifyjs-metro-custom {
  color: #fafafa !important;
  background-color: #5fbeaa;
  border: 1px solid #5fbeaa;
}
.notifyjs-metro-success {
  color: #fafafa !important;
  background-color: #81c868;
  border: 1px solid #33b86c;
}
.notifyjs-metro-info {
  color: #fafafa !important;
  background-color: #34d3eb;
  border: 1px solid #29b6f6;
}
.notifyjs-metro-warning {
  color: #fafafa !important;
  background-color: #ffbd4a;
  border: 1px solid #ffd740;
}
.notifyjs-metro-black {
  color: #fafafa !important;
  background-color: #4c5667;
  border: 1px solid #212121;
}
.notifyjs-metro-white {
  background-color: #e6eaed;
  border: 1px solid #ddd;
}
.notifyjs-corner {
  position: fixed;
  margin: 5px;
  z-index: 1050;
}

.notifyjs-corner .notifyjs-wrapper,
.notifyjs-corner .notifyjs-container {
  position: relative;
  display: block;
  height: inherit;
  width: inherit;
  margin: 3px;
}

.notifyjs-wrapper {
  z-index: 1;
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
}

.notifyjs-container {
  display: none;
  z-index: 1;
  position: absolute;
}

.notifyjs-hidable {
  cursor: pointer;
}

[data-notify-text],[data-notify-html] {
  position: relative;
}

.notifyjs-arrow {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
}