textarea {
  width: 100%;
  height: 125px;
}

.tx_plan_wrapper {
  border-color: #aaa;
  margin-bottom: 10px;
}

.problems {
  width: 100%;
}

.modal-header {
  background-color: #deedf7;
}

#pathway {
  background-color: #3e82ea;
  color: #fff;
}

#pathway .btn.btn-link {
  color: white;
}

.pathway-problem-container {
  margin-top: 0 !important;
  transition: opacity 4s;
}

.hide {
  visibility: hidden;
  opacity: 0
}

.pathway-problem-header {
  background: #fff0c8;
  border-top: 2px dashed #0aa300;
}

#pathway-links thead th {
  background: white;
}

#pathway-problem-row {
  border-bottom: 1px solid black;
}

#pathway-problem-row td {
  border-bottom: 1px solid black;
}

.pathway-problem-child-row {
  background: #ff000063;
}

#problemedit {
  width: 100%;
  height: 125px;
}

#problemedit {
  width: 100%;
  height: 125px;
}

#problem_detail_item {
  width: 125px;
}

.cp_data_row {
  border-top: 2px dashed #0aa300;
}
