
.wdAlert {
  padding: 20px 20px 15px 20px;
  position: absolute;
  width: 100%;
  bottom: 80px;
  z-index: 99999;
  border-radius: 4px; }
  .wdAlert li {
    font-size: 14px !important;
    color: #ffffff !important;
    line-height: 1.4;
    list-style: disc;
    margin-left: 20px; }
  .wdAlert a {
    text-decoration: none;
    font-weight: bold; }
    .wdAlert a:hover {
      text-decoration: underline; }
  .wdAlert.info {
    color: #ffffff;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .wdAlert.info:after {
      border-top-color: #d9edf7; }
    .wdAlert.info a {
      color: #e6e6e6; }
  .wdAlert.success {
    color: #ffffff;
    background-color: #007a32;
    border-color: #007a32; }
    .wdAlert.success:after {
      border-top-color: #007a32; }
    .wdAlert.success a {
      color: #e6e6e6; }
  .wdAlert.success-right {
    color: #ffffff;
    background-color: #007a32;
    border-color: #007a32;
    bottom: 130px; }
    .wdAlert.success-right:after {
      left: auto;
      right: 70px;
      border-top-color: #007a32; }
    .wdAlert.success-right a {
      color: #e6e6e6; }
  .wdAlert.warning {
    color: #ffffff;
    background-color: #EACC00;
    border-color: #EACC00; }
    .wdAlert.warning:after {
      border-top-color: #EACC00; }
    .wdAlert.warning a {
      color: #e6e6e6; }
  .wdAlert.error {
    color: #ffffff;
    background-color: #dfbb0e;
    border-color: #dfbb0e; }
    .wdAlert.error a {
      color: #e6e6e6; }
  .wdAlert.error-right {
    color: #ffffff;
    background-color: #dfbb0e;
    border-color: #dfbb0e;
    bottom: 130px; }
    .wdAlert.error-right:after {
      left: auto;
      right: 70px; }
    .wdAlert.error-right a {
      color: #e6e6e6; }
  .wdAlert .close {
    color: #000000 !important;
    position: absolute;
    right: 24px;
    top: 21px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-weight: bold;
    font-size: 24px;
    color: white;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 0px; }
    .wdAlert .close:hover, .wdAlert .close:focus {
      opacity: 0.6;
      color: white;
      filter: alpha(opacity=40);
      text-decoration: none !important;
      border-bottom: 0px; }
  .wdAlert .title {
    font-weight: 500;
    margin-bottom: 10px; }
  .wdAlert p {
    margin: 0 0 5px 0 !important;
    text-align: left !important;
    color: white !important;
    font-size: 16px !important; }

/*# sourceMappingURL=style.css.map */
