/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
.selected-activity {
  display: inline-block;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 0.2rem;
  height: 2.375rem;
  vertical-align: top;
  border: 0.0625rem solid #4b4b4b;
  background-color: #4b4b4b;
}
.selected-activity.standalone {
  border: 0;
  background-color: inherit;
  margin-top: 0.2rem;
}
.selected-activity .selected-activity-description .selected-activity-description-content span {
  color: #969696;
  margin-right: 0.5rem;
}
.inheritance-select-container {
  display: inline-block;
  font-family: adobe-clean, Helvetica, Arial, sans-serif;
  font-size: 0.815rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
.inheritance-select-container #InheritanceSelect coral-icon[icon='multipleCheck'] {
  font-size: 1.1rem;
}
.inheritance-select-container.valid-inheritance #InheritanceSelect coral-icon[icon='multipleCheck'] {
  color: #a5d273;
}
.inheritance-select-container.broken-inheritance #InheritanceSelect coral-icon[icon='multipleExclude'] {
  color: #e06f66;
}
.inheritance-select-container .valid-plus {
  display: none;
}
/** 
 * Override TSDK width to make space for .msm-target-local-marker
 */
.tsdk-experience-rail .rail-row.experience-row .audience-name,
.tsdk-experience-rail .rail-row.experience-row .experience-name {
  width: 9.5rem;
}
.msm-target-local-marker {
  color: #87beff;
  display: inline-block;
  vertical-align: middle;
}
.msm-target-local-marker.xt {
  position: relative;
  float: left;
}
.msm-target-local-marker.ab {
  position: relative;
  float: left;
  margin-left: 50%;
}
