.alert.alert-success:before, .glyphicon-ok:before {
	font-family: "Glyphicons Halflings" !important;
	font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
	content: "\e023" !important;
}

.alert--emergency {
	border-left-color: #fffab2 !important;
}

.alert--emergency:before {
	color: #454545 !important; 
}