html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

div.modal iframe
{
  border: none;
  width: 100%;
}

.required:after {
  content:"*";
  font-weight:bold;
  color:red;
}

/* z index for processing indicator for grid */
.dataTables_processing
{
  z-index: 500;
}

/* spacing for essay text in summary */
span.text-essay {
  white-space: pre-line;
}

/* Override h styles */
h2, .h2 {
  font-size: 1.5rem;
}

a.disabled-link {
  color: #808080;
  pointer-events: none;
}