.alert {
	padding: 18px 128px 18px;
	min-height: 40px;
	margin-bottom: 20px;
	position: relative;
	color: #000000;
}

.alert h4 {
	color: #fff;
	margin-bottom: 5px;
	background: #ff6a00;
	border-radius: 3px;
	padding: 4px 12px;
}

.alert:before {
	position: absolute;
	font-family: FontAwesome;
	left: 26px;
	top: 50%;
	line-height: 0;
	content: '\f071';
	font-size: 79px;
	color: #ff6a00;
}

.alert .close {
	position: absolute;
	top: 12px;
	right: 20px;
	line-height: 20px;
}

.alert-success {
	border-color: none;
	color: #000000;
}

.alert-success h4 {
	color: #000000;
}

.alert-success:before {
	content: '\f05d';
	color: #ade4f9;
}

.alert-danger, .alert-error {
	border-color: none;
	color: #000000;
}

.alert-danger h4, .alert-error h4 {
	color: #000000;
}

.alert-danger:before, .alert-error:before {
	content: '\f05c';
	color: #ff6363;
}

.alert-info {
	background-color: #d8f3fd;
	border-color: none;
	color: #000000;
}

.alert-info h4 {
	color: #000000;
}

.alert-info:before {
	content: '\f05a';
	color: #39aa5e;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}

.alert-block>p, .alert-block>ul {
	margin-bottom: 0;
}

.alert-block p+p {
	margin-top: 5px;
}

.alert-heading {
	color: inherit;
}
