@charset "utf-8";
/* bol-form.css */

* {
  box-sizing: border-box;
}

#regForm {
  background-color: #ffffff;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans", sans-serif;
  padding: 10px;
  width: auto;
}

font {
  line-height: 2em;
}

/* p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0px;
  padding: 0px;
} */

/* hr {
  display: block;
  color: #CCC;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.hr {
  margin: 0;
  padding: 0;
  border-width: 1px;
} */

/* div {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 100%;
  font-weight: 400;
} */

/* label {
  color:444;
  display: block;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
   margin-bottom: 10px;
  padding-left: 5px;
} */

label {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
  font-weight: 600;
}

#innercontent,
.innercontent {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 980px;
  width: 90%;
  background-color: #fff;
}

#container {
  width: auto;
  margin: 0px;
  padding: 0px;
}

input {
  padding: 10px;
  margin-bottom: 20px;
  color: #333;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  /* border: 1px solid #aaaaaa; */
  border: thin solid #e4e4e4;
}

/* Disabled input styling */
input:disabled {
  background-color: #f5f5f5;
  color: #666;
  cursor: not-allowed;
}

/* Email input section styles */
#email_input_section {
  margin-top: 10px;
  text-align: left;
}

.email-input-container {
  display: flex;
  align-items: center;
  border: thin solid #e4e4e4;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.email-input-container input[type="email"] {
  flex: 1;
  border: none;
  outline: none;
  margin-bottom: 0;
}

/* Disabled email input styling */
.email-input-container input[type="email"]:disabled {
  background-color: #f5f5f5;
  color: #666;
  cursor: not-allowed;
}

#email_verified_indicator {
  display: none;
  color: #28a745;
  font-weight: bold;
  font-size: 12px;
  background: rgba(40, 167, 69, 0.1);
  padding: 10px 12px;
  border-left: 1px solid #28a745;
  white-space: nowrap;
}

#verification_code_section {
  margin-top: 20px;
  text-align: left;
  display: none;
}

.borderless {
  padding: 10px;
  margin-bottom: 10px;
  color: #333;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
}

select {
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border: thin solid #e4e4e4;
  background-color: #fff;
}

input::date {
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #aaaaaa;
  border-radius: 0px;
}

.checkbox {
  padding: 10px;
  width: auto;
}

.checkbox-big {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
    accent-color: #112B4C; /* Modern browsers will use this for checkbox color */
}

/* Fallback for older browsers */
.checkbox-big:checked {
    background-color: #112B4C;
    border-color: #112B4C;
}

/* Focus styles for accessibility */
.checkbox-big:focus {
    outline: 2px solid #112B4C;
    outline-offset: 2px;
}

input::placeholder {
  color: #747474;
  font-style: italic;
}

textarea::placeholder {
  color: #747474;
  font-style: italic;
}

select.invalid {
  background-color: #ffdddd;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #117752;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

#prev_btn {
  background-color: #f3d250;
}

#cancel_btn {
  background-color: #666666;
}

#add_child_btn {
  background-color: #005fcc;
}

#delete_child_btn,
button[id^="delete_child_btn_"] {
  background-color: #b71f24;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #117752;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 2px;
  line-height: 1.25em;
  vertical-align: middle;
}

.column1 {
  float: left;
  width: 75%;
  padding: 2px;
  line-height: 1.25em;
  vertical-align: middle;
}

.column2 {
  float: left;
  width: 100%;
  padding: 2px;
  /*    line-height:1.25em; */
  vertical-align: middle;
}

.column3 {
  float: left;
  width: 33%;
  padding: 2px;
  line-height: 1.25em;
  vertical-align: middle;
}

.column4 {
  float: left;
  width: 25%;
  padding: 2px;
  line-height: 1.25em;
  vertical-align: middle;
}

.column5 {
  float: left;
  width: 20%;
  padding: 2px;
  line-height: 1.25em;
  vertical-align: middle;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  line-height: 1.25em;
  vertical-align: middle;
}

.volselect {
  padding: 5px;
  width: 50%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #aaaaaa;
  background-color: #fff;
}

div.contcolor > div:nth-of-type(odd) {
  background: #e0f0ff;
}

div.contcolor > div:nth-of-type(even) {
  background: #d3dce6;
}

table tr:nth-child(odd) {
  background-color: #e0f0ff;
}

/* Duet Date Picker */
:root {
  --duet-color-primary: #005fcc;
  --duet-color-text: #333;
  --duet-color-text-active: #fff;
  --duet-color-placeholder: #747474;
  --duet-color-button: #f5f5f5;
  --duet-color-surface: #fff;
  --duet-color-overlay: rgba(0, 0, 0, 0.8);
  --duet-color-border: 1px solid #aaaaaa;
  --duet-font: -apple-system, BlinkMacSystemFont, "Open Sans", sans-serif;
  --duet-font-normal: 400;
  --duet-font-bold: 600;
  --duet-radius: 0px;
  --duet-z-index: 600;
}

