tr.RT_on {
  color: red;
}

.marke_on {
  color: rgb(0,0,255);
}

.FPS:hover {
  cursor: pointer;
  background-color: rgba(0,71,255,0.55) !important;
}

.row#fragenAWS1 .card-header {
  min-height: 80px;
}

.row#fragenAWS1 .card-body {
  min-height: 140px;
}

.IPST01 {
  background: transparent;
  border: 0;
  width: 98%;
  margin-left: 1%;
}

.IPST01Under {
  font-size: x-small;
  color: #585858;
  border-top: 1px solid #585858;
}

.IPC.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-under {
  width: 100%;
  text-align: start;
  padding-left: 5%;
  font-size: x-small;
  color: #929292;
  border-top: 1px solid #d2d1d1;
}

.IPC.input-group .form-control {
  display: block;
  /*width: 100%;*/
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #165ba0;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

