/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.ci-workflow .hidden {
  display: none;
}

.ci-workflow .definition .main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.ci-workflow .definition .main .left {
  float: left;
}

.ci-workflow .definition .main .right {
  float: right;
}

.ci-workflow .definition .main .head {
  margin: 0 20px 0 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 48px;
}

.ci-workflow .definition .main .head .name-container {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
}

.ci-workflow .definition .main .head .name-container .name-icon {
  font-size: 18px;
}

.ci-workflow .definition .main .head .name-container .name {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}

.ci-workflow .definition .main .head .name-container .name-supplement {
  font-size: 18px;
  font-weight: 300;
}

.ci-workflow .definition .main .build-message-bar {
  padding: 8px 20px 0px 20px;
}

.ci-workflow .definition .main .build-message-bar .ci-queued-build-link {
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
}

.ci-workflow .definition .main .build-message-bar .ms-MessageBar-innerText {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.ci-loading {
  visibility: hidden;
}

.pipeline-status {
  height: 24px;
  margin-top: 4px;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  border:  1px solid;
  border-color: rgba( 102, 102, 102 ,  1 );
  border-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
