.alert { padding: 0; margin-bottom: 0; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: none; border-radius: 0; }
.alert, .alert h4 { color: #c09853; }

.alert-success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; }
.alert-danger,.alert-error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7 }
.alert-danger h4,.alert-error h4 { color: #b94a48 }
.alert-info, .alert-note { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1 }
.alert-info h4 { color: #3a87ad }

.alert .alert-summary { position: relative; display: block; height: 20px; margin: 0; padding: 12px 0px 12px 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; }

.alert .close { font-size: 14px; font-weight: bold; line-height: 20px; float: right; position: relative; z-index: 4; top:0; right: 0; padding: 12px 16px; }
.alert .close:hover { background-color: #FFF; }

.alert .alert-messages { display: none; max-height: 256px; background-color: #fff; color: #666; clear: both; overflow-y: auto; }
.alert-note .alert-messages { border-left: 1px solid #D9EDF7; border-right: 1px solid #D9EDF7; border-bottom: 1px solid #D9EDF7; }
.alert-warning .alert-messages { border-left: 1px solid #D9EDF7; border-right: 1px solid #D9EDF7; border-bottom: 1px solid #D9EDF7; }
.alert-error .alert-messages { border-left: 1px solid #F2DEDE; border-right: 1px solid #F2DEDE; border-bottom: 1px solid #F2DEDE; }

.alert-messages > ul { padding: 12px 20px 12px 20px; margin: 0px; }
.alert-messages > ul li { padding: 2px; list-style-type: none; }
.alert-messages > ul li span.Error { color: #B94A48; font-weight: bold; }
.alert-messages > ul li span.Emergency { color: #B94A48; font-weight: bold; }
.alert-messages > ul li span.Critical { color: #B94A48; font-weight: bold; }
.alert-messages > ul li span.Alert { color: #B94A48; font-weight: bold; }
.alert-messages > ul li span.Warning { color: #C09853; font-weight: bold; }
.alert-messages > ul li span.Notice { color: #3A87AD; font-weight: bold; }
