#review_index .qrcode-popup {
  position: absolute;
  z-index: 10;
  border: 2px outset;
  background: white;
}

#review_index .qrcode-popup i.close.icon {
  position: absolute;
  top: 0;
  right: 0;
}

#review_table *:not(i.icon):not(i.fa):not(i.fas):not(i.far):not(i.fal):not(i.fad):not(i.fab) {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#review_table tbody > tr > td, #review_table tr > td {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

#review_table th.sortheader {
  cursor: pointer;
}

#review_table tr.headrow th:first-child {
  padding-left: 1em;
}

#review_table thead > tr > th {
  padding-top: 0;
  padding-bottom: 0;
}

#review_table thead tr th, #review_table thead tr td {
  background: none;
}

#review_table thead tr:first-child th, #review_table thead tr:first-child td {
  color: #666;
}

#review_table .left-sep {
  border-left: 1px solid #ccc;
}

#review_table .right-sep {
  border-right: 1px solid #ccc;
}

#review_table .bare {
  border: none !important;
}

#review_table .assignment {
  padding-left: 0;
}

#review_table .context_menu {
  position: absolute;
  margin-top: 2px;
  z-index: 99;
}

#review_table .context_menu .item:hover {
  background: rgba(0, 0, 0, 0.15);
}

#review_table .context_menu i.context_menu_item_icon {
  float: right;
  width: 1.2em;
  margin-left: 0.5em;
}

#review_table .round > .icon {
  cursor: pointer;
}

#review_table td.review_dropdown {
  position: relative;
  display: table-cell;
}

#review_table td.review_dropdown.link_list {
  white-space: nowrap;
}

#review_table td.review_dropdown.active {
  background: transparent;
}

#review_table td.review_dropdown .nolinks_header {
  width: 75%;
  display: inline-block;
  text-align: left;
}

#review_table td.review_dropdown .active.item {
  font-weight: normal;
}

#review_table .stub {
  color: #ccc !important;
  background-color: #ffffef !important;
}

#review_table .rating5 {
  color: darkgreen;
}

#review_table .rating4 {
  color: green;
}

#review_table .rating3 {
  color: gray;
}

#review_table .rating2 {
  color: orange;
}

#review_table .rating1 {
  color: red;
}

#review_table .rating0 {
  color: transparent;
}

#review_table .private_note {
  width: 162px;
}

#review_table .private_note div {
  position: relative;
  width: 156px;
  height: 18px;
  margin: 0;
  border: 0;
}

#review_table .private_note div input {
  position: absolute;
  top: 0;
  left: 0px;
  width: 132px;
  margin: 0;
}

#review_table .private_note div i {
  display: none;
  position: absolute;
  top: 0;
  left: 140px;
  vertical-align: middle;
  margin: 0;
  border: 0;
  font-size: 1.5em;
  color: royalblue;
}

#review_table .comments i.comments_icon {
  font-size: 1.5em;
  cursor: pointer;
}

#comment-popup {
  width: 400px;
  height: 310px;
  position: absolute;
  background-color: white;
  border: 1px solid;
  display: none;
  z-index: 300;
  box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
}

#comment-popup textarea {
  width: 398px;
  height: 222px;
}
