﻿body > .jGrowl {
  position: fixed;
  top: 140px;
  right: 110px;
}
.jGrowl {
  color: #666666;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  z-index: 9999;
}
.jGrowl,
.jGrowl.center {
  top: 0;
}
.jGrowl-notification,
.jGrowl-closer {
  background: white;
  border: 1px solid #8b8b8b;
  color: black;
  display: none;
  font-size: 1em;
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  width: 235px;
}
.jGrowl-closer {
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
}
.jGrowl-message {
  text-align: center;
}
.confirm {
  background-color: #ebffe8 !important;
  border: 1px solid #00cc00 !important;
}
.warning {
  background-color: #ffebe8 !important;
  border: 1px solid #cc0000 !important;
}
.center .jGrowl-notification,
.center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl-notification {
  min-height: 40px;
}
.jGrowl-header {
  font-size: 0.85em;
  font-weight: bold;
}
.jGrowl-close {
  cursor: pointer;
  float: right;
  font-size: 25px;
  line-height: 10px;
  z-index: 99;
}
