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

.capitalize {
    text-transform: capitalize;
}

/* Theming */
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #565AA1;
}

.login_logo {
    display: block;
    margin: 0 auto;
}

.footer {
    padding: 1em 0 0 0;
    border-top: 1px solid #cccccc;
}

form#login {
    clear: both;
}

.navbar {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar .banner_logo {
    padding-right: 2em;
    height: 50px;
}

.required_indicator:after {
    content: '*';
    color: red;
}

.required_field label:after {
    content: '*';
    color: red;
}

.logout {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;  /* Just above the z-index of the navbar */
    margin: 8px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}

.logout a {
    background-color: white;
    padding: 2px 4px 2px 4px;
    border-radius: 2px;
}

#about_gaia img {
    width: 100%;
}

.about-image {
    float: left;
    width: 300px;
    margin: 0 20px 20px 0;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.top-buffer {
    margin-top: 20px;
}

.top-buffer-s {
    margin-top: 10px;
}

.top-buffer-xs {
    margin-top: 5px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.bottom-buffer-xs {
    margin-bottom: 5px;
}

.left-buffer-xxxl {
    margin-left: 40px;
}

.left-buffer {
    margin-left: 20px;
}

.left-buffer-m {
    margin-left: 15px;
}

.right-buffer {
    margin-right: 20px;
}

.lb-sm {
  font-size: 0.8em;
}

.lb-md {
  font-size: 1.2em;
}

.lb-lg {
  font-size: 2em;
}