
html, body {
  height: 100%;
  width: 100%;
}

.patchFrame {
  position:absolute;
  border:2px solid #0d6efd;
  border-radius: 5px;
  opacity: 0.75;
}

.formHidden {
  flex-basis: 100px;
}

.error {
  color:red !important;
  border-color: red;
}

.radioOpinionClass {
  display: flex;
  flex-direction: row;
}

.radioOpinionClass div{
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1 1 0;
  font-size: 12px;
}

.radioOpinionClass div label input {
  margin: auto;
}

.YesNoClass {
  display: flex;
  flex-direction: row;
}

.ordered div{
  background-color: green;
  color: white;
}