.alert-soft-primary {
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid #00408547 !important;
}

.alert-soft-primary button {
	color: #004085;
    text-decoration: none;
}

.alert-soft-primary[href]:focus,
.alert-soft-primary[href]:hover,
.alert-soft-primary button:focus,
.alert-soft-primary button :hover {
    color: #004085;
    text-decoration: none;
    background-color: #cce5ff;
}

.alert-soft-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border: 1px solid #383d4147 !important;
}

.alert-soft-secondary button {
	color: #383d41;
    text-decoration: none;
}

.alert-soft-secondary[href]:focus,
.alert-soft-secondary[href]:hover,
.alert-soft-secondary button:focus,
.alert-soft-secondary button:hover {
    color: #383d41;
    text-decoration: none;
    background-color: #d6d8db;
}

.alert-soft-success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #15572447 !important;
}

.alert-soft-success button {
	color: #155724;
    text-decoration: none;
}

.alert-soft-success[href]:focus,
.alert-soft-success[href]:hover,
.alert-soft-success button:focus,
.alert-soft-success button:hover {
    color: #155724;
    text-decoration: none;
    background-color: #c3e6cb;
}

.alert-soft-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #0c546047 !important;
}

.alert-soft-info button {
	color: #0c5460;
    text-decoration: none;
}

.alert-soft-info[href]:focus,
.alert-soft-info[href]:hover,
.alert-soft-info button:focus,
.alert-soft-info button:hover {
   color: #0c5460;
    text-decoration: none;
    background-color: #d1ecf1;
}

.alert-soft-warning {
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #85640447 !important;
}

.alert-soft-warning button {
	color: #856404;
    text-decoration: none;
}

.alert-soft-warning[href]:focus,
.alert-soft-warning[href]:hover,
.alert-soft-warning button:focus,
.alert-soft-warning button:hover {
    color: #856404;
    text-decoration: none;
   	background-color: #fff3cd;
}

.alert-soft-danger {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #721c2447 !important;
}

.alert-soft-danger button {
	color: #721c24;
    text-decoration: none;
}

.alert-soft-danger[href]:focus,
.alert-soft-danger[href]:hover,
.alert-soft-danger button:focus,
.alert-soft-danger button:hover {
   	color: #721c24;
    text-decoration: none;
    background-color: #f8d7da;
}

.alert-soft-light {
    color: #818182;
    background-color: #fbfcfe
    border: 1px solid #81818247 !important;
}

.alert-soft-light button {
	color: #818182;
    text-decoration: none;
}

.alert-soft-light[href]:focus,
.alert-soft-light[href]:hover,
.alert-soft-light button:focus,
.alert-soft-light button:hover {
    color: #818182;
    text-decoration: none;
    background-color: #e7edf9
}

.alert-soft-dark {
    color: #1b1e21;
    background-color: #d0d4d9
    border: 1px solid  #1b1e2147 !important;
}

.alert-soft-dark button {
	color: #1b1e21;
    text-decoration: none;
}

.alert-soft-dark[href]:focus,
.alert-soft-dark[href]:hover,
.alert-soft-dark button:focus,
.alert-soft-dark button:hover {
    color: #1b1e21;
    text-decoration: none;
    background-color: #c2c7ce;
}
