﻿body {
  font-family: Segoe UI, Helvetica Neue, Tahoma, Arial, Helvetica, sans-serif;
  background-color: #f4f4f4;
  margin-left: 4px;
  margin-right: 4px;
}
header {
  background-color: #1664A6;
  margin: -4px -4px 4px -4px;
  padding: 4px;
}
.title {
  width: 684px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  color: black;
  font-size: 1.4em;
}
footer {
  text-align: center;
  clear: both;
  margin-top: 1em;
}
.main {
  text-align: center;
  width: 740px;
  margin: 0 auto;
}
.form-main {
  width: 900px;
  margin: 0 auto;
}
.form-narrow {
  width: 400px;
  margin: 0 auto;
}
h1 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}
h2,
h3 {
  font-size: 1.2em;
  margin-top: 30px;
  margin-bottom: 10px;
}
.space-above {
  margin-top: 40px;
}
.space-below {
  margin-bottom: 40px;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.block-center {
  margin: 0 auto;
}
.right {
  text-align: right;
}
.notice {
  font-size: 1.2em;
  text-align: center;
  line-height: 2em;
  margin: 2em;
}
fieldset {
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
}
fieldset legend {
  float: left;
  padding-top: 0;
  padding-bottom: 10px;
  text-align: center;
}
legend + div {
  clear: both;
}
table {
  border-spacing: 0;
  border-bottom: 4px solid #d0d0d0;
  width: 100%;
}
td,
th {
  padding: 8px;
  font-size: 0.9em;
}
th {
  border-bottom: 2px solid #d0d0d0;
  font-size: 0.9em;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 2px;
}
tr:nth-of-type(even) {
  background-color: #e4e4e4;
}
canvas {
  background-color: white;
  border: thin solid black;
}
.detail-group {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.form-group {
  padding: 5px;
  margin-bottom: 5px;
}
.form-label {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 0.9em !important;
  margin-right: 12px;
  vertical-align: top;
}
.form-label label {
  font-size: 0.9em !important;
  line-height: 25px;
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.form-field {
  vertical-align: top;
  width: 90% !important;
}
span.form-field {
  display: inline-block;
  width: 95% !important;
  font-size: 0.9em;
  line-height: 25px;
}
.consent-form-label {
  font-size: 1em;
  width: 200px;
  padding-top: 9px;
}
span.consent-form-field {
  font-size: 1em;
  width: 450px;
  padding-top: 9px;
}
.form-button {
  width: 240px;
  margin: 0 auto;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
select,
select.form-control {
  border-left: 1px solid #8e8e8e;
  border-top: 1px solid #8e8e8e;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 4px;
  font-size: 0.9em;
  height: 25px;
}
input[type="text"].form-field,
input[type="email"].form-field,
input[type="password"].form-field,
input[type="date"].form-field,
input[type="tel"].form-field,
select.form-field,
select.form-control.form-field {
  width: 150px;
}
textarea {
  border-left: 1px solid #8e8e8e;
  border-top: 1px solid #8e8e8e;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 4px;
  font-size: 0.9em;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input[readonly="true"] {
  background-color: #eeeeee;
}
.buttonList {
  list-style: none;
  text-align: center;
  margin-bottom: 1em;
}
.appointmentList {
  float: left;
  width: 100%;
  padding-top: 1em;
  list-style: none;
  font-size: 1em;
}
.appointmentList li {
  display: block;
  line-height: 1.5em;
  padding-top: 0.7em;
  margin-left: -1em;
}
.consentForms {
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}
.requiredStar {
  color: red;
}
input.error {
  border-color: red;
}
input.error:focus {
  outline-color: red;
}
label.error {
  color: red;
}
.signature {
  width: 600px;
  margin: 0 auto;
  padding-top: 12px;
}
nav a {
  display: inline-block;
  margin: 6px;
  padding: 2px;
  min-width: 100px;
  color: #fff;
  background-color: #104979;
  border: 1px solid #444;
  text-decoration: none;
  font-size: 0.75em;
  text-align: center;
  border-radius: 5px;
}
nav a.wide {
  width: 140px;
}
nav a:hover {
  background-color: #0a2e4c;
  color: #fff !important;
}
input[type="submit"],
button,
input[type="button"] {
  display: inline-block;
  font-size: 1em;
  margin: 10px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}
.btn-primary {
  background-color: #1664A6;
}
.progress {
  background-color: #fff;
  border: 1px solid #aaa;
}
.linkButton a,
a.reviewLink {
  display: inline-block;
  margin: 10px;
  padding: 10px 10px 10px 10px;
  min-height: 120px;
  width: 200px;
  text-decoration: none;
  font-size: 100%;
  text-align: center;
  border-radius: 10px;
  white-space: normal;
}
.linkButton a.short,
a.reviewLink.short {
  min-height: 0;
}
.linkButton-short a {
  padding-bottom: 15px;
}
.linkButton-wide a {
  width: 300px;
  font-size: 1.4em;
  padding-top: 25px;
  padding-bottom: 35px;
}
.linkButton-narrow a {
  width: 80px;
}
img.linkButton-icon {
  vertical-align: middle;
}
a.reviewLink {
  width: 150px;
  padding: 3px 0 6px 0;
  margin: 8px 4px 8px 0;
}
.loginInfo {
  font-size: 1.1em;
  float: right;
  margin: 4px;
  padding: 2px;
  padding-left: 5px;
  margin-top: 0;
  color: #fff;
  background-color: #2c3655;
  border: 1px solid #677db8;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.loginInfo a {
  display: inline-block;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 4px 5px 6px 5px;
  margin: 1px 1px 1px 3px;
}
.logo {
  clear: left;
  margin-top: 4px;
  padding-bottom: 4px;
}
.logo img {
  vertical-align: middle;
  margin-right: 10px;
}
.logo-fluid {
  max-width: 100%;
}
.clear {
  clear: both;
}
.clear:after {
  content: " ";
  display: table;
  clear: both;
}
.validation-summary-errors {
  color: red;
}
.validation-summary-errors ul {
  list-style-type: none;
}
.confirmation-bar {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  clear: both;
  float: left;
}
strong,
b {
  font-weight: bold;
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.multiselect-selected-text {
  width: 93%;
  overflow-x: hidden;
  clear: none;
  display: inline-block;
  text-align: left;
}
.btn.multiselect {
  height: 23px;
  padding: 0;
  margin-top: 0;
  border-left: 1px solid #8e8e8e;
  border-top: 1px solid #8e8e8e;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 4px;
  font-size: 0.9em;
}
.caret {
  margin-bottom: 10px;
}
.ceFormTable .control-label {
  font-size: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-left: 11px;
  padding-right: 0;
}
.ceFormTable tr,
.ceFormTable .ceRadios {
  background-color: #e4e4e4;
}
.ceFormTable .field-container {
  margin-bottom: 5px;
}
.ceFormTable .divControl {
  font-size: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.ceFormTable .divControl table {
  border-bottom: 0;
}
.ceFormTable .divControl table.button-list-bounding-box {
  border: 1px solid #aaa;
  border-radius: 4px;
}
.ceFormTable .divControl div.button-list-bounding-box {
  border: 1px solid #aaa;
  border-radius: 4px;
}
.ceFormTable .divControl td {
  font-size: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0;
}
.ceFormTable .divControl label {
  margin-bottom: 5px;
}
table.button-radios {
  padding: 0;
  width: 100%;
  border-bottom: 0;
}
div.button-radios {
  height: 40px;
}
.AdditionalTextItemContainer {
  background-color: #e4e4e4;
  border: #cbcbcb;
  margin-bottom: 5px;
  padding: 3px;
}
.AdditionalTextItemContainer .AdditionalTextTimestamp {
  color: #1664A6;
  font-weight: 600;
}
.AdditionalTextItemContainer .AdditionalTextContent {
  margin-left: 4px;
}
.button-radios {
  /* Radio Buttons*/
  /* checkboxlists*/
}
.button-radios tr {
  background-color: transparent !important;
}
.button-radios td {
  float: left;
  margin: 0 5px 0 0;
  width: 80px;
  height: 40px;
  position: relative;
  background-color: transparent !important;
}
.button-radios label,
.button-radios input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.button-radios label:hover {
  background: #1c7fd3;
}
.button-radios input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}
.button-radios input[type="radio"]:checked + label {
  background: #1664A6;
  color: white;
}
.button-radios input[type="radio"][disabled]:checked + label {
  background: #104979;
}
.button-radios input[type="radio"][disabled]:checked + label:hover {
  background: #104979;
}
.button-radios input[type="radio"] + label {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8e8e8e;
  cursor: pointer;
  z-index: 90;
  background: buttonface;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  overflow-y: hidden;
  overflow-x: hidden;
}
.button-radios input[type="checkbox"] {
  opacity: 0.011;
  z-index: 100;
}
.button-radios input[type="checkbox"]:checked + input[type="hidden"] + label {
  background: #1664A6;
  color: white;
}
.button-radios input[type="checkbox"]:checked + input[type="hidden"] + label.single-check {
  background-image: url('Images/Icon-Check.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.button-radios input[type="checkbox"][disabled]:checked + input[type="hidden"] + label {
  background: #104979;
}
.button-radios input[type="checkbox"][disabled]:checked + input[type="hidden"] + label:hover {
  background: #104979;
}
.button-radios input[type="checkbox"] + input[type="hidden"] + label {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #8e8e8e;
  cursor: pointer;
  z-index: 90;
  background: buttonface;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  overflow-y: hidden;
  overflow-x: hidden;
}
.button-list-bounding {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.button-list-bounding-top {
  border-top: 1px solid #aaa;
  border-radius: 4px 4px 0 0;
}
.button-list-bounding-bottom {
  border-bottom: 1px solid #aaa;
  border-radius: 0 0 4px 4px;
}
@media (min-width: 481px) and (max-width: 768px) {
  .logo-fluid {
    max-width: 75%;
  }
  .title {
    width: 450px;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 1.1em;
  }
  h1 {
    font-size: 1.2em;
  }
  h2,
  h3 {
    font-size: 1.1em;
  }
  .detail-group {
    float: none;
  }
  .main {
    width: 500px;
  }
  .form-main {
    width: 450px;
  }
  .notice {
    font-size: 1em;
    margin: 1em;
  }
  .signature {
    width: 600px;
    margin: 0 auto;
  }
  .consent-form-label {
    font-size: 0.9em;
    width: 180px;
  }
  span.consent-form-field {
    font-size: 0.9em;
    width: 220px;
    padding-top: 12px;
  }
}
@media (max-width: 480px) {
  .title {
    width: 440px;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
    font-size: 1em;
  }
  .logo-fluid {
    max-width: 50%;
  }
  h1 {
    font-size: 1em;
  }
  h2,
  h3 {
    font-size: 0.9em;
  }
  .linkButton a {
    padding-bottom: 15px;
  }
  .main {
    width: 400px;
  }
  .form-main {
    width: 250px;
  }
  .signature {
    width: 460px;
    margin: 0 auto;
  }
  .notice {
    font-size: 0.9em;
    margin: 0.5em;
    line-height: 1.4em;
  }
  .detail-group {
    float: none;
  }
  fieldset legend {
    padding-top: 15px;
  }
  .form-group {
    margin: 0 auto;
  }
  .form-label {
    display: block;
    text-align: left;
    padding-bottom: 2px;
  }
  .consent-form-label {
    font-size: 0.8em;
    width: 180px;
    padding-bottom: 0;
  }
  span.consent-form-field {
    font-size: 0.8em;
    width: 240px;
    padding-top: 0;
    padding-bottom: 16px;
  }
}