html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

tr.item-record {
    cursor:pointer;
}

tr.highlight-row {
    background-color: lightcoral;
    color: white;
}

.rds-pointer {
    cursor: pointer;
}

div.disable-div {
    pointer-events: none;
    opacity: 0.5;
}