.fa-stack {
  font-size: 0.8em;
  width: 2.4em;
}
.fa-tag {
  color: #888;
}
.fa-tag:hover {
  color: darkred;
}
.fa-tags {
  color: darkred;
}
.fa-tags:hover {
  color: red;
}
i {
  vertical-align: middle;
}
.corner {
  transform: rotate(45deg);
}

.unblock-security-btn .fa-square {
  color: red;
}
.block-security-btn .fa-square {
  color: green;
}
/* TODO remove these util rules.
Rely on table specific rules like #id td:nth-child(4) */
.table-col-sm {
  width: 50px;
}
.table-col-md {
  width: 150px;
}
.table-col-lg {
  width: 200px;
}
#table-approver-meetings_filter {
  display: none;
}
.deny-meeting-btn:hover {
  text-decoration: none;
}
.request-meeting-btn:hover {
  text-decoration: none;
}
.btn-favorite {
  color: unset;
}
.btn-unfavorite {
  color: red;
}

/*
 * form styles
 */
#form-wrapper {
  position: relative;
  display: none;
}

#form-wrapper.active {
  display: block;
}

#form-overlay {
  position: absolute;
  top: 0;
  background-color: rgba(80, 80, 80, 0.8);
  color: white;
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#form-overlay.active {
  display: none;
}
#form-overlay p {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

/*
 * expert modal tag styles
 */
.expert-tags i.fas.fa-tag {
  color: white;
}
.tag {
  color: white;
  background-color: #888;
}
.tag:hover {
  color: white;
  background-color: #444;
}
.tag.active {
  color: white;
  background-color: #222;
}
.tag.active:hover {
  color: white;
  background-color: #555;
}
.tag-remove {
  display: inline-block;
  min-width: 150px;
}
.tag-remove:hover {
  background-color: pink;
}

#table-approver-meetings .text-right {
  padding: 8px 0;
}
