/***BEGIN NColorBarControl.css***/
.widget-shared-ncolor-bar-control .visual-progress-container {
  position: relative;
  width: 100%;
  height: 27px;
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  border-left: none; }

.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;
  border-left:  1px solid;
  border-left-color: rgba( 200, 200, 200 ,  1 );
  border-left-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.widget-shared-ncolor-bar-control .visual-progress-count {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  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: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.widget-shared-ncolor-bar-control .visual-progress-blue {
  background-color: rgba(0, 90, 158, 1);
  background-color: var(--communication-foreground,rgba(0, 90, 158, 1)); }

.widget-shared-ncolor-bar-control .visual-progress-gray {
  background-color: rgba( 200, 200, 200 ,  1 );
  background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.widget-shared-ncolor-bar-control .visual-progress-purple {
  background-color: #55346A; }
/***END NColorBarControl.css***/

/***BEGIN SprintOverviewWidget.css***/
a.sprint-overview-widget-wrapper {
  display: block;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  margin: 2px;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer; }
  a.sprint-overview-widget-wrapper:hover, a.sprint-overview-widget-wrapper:focus {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
    a.sprint-overview-widget-wrapper:hover .date-range, a.sprint-overview-widget-wrapper:focus .date-range {
      color: rgba(0, 0, 0, .55);
      color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
  a.sprint-overview-widget-wrapper:focus {
    outline: rgba(0, 90, 158, 1) auto 5px;
    outline: var(--communication-foreground,rgba(0, 90, 158, 1)) auto 5px; }

.widget-sprint-overview {
  padding: 5px;
  /* 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 .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; }
/***END SprintOverviewWidget.css***/

