/*color*/
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
  zoom: 1;
  width: 280px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  text-align: left;
  display: none;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 10px; }

div.jGrowl {
  z-index: 9999;
  color: #a07936;
  font-size: 12px;
  position: absolute; }
  div.jGrowl.top-left {
    left: 0;
    top: 0; }
  div.jGrowl.top-right {
    right: 0;
    top: 50px; }
  div.jGrowl.bottom-left {
    left: 0;
    bottom: 0; }
  div.jGrowl.bottom-right {
    right: 0;
    bottom: 0; }
  div.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%; }
  div.jGrowl div.jGrowl-notification {
    min-height: 40px; }
    div.jGrowl div.jGrowl-notification div.jGrowl-header {
      font-size: 14px;
      font-weight: 400;
      color: #a07936;
      padding: 8px 15px;
      border-bottom: 1px solid #e5e5e5;
      text-transform: uppercase; }
      .right-to-left div.jGrowl div.jGrowl-notification div.jGrowl-header {
        text-align: right; }
    div.jGrowl div.jGrowl-notification div.jGrowl-message {
      padding: 15px;
      overflow: hidden; }
      .right-to-left div.jGrowl div.jGrowl-notification div.jGrowl-message {
        text-align: right; }
      div.jGrowl div.jGrowl-notification div.jGrowl-message img {
        float: left;
        margin-right: 15px; }
        .right-to-left div.jGrowl div.jGrowl-notification div.jGrowl-message img {
          float: right;
          margin-right: 0;
          margin-left: 15px; }
      div.jGrowl div.jGrowl-notification div.jGrowl-message h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-transform: none;
        color: #666;
        margin: 0;
        overflow: hidden; }
        div.jGrowl div.jGrowl-notification div.jGrowl-message h3 a {
          font-weight: 400;
          text-decoration: none;
          color: #a07936; }
          div.jGrowl div.jGrowl-notification div.jGrowl-message h3 a:hover {
            text-decoration: underline; }
    div.jGrowl div.jGrowl-notification div.jGrowl-close {
      cursor: pointer;
      display: inline-block;
      float: right;
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      height: 24px;
      width: 24px;
      z-index: 99;
      position: absolute;
      right: 5px;
      top: 5px;
      color: #fff;
      background-color: #a07936;
      border-radius: 50%;
      text-align: center; }
      div.jGrowl div.jGrowl-notification div.jGrowl-close:hover {
        background-color: #b77f1f;
        color: #fff; }
      .right-to-left div.jGrowl div.jGrowl-notification div.jGrowl-close {
        left: 5px;
        right: auto; }
    div.jGrowl div.jGrowl-notification .jGrowl-button .buttons {
      margin: 0;
      background: #a07936;
      padding: 15px; }
      div.jGrowl div.jGrowl-notification .jGrowl-button .buttons .btn {
        background-color: transparent;
        border: 1px solid #fff;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        width: 48%;
        float: left;
        padding: 8px;
        color: #fff;
        text-transform: uppercase; }
        div.jGrowl div.jGrowl-notification .jGrowl-button .buttons .btn:hover {
          background-color: #fff;
          color: #a07936;
          border-color: #fff; }
        div.jGrowl div.jGrowl-notification .jGrowl-button .buttons .btn + .btn {
          float: right; }
  div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    color: #040404;
    text-transform: uppercase;
    font-family: "Lato", sans-serif; }
    div.jGrowl div.jGrowl-closer:hover {
      color: #a07936; }
div.center div.jGrowl-notification {
  margin-left: auto;
  margin-right: auto; }
div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto; }

@media print {
  div.jGrowl {
    display: none; } }
body > div.jGrowl {
  position: fixed; }

/*# sourceMappingURL=jquery.jgrowl.css.map */
