
/* Add logo */
.navbar-brand {
  text-indent: -999em;
  background-image: url(../../logo.png);
  width: 173px;
  margin-left: 5px;
  margin-top: 5px;
}

/* Hide 'keyboard shortcuts' button */
.shortcut-help {
  visibility: hidden;
}

/* Hide 'create task' button */
.create-task-action {
  visibility: hidden;
}

/* Fix too small button */
.match-type button {
  width: auto !important;
}

/* Hide 'my profile' button */
.dropdown-menu-right .divider, .dropdown-menu-right .profile {
  display: none;
}

/* Hide Camunda logo from header */
.brand-logo {
  display: none !important;
}

/* Add login logo */
.login-logo {
  text-indent: -999em;
  background-image: url(../../logo.png);
  display: inline-block;
  width: 173px;
  margin-left: 5px;
  margin-top: 5px;
}

.form-control[type=file] {
  border: 1px solid #aaa !important;
}

/* Hide priority from task */
.priority {
  display: none !important;
}

/* Hide add comment option */
.createCommentLink {
  display: none !important;
}

/* Hide add notification option */
.followup-date {
  display: none !important;
}
.dates li {
  text-align: right;
}