.successMsg1-popup {
	width: 600px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 5px solid #5A5A5A;
	border-radius: 5px;
	box-shadow: 0 0 30px #000000;
	position: fixed;
	font-size: 15px;
	left: 50%;
	top: 30%;
	padding: 10px 15px;
	margin-left: -200px;
	min-height: 150px;
	z-index: 9080;
	-webkit-animation:animatezoom 0.6s;
	animation:animatezoom 0.6s; 
	 max-height:'500px';
	 font-size:18px!important;
	
}
.w3-large{font-size:18px!important}

.successMsg1-popup .closeButton {
	background-image: url(../images/closeBtn.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin: -25px -25px 0px 0px;
	float: right;
	cursor: pointer;
}
.successMsg1-popup .popup-heading-div {
	font-size: 16px !important;
	background: #f3f3f3;
	margin: -10px -15px 0px -15px;
	padding: 10px 15px;
	border-bottom: #d9d9d9 1px solid;
}
.successMsg1-popup span {
	width: 24px;
	height: 50px;
	background: url(../images/confirm.png) no-repeat;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 10px;
}
.successMsg-popup .alertSpan {
	width: 24px;
	height: 50px;
	background: url(../images/alert.png) no-repeat !important;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 10px;
}
.successMsg1-popup .confirmationBlueSpan {
	width: 24px;
	height: 50px;
	background: url(../images/confirmation-icon.png) no-repeat !important;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 10px;
}
.successMsg1-popup .sucessMsgSpan {
	width: 24px;
	height: 50px;
	background: url(../images/confirm.png) no-repeat !important;
	display: inline-block;
	margin-bottom: -8px;
	margin-right: 10px;
}
.successMsg1-popup .msgDiv {
	margin-left: 5px;
	display: inline-block;
	font-size: 18px;
	min-height: 50px;
	vertical-align: top;
	overflow: hidden;
	width: 88%;
/*Start: Added By Pratap for alert scroll down*/	
	max-height: 250px;
    overflow-y: auto;
/*End: Added By Pratap for alert scroll down*/	
}
.successMsg1-popup .msgDiv ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.successMsg1-popup .msgDiv ul li {
	color: #222;
}