/**
 * Colors
 */

/** *********************************************************************** **/

/**
 *
 */

.text-red,
.card-title {
  color: #ff0000;
}

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
}

.breadcrumb a {
  background-color: transparent;
  color: red;
  text-decoration: none;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
  color: red;
  text-decoration: underline;
}

.proceed-label {
  padding: unset !important;
  padding-left: 20px !important;
}

#quicklinks_management_participants {
  color: #999;
  background-color: transparent !important;
}

.filter-option-inner {
  padding: 5px !important;
}

dl dd:last-of-type {
  border-bottom: none;
}

#statistics header h1 {
  color: #ff0000;
}

#statistics header a {
  color: #ff0000;
}

#statistics header a:hover {
  color: #999;
}

#statistics header i {
  color: #999;
}

.dropdown-menu.show {
  z-index: 999999999;
}

#frontend {
  color: #666;
  background: linear-gradient(#eee 0, #ddd 100%);
}

#frontend #hero-stage .hero-image {
  min-height: 80vh;
  background-size: cover;
  background-position: 100% 50%;
}

#frontend #hero-stage .hero-image #hero-content {
  top: 50%;
}

#frontend #content .breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
}

#frontend #content .card {
  background: #fff;
  border-radius: 4px;
}

#frontend #content .card .card-body .card-title {
  letter-spacing: 1px;
  font-weight: 400;
}

