/** jGrowl Styling **/
/* line 2, ../sass/jquery.jgrowl.scss */
.jGrowl {
  z-index: 999999999;
  color: #fff;
  font-size: 18px;
  position: fixed;
}

/* line 9, ../sass/jquery.jgrowl.scss */
.jGrowl.top-left {
  left: 40px;
  top: 40px;
}

/* line 14, ../sass/jquery.jgrowl.scss */
.jGrowl.top-right {
  right: 40px;
  top: 40px;
}

/* line 19, ../sass/jquery.jgrowl.scss */
.jGrowl.bottom-left {
  left: 40px;
  bottom: 40px;
}

/* line 24, ../sass/jquery.jgrowl.scss */
.jGrowl.bottom-right {
  right: 40px;
  bottom: 40px;
}

/* line 29, ../sass/jquery.jgrowl.scss */
.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}

/** Cross Browser Styling **/
/* line 36, ../sass/jquery.jgrowl.scss */
.center .jGrowl-notification, .center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}

/* line 41, ../sass/jquery.jgrowl.scss */
.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
  background-color: #000;
  color: #fff;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  zoom: 1;
  width: 335px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  /*font-family: 			Tahoma, Arial, Helvetica, sans-serif;*/
  /*font-size: 				1em;*/
  text-align: left;
  display: none;
  border-radius: 5px;
}

/* line 59, ../sass/jquery.jgrowl.scss */
.jGrowl .jGrowl-notification {
  min-height: 40px;
}

/* line 64, ../sass/jquery.jgrowl.scss */
.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
  margin: 10px;
}

/* line 68, ../sass/jquery.jgrowl.scss */
.jGrowl .jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: 24px;
}

/* line 73, ../sass/jquery.jgrowl.scss */
.jGrowl .jGrowl-notification .jGrowl-close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

/* line 81, ../sass/jquery.jgrowl.scss */
.jGrowl .jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
  /* line 92, ../sass/jquery.jgrowl.scss */
  .jGrowl {
    display: none;
  }
}
