.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
div.flashes div.alert {
  width: 200px;
  padding: 15px 20px 15px 55px;
  background-color: #333;
  text-shadow: none;
  border: 3px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 3px #555555;
  -moz-box-shadow: 0 0 3px #555555;
  box-shadow: 0 0 3px #555555;
  color: white;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  top: 50px;
  right: 10px;
  background-repeat: no-repeat;
  background-position: 15px 10px;
}
div.flashes div.alert.alert-success {
  background-image: url(/coyo/public/2.5.0/stylesheets/../images/flash-success.png);
}
div.flashes div.alert.alert-error {
  background-image: url(/coyo/public/2.5.0/stylesheets/../images/flash-error.png);
}
div.flashes div.alert:hover {
  border-color: white;
}
div.flashes div.alert.in {
  opacity: 0.8;
}
div.flashes div.alert a.close {
  display: none;
}
