#tc-agreements {
  margin: 0 auto;
  max-width: 60%;
}

#tc-agreements a {
  text-decoration: none;
  color: #003eb3;
}

#tc-agreements a:hover {
  text-decoration: underline;
  color: #3b65b3;
}

.tc-document-checkbox {
}

/* Used for Force Scroll */
.tc-document-checkbox-force-scroll {
  float: left;
}

.tc-document-helper-text {
  float: right;
  font-style: italic;
}

/* Optional document indicator */
.tc-document-optional-indicator::before {
  content: "(Optional) ";
  color: #666;
  font-size: 0.9em;
  font-style: italic;
  cursor: help;
}

/* Required document indicator */
.tc-document-required-indicator::before {
  content: "(Required) ";
  color: #d32f2f;
  font-size: 0.9em;
  font-weight: bold;
  cursor: help;
}

.tc-document-scrollable {
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  margin: 25px 0 0 0;
  padding: 10px;
}

/* Used for the Modal View */
#tc-modal-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding: 10px 0;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}

#tc-modal-text {
  background-color: #fefefe;
  margin: auto;
  padding: 0 0 0 20px;
  border: 1px solid #888;
  width: 80vh;
  max-height: 80vh;
}

#tc-modal-text-contents {
  max-height: 75vh;
  overflow-y: scroll;
}

/* The Close Button */
#tc-modal-text-close-bar {
  text-align: right;
  padding-right: 10px;
  height: 5vh;
}

#tc-modal-close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
  position: relative;
}

#tc-modal-close:hover,
#tc-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
