/***** Begin Widgets Area *****/
/*
    This stylesheet is meant to be used by any widget that wants to make use of the styles from the Widget SDK
*/
.widget {
  padding: 10px 14px;
  height: inherit;
  overflow: hidden;
  cursor: default;
}

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
  font-weight: normal;
  margin-bottom: 5px;
}

.widget h1 {
  font-size: 18px;
}

.widget h2 {
  font-size: 16px;
}

.widget h3 {
  font-size: 14px;
}

.widget h4, .widget h5, .widget h6 {
  font-size: 12px;
}

.widget .truncated-text-ellipsis, .widget .title, .widget .title > .inner-title, .widget .title > .sub-title, .widget .title > .subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget .title {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.widget .title > .sub-title,
.widget .title > .subtitle {
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  font-size: 12px;
}

.widget .description {
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  font-size: 12px;
  margin-bottom: 15px;
}

.widget a.link-with-icon-text {
  display: block;
}

.widget a.link-with-icon-text .icon-container {
  float: left;
  margin-right: 10px;
  height: 38px;
  width: 38px;
  display: block;
}

.widget ul.no-bullets, .widget ul.link-with-icon-text-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget ul.no-bullets li, .widget ul.link-with-icon-text-list li {
  margin-bottom: 4px;
}

.widget ul.no-bullets li:last-child, .widget ul.link-with-icon-text-list li:last-child {
  margin-bottom: 0;
}

.widget ul.link-with-icon-text-list li {
  margin-bottom: 20px;
}

.widget .big-count {
  font-size: 72px;
  line-height: 72px;
  margin: 5px 0 10px 0;
  font-weight: 300;
}

.widget.clickable {
  padding: 3px;
}

.widget.clickable > a {
  display: block;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  padding: 5px 9px;
  border: 2px solid transparent;
  height: 100%;
}

.widget.clickable > a:hover {
  text-decoration: none;
}

.widget.clickable > a:focus {
  outline: none;
  border-color: rgba( 43, 136, 216 ,  1 );
  border-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
}

.legacy-shim .widget a:hover {
  text-decoration: none;
}

.dark-widget .widget {
  color: #FFFFFF;
}

.dark-widget .widget.clickable > a {
  color: #FFFFFF;
}

.dark-widget .widget.clickable > a:focus {
  border-color: #FFFFFF;
}

.aggregation-configuration {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.aggregation-configuration .mode-combo {
  flex: 0 1 130px;
}

.aggregation-configuration .of-label {
  flex: 0 0 auto;
  margin: 0 5px;
}

.aggregation-configuration .field-combo {
  flex: 2 1 auto;
}

.aggregation-configuration .control-busy-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  top: -1px;
  left: -1px;
}

.aggregation-configuration .control-busy-overlay img {
  position: absolute;
  top: 5px;
  right: 30px;
  width: 20px;
}

/** Automatically converted from AssignToMe.css **/
.assigned-to-me {
  width: 100%;
  height: 100%;
  position: relative;
}

.assigned-to-me .assigned-to-me-message-container {
  height: 100%;
}

.assigned-to-me .assigned-to-me-message-text {
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  word-break: keep-all;
  top: 40px;
  margin-right: 14px;
  margin-left: 14px;
}

.assigned-to-me .assigned-to-me-message-image {
  position: relative;
  height: 90%;
  z-index: -1;
}

.assigned-to-me .assigned-to-me-message-image > img {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 180px;
}

.assigned-to-me-title {
  position: absolute;
  margin-top: 10px;
  padding-left: 14px;
  padding-right: 55px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  width: 100%;
  font-weight: normal;
}

.assigned-to-me-results-container {
  position: absolute;
  height: 95%;
  top: 35px;
  left: 15px;
  right: 10px;
}

.assigned-to-me-results-container .grid {
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 30px;
}

.assigned-to-me-results-container .grid .grid-canvas {
  overflow: hidden;
}

.assigned-to-me-count-filter-list-container {
  margin-top: 8px;
}

/* This is a temp solution until we can get bug 635388 fixed. */
/* Whenever we do sort it is doing a unnecessary indent on the title column. */
.assigned-to-me-grid-container .grid-header .grid-header-column > .indented-title {
  text-indent: 0px;
}

.assigned-to-me-grid-container .grid-cell {
  text-indent: 0px !important;
}

/*Adjust display style in lightbox mode*/
.widget-lightbox-dialog .assigned-to-me-title {
  display: none;
}

.widget-lightbox-dialog .assigned-to-me-results-container {
  top: 0px;
  left: 24px;
  height: 100%;
}

.widget-lightbox-dialog .assigned-to-me-results-container .grid {
  bottom: 5px;
}

.widget-lightbox-dialog .assigned-to-me-results-container .grid .grid-canvas {
  overflow-y: auto;
  overflow-x: hidden;
}

.widget-lightbox-dialog .assigned-to-me-count-filter-list-container {
  margin-top: 0px;
}

.widget-lightbox-dialog .assigned-to-me-message-container {
  padding-left: 15px;
}

.widget-lightbox-dialog .assigned-to-me-message-container .assigned-to-me-message-text {
  top: 0;
}

/** Automatically converted from BuildChart.css **/
.definition-histogram .bar.default {
  background-color: #748189;
}

.definition-histogram .bar.canceled {
  background-color: rgba(0, 0, 0, .55);
  background-color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.definition-histogram .bar.canceled:hover {
  cursor: pointer;
  background-color: rgba( 166, 166, 166 ,  1 );
  background-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.definition-histogram .bar.canceled.selected {
  background-color: rgba(0, 0, 0, .9);
  background-color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.definition-histogram .bar.succeeded {
  background-color: rgba( 16, 124, 16 ,  1 );
  background-color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.definition-histogram .bar.succeeded:hover {
  cursor: pointer;
  background-color: #66cc66;
}

.definition-histogram .bar.succeeded.selected {
  background-color: rgba( 16, 124, 16 ,  1 );
  background-color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.definition-histogram .bar.failed {
  background-color: rgba( 218, 10, 0 ,  1 );
  background-color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.definition-histogram .bar.failed:hover {
  cursor: pointer;
  background-color: rgba( 218, 10, 0 ,  1 );
  background-color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.definition-histogram .bar.failed.selected {
  background-color: rgba( 168, 0, 0 ,  1 );
  background-color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}

.definition-histogram .bar.partiallysucceeded {
  background-color: rgba( 214, 127, 60 ,  1 );
  background-color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
}

.definition-histogram .bar.partiallysucceeded:hover {
  cursor: pointer;
  background-color: rgba( 214, 127, 60 ,  1 );
  background-color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
}

.definition-histogram .bar.partiallysucceeded.selected {
  background-color: rgba( 214, 127, 60 ,  1 );
  background-color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
}

.definition-histogram > .bar.inprogress {
  background: url("../../_content/build-histogram-bars.png") no-repeat -217px -142px !important;
}

.definition-histogram > .bar.inprogress.selected {
  background: url("../../_content/build-histogram-bars.png") no-repeat -97px -142px !important;
}

.definition-histogram > .bar.stopped {
  background: url("../../_content/build-histogram-bars.png") no-repeat -217px -142px !important;
}

.definition-histogram > .bar.stopped.selected {
  background: url("../../_content/build-histogram-bars.png") no-repeat -97px -142px !important;
}

.definition-histogram > .bar.duration {
  background: url("../../_content/build-histogram-bars.png") no-repeat -277px -142px !important;
}

.definition-histogram > .bar.duration.selected {
  background: url("../../_content/build-histogram-bars.png") no-repeat -307px -142px !important;
}

.definition-histogram > .bar.duration.hover {
  cursor: pointer;
  background: url("../../_content/build-histogram-bars.png") no-repeat -307px -142px !important;
}

.buildchart-container .content {
  padding-top: 22px;
  padding-bottom: 8px;
  font-size: 12px;
  margin-left: 4px;
  /* adding margin to align histogram from widget border from both sides*/
}

.buildchart-container .bowtie-warning-color {
  color: rgba( 214, 127, 60 ,  1 );
  color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
}

.buildchart-container .bowtie-active-color {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
}

/** Automatically converted from BuildChartConfiguration.css **/
.buildchartconfiguration-container div.node-content span.buildvnext-definition-node {
  background: url("../../_content/tfs-icons.png") no-repeat -7760px 50% !important;
}

.buildchartconfiguration-container div.node-content span.xaml-node {
  background: url("../../_content/tfs-icons.png") no-repeat -4496px 50% !important;
}

.buildchartconfiguration-container .virtualizing-list-view.tree .items li div.node-content {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.buildchartconfiguration-container .virtualizing-list-view.tree .items li div.node-content span.xaml-node,
.buildchartconfiguration-container .virtualizing-list-view.tree .items li div.node-content span.buildvnext-definition-node {
  margin-right: 4px;
}

.buildchartconfiguration-container .virtualizing-list-view.tree .items li div.node-content.folder {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-weight: bold;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.buildchartconfiguration-container .combo {
  border: 0;
}

.buildchartconfiguration-container .virtualizing-list-view.tree {
  top: 19px;
  overflow-y: auto;
  max-height: 380px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.buildchartconfiguration-container .branch-filter-checkbox-container {
  margin: 8px 0;
}

.buildchartconfiguration-container .build-histogram-configuration-branch-picker .github-branch-list {
  width: 100%;
}

.buildchartconfiguration-container .build-histogram-configuration-branch-picker .github-branch-list .combo-box-container {
  border:  1px solid;
  border-color: rgba( 218, 218, 218 ,  1 );
  border-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
}

.buildchartconfiguration-container .build-histogram-configuration-branch-picker .github-branch-list .combo-box-container:hover {
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.buildchartconfiguration-container .build-histogram-configuration-branch-picker .filter-selector {
  width: 100%;
}

.buildchartconfiguration-container .build-histogram-configuration-branch-picker .filter-selector .filtered-list-dropdown-menu {
  border:  1px solid;
  border-color: rgba( 218, 218, 218 ,  1 );
  border-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
}

.buildchartconfiguration-container .build-histogram-configuration-branch-picker .filter-selector .filtered-list-dropdown-menu:hover {
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.buildchartconfiguration-container .build-histogram-configuration-branch-picker .filter-selector .popup-content-container {
  width: 397px;
}

.burndown-configuration {
  /** Style Overrides to account for wide-config. */
}

.burndown-configuration .add-row-button {
  border: 1px solid transparent;
  background-color: transparent;
  padding: 4px 6px 2px 0;
  text-decoration: none;
  margin-left: 2px;
  margin-bottom: 15px;
  cursor: pointer;
}

.burndown-configuration .add-row-button:disabled,
.burndown-configuration .add-row-button:disabled:hover {
  border: none;
  cursor: default;
}

.burndown-configuration .bowtie-math-plus {
  color: rgba( 16, 124, 16 ,  1 );
  color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.burndown-configuration .add-row-button > span,
.burndown-configuration .max-rows-message > span {
  margin: 0 3px 10px 0;
}

.burndown-configuration .field-criteria-subheading {
  margin-bottom: 10px;
}

.burndown-configuration .field-criteria-label {
  width: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.burndown-configuration .config-settings-field .config-checkbox {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}

.burndown-configuration .aggregation-configuration {
  width: 514px;
}

@media only screen and (max-width: 900px) {
  .burndown-configuration .aggregation-configuration {
    width: 250px;
  }
}

.burndown-configuration .aggregation-configuration .combo.input-text-box {
  width: 240px;
}

.burndown-configuration .aggregation-configuration .of-label {
  margin: 0 10px;
}

.burndown-configuration .radio-settings-field-picker .config-settings-field.bowtie .combo {
  width: 483px;
}

.burndown-configuration .include-bugs-checkbox {
  margin-top: 10px;
}

.burndown-configuration .single-line-margined.work-item-type-field {
  margin-top: 10px;
  margin-bottom: 20px;
}

.burndown-configuration .single-line-margined .configuration-error {
  margin-left: 30px;
}

.burndown-configuration .iteration-picker-list {
  margin-top: 10px;
}

.burndown-configuration .iteration-picker-list .add-row-button {
  margin-bottom: 0;
}

.burndown-configuration .burndown-time-period-panel .last-day-of-week, .burndown-configuration .burndown-time-period-panel .plot-units-field, .burndown-configuration .burndown-time-period-panel .end-date-field, .burndown-configuration .burndown-time-period-panel .plot-by-settings {
  margin-top: 10px;
}

@media only screen and (max-width: 900px) {
  .burndown-configuration .burndown-time-period-panel .combo.input-text-box {
    min-width: 250px;
  }
}

.burndown-configuration #include-bugs-for-requirement-category,
.burndown-configuration .blocked-checkbox-message {
  margin-left: 30px;
}

.burndown-configuration .blocked-checkbox-message .icon-info,
.burndown-configuration .blocked-checkbox-message .blocked-checkbox-text {
  margin-right: 4px;
}

.burndown-configuration .bowtie .analytics-fields-filter-control .combo.input-text-box,
.burndown-configuration .bowtie .analytics-fields-filter-control .identity-picker-container {
  width: 154px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 6px;
  height: 35px;
}

/** Automatically converted from Chart.css **/
/*This stylesheet is for all lightweight chart *widgets* (WIT & TCM), but not the view or config charts on those pages. */
.lw-chart-widget {
  /* Override Chart Title for alignment with other widget titles.
        Legacy Note: Chart host style applies a common set of 5px margins, which various folks took for granted. */
  /*Suppress text underlining when the user goes over content in the chart widget*/
}

.lw-chart-widget .chart-host > .chart-host-header {
  display: block;
}

.lw-chart-widget .chart-host > .chart-host-header > .chart-host-title {
  padding-left: 14px;
  padding-top: 10px;
  line-height: 20px;
  max-height: 40px;
  height: 40px;
}

.lw-chart-widget a:hover {
  text-decoration: none;
}

/** Automatically converted from CodeScalar.css **/
.codescalar-container {
  background-color: #68217a;
}

/**
    Leaving the file in so that any styles specific to the code tile
    can be added in the future.
*/
/** Contains Blade-centric styling overides Chart Configuration base Experience **/
.chart-configuration-container {
  /* The below combo boxes should not cover full width. Therefore set fixed width */
  /** Widget Upgrade Icon space. This is a non-standard layout, with a centered oversized icon which is placed to left of the message. */
  /** The widget upgrade message */
  /** Under the upgrade message, provide a footer in block form.*/
  /** Widget Config Styles ported from _Charts.scss */
}

.chart-configuration-container .chart-configuration-block {
  width: 399px;
}

.chart-configuration-container .chart-configuration-block > .combo.input-text-box.chart-configuration-measure-aggregation, .chart-configuration-container .chart-configuration-block > .combo.input-text-box.chart-configuration-order-property {
  width: 182px;
}

.chart-configuration-container .chart-configuration-block > .combo.input-text-box.chart-configuration-measure-property, .chart-configuration-container .chart-configuration-block > .combo.input-text-box.chart-configuration-order-direction {
  width: 184px;
}

.chart-configuration-container .chart-configuration-block > .chart-configuration-measure-of {
  text-align: center;
  width: 20px;
  margin-top: 2px;
}

.chart-configuration-container .chart-configuration-block > .combo.input-text-box.chart-configuration-order-direction {
  margin-left: 32px;
}

.chart-configuration-container .chart-configuration-label-row {
  position: relative;
}

.chart-configuration-container .chart-configuration-block {
  padding-bottom: 0px;
}

@media only screen and (max-width: 900px) {
  .chart-configuration-container .chart-configuration-block {
    width: 250px;
  }
}

.chart-configuration-container .chart-configuration-editor {
  float: none;
}

.chart-configuration-container .chart-widget-upgrade-message-icon {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
}

.chart-configuration-container .chart-widget-upgrade-message-body {
  width: 336px;
  display: inline-block;
  vertical-align: middle;
}

.chart-configuration-container .chart-widget-upgrade-message-footer {
  display: block;
}

.chart-configuration-container .chart-configuration-label-row {
  min-width: 36px;
}

.chart-configuration-container .chart-configuration-label-row .chart-configuration-label-cell {
  display: inline-block;
}

.chart-configuration-container .chart-configuration-input-row {
  display: inline-block;
}

.chart-configuration-container .chart-configuration-order-property {
  float: left;
}

.chart-configuration-container .chart-configuration-order-property.compact {
  width: 100px;
}

.chart-configuration-container .chart-configuration-order-direction {
  margin-left: 10px;
  width: 89px;
  float: left;
}

.chart-configuration-container .chart-configuration-measure-aggregation.compact {
  width: 60px;
  float: left;
}

.chart-configuration-container .chart-configuration-measure-of {
  margin-left: 6px;
  float: left;
  width: 16px;
  padding-top: 3px;
}

.chart-configuration-container .chart-configuration-measure-property {
  margin-left: 6px;
  width: 112px;
  float: left;
}

.chart-configuration-container .chart-configuration-tip {
  margin: 2px 0 0 8px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  float: right;
}

.chart-configuration-container .chart-configuration-label-row-error {
  padding-left: 2px;
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}

.chart-configuration-container .collapse {
  display: none;
}

.config-checkbox.disabled input[type=checkbox] + label {
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.config-checkbox input[type=checkbox] {
  margin-left: 0;
}

.config-checkbox input[type=checkbox] + label {
  display: inline-block;
}

.config-checkbox .checkbox-tooltip {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.config-checkbox .checkbox-tooltip .checkbox-tooltiptext {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  padding: 8px 12px;
  text-align: left;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 30%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  width: 320px;
  /* @NOTE: List break-all first and break-word second, IE11/Firefox dont support break-word, they will fallback to break-all */
  word-break: break-all;
  word-break: break-word;
}

.config-checkbox .checkbox-tooltip:hover .checkbox-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.cumulative-flow-diagram.widget {
  padding: 0;
}

.cumulative-flow-diagram.widget .title {
  padding: 10px 14px 0;
}

.cumulative-flow-diagram .chart-instance {
  padding: 0 0 0 5px;
}

.dialog .cumulative-flow-diagram .title, .dialog .cumulative-flow-diagram .subtitle {
  display: none;
}

.cumulative-flow-diagram-configuration .bowtie-navigate-external {
  color: rgba( 43, 136, 216 ,  1 );
  color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
}

.cumulative-flow-diagram-configuration .board-column-picker {
  width: 100%;
}

.cumulative-flow-diagram-configuration .config-checkbox {
  margin-bottom: 20px;
}

.cumulative-flow-diagram-configuration #include-first-column {
  margin-left: 4px;
}

/** Automatically converted from NewWorkItem.css **/
.new-work-item .new-work-item-title,
.new-work-item .new-work-item-type {
  width: 100%;
  height: 30px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 12px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.new-work-item .new-work-item-title {
  padding-left: 6px;
  margin-bottom: 10px;
  outline: 0;
}

.new-work-item .new-work-item-type-input {
  padding-left: 4px;
}

.new-work-item .recently-created-work-items {
  height: 40px;
  width: 200px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-work-item .recently-created-work-item,
.new-work-item .recently-created-work-item-error {
  line-height: 16px;
  /* Font size 12 plus 4px to avoid j's, g's etc. from being cut off */
  margin-top: 14px;
}

.new-work-item .recently-created-work-item-error {
  cursor: default;
  color: red;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
}

.new-work-item .recently-created-work-item a {
  text-decoration: none;
}

.new-work-item .recently-created-work-item > * {
  margin-right: 4px;
  vertical-align: text-bottom;
  display: inline-block;
}

.new-work-item .recently-created-work-item-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

.new-work-item .new-work-item-create-button {
  margin-top: 10px;
}

.new-work-item-title::-ms-clear,
.new-work-item-type-input::-ms-clear {
  display: none;
}

.new-work-item .recently-created-work-items .work-item-color {
  width: 12px;
}

.add-new-work-item-container {
  position: absolute;
  right: 15px;
}

/** Automatically converted from PullRequests.css **/
.pull-request-widget {
  width: 100%;
  height: 100%;
  position: relative;
}

.pull-request-widget .pull-request-widget-grid {
  position: absolute;
  top: 61px;
  left: 15px;
  right: 15px;
  bottom: 30px;
}

.pull-request-widget .pull-request-widget-grid .grid-canvas {
  overflow: hidden;
}

.pull-request-widget .pull-request-widget-grid .grid-cell {
  cursor: pointer;
}

.pull-request-widget.pull-request-widget-grid .grid-cell .icon {
  margin-left: 5px;
}

.pull-request-widget .pull-request-widget-grid .grid-row {
  border-top:  1px solid;
  border-top-color: rgba( 234, 234, 234 ,  1 );
  border-top-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.pull-request-widget .pull-request-widget-grid .grid-row:last-child {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 234, 234, 234 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.pull-request-widget .pull-request-widget-grid-avatar-cell .identity-picker-resolved-name {
  display: none;
}

.pull-request-widget .pull-request-widget-grid-data-cell-details {
  font-size: 12px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 1px);
}

.pull-request-widget .pull-request-widget-grid-data-cell-title {
  font-family: "Segoe UI Semibold","Segoe UI",Tahoma,Helvetica,Sans-Serif;
  font-weight: 600;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.pull-request-widget .pull-request-widget-grid-data-cell-title a,
.pull-request-widget .pull-request-widget-grid-data-cell-title a:link,
.pull-request-widget .pull-request-widget-grid-data-cell-title a:visited {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.pull-request-widget .grid-row-hover .pull-request-widget-grid-data-cell-title a {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.pull-request-widget .pull-request-widget-grid-data-cell-created-by {
  font-weight: bold;
}

.pull-request-widget .pull-request-widget-title-container {
  font-size: 16px;
  padding-left: 15px;
}

.pull-request-widget .pull-request-widget-title-count {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 5px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.pull-request-widget .pull-request-widget-title {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 430px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.pull-request-widget .pull-request-widget-project-selector {
  display: inline-block;
  position: relative;
  top: 8px;
  right: 4px;
}

.pull-request-widget .pull-request-widget-title.disabled {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 10px;
}

.pull-request-widget .pull-request-widget-count-details {
  position: absolute;
  top: 35px;
  left: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.pull-request-widget .pull-request-widget-view-filter {
  position: absolute;
  top: 43px;
  right: 20px;
  font-size: 12px;
}

.pull-request-widget .pull-request-widget-view-filter .pivot-filter {
  line-height: normal;
}

.pull-request-widget .pull-request-widget-view-filter .pivot-filter.dropdown {
  height: 20px;
}

.pull-request-widget .pull-request-widget-title:hover {
  text-decoration: none;
}

.pull-request-widget .pull-request-widget-show-more {
  position: absolute;
  bottom: 8px;
  right: 15px;
  font-size: 12px;
}

.pull-request-widget .pull-request-widget-show-more:hover {
  text-decoration: none;
}

.pull-request-widget .pull-request-widget-no-results-message, .pull-request-widget-error-message {
  position: absolute;
  top: 63px;
  left: 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  border-top:  1px solid;
  border-top-color: rgba( 234, 234, 234 ,  1 );
  border-top-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  padding-top: 5px;
}

.pull-request-widget .pull-request-widget-error-symbol {
  position: absolute;
  bottom: 10px;
  right: 35px;
  font-size: 150px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.pull-request-widget .pull-request-widget-no-results-symbol {
  position: relative;
  left: 95px;
  top: 80px;
}

.pull-request-widget .pull-request-widget-grid-data-cell-changed {
  text-align: right;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  width: 130px;
  float: right;
}

.pull-request-widget .pull-request-widget-grid-data-cell-repo {
  text-align: right;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  width: 130px;
  float: right;
  display: list-item;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pull-request-widget .pull-request-widget-grid-icon-cell-icon {
  position: relative;
  top: 8px;
  right: 5px;
}

.pull-request-widget .pull-request-avatar-image {
  width: 36px;
}

.icon.bowtie-icon.bowtie-math-minus-circle.pull-request-widget-grid-icon-cell {
  color: rgba( 234, 234, 234 ,  1 );
  color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.pullRequest-widget-branch-icon {
  background: url("../../_content/tfs-icons.png") no-repeat -496px -16px !important;
}

.pullRequest-widget-repo-git {
  background: url("../../_content/mywork-icons.png") no-repeat -48px -16px !important;
}

/** Automatically converted from PullRequestsConfiguration.css **/
.pull-request-config-view-picker-container .combo > div.wrap {
  left: 5px;
}

.pull-request-config-view-picker-container .combo .combo-drop-popup > ul > li {
  padding-left: 5px;
}

.config-settings-field {
  /* Including this parent is necessary to increase specificity for .drop-icon otherwise a platform style takes over and makes the position relative which results in the drop down being pulled to the left */
}

.config-settings-field .pull-request-config-selector-container {
  width: 399px;
  /*the icon is styled like the combo dropdown however the container itself is not a combo. applying relevant drop styles to get parity*/
}

.config-settings-field .pull-request-config-selector-container .filtered-list-dropdown-menu {
  height: 32px;
  padding: 3px 5px;
  position: relative;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.config-settings-field .pull-request-config-selector-container .filtered-list-popup {
  width: 399px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.config-settings-field .pull-request-config-selector-container .filtered-list-popup input[type=text] {
  width: 100%;
}

.config-settings-field .pull-request-config-selector-container .drop-icon {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 30px;
  position: absolute;
}

/** Automatically converted from QueryScalarConfiguration.css **/
.queryscalarconfiguration-container .query-selector-container {
  width: 399px;
  /*overrides for the tree elements to prevent context menus from showing up**/
  /*overrides for the tree elements to center align the text*/
}

.queryscalarconfiguration-container .query-selector-container .query-selector {
  position: relative;
}

.queryscalarconfiguration-container .query-selector-container .query-selector .select-query-dropdown-watermark {
  font-size: 14px;
  font-family: Segoe UI;
  font-style: italic;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.queryscalarconfiguration-container .query-selector-container .query-selector span {
  vertical-align: middle;
}

.queryscalarconfiguration-container .query-selector-container .query-selector:hover {
  cursor: pointer;
}

.queryscalarconfiguration-container .query-selector-container .query-selector .select-query-progress {
  display: none;
  position: absolute;
  right: 27px;
  margin: 0;
  top: 5px;
}

.queryscalarconfiguration-container .query-selector-container .query-selector .select-query-progress img {
  height: 14px;
}

.queryscalarconfiguration-container .query-selector-container .query-selector-disabled {
  pointer-events: none;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  border: none;
}

.queryscalarconfiguration-container .query-selector-container .popup-content-control {
  width: 399px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  /**style the tree to align to composition and with the combo display*/
  /*overrides for the tree elements to prevent context menus from showing up**/
}

.queryscalarconfiguration-container .query-selector-container .popup-content-control input[type=text] {
  width: 100%;
}

.queryscalarconfiguration-container .query-selector-container .popup-content-control .query-folder-tree {
  top: 19px;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  max-height: 200px;
  overflow-y: auto;
}

.queryscalarconfiguration-container .query-selector-container .popup-content-control .icon-pin,
.queryscalarconfiguration-container .query-selector-container .popup-content-control .node.nofocus.info,
.queryscalarconfiguration-container .query-selector-container .popup-content-control .node-no-context-menu {
  display: none;
}

.queryscalarconfiguration-container .query-selector-container .tree-children .node-link-hidden {
  display: none;
}

.queryscalarconfiguration-container .query-selector-container .tree-children div.node-content {
  padding-top: 0.1em;
}

.queryscalarconfiguration-container .query-selector-container .drop-icon {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 30px;
  position: absolute;
}

.queryscalarconfiguration-container label.background-color-label {
  display: block;
  margin: 3px 0 6px 0;
}

.bowtie .color-rule-control {
  /* Define a shape for the color to be shown */
}

.bowtie .color-rule-control .color-rule-control-operator,
.bowtie .color-rule-control .color-rule-control-threshold,
.bowtie .color-rule-control .color-rule-control-label,
.bowtie .color-rule-control .color-rule-control-state,
.bowtie .color-rule-control .color-rule-control-color-picker {
  display: inline-block;
  vertical-align: middle;
}

.bowtie .color-rule-control .color-rule-control-state {
  margin: 0 10px 0 0;
}

.bowtie .color-rule-control .color-rule-control-color-picker {
  margin: 4px 8px 0 0;
}

.bowtie .color-rule-control .color-rule-control-label {
  margin: 0 10px 0 5px;
  width: 135px;
  font-size: 12px;
}

.bowtie .color-rule-control .combo.input-text-box {
  /* Operator control */
  /* Threshold as integer control */
}

.bowtie .color-rule-control .combo.input-text-box.color-rule-control-operator {
  width: 60px;
  margin-right: 8px;
}

.bowtie .color-rule-control .combo.input-text-box.color-rule-control-operator .bowtie-chevron-down-light {
  padding-top: 7px;
}

.bowtie .color-rule-control .combo.input-text-box.color-rule-control-operator div.wrap input {
  width: 100%;
  /*VSS.Controls.css change the way it compute the width, overwrite it to make it 100% width*/
}

.bowtie .color-rule-control .combo.input-text-box.color-rule-control-threshold {
  width: 46px;
}

.bowtie .color-rule-control .combo.input-text-box.color-rule-control-threshold div.wrap {
  padding-right: 2px;
  /* Because the input is right aligned */
  padding-left: 0;
  /* Because the input is right aligned */
}

.bowtie .color-rule-control .combo.input-text-box.color-rule-control-threshold div.wrap input {
  width: 100%;
  /*VSS.Controls.css change the way it compute the width, overwrite it to make it 100% width*/
  text-align: right;
  padding: 0;
  /* Each browser gives input its own padding. We want to clear that out to match each browser to one another as best we can. */
}

.bowtie .color-rule-control > div.wrap > input {
  width: 100%;
  /*VSS.Controls.css change the way it compute the width, overwrite it to make it 100% width*/
}

.queryscalarconfiguration-container {
  /* Add spacing between the label and elements below it */
}

.queryscalarconfiguration-container .color-rule-control .color-rule-error-message {
  min-height: 25px;
}

.queryscalarconfiguration-container .color-rule-remove-button {
  display: inline-block;
  border: none;
  background-color: transparent;
  height: 16px;
  width: 16px;
  margin-left: 14px;
  vertical-align: -2px;
  cursor: pointer;
  padding: 0;
}

.queryscalarconfiguration-container .color-rule-remove-button > span {
  padding: 0px;
  margin: 0px;
}

.queryscalarconfiguration-container .conditional-add-rule {
  border: none;
  background-color: transparent;
  padding: 4px 6px 2px 0;
  display: inline-flex;
  text-decoration: none;
  margin-left: 2px;
  cursor: pointer;
}

.queryscalarconfiguration-container .conditional-add-rule > span {
  margin: 0 3px 4px 0;
}

.queryscalarconfiguration-container .rule-limit-message {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.queryscalarconfiguration-container .conditional-formatting-setting {
  margin-top: 29px;
}

.queryscalarconfiguration-container .color-picker-combo {
  height: 32px;
}

.queryscalarconfiguration-container .color-rule-remove-button {
  margin-left: 10px;
}

/** Automatically converted from QueryResults.css **/
.wit-widget-view-title {
  position: absolute;
  top: 10px;
  left: 14px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  width: 100%;
  padding-right: 36px;
}

.wit-widget-view-title:hover {
  text-decoration: none;
}

.wit-widget-view-show-more {
  position: absolute;
  bottom: 8px;
  right: 14px;
}

.wit-widget-view-show-more:hover {
  text-decoration: none;
}

.wit-widget-no-results-container {
  height: 100%;
}

.wit-widget-no-results-message {
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  word-break: keep-all;
  height: 25%;
  top: 40px;
  margin-right: 14px;
  margin-left: 14px;
}

.wit-widget-no-results-symbol {
  position: relative;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  height: 75%;
}

.wit-widget-no-results-symbol > img {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.wit-widget-no-results-image {
  position: relative;
  top: 40px;
  left: 110px;
  font-size: 12px;
}

.wit-querygrid-widget-view .grid {
  position: absolute;
  top: 35px;
  left: 14px;
  right: 14px;
  bottom: 30px;
}

.wit-querygrid-widget-view {
  width: 100%;
  height: 100%;
  position: relative;
}

.wit-querygrid-widget-view .grid > .message-area-control {
  display: none !important;
}

.wit-querygrid-widget-view .grid-canvas {
  overflow: hidden;
}

/** Automatically converted from QueryResultsConfiguration.css **/
.wit-config-query-selector-container {
  width: 399px;
  /*overrides for the tree elements to prevent context menus from showing up**/
  /*overrides for the tree elements to center align the text*/
}

.wit-config-query-selector-container .query-selector {
  position: relative;
}

.wit-config-query-selector-container .query-selector .select-query-dropdown-watermark {
  font-size: 14px;
  font-family: Segoe UI;
  font-style: italic;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.wit-config-query-selector-container .query-selector span {
  vertical-align: middle;
}

.wit-config-query-selector-container .query-selector:hover {
  cursor: pointer;
}

.wit-config-query-selector-container .query-selector .select-query-progress {
  display: none;
  position: absolute;
  right: 27px;
  margin: 0;
  top: 5px;
}

.wit-config-query-selector-container .query-selector .select-query-progress img {
  height: 14px;
}

.wit-config-query-selector-container .query-selector-disabled {
  pointer-events: none;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  border: none;
}

.wit-config-query-selector-container .popup-content-control {
  width: 399px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  /**style the tree to align to composition and with the combo display*/
  /*overrides for the tree elements to prevent context menus from showing up**/
}

.wit-config-query-selector-container .popup-content-control input[type=text] {
  width: 100%;
}

.wit-config-query-selector-container .popup-content-control .query-folder-tree {
  top: 19px;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  max-height: 200px;
  overflow-y: auto;
}

.wit-config-query-selector-container .popup-content-control .icon-pin,
.wit-config-query-selector-container .popup-content-control .node.nofocus.info,
.wit-config-query-selector-container .popup-content-control .node-no-context-menu {
  display: none;
}

.wit-config-query-selector-container .tree-children .node-link-hidden {
  display: none;
}

.wit-config-query-selector-container .tree-children div.node-content {
  padding-top: 0.1em;
}

.wit-config-query-selector-container .drop-icon {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 30px;
  position: absolute;
}

@media only screen and (max-width: 900px) {
  .wit-config-query-selector-container {
    width: 250px;
  }
}

.wit-config-query-selector-container .tree-view .node {
  position: inherit;
}

.wit-config-column-picker {
  height: 320px;
}

.wit-config-column-picker .wit-config-column-picker-right-container {
  width: 45%;
  position: relative;
  display: inline-block;
  margin-left: 12px;
}

.wit-config-column-picker .wit-config-column-picker-left-container {
  width: 45%;
  position: relative;
  display: inline-block;
}

.wit-config-column-picker .wit-config-column-picker-add-button {
  position: absolute;
  left: 163px;
  height: 24px;
  width: 24px;
}

@media only screen and (max-width: 600px) {
  .wit-config-column-picker .wit-config-column-picker-add-button {
    left: 110px;
  }
}

.wit-config-column-picker .wit-config-column-picker-remove-button {
  position: absolute;
  left: 163px;
  top: 55px;
  height: 24px;
  width: 24px;
}

@media only screen and (max-width: 600px) {
  .wit-config-column-picker .wit-config-column-picker-remove-button {
    left: 110px;
  }
}

.wit-config-column-picker .wit-config-column-picker-up-button {
  position: absolute;
  left: 163px;
  height: 24px;
  width: 24px;
}

@media only screen and (max-width: 600px) {
  .wit-config-column-picker .wit-config-column-picker-up-button {
    left: 130px;
  }
}

.wit-config-column-picker .wit-config-column-picker-down-button {
  position: absolute;
  left: 163px;
  top: 55px;
  height: 24px;
  width: 24px;
}

@media only screen and (max-width: 600px) {
  .wit-config-column-picker .wit-config-column-picker-down-button {
    left: 130px;
  }
}

.wit-config-column-picker .wit-config-column-picker-available-columns {
  position: absolute;
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  width: 150px;
  height: 300px;
  overflow: auto;
}

@media only screen and (max-width: 600px) {
  .wit-config-column-picker .wit-config-column-picker-available-columns {
    width: 100px;
  }
}

.wit-config-column-picker .wit-config-column-picker-selected-columns {
  position: absolute;
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  width: 150px;
  height: 300px;
  overflow: auto;
}

@media only screen and (max-width: 600px) {
  .wit-config-column-picker .wit-config-column-picker-selected-columns {
    width: 100px;
  }
}

.wit-config-column-picker-error-container {
  min-height: 25px;
  /*make sure we give enought room for the error text to show*/
}

/** Automatically converted from SprintBurndown.css **/
.sprint-burndown {
  background-color: transparent;
}

.sprint-burndown .sprint-burndown-chart {
  margin-left: -8px;
  cursor: pointer;
}

.sprint-burndown .small-chart-container {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.sprint-burndown .error-text {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
  white-space: normal;
  text-overflow: inherit;
}

.sprint-burndown .burndown-tile-sprint-name {
  margin-bottom: 5px;
}

.sprint-burndown .sprint-burndown-error-image {
  margin-top: 35px;
}

.large-chart-container {
  overflow: hidden;
}

/** Automatically converted from SprintCapacity.css **/
.sprint-capacity-summary-widget .progress-text {
  font-size: 14px;
  padding-top: 5px;
}

.sprint-capacity-summary-widget .user-story-progress {
  padding-bottom: 4px;
}

.sprint-capacity-summary-widget .action-required-link .content .link-text {
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
}

/** Automatically converted from TeamMembers.css **/
.team-members {
  /* Fill widget host so admins can click anywhere on widget to manage team */
  width: 100%;
  height: 160px;
  /* Copied from .grid-cell in corecss*/
  vertical-align: middle;
  position: relative;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  cursor: default;
  border: none;
}

.team-members .title {
  white-space: normal;
}

.team-members .view-all-button {
  float: right;
  height: inherit;
  line-height: 100%;
  background-color: transparent;
  border-color: transparent;
}

.team-members .view-all-button:focus {
  border-color: rgba( 43, 136, 216 ,  1 );
  border-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
}

.team-members .invite-a-friend-container > div {
  float: left;
}

.team-members .invite-a-friend-container .invite-a-friend-message-container {
  display: table;
  margin-left: 5px;
  width: 155px;
  height: 106px;
}

.team-members .invite-a-friend-container .invite-a-friend-message-container .invite-a-friend-message-aligner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.team-members .invite-a-friend-container .invite-a-friend-message-container .invite-a-friend-message-aligner .invite-a-friend-message {
  max-height: 60px;
  overflow-y: hidden;
}

.team-members .invite-a-friend-container .invite-a-friend-message-container .invite-a-friend-message-aligner .invite-a-friend-button {
  max-width: 160px;
  margin-top: 15px;
  padding: 6px 20px;
  height: auto;
}

.team-members .members-container {
  width: 310px;
}

.team-members .members-container .members-item {
  width: 44px;
  height: 44px;
  display: inline-block;
}

.team-members .members-container .member {
  margin-bottom: 14px;
  margin-right: 18px;
  /* Copied from .team-home-view-container ... div.member in sitecss */
  float: left;
}

.team-members .members-container .member .identity-picture {
  /* Overriding corecss width/height to fit within border of containing div */
  width: inherit;
  height: inherit;
}

.team-members .members-container .add-team-member {
  min-width: 44px;
  /** Override larger bowtie button min-size.*/
  vertical-align: top;
  background-color: rgba(0, 120, 212, 1);
  background-color: var(--communication-background,rgba(0, 120, 212, 1));
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.team-members .members-container .add-team-member:hover {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  background-color: rgba( 43, 136, 216 ,  1 );
  background-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
  border:  2px solid;
  border-color: rgba( 0, 90, 158 ,  1 );
  border-color: rgba( var(--palette-primary-shade-20,0, 90, 158) ,  1 );
}

.team-members .members-container .add-team-member i {
  line-height: 100%;
  font-size: 25px;
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

/** Automatically converted from TeamRoom.css **/
.team-room-list-control {
  /* The overflow:hidden on the parent does not stop content from occupying the space meant for bottom padding
       So the below .widget-inner is added to do the job 
    */
}

.team-room-list-control .widget-inner {
  height: 100%;
  overflow: hidden;
}

.team-room-list-control .icon-container {
  background-color: #f2700f;
}

.team-room-list-control .icon-container .bowtie-comment {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  margin: 12px;
}

.widget-config {
  width: 399px;
}

.widget-config label {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.widget-config label:not(:first-child) {
  margin-top: 20px;
}

.wide .widget-config {
  width: 530px;
  margin-right: 20px;
}

/** Automatically converted from ncolorBarControl.css **/
.widget-shared-ncolor-bar-control .visual-progress-container {
  position: relative;
  width: 100%;
  height: 27px;
}

.widget-shared-ncolor-bar-control .visual-progress-green,
.widget-shared-ncolor-bar-control .visual-progress-blue,
.widget-shared-ncolor-bar-control .visual-progress-gray,
.widget-shared-ncolor-bar-control .visual-progress-purple {
  height: 100%;
  float: left;
}

.widget-shared-ncolor-bar-control .visual-progress-count {
  color: white;
  float: right;
  margin-top: 10px;
  margin-right: 6px;
  font-size: 12px;
}

.widget-shared-ncolor-bar-control .visual-progress-green {
  background-color: rgba( 16, 124, 16 ,  1 );
  background-color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.widget-shared-ncolor-bar-control .visual-progress-blue {
  background-color: rgba(0, 120, 212, 1);
  background-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.widget-shared-ncolor-bar-control .visual-progress-gray {
  background-color: rgba( 218, 218, 218 ,  1 );
  background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
}

.widget-shared-ncolor-bar-control .visual-progress-purple {
  background-color: #442359;
}

/** Automatically converted from VSLinks.css **/
.visual-studio-links .openvs .icon-container {
  background-color: #68217a;
}

.visual-studio-links .openvs .icon-container .bowtie-arrow-open {
  margin: 12px;
  font-weight: bold;
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.visual-studio-links .getvs .icon-container .bowtie-brand-visualstudio {
  margin: 10px 5px 5px 5px;
  font-size: 28px;
  color: #68217a;
}

/** Automatically converted from HowToLinks.css **/
.how-to-links .zerodata-img {
  width: 50%;
  display: block;
  margin: auto;
  padding-top: 25px;
}

.how-to-links .how-to-link {
  width: 100%;
  height: 45px;
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: calc(50% - 1px);
  margin-bottom: 15px;
}

.how-to-links .how-to-link a {
  height: 100%;
  display: block;
  padding-left: 15px;
}

.how-to-links .how-to-link a img {
  float: left;
  margin-right: 30px;
  width: 50px;
}

.how-to-links .how-to-link-title {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 16px;
  margin-bottom: 1px;
}

/** Automatically converted from Markdown.css **/
.markdown-widget {
  padding: 14px;
  height: 100%;
}

.markdown-widget.lightboxed {
  overflow: auto;
  padding-top: 0px;
}

.markdown-widget.unconfigured {
  padding: 0;
}

.markdown-widget.unconfigured .markdown-widget-title,
.markdown-widget.unconfigured .markdown-widget-container {
  display: none;
}

.markdown-widget-title {
  font-family: Segoe UI,Tahoma,Arial,Verdana;
  font-size: 16px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  /* Title alignment consistency, temporary until we implement title in the host */
  margin-top: -4px;
  margin-bottom: 4px;
  /* Limit title length via ellipsis overflow */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.markdown-widget-container {
  height: 100%;
}

.markdown-widget:not(.lightboxed) .markdown-widget-container {
  overflow: hidden;
}

/* ============ Markdown Styling ============ */
.markdown-widget .markdown-widget-container .rendered-markdown,
.markdown-widget .markdown-widget-container .rendered-markdown * {
  font-size: 12px;
  line-height: 150%;
  /* fallback fonts have not been confirmed */
  font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.markdown-widget .markdown-widget-container .rendered-markdown h1,
.markdown-widget .markdown-widget-container .rendered-markdown h2,
.markdown-widget .markdown-widget-container .rendered-markdown h3,
.markdown-widget .markdown-widget-container .rendered-markdown h4,
.markdown-widget .markdown-widget-container .rendered-markdown h5,
.markdown-widget .markdown-widget-container .rendered-markdown h6 {
  font-weight: normal;
  margin: 0 0 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: none;
  font-weight: 600;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.markdown-widget .markdown-widget-container .rendered-markdown h1,
.markdown-widget .markdown-widget-container .rendered-markdown .h1 {
  font-size: 26px;
}

.markdown-widget .markdown-widget-container .rendered-markdown h2,
.markdown-widget .markdown-widget-container .rendered-markdown .h2 {
  font-size: 20px;
}

.markdown-widget .markdown-widget-container .rendered-markdown h3,
.markdown-widget .markdown-widget-container .rendered-markdown .h3 {
  font-size: 18px;
}

.markdown-widget .markdown-widget-container .rendered-markdown h4,
.markdown-widget .markdown-widget-container .rendered-markdown .h4 {
  font-size: 16px;
}

.markdown-widget .markdown-widget-container .rendered-markdown h5,
.markdown-widget .markdown-widget-container .rendered-markdown .h5 {
  font-size: 14px;
}

.markdown-widget .markdown-widget-container .rendered-markdown h6,
.markdown-widget .markdown-widget-container .rendered-markdown .h6 {
  font-size: 12px;
}

.markdown-widget .markdown-widget-container .rendered-markdown a {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  text-decoration: none;
  cursor: pointer;
}

.markdown-widget .markdown-widget-container .rendered-markdown p {
  margin: 0 0 16px;
  word-wrap: break-word;
}

.markdown-widget .markdown-widget-container .rendered-markdown ul,
.markdown-widget .markdown-widget-container .rendered-markdown ol {
  margin: 0 0 19px;
  padding: 0 0 0 19px;
}

.markdown-widget .markdown-widget-container .rendered-markdown ul > li {
  line-height: 1.2em;
  list-style-type: disc;
}

.markdown-widget .markdown-widget-container .rendered-markdown ol > li {
  line-height: 1.2em;
  list-style-type: decimal;
}

.markdown-widget .markdown-widget-container .rendered-markdown hr {
  display: block;
  border: none;
  height: 1px;
  background: rgba( 200, 200, 200 ,  1 );
  background: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  margin: 5px auto;
  width: 100%;
  border-bottom: none;
}

.markdown-widget .markdown-widget-container .rendered-markdown pre {
  overflow: auto;
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  padding: 10px;
}

.markdown-widget .markdown-widget-container .rendered-markdown code,
.markdown-widget .markdown-widget-container .rendered-markdown kbd,
.markdown-widget .markdown-widget-container .rendered-markdown pre,
.markdown-widget .markdown-widget-container .rendered-markdown samp {
  font-family: monospace, monospace;
  font-size: 12px;
}

.markdown-widget .markdown-widget-container .rendered-markdown table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
  border-collapse: collapse;
  border-spacing: 0;
}

.markdown-widget .markdown-widget-container .rendered-markdown th,
.markdown-widget .markdown-widget-container .rendered-markdown td {
  border:  1px solid;
  border-color: rgba( 218, 218, 218 ,  1 );
  border-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  padding: 5px;
}

/*our custom styling for the markdown is overriding bowtie styles for the icon which the style below fixes*/
.markdown-widget .markdown-widget-container .rendered-markdown .bowtie-navigate-external {
  font-family: "Bowtie";
  font-size: 14px;
  speak: none;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

/** Automatically converted from MarkdownConfiguration.css **/
.markdownconfiguration-container {
  width: 100%;
}

.markdownconfiguration-container .subsection-container textarea {
  width: 372px;
  /* 435px - 15px left margin - 24px left offset - 24px right gutter */
  height: 300px;
  white-space: pre-wrap;
  overflow: auto;
  resize: none;
  font-family: Monaco, Menlo, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
  padding-bottom: 2px;
  /*Enforce consistency across browsers*/
}

@media only screen and (max-width: 900px) {
  .markdownconfiguration-container .subsection-container textarea {
    width: 250px;
  }
}

.markdownconfiguration-container input[type=radio] {
  margin-right: 6px;
  margin-left: 2px;
}

.markdownconfiguration-container .subsection-container {
  margin: 14px 0 24px 24px;
}

/*Learn about markdown link*/
.markdownconfiguration-container textarea + p {
  margin: 3px 0 -16px 0;
}

.markdownconfiguration-container .vcconfiguration-container .repo-selector-container,
.markdownconfiguration-container .vcconfiguration-container .branch-selector-container,
.markdownconfiguration-container .vcconfiguration-container .path-selector-container,
.markdownconfiguration-container .vcconfiguration-container .popup-content-control {
  width: 375px;
}

.markdownconfiguration-container .vcconfiguration-container .repo-selector-container .filtered-list-dropdown-menu .selected-item-text,
.markdownconfiguration-container .vcconfiguration-container .branch-selector-container .filtered-list-dropdown-menu .selected-item-text {
  max-width: 90%;
}

.markdownconfiguration-container.bowtie fieldset {
  margin-top: 0;
}

.markdownconfiguration-container .subsection-container .bowtie-navigate-external {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
}

/** Automatically converted from SprintOverview.css **/
.widget-sprint-overview {
  /* adjust the padding */
}

.widget-sprint-overview .user-story-progress {
  padding-bottom: 5px;
}

.widget-sprint-overview .team-title {
  float: left;
  max-width: 150px;
  text-overflow: ellipsis;
}

.widget-sprint-overview .progress-work-bar-description {
  margin-top: 9px;
}

.widget-sprint-overview .progress-day-bar-description {
  margin-top: 35px;
  margin-bottom: 5px;
}

.widget-sprint-overview.widget.clickable > a {
  padding: 5px;
}

.widget-sprint-overview .sprint-iteration {
  float: right;
  text-align: right;
  max-width: 160px;
  text-overflow: ellipsis;
}

.widget-sprint-overview .date-range {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.widget-sprint-overview .progress-details {
  overflow: hidden;
  padding-top: 8px;
}

.widget-sprint-overview .progress-details .progress-details-container {
  width: 50%;
  float: left;
}

.widget-sprint-overview .progress-details .progress-details-text {
  margin-top: 2px;
}

.widget-sprint-overview .progress-details .progress-details-count {
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin-right: 6px;
}

/** Automatically converted from SprintOverviewConfiguration.css **/
.sprint-overview-configuration .include-text {
  display: inline;
}

/** Contains feature specifics styles for the WIT Chart Configuration Experience**/
.wit-chart-configuration .query-selector-container {
  width: 399px;
  /*overrides for the tree elements to prevent context menus from showing up**/
  /*overrides for the tree elements to center align the text*/
}

@media only screen and (max-width: 900px) {
  .wit-chart-configuration .query-selector-container {
    max-width: 250px;
  }
}

.wit-chart-configuration .query-selector-container .query-selector {
  position: relative;
}

.wit-chart-configuration .query-selector-container .query-selector .select-query-dropdown-watermark {
  font-size: 14px;
  font-family: Segoe UI;
  font-style: italic;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.wit-chart-configuration .query-selector-container .query-selector span {
  vertical-align: middle;
}

.wit-chart-configuration .query-selector-container .query-selector:hover {
  cursor: pointer;
}

.wit-chart-configuration .query-selector-container .query-selector .select-query-progress {
  display: none;
  position: absolute;
  right: 27px;
  margin: 0;
  top: 5px;
}

.wit-chart-configuration .query-selector-container .query-selector .select-query-progress img {
  height: 14px;
}

.wit-chart-configuration .query-selector-container .query-selector-disabled {
  pointer-events: none;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  border: none;
}

.wit-chart-configuration .query-selector-container .popup-content-control {
  width: 399px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  /**style the tree to align to composition and with the combo display*/
  /*overrides for the tree elements to prevent context menus from showing up**/
}

.wit-chart-configuration .query-selector-container .popup-content-control input[type=text] {
  width: 100%;
}

.wit-chart-configuration .query-selector-container .popup-content-control .query-folder-tree {
  top: 19px;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  max-height: 200px;
  overflow-y: auto;
}

.wit-chart-configuration .query-selector-container .popup-content-control .icon-pin,
.wit-chart-configuration .query-selector-container .popup-content-control .node.nofocus.info,
.wit-chart-configuration .query-selector-container .popup-content-control .node-no-context-menu {
  display: none;
}

.wit-chart-configuration .query-selector-container .tree-children .node-link-hidden {
  display: none;
}

.wit-chart-configuration .query-selector-container .tree-children div.node-content {
  padding-top: 0.1em;
}

.wit-chart-configuration .query-selector-container .drop-icon {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 30px;
  position: absolute;
}

/** Automatically converted from VCPathSelectorControl.css **/
.vcconfiguration-container .path-dropdown-menu:hover {
  background-color: rgba( 222, 236, 249 ,  1 );
  background-color: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 );
  cursor: pointer;
}

.vcconfiguration-container .filtered-list-popup .filtered-list-control {
  box-shadow: none;
  /* We will style the box shadow ourselves elsewhere */
}

.vcconfiguration-container .filtered-list-popup {
  background: inherit;
  /* take the background of the parent rather than the default  */
}

.vcconfiguration-container .tree-wrapper {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  /* So nothing shows underneath */
  max-height: 200px;
  overflow-y: auto;
}

.vcconfiguration-container .path-selector .path-text {
  vertical-align: middle;
}

.vcconfiguration-container .filtered-list-popup .filtered-list {
  width: 100%;
  /* Fill the parent width */
}

.vcconfiguration-container .path-selector-container .empty-tree {
  padding: 10px;
  cursor: default;
  /* Use the arrow instead of the text cursor */
}

.vcconfiguration-container .repo-selector-container,
.vcconfiguration-container .branch-selector-container,
.vcconfiguration-container .path-selector-container {
  width: 399px;
}

.vcconfiguration-container .filtered-list-dropdown-menu,
.vcconfiguration-container .path-dropdown-menu {
  height: 32px;
  padding: 3px 5px;
  position: relative;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.vcconfiguration-container .filtered-list-dropdown-menu .drop-icon,
.vcconfiguration-container .path-dropdown-menu .drop-icon {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 30px;
  position: absolute;
}

.vcconfiguration-container .popup-content-control {
  width: 399px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.vcconfiguration-container .popup-content-control input[type=text] {
  width: 100%;
}

.iframe-configuration .config-settings-field {
  margin-top: 10px;
}

.iframe-configuration .url-disclaimer {
  margin: 5px 0;
}

.item-list-control ul {
  padding: 0px;
  margin: 0px;
}

.item-list-control ul li {
  display: inline-block;
  height: 40px;
  padding-right: 2px;
  /**Ensure the entire body of the list items are clickable, and provide a coherent border region for keyboard.*/
}

.item-list-control ul li.selected a {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  outline: none;
}

.item-list-control ul li a,
.item-list-control ul li a:visited,
.item-list-control ul li a:hover {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  text-decoration: none;
}

.item-list-control ul li a:hover {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.item-list-control ul li a:focus {
  outline: -webkit-focus-ring-color solid 1px;
}

.item-list-control ul li a.disabled {
  pointer-events: none;
}

.item-list-control ul li a {
  width: 100%;
  height: 110%;
  background: transparent;
  display: block;
  padding-left: 3px;
  padding-right: 9px;
  padding-top: 4px;
}

.item-list-control ul li a > * {
  display: inline-block;
}

.item-list-control ul li a .item-color {
  position: absolute;
}

.item-list-control ul li a .item-color i {
  font-size: 24px;
}

.item-list-control ul li a .item-number {
  padding-left: 8px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 32px;
  /*Align the number with the lower row label*/
  position: relative;
  bottom: 3px;
}

.item-list-control ul li a .item-number .item-number-suffix {
  font-size: 24px;
  position: relative;
  bottom: 3px;
}

.item-list-control ul li a .item-label {
  padding-left: 3px;
  font-size: 12px;
}

.multiline-textblock span {
  display: block;
  /* The spans should each occupy their own lines*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wiql-query-result-grid .grid-row-hover:hover {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.wiql-query-result-grid .grid-row {
  border: 0;
}

.wiql-query-result-grid .grid-cell {
  padding-top: 6px;
  padding-bottom: 7px;
  line-height: 17px;
}

.wiql-query-result-grid .grid-header {
  z-index: 0;
}

.blade-menu-blade .bowtie-navigate-external {
  color: rgba( 43, 136, 216 ,  1 );
  color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
}

.blade-menu-blade .config-checkbox {
  margin-bottom: 20px;
}

.blade-menu-blade #include-first-column {
  margin-left: 4px;
}

.kanban-time-control {
  padding-left: 5px;
}

.kanban-time-control .top-level {
  height: 60px;
  padding-bottom: 10px;
  padding-left: 7px;
  position: relative;
  width: 100%;
}

.kanban-time-control .top-level .item-filter-list-container {
  position: absolute;
  right: 4px;
  top: 8px;
}

.kanban-time-control .chart-item {
  position: absolute;
}

.kanban-time-control .bowtie-icon.bowtie-status-info-outline {
  position: absolute;
  right: 13px;
  display: none;
}

.kanbanTime-tooltip .popup-content-container {
  box-shadow: 5px 5px 5px -2px #a6a6a6;
}

.number-display {
  display: inline-block;
  position: relative;
  color: rgba( 51, 51, 51 ,  1 );
  color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 );
}

.number-display .big-number {
  height: 49px;
  font-size: 60px;
  line-height: 42px;
}

.number-display .text-block {
  position: absolute;
  top: 14px;
  left: 78px;
}

.number-display .too-many {
  display: none;
  font-size: 30px;
  position: absolute;
  top: -10px;
  left: 61px;
}

.number-display .count-description {
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  font-size: 12px;
}

.lead-time.widget, .widget.cycle-time {
  padding: 0;
}

.lead-time.widget .title, .widget.cycle-time .title {
  padding: 10px 14px 0;
}

.dialog .lead-time .title, .dialog .cycle-time .title, .dialog .lead-time .subtitle, .dialog .cycle-time .subtitle {
  display: none;
}

.blade-container .radio-settings-field-picker .config-settings-field.bowtie .combo {
  width: 369px;
  margin-left: 30px;
}

.velocity-configuration .toggleable-numeric-input {
  margin-bottom: 20px;
}

.velocity-configuration .toggleable-numeric-input .config-checkbox {
  margin-bottom: 0px;
}

.velocity-configuration .toggleable-numeric-input .numeric-input-description-label {
  display: inline-block;
  width: 300px;
  padding-right: 5px;
}

.velocity-configuration .toggleable-numeric-input .combo.input-text-box {
  display: inline-block;
  width: 99px;
}

.velocity-configuration .single-line-margined .configuration-error {
  margin-left: 30px;
}

.view-component-base {
  height: 100%;
}

.widget-message-card {
  height: 100%;
}

.widget-config .bolt-radio-button-group {
  padding-left: 4px;
}

.analytics-fields-filter-control .filter-row-add {
  display: none;
}

.analytics-fields-filter-control .clauses .value {
  width: 25%;
}

.analytics-fields-filter-control .clauses .add-remove {
  width: 20px;
}

.analytics-fields-filter-control .clauses .add-remove .add-new-clause-container .add-row-link {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.analytics-fields-filter-control .clauses .add-remove span {
  padding-top: 10px;
  margin-right: 0px;
}

.analytics-fields-filter-control .field-filter-value-control.identity-picker-container {
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.analytics-fields-filter-control .add-clause.clause-row .add-remove.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.analytics-fields-filter-control .clauses td.operator:hover {
  background-color: transparent;
}

.blade-menu-blade .bowtie .analytics-fields-filter-control .combo.input-text-box,
.blade-menu-blade .bowtie .analytics-fields-filter-control .identity-picker-container {
  width: 154px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 6px;
  height: 35px;
}

.blade-menu-blade .bowtie .analytics-fields-filter-control .combo.input-text-box .identity-picker-resolved.identity-picker-resolved-single-search,
.blade-menu-blade .bowtie .analytics-fields-filter-control .identity-picker-container .identity-picker-resolved.identity-picker-resolved-single-search {
  padding-top: 7px;
}

/***** End Widgets Area *****/
