ui/angular/src/app/measure/create-measure/pub/pub.component.css [229:343]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.swMain > ul .stepNumber {
  background-color: #fff;
  border: 5px solid #c8c7cc;
  border-radius: 100%;
  color: #546474;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 2
}

.swMain > ul li > a.selected .stepNumber {
  border-color: #007AFF
}

.swMain ul li > a.done .stepNumber {
  border-color: #007AFF;
  background-color: #007AFF;
  color: #fff;
  text-indent: -9999px
}

.swMain ul li > a.done .stepNumber:before {
  content: "\f00c";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  margin-right: 7px;
  text-indent: 0
}

.swMain ul li > a.done.wait .stepNumber {
  background-color: #F6F6F6 !important;
  color: #CCC !important;
  text-indent: 0 !important
}

.swMain ul li > a.done.wait .stepNumber:before {
  content: "" !important
}

.swMain > ul li .stepDesc {
  color: #8e8e93;
  display: block;
  font-size: 14px;
  margin-top: 4px;
  max-width: 100%;
  table-layout: fixed;
  text-align: center;
  word-wrap: break-word;
  z-index: 104
}

.swMain li > a.done .stepDesc,
.swMain > ul li > a.selected .stepDesc {
  /*color: #2B3D53*/
  color: #007AFF
}

.swMain > ul li > a.disabled {
  cursor: default
}

.swMain .progress {
  margin-bottom: 30px
}

.swMain .stepContainer {
  height: auto !important
}

.swMain .y-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}

fieldset {
  border: 1px solid #e6e8e8;
  border-radius: 5px;
  margin: 20px 0;
  padding: 25px;
  position: relative;
  min-width: 0;
  display: block;
}

fieldset legend {
  background-color: #000000;
  left: 10px;
  padding: 0 10px;
  position: absolute;
  top: -12px;
  color: #fff;
  font-weight: 400;
  width: auto !important;
  border: none !important;
}

.btn-o {
  background: 0 0 !important;
}

.btn-wide {
  min-width: 120px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ui/angular/src/app/measure/create-measure/raw/raw.component.css [66:180]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.swMain > ul .stepNumber {
  background-color: #fff;
  border: 5px solid #c8c7cc;
  border-radius: 100%;
  color: #546474;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 2
}

.swMain > ul li > a.selected .stepNumber {
  border-color: #007AFF
}

.swMain ul li > a.done .stepNumber {
  border-color: #007AFF;
  background-color: #007AFF;
  color: #fff;
  text-indent: -9999px
}

.swMain ul li > a.done .stepNumber:before {
  content: "\f00c";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  margin-right: 7px;
  text-indent: 0
}

.swMain ul li > a.done.wait .stepNumber {
  background-color: #F6F6F6 !important;
  color: #CCC !important;
  text-indent: 0 !important
}

.swMain ul li > a.done.wait .stepNumber:before {
  content: "" !important
}

.swMain > ul li .stepDesc {
  color: #8e8e93;
  display: block;
  font-size: 14px;
  margin-top: 4px;
  max-width: 100%;
  table-layout: fixed;
  text-align: center;
  word-wrap: break-word;
  z-index: 104
}

.swMain li > a.done .stepDesc,
.swMain > ul li > a.selected .stepDesc {
  /*color: #2B3D53*/
  color: #007AFF
}

.swMain > ul li > a.disabled {
  cursor: default
}

.swMain .progress {
  margin-bottom: 30px
}

.swMain .stepContainer {
  height: auto !important
}

.swMain .y-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}

fieldset {
  border: 1px solid #e6e8e8;
  border-radius: 5px;
  margin: 20px 0;
  padding: 25px;
  position: relative;
  min-width: 0;
  display: block;
}

fieldset legend {
  background-color: #000000;
  left: 10px;
  padding: 0 10px;
  position: absolute;
  top: -12px;
  color: #fff;
  font-weight: 400;
  width: auto !important;
  border: none !important;
}

.btn-o {
  background: 0 0 !important;
}

.btn-wide {
  min-width: 120px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



