

div.notifyme_wrap {
  position: absolute;
  width: 300px;
  height: auto;
  z-index: 9999;
  font-family: Arial, sans-serif;
  line-height: 20px;
  color:#fff
}

div.notifyme_wrap.topleft {
  top: 25px;
  left: 25px;
}

div.notifyme_wrap.topright {
  top: 25px;
  right: 25px;
}

div.notifyme_wrap.bottomleft {
  bottom: 25px;
  left: 25px;
}

div.notifyme_wrap.bottomright {
  bottom: 25px;
  right: 25px;
}

div.notifyme_notification {
  position: relative;
  float: left;
  width: 100%;
  max-height: 200px;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 5px;
    -webkit-box-shadow: 2px 2px 2px 2px #ccc;
    -moz-box-shadow: 2px 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px 2px #ccc;
}
div.notifyme_notification .icon {
    position: absolute!important;
    left: 0!important;
    font-size: 30px!important;
    color: red!important;
    padding: 4px!important;
}

div.notifyme_notification:last-child { margin-bottom: 0px; }

div.notifyme_notification.success {
  background: #27ae60;
  border-color: rgba(39, 174, 96, 1);
}

div.notifyme_notification.error {
  background: #f39c12;
  border-color: rgba(192, 57, 43, 1);
}

div.notifyme_notification.alert {
  background: #e74c3c;
  border-color: rgba(230, 126, 34, 1);
}

div.notifyme_notification .notifyme_closer {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

div.notifyme_notification .head {
  float: left;
  width: 100%;
  max-height: 40px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 0 10px 0 0;
  color: rgba(0, 0, 0, 0.7);
  text-overflow: ellipsis;
  color:#fff
}

div.notifyme_notification .body {
  float: left;
  width: 100%;
  max-height: 150px;
  font-size: 14px;
  font-weight: 400;
}


div.notifyme_notification .head, div.notifyme_notification .body {
    margin-left: 40px;
}

div.notifyme_wrap {
    position: fixed!important;
    width: 450px;
}



div.notifyme_notification{
    padding: 14px!important;
    background:#f0f9fe!important;
    border:1px solid #3d76ab!important;
}

div.notifyme_notification.success{ background:#f1f8f1!important; border:1px solid #4d8230!important; }
div.notifyme_notification.error{ background:#fdf2f6!important; border:1px solid #a71613!important }
div.notifyme_notification.alert{ background:#fffff3!important; border:1px solid #f29900!important }
      
div.notifyme_notification .icon {
    position: absolute!important;
    left: 11px!important;
    font-size: 23px!important;   
    padding: 4px 8px 4px 8px;    
    border-radius: 40px;
    top: 17px;
    width: 35px;
    height: 35px;
    text-align: center;
    background:#a7d6f0!important;
    color:#3d76ab!important;
    border:1px solid #3d76ab;
}

div.notifyme_notification.success .icon { background:#89c36e!important; color:#4d8230!important; border:1px solid #4d8230!important; }
div.notifyme_notification.error .icon { background:#e5b2ae!important; color:#a71613!important; border:1px solid #a71613!important; }
div.notifyme_notification.alert .icon { background:#fee7a3!important; color:#f29900!important; border:1px solid #f29900!important; }

div.notifyme_notification .notifyme_closer {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 0px;
    cursor: pointer;
    color:#a7d6f0!important;
    font-size: 15px;
}
div.notifyme_notification .notifyme_closer:hover { color: #3d76ab!important; }

div.notifyme_notification.success .notifyme_closer { color:#89c36e!important; }
div.notifyme_notification.success .notifyme_closer:hover { color:#4d8230!important; }

div.notifyme_notification.error .notifyme_closer { color:#e5b2ae!important; }
div.notifyme_notification.error .notifyme_closer:hover { color:#a71613!important; }

div.notifyme_notification.alert .notifyme_closer { color:#fee7a3!important; }
div.notifyme_notification.alert .notifyme_closer:hover { color:#f29900!important; }

div.notifyme_notification.success .icon { padding: 5px 10px 4px 4px!important; }

div.notifyme_notification.error .icon { padding: 5px 8px 4px 7px!important; } 
div.notifyme_notification.alert .icon { padding: 3px 0px 0px 0px!important; } 

div.notifyme_notification .head,div.notifyme_notification .body{ color:#3d76ab!important; } 
div.notifyme_notification.success .head,div.notifyme_notification.success .body{ color:#4d8230!important; } 
div.notifyme_notification.error .head,div.notifyme_notification.error .body{ color:#a71613!important; } 
div.notifyme_notification.alert .head,div.notifyme_notification.alert .body{ color:#f29900!important; } 