/*****************/
/** Common CSS **/
/*****************/
#jNotify, #jSuccess, #jError {
	padding: 1.2rem;
	margin: 2rem;
	z-index: 9999;
  left: 0 !important;
  right: 0;
  max-width: 45em;
}

/*****************/
/** jNotify CSS **/
/*****************/
#jNotify {
	position: absolute;
	background: #d8e6fc;
	border: 1px solid #a7c3f0;
}

/******************/
/** jSuccess CSS **/
/******************/
#jSuccess {
	position: absolute;
	background: #CCEECC;
	border: 1px solid #33BB33;
}

#jSuccess span {
  color: #126DA1 !important;
  text-decoration:none;
}

/****************/
/** jError CSS **/
/****************/
#jError {
	position: absolute;
	background: #F8D2D4;
	border:1px solid #EC676E;
}

/** OVERLAY **/
#jOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998
}

@media (min-width: 768px) {
  #jNotify, #jSuccess, #jError {
    top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
