@charset "utf-8";
.list-group-msg {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-msg-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-msg-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-msg-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-msg-item,
button.list-group-msg-item {
  color: #555;
}
a.list-group-msg-item .list-group-msg-item-heading,
button.list-group-msg-item .list-group-msg-item-heading {
  color: #333;
}
a.list-group-msg-item:hover,
button.list-group-msg-item:hover,
a.list-group-msg-item:focus,
button.list-group-msg-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-msg-item {
  width: 100%;
  text-align: left;
}
.list-group-msg-item.disabled,
.list-group-msg-item.disabled:hover,
.list-group-msg-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-msg-item.disabled .list-group-msg-item-heading,
.list-group-msg-item.disabled:hover .list-group-msg-item-heading,
.list-group-msg-item.disabled:focus .list-group-msg-item-heading {
  color: inherit;
}
.list-group-msg-item.disabled .list-group-msg-item-text,
.list-group-msg-item.disabled:hover .list-group-msg-item-text,
.list-group-msg-item.disabled:focus .list-group-msg-item-text {
  color: #777;
}
.list-group-msg-item.active,
.list-group-msg-item.active:hover,
.list-group-msg-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-msg-item.active .list-group-msg-item-heading,
.list-group-msg-item.active:hover .list-group-msg-item-heading,
.list-group-msg-item.active:focus .list-group-msg-item-heading,
.list-group-msg-item.active .list-group-msg-item-heading > small,
.list-group-msg-item.active:hover .list-group-msg-item-heading > small,
.list-group-msg-item.active:focus .list-group-msg-item-heading > small,
.list-group-msg-item.active .list-group-msg-item-heading > .small,
.list-group-msg-item.active:hover .list-group-msg-item-heading > .small,
.list-group-msg-item.active:focus .list-group-msg-item-heading > .small {
  color: inherit;
}
.list-group-msg-item.active .list-group-msg-item-text,
.list-group-msg-item.active:hover .list-group-msg-item-text,
.list-group-msg-item.active:focus .list-group-msg-item-text {
  color: #c7ddef;
}
.list-group-msg-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-msg-item-success,
button.list-group-msg-item-success {
  color: #3c763d;
}
a.list-group-msg-item-success .list-group-msg-item-heading,
button.list-group-msg-item-success .list-group-msg-item-heading {
  color: inherit;
}
a.list-group-msg-item-success:hover,
button.list-group-msg-item-success:hover,
a.list-group-msg-item-success:focus,
button.list-group-msg-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-msg-item-success.active,
button.list-group-msg-item-success.active,
a.list-group-msg-item-success.active:hover,
button.list-group-msg-item-success.active:hover,
a.list-group-msg-item-success.active:focus,
button.list-group-msg-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-msg-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-msg-item-info,
button.list-group-msg-item-info {
  color: #31708f;
}
a.list-group-msg-item-info .list-group-msg-item-heading,
button.list-group-msg-item-info .list-group-msg-item-heading {
  color: inherit;
}
a.list-group-msg-item-info:hover,
button.list-group-msg-item-info:hover,
a.list-group-msg-item-info:focus,
button.list-group-msg-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-msg-item-info.active,
button.list-group-msg-item-info.active,
a.list-group-msg-item-info.active:hover,
button.list-group-msg-item-info.active:hover,
a.list-group-msg-item-info.active:focus,
button.list-group-msg-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-msg-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-msg-item-warning,
button.list-group-msg-item-warning {
  color: #8a6d3b;
}
a.list-group-msg-item-warning .list-group-msg-item-heading,
button.list-group-msg-item-warning .list-group-msg-item-heading {
  color: inherit;
}
a.list-group-msg-item-warning:hover,
button.list-group-msg-item-warning:hover,
a.list-group-msg-item-warning:focus,
button.list-group-msg-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-msg-item-warning.active,
button.list-group-msg-item-warning.active,
a.list-group-msg-item-warning.active:hover,
button.list-group-msg-item-warning.active:hover,
a.list-group-msg-item-warning.active:focus,
button.list-group-msg-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-msg-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-msg-item-danger,
button.list-group-msg-item-danger {
  color: #a94442;
}
a.list-group-msg-item-danger .list-group-msg-item-heading,
button.list-group-msg-item-danger .list-group-msg-item-heading {
  color: inherit;
}
a.list-group-msg-item-danger:hover,
button.list-group-msg-item-danger:hover,
a.list-group-msg-item-danger:focus,
button.list-group-msg-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-msg-item-danger.active,
button.list-group-msg-item-danger.active,
a.list-group-msg-item-danger.active:hover,
button.list-group-msg-item-danger.active:hover,
a.list-group-msg-item-danger.active:focus,
button.list-group-msg-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-msg-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-msg-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

