.alert-primary .alert-close,
.alert-info .alert-close,
.alert-success .alert-close,
.alert-warning .alert-close,
.alert-danger .alert-close{
	color: #fff;
}

.alert-primary {
	background-color: #64B5F6 !important;
	color: #fff !important;
}

.alert-info {
	background-color: #4DD0E1 !important;
	color: #fff !important;
}

.alert-success {
	background-color: #81C784 !important;
	color: #fff !important;
}

.alert-warning {
	background-color: #FFB74D !important;
	color: #fff !important;
}

.alert-danger {
	background-color: #E57373 !important;
	color: #fff !important;
}

.alert {
    background-color: #eee;
    color: #000;
	border-radius: 4px;
	padding: 20px;
    margin-bottom: 15px;
	opacity: 1;
    transition: opacity 0.4s;
}

.alert-close {
    margin-left: 15px;
    color: #bbb;
	float: right;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
    cursor: pointer;
}

.alert-close:hover {
    color: #000;
} 