/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.context-selector {
  background: #d8dce0;
  min-height: 4.8rem;
  padding: 0.6rem;
  width: 100%;
}
.context-selector .context-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.context-selector .context-selector-filter-text {
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 9.19999rem;
}
.context-selector .context-selector-filter-text .filters-text {
  display: block;
  font-weight: bold;
}
.context-selector .context-selector-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}
.context-selector .context-selector-edit {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  width: 9rem;
  min-height: 4.8rem;
}
.context-selector .horizontal-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.context-selector .edit-area {
  height: 2.4rem;
}
.context-selector .edit-area a:hover {
  text-decoration: none;
}
.context-selector .edit-area a:hover span:before {
  color: #022cc0;
}
.context-selector .context-selector-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.4rem;
  padding: 0 2.4rem 0.6rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.context-selector .context-name,
.context-selector .context-label,
.context-selector .context-value {
  line-height: 2rem;
  white-space: nowrap;
}
.context-selector .context-name {
  font-weight: bold;
  padding-right: 0.6rem;
  width: 6.4rem;
}
.context-selector .context-label {
  min-width: 10rem;
  padding-right: 0.6rem;
  text-align: right;
}
.context-selector .context-value {
  min-width: 10rem;
  padding-right: 0.6rem;
}
.context-selector .context-value span {
  font-size: 1.2rem;
  display: inline-block;
  height: 2rem;
  padding: 0 1.2rem;
  border-radius: 1.6rem;
  border: 0;
  background: #203d62;
  color: #ffffff;
}
.context-selector .context-notset {
  color: #fc364e;
}
/*# sourceMappingURL=filter-context.css.map */