/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.environment-artifact-triggers {
  margin-top: 10px;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
}

.environment-artifact-triggers .artifact-alias-header {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.environment-artifact-triggers .environment-artifact-trigger {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  padding-left: 10px;
}

.environment-artifact-list-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.environment-artifact-list-container .environment-artifact-list-container-left {
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.environment-artifact-list-container .environment-artifact-list-container-left .environment-artifact-filters {
  font-size: 14px;
  padding-top: 2px;
  white-space: nowrap;
}

.environment-artifact-list-container .environment-artifact-list-container-left .dtc-info-button {
  padding-top: 2px;
}

.environment-artifact-list-container .add-artifact-button {
  background-color: transparent;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  margin-right: 5px;
}

.environment-artifact-list-container .add-artifact-button .ms-Button-icon {
  font-size: 12px;
}

.environment-artifact-list-container .add-artifact-button .ms-Button-label {
  font-size: 12px;
}

.environment-artifact-list-container .environment-artifact-filter-toggle {
  padding-left: 5px;
}

.environment-artifact-no-filter {
  font-size: 12px;
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}
