.box-data-warning {
	background: #5bc0de;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 6px 38px #7fcafd;
}
.box-data-alert {
	background: #2196f3;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 6px 38px #7fcafd;
}
