/*
 * Coronavirus
 */

.crnv-summary {
  padding: 8px;
  margin-bottom: 20px;
  background-color: #f1f0fc;
}

.crnv-list {
  overflow-y: auto;
  min-height: 30px;
  max-height: 360px;
}

.crnv-detail {
  overflow-y: auto;
  min-height: 340px;
  max-height: 340px;
}

.crnv-row {
  height: 42px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.crnv-active {
  font-weight: bold;
  background-color: #ccdcec;
}

.crnv-col1 {
  width: 30px;
  text-align: center;
}

.crnv-col2 {
  cursor: pointer;
  padding-left: 4px;
}

.crnv-col3 {
  width: 20px;
  cursor: pointer;
}

/* Reimplemented tree-control style */
treecontrol {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 12px !important;
}


/*
 * Report
 */
.crnv-report{
  height:250px;
  max-height:320px;
  overflow-y:auto
}
