/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Display django-debug-toolbar.
   See https://github.com/django-debug-toolbar/django-debug-toolbar/issues/742
   and https://github.com/pydanny/cookiecutter-django/issues/317
*/

[hidden][style="display: block;"] {
  display: block !important;
}

.app-header.navbar .navbar-brand {
  display: inline-block;
  width: 155px;
  height: 55px;
  padding: 0.5rem 1rem;
  margin-right: 0;
  background-color: #fff;
  background-image: url("../img/logo.42bfe84fe871.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 110px auto;
  border-bottom: 1px solid #c2cfd6;
}
