#notification-container {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 20px;
  z-index: 10000;
  text-align: center;
}

table .w-tight {
  /* Apply this to the largest element (td or th) - if they are close, use 'nowrap' on the
   * element which doesn't have w-tight. */
  width: 1em;
  text-wrap: nowrap;
}
table .nowrap {
  text-wrap: nowrap;
}
table .w-1-em {
  width: 1em;
}
table .w-3-em {
  width: 3em;
}
table .w-5-em {
  width: 5em;
}
table .w-8-em {
  width: 8em;
}
table .w-10-em {
  width: 10em;
}
table .w-12-em {
  width: 12em;
}
table .w-15-em {
  width: 15em;
}
table .w-20-em {
  width: 20em;
}
table .w-30-pc {
  width: 30%;
}
table .w-40-pc {
  width: 50%;
}
table .w-50-pc {
  width: 50%;
}
table .w-date {
  width: 12em;
}
table .w-datetime {
  width: 10em;
}
table .w-datetime-tz {
  width: 12em;
}
table .w-2-line-date {
  width: 6em;
}
table .image {
  height: 32px;
}
table .image-lg {
  height: 48px;
}

.kv-table th {
  width: 10%;
  text-align: right;
  white-space: nowrap;
}

.tag {
  text-shadow: 0px 0px 2px #222;
  user-select: none;
  display: inline-block;
  color: white;
  background-color: #666;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.2em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  margin-right: 0.2em;
  border-radius: 6px;
  box-shadow: 0px 0px 1px #888;
}
.tag a {
  color: white;
}
.tag input {
  border: none;
  background: transparent;
  padding: 0px;
}
.tag .delete {
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tag:hover {
  color: white;
}

.small-tag {
  font-size: 0.8em;
  text-shadow: 0px 0px 2px #222;
  user-select: none;
  display: inline-block;
  color: white;
  background-color: #666;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.2em;
  padding-left: 0.7em;
  padding-right: 0.7em;
  margin-right: 0.2em;
  border-radius: 6px;
  box-shadow: 0px 0px 1px #888;
}
.small-tag a {
  color: white;
}
.small-tag input {
  border: none;
  background: transparent;
  padding: 0px;
}
.small-tag .delete {
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.small-tag img {
  margin-left: 4px;
  height: 20px;
}

.new-tag {
  background-color: #d9534f;
}

.existing-tag {
  background-color: #5cb85c;
}

.tag-suggestion-container .tag {
  color: #444;
  text-shadow: none;
  font-size: 0.9em;
  margin-right: 4px;
  background-color: white;
}

.alternator {
  position: relative;
  height: 1.2em;
}
.alternator .even-item, .alternator .odd-item {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.action-bar {
  background: #ddd;
  border-radius: 6px;
  padding: 0.5em;
  margin-bottom: 0.7em;
}
.action-bar .actions {
  display: inline-block;
  float: right;
}

.action-bar-flex {
  background: #ddd;
  border-radius: 6px;
  padding: 0.5em;
  margin-bottom: 0.7em;
}

.flex-row-baseline {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
