
.edLPContBody{
}

.edLPContBodyLeft {
  width: 50%;
  height: 100%;
  float: left;
}

.edLPContBodyRight {
  width: 50%;
  height: 100%;
  float: inline-end;
}

.edLPRow {
  
}

.edLPRowError {
  color:#c50303;
  font-weight: bold;
}

.edSmlRowError {
  color:#c50303;
  font-style: italic;
}

.edSmlCellStatusOK {
  color: #20750c;
  font-style: italic;
  text-align: center!important;
}

.edSmlCellStatusERR {
  color: #c50303;
  font-style: italic;
  text-align: center!important;
}

.edRCTContHeader{
  height: 40px;
  border-bottom: 1px solid #d7d7d7;
}

.edRCTContBody{
  height: calc(100% - 160px);
  overflow: auto;
  padding: 20px 10px;
}

.ctrlTestStatus {
}

.ctrlTestStatus1 {
  font-style: italic;
}

.ctrlTestStatus2 {
  color: #895d09;
  font-style: italic;
}

.ctrlTestStatus3 {
  color: #b97a03;
  font-weight: bold;
}

.ctrlTestStatus4 {
  color: #0b890b;
}