/* ========================== PROJECTS =========================== */

.ad-project-image {
  width: 100px;
  padding: 5px;
  margin-right: 10px;

  cursor: pointer;
}

.ad-project-image img {
  max-width: 100%;
  max-height: 100%;
}

.ad-project-info {
  cursor: pointer;
}

.ad-project-info-name,
.ad-project-status-name {
  margin-top: 10px;

  color: rgb(236, 0, 140);
  font-size: 16px;
  text-transform: uppercase;
}

.ad-project-status-name {
  color: rgb(0, 121, 170);
}

.ad-project-info-client,
.ad-project-status-value {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  text-transform: uppercase;
}

.ad-project-controls {
  width: 50px;

  border-left: 1px solid rgba(0,0,0,0.12);
}

/* ============================ USERS ============================ */

.ad-user-info-title {
  margin: 0px;
  border-bottom: 2px solid #E91E63;

  color: #2196F3;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.ad-user-info-subtitle {
  margin: 0px;

  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
  letter-spacing: 2px;
}