.duet-date__input {
  padding: 10px;
  margin-bottom: 0px;
  color: #333;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 0px;
}

.duet-date__toggle {
  height: calc(100% - 2px);
}

.duet-date__toggle-icon svg {
  background-size: fit;
  height: 20px;
}

.duet-date__toggle-icon {
  position: relative;
  height: 20px;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  width: 80%;
  height: 50%;
}

textarea {
  columns: 190;
  resize: none;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position above the element */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-container.show-tooltip .tooltip-text {
  visibility: visible;
  opacity: 1;
}

	.help-tooltip-container {
		position: relative;
		display: inline-block;
		margin-left: 8px;
	}

	.help-link {
		color: #2196F3;
		font-size: 1em;
		text-decoration: none;
		font-weight: normal;
		display: inline-block;
		transition: color 0.2s ease;
	}

	.help-link:hover {
		color: #1976D2;
		transform: scale(1.1);
	}

	.tooltip-box {
		position: absolute;
		top: 25px;
		left: 0;
		background: #fff;
		border: 2px solid #2196F3;
		border-radius: 8px;
		padding: 15px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
		z-index: 1000;
		width: 320px;
		font-size: 14px;
		line-height: 1.4;
	}

	.tooltip-content {
		color: #333;
	}

	.tooltip-close {
		text-align: right;
		margin-top: 10px;
		padding-top: 8px;
		border-top: 1px solid #eee;
	}

	.tooltip-close a {
		color: #2196F3;
		font-size: 0.9em;
		text-decoration: none;
	}

	.tooltip-close a:hover {
		text-decoration: underline;
	}

.fa-trash {
  color: #e74c3c;
}

.subnote {
  font-style: italic;
  font-size: 0.9em;
  margin-top: -10px !important;
  margin-bottom: 20px;
  color: #ff0000;
}

@media only screen and (max-width: 1024px) {
  .centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    width: 80%;
    height: 50%;
  }

  body {
    width: 100vw;
    width: 100%;
  }

  #innercontent,
  .innercontent {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 95%;
    background-color: #fff;
  }

  #regForm {
    background-color: #ffffff;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    padding: 5px;
    width: 100%;
  }

  .volselect {
    padding: 5px;
    width: 20%;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #aaaaaa;
    background-color: #fff;
  }

  input {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    /* border: 1px solid #aaaaaa; */
    border: thin solid #e4e4e4;
  }

  .borderless {
    padding: 10px;
    margin-bottom: 10px;
    color: #333;
    width: 100%;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
  }

  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    background-color: #ffdddd;
  }

  select.invalid {
    background-color: #ffdddd;
  }

  /* Hide all steps by default: */
  .tab {
    display: none;
    padding-left: 0px;
    padding-right: 0px;
  }

  button {
    background-color: #117752;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    width: auto;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
  }

  button:disabled,
  button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
  }

  #prev_btn {
    background-color: #f3d250;
  }

  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }

  .step.active {
    opacity: 1;
  }

  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #117752;
  }

  /* Create four equal columns that floats next to each other */
  .column {
    flex: 1;
    float: left;
    width: 50%;
    padding: 2px;
    line-height: 1.25em;
  }

  .column1 {
    float: left;
    width: 100%;
    padding: 2px;
    line-height: 1.25em;
  }

  .column3 {
    float: left;
    width: 100%;
    padding: 2px;
    line-height: 1.25em;
  }

  .column4 {
    float: left;
    width: 40%;
    padding: 2px;
    line-height: 1.5em;
  }

  .column5 {
    float: left;
    width: 100%;
    padding: 2px;
    line-height: 1.25em;
  }

  .column6 {
    float: left;
    width: 60%;
    padding: 2px;
    line-height: 1.5em;
  }

  .row {
    display: flex;
    gap: 1em;
  }

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
    line-height: 1.25em;
    vertical-align: middle;
  }

  div.contcolor > div:nth-of-type(odd) {
    background: #e0f0ff;
    width: 100%;
  }

  div.contcolor > div:nth-of-type(even) {
    background: #d3dce6;
  }

  #container {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  textarea {
    columns: 90;
    resize: none;
  }

  table tr:nth-child(odd) {
    background-color: #e0f0ff;
    width: 100%;
  }

  .centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    width: 80%;
    height: 50%;
  }
}

@media only screen and (max-width: 768px) {

  p {
    line-height: 1.25em;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    width: 100%;
    height: 50%;
  }

  #innercontent,
  .innercontent {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    width: 100%;
    background-color: #fff;
  }

  #container {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  table tr:nth-child(odd) {
    background-color: #e0f0ff;
  }

      /* Mobile: Center tooltip as modal overlay */
		.tooltip-box {
			position: fixed !important;
			top: 50% !important;
			left: 50% !important;
			transform: translate(-50%, -50%) !important;
			width: calc(100vw - 40px) !important;
			max-width: 320px !important;
			z-index: 9999 !important;
			box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
		}
}
/* CSS Document */
