/* CSS Document */

.progress-wg-expert-panel {
  margin-bottom: 20px !important;
  width: 100%;
  float: left;
}
.progress-wg-expert-panel .progress {
  margin-bottom: 0px !important;
}
.progress-wg-expert-panel .progress-bar {
  padding-left: 5px;
  text-align: left;
  color: #000;
}
.progress-wg-expert-panel .progress-bar-subheading div {
  width: 25%;
  float: left;
  padding-left: 5px;
}
.progress-wg-expert-panel .progress-bar-border {
  border-left: 2px solid #fff;
}

.progress-wg-expert-panel .progress-bar-complete {
  background-color: #57be45 !important;
}
.progress-wg-expert-panel .progress-bar-current {
  background-color: #d4e4d8 !important;
  /*background-color: #93d488 !important;
  background-image: linear-gradient(45deg,rgba(255,255,255,.25) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.25) 75%,transparent 75%,transparent);
  background-size: 20px 20px;*/
}
.progress-wg-expert-panel .progress-bar-incomplete {
  background-color: #d4e4d8 !important;
}
