#notify {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 300px;
  z-index: 9999;
}

#notify.top-left {
  left: 20px;
  right: auto;
}

#notify.bottom-right {
  bottom: 20px;
  left: auto;
  right: 20px;
  top: auto;
}

#notify.bottom-left {
  bottom: 20px;
  left: 20px;
  right: auto;
  top: auto;
}
/*
#notify > div {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  cursor: pointer;
  display: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 57px;
  margin-bottom: 7px;
  padding: 9px;
  position: relative;
  text-shadow: 1px 1px 0 #000;
}
#notify > div:hover {
  background-color: rgba(0, 0, 0, 0.8);
}*/

#notify > div.notify-icon {
  padding-left: 54px;
  padding-right: 12px;
}

#notify > div.notify-image {
  padding-left: 69px;
}

#notify i {
  border-radius: 14px;
  border: 1px solid #fefefe;
  color: #fefefe;
  left: 12px;
  padding: 5px;
  position: absolute;
  top: 8px;
}

#notify img {
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 48px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 48px;
}

#notify p {
  color: #6d6d6d;
  margin: 10px;
  word-wrap: break-word;
}

#notify strong {
  color: #fefefe;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px 0 #000;
}
.Notify {}
.notify-item {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

#notify .message-box {
	background: rgba(0,200,150,.6);
	position: relative;
	padding: 10px 10px 10px 70px;
}
#notify .flaticon-correct {
	border-radius: 50%;
	color: #fefefe;
	left: 20px;
	top: 32px;
	width: 30px;
	height: 30px;
	text-align: center;
}
#notify p{
	color: white;
	line-height: 1.3;
}





