html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.btn-custom {
    min-width: 100%
}

.btn-sm-custom {
    min-width: 100%
}

@media (min-width: 576px) {
    .btn-custom {
        min-width: 150px;
    }

    .btn-sm-custom {
        min-width: 100px;
    }
}

.dataRow {
    margin-bottom: 10px;
}

    .dataRow .label {
        display: block;
        font-weight: bold;
    }

    .dataRow .header {
        display: block;
        font-weight: 600;
    }

    .dataRow .value {
    }


div.label {
    margin-bottom: 10px;
}

span.label {
    font-weight: bold;
}

label.label {
    font-weight: bold;
}

td.label {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.prototypeInstructions {
    color:red;
}

.smallText {
    font-size: .75em;
}

.text-bg-teal {
    color: #fff !important;
    background-color: #46535F !important;
}

.text-bg-alert {
    background-color: #bc7e49 !important;
}

.nav-link-custom {
    padding: var(--bs-nav-link-padding-y) 0;
}

.img-invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.btn-pri {
    color: #fff !important;
    background-color: #46535F !important;
    border-radius: 0.25em;
}

.btn-sec {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
    border-radius: 0.25em;
}

.btn-ter {
    color: #f00 !important;
    background-color: #fff !important;
    border-color: #f00 !important;
    border-radius: 0.25em;
}

.round-input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #777;
    width: 20em;
    height: 2em;
}

.font-awesome {
    font-family: var(--bs-font-sans-serif), FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.required-field {
    border-color: red;
}

.valid-field {
    border-color: green;
}

.required:after {
    content: " *";
    color: red;
}

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caret-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.profile-image-selected {
    border: 2px solid red;
}
