.content {
  margin-bottom: 80px;
  margin-top: 50px;
}
.undecorated-link:hover {
  text-decoration: none;
}
[ng\:cloak],
[ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.header-profile-image {
  border-radius: 50%;
  height: 28px;
  margin-right: 5px;
  opacity: 0.8;
  width: 28px;
}
.open .header-profile-image,
a:hover .header-profile-image {
  opacity: 1;
}
.user-header-dropdown-toggle {
  padding-bottom: 11px !important;
  padding-top: 11px !important;
}
.user-primary-account {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.error-text {
  display: none;
}
.has-error .help-block.error-text {
  display: block;
}
.has-error .help-inline.error-text {
  display: inline;
}
.footer {
  background-color: #f5f5f5;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
/* referals - copy to clipboard button for small screens */
@media screen and (max-width: 768px) {
  .link-referral-button {
    text-align: center;
  }
}

/* banner for dev */
.dev-banner {
  background-color: red;
  color: white;
  height: 50px;
  left: 0;
  padding-top: 15px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 1500;
}

/* https://github.com/tnhu/status-indicator */
status-indicator {
  background-color: rgb(216, 226, 233);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 10px;
}

status-indicator[positive] {
  animation-name: status-indicator-pulse-positive;
  background-color: rgb(75, 210, 143);
}

status-indicator[positive][pulse] {
  animation-name: status-indicator-pulse-positive;
}

status-indicator[intermediary] {
  background-color: rgb(255, 170, 0);
}

status-indicator[intermediary][pulse] {
  animation-name: status-indicator-pulse-intermediary;
}

status-indicator[negative] {
  animation-name: status-indicator-pulse-negative;
  background-color: rgb(255, 77, 77);
}

status-indicator[negative][pulse] {
  animation-name: status-indicator-pulse-negative;
}

status-indicator[open] {
  animation-name: status-indicator-pulse-open;
  background-color: rgb(0, 149, 255);
}

status-indicator[open][pulse] {
  animation-name: status-indicator-pulse-open;
}

.page-header {
  margin-top: 15px;
}

/* allow to select an item with a simple click on it */
.selectable-item {
  -moz-user-select: all;
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

/* fix display of search field in dropdown (used in list filters) */
.dropdown-menu .searchField {
  float: none;
}
