html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-size: 16pt;
    padding-top: 50px;
    margin-bottom: 60px;
}


h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
}

h1 {
    color: black;
    border-bottom: solid 1px black;
    display: inline-block;
    font-family: Arial;
}

a {
    color: #e95d0f;
}

.consentstatus {
    color: black;
    font-size: 12.5pt;
    font-family: Arial;
}

.coloredcircle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.consenttext {
    font-family: Arial;
    font-size: 13pt;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.btn-primary {
    color: #fff;
    background-color: #126572;
    border-color: #126572;
}

.btn-secondary {
    color: #fff;
    background-color: #59595C;
    border-color: #59595C;
}

.text-warning {
    color: #ED6823 !important;
}

.bg-warning {
    background-color: #ED6823 !important;
}
.text-success {
    color: #5CB85C !important;
}

.bg-success {
    background-color: #5CB85C !important;
}

.text-warning {
    color: #ED6823 !important;
}

.bg-warning {
    background-color: #ED6823 !important;
}
