﻿.theatre-register-editor-role-cell {
  background-color: rgba(0, 197, 194, 0.21);
  border-width: 0px;
}

.theatre-register-editor-surgeon-cell {
  background-color: rgba(22, 160, 133, 0.07);
  border-width: 0px;
}

.theatre-register-editor-anaesthetist-cell {
  background-color: rgb(222, 236, 247);
  border-width: 0px;
}

.theatre-register-editor-anaesthetic-type-cell {
  background-color: rgba(39, 174, 122, 0.23);
  border-width: 0px;
  border-width: 0px;
}

.theatre-register-editor-theatre-cell {
  background-color: rgba(41, 106, 168, 0.2);
  border-width: 0px;
}

.theatre-register-editor-mbs-cell {
  background-color: rgba(87, 203, 22, 0.43);
  border-width: 0px;
}

.theatre-register-editor-specimen-cell {
  background-color: rgba(18, 83, 218, 0.24);
  border-width: 0px;
}

.theatre-register-editor-time-cell {
  background-color: rgba(124, 174, 39, 0.15);
  border-width: 0px;
}

.theatre-register-editor-prosthesis-cell {
  background-color: rgba(69, 188, 26, 0.28);
  border-width: 0px;
}

.theatre-register-editor-complication-cell {
  background-color: rgba(22, 131, 160, 0.39);
  border-width: 0px;
}

.theatre-register-editor-comment-cell {
  background-color: rgba(239, 237, 151, 0.39);
  border-width: 0px;
}

.theatre-register-patient-status-label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
}

.theatre-register-patient-header-label {
  font-weight: 400;
  font-size: x-large;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.theatre-combobox {
  margin-top: -5px;
  padding-top: 0px;
}

.theatre-register-separator {
  height: 30px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}

.theatre-register-separator:before { /* Not really supposed to work, but does */
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: black;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
