 /**************** QobadiPouya 99-09-30 ****************/
 .alertify-log {
	background: rgba(0, 0, 0, 0.8) !important;
	padding: 10px !important;
	border-radius: 4px !important;
	color: #FFF !important;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5) !important;
	min-height: 70px !important;
	/* pointer-events: none; /* todo :shoule be delete after "LINK" parameter add to its json */
	padding: 8px !important; 
}
	.alertify-log-error {
		background: #FE1A00 !important;
		background: rgba(254,26,0,.9) !important;
	}
	.alertify-log-success {
		background: rgba(0, 0, 0, 0.8) !important;
		overflow: auto !important;
	}
	#notificationLogo {
		min-width: 60px !important;
		width: 60px !important;
		height: 100% !important;
		min-height: 100% !important;
		float: left !important;
		padding-right: 10px !important;
	}
	#notificationLogo img {
		width: 50px !important;
		border-radius: 50%;
		height: 50px !important;
	}
	#alertify-logs a {
		color: #fff !important;
		height: 50px !important;
		display: inline-block;
		width: 100% !important;
		/* padding: 8px !important; */
	}
	#notificationTitle {
		font-weight: bold !important;
	}
	#notificationMessage {
		white-space: nowrap !important;
		overflow: hidden !important;
	}
	
      /**************** QobadiPouya 99-09-30 ****************/