/*
 * 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.
 */
.create-activity-body-container {
  height: 100%;
}
.details-step-container {
  width: 20%;
  margin: auto;
}
.create-activity-diagram-container {
  margin: 1.5rem 1rem 1rem 1rem;
}
.add-new-audience-experience-mapping {
  margin-bottom: 1rem;
}
.settings-container {
  text-align: center;
  margin-top: 1.5rem;
}
.settings-container .start-duration-select,
.settings-container .start-time {
  margin-bottom: 1rem;
}
.settings-container .coral-Well {
  width: 44rem;
  margin: 0 auto;
  text-align: left;
  background: inherit;
}
.settings-container .coral-Well.section-title {
  padding: 0;
  background: inherit;
  border: 0;
  width: 46rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.settings-container .coral-Well.section-title.top-margin-spacer {
  margin-top: 1rem;
}
.settings-container .coral-Well .duration-select-container {
  display: inline-block;
  float: left;
}
.settings-container .coral-Well .duration-select-container .coral-Form-field {
  margin-bottom: 0;
}
.settings-container .coral-Well .time-container {
  display: inline-block;
  margin-left: 1rem;
}
.settings-container .coral-Well .time-container .coral-Form-field {
  margin-bottom: 0;
}
.settings-container .coral-Well .time-container .coral-Form-field.coral-InputGroup {
  width: 15rem;
}
.settings-container .coral-Well .duration-label {
  width: 2.7rem;
  display: inline-block;
  margin-top: 0.6rem;
}
.settings-container .coral-Well coral-select.duration-selector {
  white-space: nowrap;
  width: 15rem;
  margin-left: 1rem;
  display: inline-block;
}
.create-activity-wizard {
  display: none;
}
.create-activity-wizard .inheritance-select-container {
  margin-top: 1rem;
}
.create-activity-wizard .tsdk-diagram.diagram-ab .display-table {
  min-width: 23.35rem;
}
.create-activity-wizard .tsdk-diagram .tsdk-audience-box,
.create-activity-wizard .tsdk-diagram .tsdk-experience-box {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.create-activity-wizard .tsdk-diagram .tsdk-experience-box coral-selectlist-item[value="edit"] {
  display: none;
}
.target-editor-frame .foundation-layout-wizard2-header {
  display: none;
}
.target-editor-frame .foundation-layout-wizard2-contents {
  height: 100% !important;
}
.target-editor-frame .diagram-toolbar-container {
  display: none;
}
.target-editor-frame coral-selectlist-item[value="remove"] {
  display: none;
}
.error-row {
  border-color: #e14132;
  color: #e14132;
}
