.sweet-overlay {
	z-index:10001;	
}
.sweet-alert {
	z-index:10002;
}

.sweet-alert button {
	box-shadow: none !important;
}

.sweet-alert button {
	background-color: #3498db !important;
}

.sweet-alert button:hover {
	background-color: #76CDFF !important;
	color:#333 !important;
}

.sweet-alert button.cancel {
	background-color: #95a5a6 !important;
}

.sweet-alert button.cancel:hover {
	background-color: #CCDEDF !important;
	color:#333 !important;
}
body.stop-scrolling {
	overflow:auto !important;	
}