/* 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;
}

.full-height {
  height: 100vh;
}

/* from https://gist.github.com/alfredobarron/24570de1cd123c7e518c
/* Make Select2 boxes match Bootstrap heights: */
.select2-selection__rendered {
  line-height: 34px !important;
}

.select2-selection {
  height: 38px !important;
}
/* center the arrow*/
.select2-selection__arrow {
    height: 34px !important;
}

/* striped tables, can't use bootstrap's builtin because you can't restripe if you hide rows */
.striped {
  background-color: rgba(0, 0, 0, 0.05);
}
